diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index 404701c7807..b9181cc9171 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -27,15 +27,15 @@ "versions": { "authentication": { "prerelease": "", - "version": "2.31.0" + "version": "2.32.0" }, "beta": { "prerelease": "", - "version": "2.31.0" + "version": "2.32.0" }, "v1.0": { "prerelease": "", - "version": "2.31.0" + "version": "2.32.0" } } } diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index 276436fb9eb..ebed8e9241f 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -12210,11 +12210,11 @@ paths: put: tags: - servicePrincipals.customClaimsPolicy - summary: Update customClaimsPolicy - description: Update a customClaimsPolicy object. + summary: Create or replace claimsPolicy + description: 'Create a new customClaimsPolicy object if it doesn''t exist, or replace an existing one.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/customclaimspolicy-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy?view=graph-rest-beta operationId: servicePrincipal_SetClaimsPolicy parameters: - name: servicePrincipal-id @@ -12245,11 +12245,11 @@ paths: patch: tags: - servicePrincipals.customClaimsPolicy - summary: Update customClaimsPolicy - description: Update a customClaimsPolicy object. + summary: Create or replace claimsPolicy + description: 'Create a new customClaimsPolicy object if it doesn''t exist, or replace an existing one.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/customclaimspolicy-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy?view=graph-rest-beta operationId: servicePrincipal_UpdateClaimsPolicy parameters: - name: servicePrincipal-id @@ -23031,6 +23031,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -23871,6 +23877,8 @@ components: - title: ipApplicationSegment type: object properties: + action: + $ref: '#/components/schemas/microsoft.graph.actionType' destinationHost: type: string description: 'Either the IP address, IP range, or FQDN of the applicationSegment, with or without wildcards.' @@ -24734,7 +24742,7 @@ components: properties: blockAzureADGraphAccess: type: boolean - description: 'If false, allows the app to have extended access to Azure AD Graph until June 30, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' + description: 'If false, allows the app to have extended access to Azure AD Graph until August 31, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' nullable: true removeUnverifiedEmailClaim: type: boolean @@ -24847,6 +24855,10 @@ components: type: boolean description: 'Indicates whether backend SSL certificate validation is enabled for the application. For all new Application Proxy apps, the property is set to true by default. For all existing apps, the property is set to false.' nullable: true + isContinuousAccessEvaluationEnabled: + type: boolean + description: 'Indicates whether continuous access evaluation is enabled for Application Proxy application. For all Application Proxy apps, the property is set to true by default.' + nullable: true isDnsResolutionEnabled: type: boolean description: Indicates Microsoft Entra Private Access should handle DNS resolution. false by default. @@ -25724,6 +25736,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -26395,6 +26427,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -26472,6 +26506,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -27507,10 +27543,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -27520,10 +27552,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -28264,7 +28292,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -28735,11 +28763,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -29516,6 +29544,13 @@ components: type: object additionalProperties: type: object + microsoft.graph.actionType: + title: actionType + enum: + - tunnel + - exclude + - unknownFutureValue + type: string microsoft.graph.privateNetworkDestinationType: title: privateNetworkDestinationType enum: @@ -29744,7 +29779,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -30758,6 +30793,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -30967,6 +31093,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -31823,6 +31954,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -31884,6 +32016,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -32070,6 +32216,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -33972,10 +34132,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -36364,49 +36520,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -36457,54 +36570,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -38830,6 +38895,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -40471,6 +40541,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -46507,11 +46578,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -50233,11 +50304,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/BackupRestore.yml b/openApiDocs/beta/BackupRestore.yml index c21246c6411..76c7a6909df 100644 --- a/openApiDocs/beta/BackupRestore.yml +++ b/openApiDocs/beta/BackupRestore.yml @@ -4730,7 +4730,7 @@ paths: tags: - solutions.backupRestoreRoot summary: Invoke action cancelOffboard - description: Cancel offboard for a protectionUnitBase. + description: Cancel the offboarding of a protectionUnitBase. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/protectionunitbase-canceloffboard?view=graph-rest-beta @@ -8187,7 +8187,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: . + description: This property will be deprecated soon. Don't use. format: int32 nullable: true searchResponseId: @@ -8396,21 +8396,26 @@ components: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: The time of creation of the policy. + description: 'The date and time when the policy was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true displayName: type: string description: The name of the policy to be created. nullable: true + isEnabled: + type: boolean + description: Indicates whether the policy is enabled. lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: The timestamp of the last modification of the policy. + description: 'The date and time when the policy was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + protectionPolicyArtifactCount: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyArtifactCount' retentionSettings: type: array items: @@ -8953,6 +8958,40 @@ components: - restoreLocked - unknownFutureValue type: string + microsoft.graph.protectionPolicyArtifactCount: + title: protectionPolicyArtifactCount + type: object + properties: + completed: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose protection is completed. + format: int32 + nullable: true + failed: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose protection failed. + format: int32 + nullable: true + inProgress: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose protection is in progress. + format: int32 + nullable: true + total: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts present in the protection policy. + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.retentionSetting: title: retentionSetting type: object diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index a6054095bfa..6c81999d6be 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -14664,21 +14664,26 @@ components: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: The time of creation of the policy. + description: 'The date and time when the policy was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true displayName: type: string description: The name of the policy to be created. nullable: true + isEnabled: + type: boolean + description: Indicates whether the policy is enabled. lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: The timestamp of the last modification of the policy. + description: 'The date and time when the policy was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + protectionPolicyArtifactCount: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyArtifactCount' retentionSettings: type: array items: @@ -15400,7 +15405,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: . + description: This property will be deprecated soon. Don't use. format: int32 nullable: true searchResponseId: @@ -15502,6 +15507,40 @@ components: description: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. additionalProperties: type: object + microsoft.graph.protectionPolicyArtifactCount: + title: protectionPolicyArtifactCount + type: object + properties: + completed: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose protection is completed. + format: int32 + nullable: true + failed: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose protection failed. + format: int32 + nullable: true + inProgress: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts whose protection is in progress. + format: int32 + nullable: true + total: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of artifacts present in the protection policy. + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.retentionSetting: title: retentionSetting type: object diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index 36c10c0c82a..c7d2b463850 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -3912,12 +3912,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.descendants()': + '/places/{place-id}/checkIns': get: tags: - - places.place.Functions - summary: Invoke function descendants - operationId: place_descendant + - places.checkInClaim + summary: Get checkInClaim + description: 'Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.' + operationId: place_ListCheckIn parameters: - name: place-id in: path @@ -3932,6 +3933,16 @@ paths: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -3942,9 +3953,90 @@ paths: type: array items: type: string - - name: $orderby + - name: $expand in: query - description: Order items by property values + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.checkInClaimCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - places.checkInClaim + summary: Create checkInClaim + description: 'Create a new checkInClaim object to record the check-in status for a specific place, such as a desk, room, or workspace, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-post-checkins?view=graph-rest-beta + operationId: place_CreateCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/checkIns/{checkInClaim-calendarEventId}': + get: + tags: + - places.checkInClaim + summary: Get checkInClaim + description: 'Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/checkinclaim-get?view=graph-rest-beta + operationId: place_GetCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + - name: $select + in: query + description: Select properties to be returned style: form explode: false schema: @@ -3962,40 +4054,117 @@ paths: type: array items: type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - places.checkInClaim + summary: Update the navigation property checkIns in places + operationId: place_UpdateCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + required: true responses: 2XX: description: Success content: application/json: schema: - title: Collection of place - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.place' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.checkInClaim' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/places/{place-id}/microsoft.graph.room': + x-ms-docs-operation-type: operation + delete: + tags: + - places.checkInClaim + summary: Delete navigation property checkIns for places + operationId: place_DeleteCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/checkIns/$count': get: tags: - - places.place - summary: List place objects - description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\n- List all buildings.\n- List all floors.\n- List all sections.\n- List all desks.\n- List all rooms.\n- List all workspaces.\n- List all room lists.\n- List rooms in a specific room list.\n- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta - operationId: place_GetPlaceAsRoom + - places.checkInClaim + summary: Get the number of the resource + operationId: place.checkIn_GetCount + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/places/{place-id}/microsoft.graph.descendants()': + get: + tags: + - places.place.Functions + summary: Invoke function descendants + operationId: place_descendant parameters: - name: place-id in: path @@ -4005,6 +4174,11 @@ paths: schema: type: string x-ms-docs-key-type: place + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -4015,6 +4189,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -4027,19 +4211,38 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + title: Collection of place + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.place' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - '/places/{place-id}/microsoft.graph.roomList': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/places/{place-id}/microsoft.graph.room': get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.roomList - operationId: place_GetPlaceAsRoomList + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\n- List all buildings.\n- List all floors.\n- List all sections.\n- List all desks.\n- List all rooms.\n- List all workspaces.\n- List all room lists.\n- List rooms in a specific room list.\n- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta + operationId: place_GetPlaceAsRoom parameters: - name: place-id in: path @@ -4075,15 +4278,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.roomList' + $ref: '#/components/schemas/microsoft.graph.room' default: $ref: '#/components/responses/error' - '/places/{place-id}/microsoft.graph.roomList/rooms': + '/places/{place-id}/microsoft.graph.room/checkIns': get: tags: - - places.room - summary: Get rooms from places - operationId: placeAsRoomList_ListRoom + - places.checkInClaim + summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. + operationId: placeAsRoom_ListCheckIn parameters: - name: place-id in: path @@ -4130,7 +4334,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.roomCollectionResponse' + $ref: '#/components/responses/microsoft.graph.checkInClaimCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -4139,9 +4343,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - places.room - summary: Create new navigation property to rooms for places - operationId: placeAsRoomList_CreateRoom + - places.checkInClaim + summary: Create new navigation property to checkIns for places + operationId: placeAsRoom_CreateCheckIn parameters: - name: place-id in: path @@ -4156,7 +4360,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.checkInClaim' required: true responses: 2XX: @@ -4164,16 +4368,1101 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.checkInClaim' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.roomList/rooms/{room-id}': + '/places/{place-id}/microsoft.graph.room/checkIns/{checkInClaim-calendarEventId}': get: tags: - - places.room - summary: Get rooms from places - operationId: placeAsRoomList_GetRoom + - places.checkInClaim + summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. + operationId: placeAsRoom_GetCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - places.checkInClaim + summary: Update the navigation property checkIns in places + operationId: placeAsRoom_UpdateCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.checkInClaim + summary: Delete navigation property checkIns for places + operationId: placeAsRoom_DeleteCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.room/checkIns/$count': + get: + tags: + - places.checkInClaim + summary: Get the number of the resource + operationId: placeAsRoom.checkIn_GetCount + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/places/{place-id}/microsoft.graph.roomList': + get: + tags: + - places.place + summary: Get the item of type microsoft.graph.place as microsoft.graph.roomList + operationId: place_GetPlaceAsRoomList + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roomList' + default: + $ref: '#/components/responses/error' + '/places/{place-id}/microsoft.graph.roomList/checkIns': + get: + tags: + - places.checkInClaim + summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. + operationId: placeAsRoomList_ListCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.checkInClaimCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - places.checkInClaim + summary: Create new navigation property to checkIns for places + operationId: placeAsRoomList_CreateCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/checkIns/{checkInClaim-calendarEventId}': + get: + tags: + - places.checkInClaim + summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. + operationId: placeAsRoomList_GetCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - places.checkInClaim + summary: Update the navigation property checkIns in places + operationId: placeAsRoomList_UpdateCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.checkInClaim + summary: Delete navigation property checkIns for places + operationId: placeAsRoomList_DeleteCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/checkIns/$count': + get: + tags: + - places.checkInClaim + summary: Get the number of the resource + operationId: placeAsRoomList.checkIn_GetCount + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/places/{place-id}/microsoft.graph.roomList/rooms': + get: + tags: + - places.room + summary: Get rooms from places + operationId: placeAsRoomList_ListRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.roomCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - places.room + summary: Create new navigation property to rooms for places + operationId: placeAsRoomList_CreateRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/rooms/{room-id}': + get: + tags: + - places.room + summary: Get rooms from places + operationId: placeAsRoomList_GetRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - places.room + summary: Update the navigation property rooms in places + operationId: placeAsRoomList_UpdateRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.room + summary: Delete navigation property rooms for places + operationId: placeAsRoomList_DeleteRoom + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/rooms/{room-id}/checkIns': + get: + tags: + - places.room + summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. + operationId: placeAsRoomList.room_ListCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.checkInClaimCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - places.room + summary: Create new navigation property to checkIns for places + operationId: placeAsRoomList.room_CreateCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/rooms/{room-id}/checkIns/{checkInClaim-calendarEventId}': + get: + tags: + - places.room + summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. + operationId: placeAsRoomList.room_GetCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - places.room + summary: Update the navigation property checkIns in places + operationId: placeAsRoomList.room_UpdateCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.room + summary: Delete navigation property checkIns for places + operationId: placeAsRoomList.room_DeleteCheckIn + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/rooms/{room-id}/checkIns/$count': + get: + tags: + - places.room + summary: Get the number of the resource + operationId: placeAsRoomList.room.checkIn_GetCount + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: room-id + in: path + description: The unique identifier of room + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: room + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/places/{place-id}/microsoft.graph.roomList/rooms(placeId=''{placeId}'')': + get: + tags: + - places.room + summary: Get rooms from places + operationId: placeAsRoomList.room_GetGraphBPrePlaceId + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: placeId + in: path + description: Alternate key of room + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - places.room + summary: Update the navigation property rooms in places + operationId: placeAsRoomList.room_UpdateGraphBPrePlaceId + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: placeId + in: path + description: Alternate key of room + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.room' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - places.room + summary: Delete navigation property rooms for places + operationId: placeAsRoomList.room_DeleteGraphBPrePlaceId + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: placeId + in: path + description: Alternate key of room + required: true + style: simple + schema: + type: string + nullable: true + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/rooms/$count': + get: + tags: + - places.room + summary: Get the number of the resource + operationId: placeAsRoomList.room_GetCount + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/places/{place-id}/microsoft.graph.roomList/workspaces': + get: + tags: + - places.workspace + summary: Get workspaces from places + operationId: placeAsRoomList_ListWorkspace parameters: - name: place-id in: path @@ -4183,14 +5472,21 @@ paths: schema: type: string x-ms-docs-key-type: place - - name: room-id - in: path - description: The unique identifier of room - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: room + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -4213,19 +5509,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/responses/microsoft.graph.workspaceCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - - places.room - summary: Update the navigation property rooms in places - operationId: placeAsRoomList_UpdateRoom + - places.workspace + summary: Create new navigation property to workspaces for places + operationId: placeAsRoomList_CreateWorkspace parameters: - name: place-id in: path @@ -4235,71 +5530,29 @@ paths: schema: type: string x-ms-docs-key-type: place - - name: room-id - in: path - description: The unique identifier of room - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: room requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.workspace' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - places.room - summary: Delete navigation property rooms for places - operationId: placeAsRoomList_DeleteRoom - parameters: - - name: place-id - in: path - description: The unique identifier of place - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: place - - name: room-id - in: path - description: The unique identifier of room - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: room - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.workspace' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.roomList/rooms(placeId=''{placeId}'')': + '/places/{place-id}/microsoft.graph.roomList/workspaces/{workspace-id}': get: tags: - - places.room - summary: Get rooms from places - operationId: placeAsRoomList.room_GetGraphBPrePlaceId + - places.workspace + summary: Get workspaces from places + operationId: placeAsRoomList_GetWorkspace parameters: - name: place-id in: path @@ -4309,14 +5562,14 @@ paths: schema: type: string x-ms-docs-key-type: place - - name: placeId + - name: workspace-id in: path - description: Alternate key of room + description: The unique identifier of workspace required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: workspace - name: $select in: query description: Select properties to be returned @@ -4343,15 +5596,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.workspace' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - places.room - summary: Update the navigation property rooms in places - operationId: placeAsRoomList.room_UpdateGraphBPrePlaceId + - places.workspace + summary: Update the navigation property workspaces in places + operationId: placeAsRoomList_UpdateWorkspace parameters: - name: place-id in: path @@ -4361,20 +5614,20 @@ paths: schema: type: string x-ms-docs-key-type: place - - name: placeId + - name: workspace-id in: path - description: Alternate key of room + description: The unique identifier of workspace required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: workspace requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.workspace' required: true responses: 2XX: @@ -4382,15 +5635,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.room' + $ref: '#/components/schemas/microsoft.graph.workspace' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - places.room - summary: Delete navigation property rooms for places - operationId: placeAsRoomList.room_DeleteGraphBPrePlaceId + - places.workspace + summary: Delete navigation property workspaces for places + operationId: placeAsRoomList_DeleteWorkspace parameters: - name: place-id in: path @@ -4400,14 +5653,14 @@ paths: schema: type: string x-ms-docs-key-type: place - - name: placeId + - name: workspace-id in: path - description: Alternate key of room + description: The unique identifier of workspace required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: workspace - name: If-Match in: header description: ETag @@ -4420,12 +5673,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.roomList/rooms/$count': + '/places/{place-id}/microsoft.graph.roomList/workspaces/{workspace-id}/checkIns': get: tags: - - places.room - summary: Get the number of the resource - operationId: placeAsRoomList.room_GetCount + - places.workspace + summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. + operationId: placeAsRoomList.workspace_ListCheckIn parameters: - name: place-id in: path @@ -4435,28 +5689,14 @@ paths: schema: type: string x-ms-docs-key-type: place - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/places/{place-id}/microsoft.graph.roomList/workspaces': - get: - tags: - - places.workspace - summary: Get workspaces from places - operationId: placeAsRoomList_ListWorkspace - parameters: - - name: place-id + - name: workspace-id in: path - description: The unique identifier of place + description: The unique identifier of workspace required: true style: simple schema: type: string - x-ms-docs-key-type: place + x-ms-docs-key-type: workspace - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -4494,7 +5734,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.workspaceCollectionResponse' + $ref: '#/components/responses/microsoft.graph.checkInClaimCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -4504,8 +5744,8 @@ paths: post: tags: - places.workspace - summary: Create new navigation property to workspaces for places - operationId: placeAsRoomList_CreateWorkspace + summary: Create new navigation property to checkIns for places + operationId: placeAsRoomList.workspace_CreateCheckIn parameters: - name: place-id in: path @@ -4515,12 +5755,20 @@ paths: schema: type: string x-ms-docs-key-type: place + - name: workspace-id + in: path + description: The unique identifier of workspace + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: workspace requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workspace' + $ref: '#/components/schemas/microsoft.graph.checkInClaim' required: true responses: 2XX: @@ -4528,16 +5776,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workspace' + $ref: '#/components/schemas/microsoft.graph.checkInClaim' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/places/{place-id}/microsoft.graph.roomList/workspaces/{workspace-id}': + '/places/{place-id}/microsoft.graph.roomList/workspaces/{workspace-id}/checkIns/{checkInClaim-calendarEventId}': get: tags: - places.workspace - summary: Get workspaces from places - operationId: placeAsRoomList_GetWorkspace + summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. + operationId: placeAsRoomList.workspace_GetCheckIn parameters: - name: place-id in: path @@ -4555,6 +5804,14 @@ paths: schema: type: string x-ms-docs-key-type: workspace + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim - name: $select in: query description: Select properties to be returned @@ -4581,15 +5838,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workspace' + $ref: '#/components/schemas/microsoft.graph.checkInClaim' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - places.workspace - summary: Update the navigation property workspaces in places - operationId: placeAsRoomList_UpdateWorkspace + summary: Update the navigation property checkIns in places + operationId: placeAsRoomList.workspace_UpdateCheckIn parameters: - name: place-id in: path @@ -4607,12 +5864,20 @@ paths: schema: type: string x-ms-docs-key-type: workspace + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workspace' + $ref: '#/components/schemas/microsoft.graph.checkInClaim' required: true responses: 2XX: @@ -4620,15 +5885,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workspace' + $ref: '#/components/schemas/microsoft.graph.checkInClaim' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - places.workspace - summary: Delete navigation property workspaces for places - operationId: placeAsRoomList_DeleteWorkspace + summary: Delete navigation property checkIns for places + operationId: placeAsRoomList.workspace_DeleteCheckIn parameters: - name: place-id in: path @@ -4646,6 +5911,14 @@ paths: schema: type: string x-ms-docs-key-type: workspace + - name: checkInClaim-calendarEventId + in: path + description: The unique identifier of checkInClaim + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: checkInClaim - name: If-Match in: header description: ETag @@ -4658,6 +5931,36 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/places/{place-id}/microsoft.graph.roomList/workspaces/{workspace-id}/checkIns/$count': + get: + tags: + - places.workspace + summary: Get the number of the resource + operationId: placeAsRoomList.workspace.checkIn_GetCount + parameters: + - name: place-id + in: path + description: The unique identifier of place + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: place + - name: workspace-id + in: path + description: The unique identifier of workspace + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: workspace + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/places/{place-id}/microsoft.graph.roomList/workspaces(placeId=''{placeId}'')': get: tags: @@ -15446,8 +16749,31 @@ components: items: type: string description: Custom tags that are associated with the place for categorization or filtering. + checkIns: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. + x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.checkInClaim: + title: checkInClaim + type: object + properties: + calendarEventId: + type: string + description: 'The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event.' + checkInMethod: + $ref: '#/components/schemas/microsoft.graph.checkInMethod' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time when the checkInClaim object was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.room: allOf: - $ref: '#/components/schemas/microsoft.graph.place' @@ -15974,6 +17300,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.checkInMethod: + title: checkInMethod + enum: + - unspecified + - manual + - inferred + - verified + - unknownFutureValue + type: string microsoft.graph.bookingType: title: bookingType enum: @@ -16050,6 +17385,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.checkInClaimCollectionResponse: + title: Collection of checkInClaim + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.checkInClaim' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.roomCollectionResponse: title: Collection of room type: object @@ -16403,6 +17751,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionCollectionResponse' + microsoft.graph.checkInClaimCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checkInClaimCollectionResponse' microsoft.graph.roomCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index 071f335d7dd..f8e3d9926db 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -65,6 +65,1151 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /communications/adhocCalls: + get: + tags: + - communications.adhocCall + summary: Get adhocCalls from communications + description: A collection of ad hoc calls in Teams. + operationId: communication_ListAdhocCall + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.adhocCallCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to adhocCalls for communications + operationId: communication_CreateAdhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}': + get: + tags: + - communications.adhocCall + summary: Get adhocCalls from communications + description: A collection of ad hoc calls in Teams. + operationId: communication_GetAdhocCall + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property adhocCalls in communications + operationId: communication_UpdateAdhocCall + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property adhocCalls for communications + operationId: communication_DeleteAdhocCall + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/recordings': + get: + tags: + - communications.adhocCall + summary: Get recordings from communications + description: The recordings of a call. Read-only. + operationId: communication.adhocCall_ListRecording + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to recordings for communications + operationId: communication.adhocCall_CreateRecording + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}': + get: + tags: + - communications.adhocCall + summary: Get recordings from communications + description: The recordings of a call. Read-only. + operationId: communication.adhocCall_GetRecording + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callRecording + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property recordings in communications + operationId: communication.adhocCall_UpdateRecording + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property recordings for communications + operationId: communication.adhocCall_DeleteRecording + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/recordings/{callRecording-id}/content': + get: + tags: + - communications.adhocCall + summary: Get content for the navigation property recordings from communications + description: The content of the recording. Read-only. + operationId: communication.adhocCall_GetRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callRecording + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communication.adhocCall_SetRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communication.adhocCall_DeleteRecordingsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/recordings/$count': + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communication.adhocCall.recording_GetCount + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/recordings/microsoft.graph.delta()': + get: + tags: + - communications.adhocCall + summary: Invoke function delta + operationId: communication.adhocCall.recording_delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/communications/adhocCalls/{adhocCall-id}/transcripts': + get: + tags: + - communications.adhocCall + summary: Get transcripts from communications + description: The transcripts of a call. Read-only. + operationId: communication.adhocCall_ListTranscript + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.adhocCall + summary: Create new navigation property to transcripts for communications + operationId: communication.adhocCall_CreateTranscript + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}': + get: + tags: + - communications.adhocCall + summary: Get transcripts from communications + description: The transcripts of a call. Read-only. + operationId: communication.adhocCall_GetTranscript + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.adhocCall + summary: Update the navigation property transcripts in communications + operationId: communication.adhocCall_UpdateTranscript + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.adhocCall + summary: Delete navigation property transcripts for communications + operationId: communication.adhocCall_DeleteTranscript + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/content': + get: + tags: + - communications.adhocCall + summary: Get content for the navigation property transcripts from communications + description: The content of the transcript. Read-only. + operationId: communication.adhocCall_GetTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communication.adhocCall_SetTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communication.adhocCall_DeleteTranscriptsContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/{callTranscript-id}/metadataContent': + get: + tags: + - communications.adhocCall + summary: Get metadataContent for the navigation property transcripts from communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communication.adhocCall_GetTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - communications.adhocCall + summary: Update metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communication.adhocCall_SetTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - communications.adhocCall + summary: Delete metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communication.adhocCall_DeleteTranscriptsMetadataContent + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/$count': + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communication.adhocCall.transcript_GetCount + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/communications/adhocCalls/{adhocCall-id}/transcripts/microsoft.graph.delta()': + get: + tags: + - communications.adhocCall + summary: Invoke function delta + operationId: communication.adhocCall.transcript_delta + parameters: + - name: adhocCall-id + in: path + description: The unique identifier of adhocCall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: adhocCall + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /communications/adhocCalls/$count: + get: + tags: + - communications.adhocCall + summary: Get the number of the resource + operationId: communication.adhocCall_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /communications/callRecords: get: tags: @@ -3668,10 +4813,10 @@ paths: tags: - communications.call summary: Invoke action invite - description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' + description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta operationId: communication.call.participant_invite parameters: - name: call-id @@ -3921,7 +5066,7 @@ paths: tags: - communications.onlineMeetingEngagementConversation summary: Get onlineMeetingConversations from communications - description: A collection of structured question-and-answer (Q&A) thread in Teams directly associated with online meetings. + description: A collection of structured question-and-answer (Q&A) threads in Teams directly associated with online meetings. operationId: communication_ListOnlineMeetingConversation parameters: - $ref: '#/components/parameters/top' @@ -3995,7 +5140,7 @@ paths: tags: - communications.onlineMeetingEngagementConversation summary: Get onlineMeetingConversations from communications - description: A collection of structured question-and-answer (Q&A) thread in Teams directly associated with online meetings. + description: A collection of structured question-and-answer (Q&A) threads in Teams directly associated with online meetings. operationId: communication_GetOnlineMeetingConversation parameters: - name: onlineMeetingEngagementConversation-id @@ -11005,7 +12150,7 @@ paths: tags: - communications.presence summary: Invoke action setPresence - description: Set the availability and activity status in a presence session of an application for a user. + description: 'Set the availability and activity status in a presence session of an application for a user. For more information about presence sessions, states permutations, and timeouts, see Manage presence state using the Microsoft Graph API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta @@ -13246,7 +14391,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from private chat meetings, channel meetings, ad hoc calls, including PSTN, 1:1, and group calls. Private channel meetings are not supported. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' operationId: user.onlineMeeting_ListRecording parameters: - name: user-id @@ -13353,7 +14498,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from private chat meetings, channel meetings, ad hoc calls, including PSTN, 1:1, and group calls. Private channel meetings are not supported. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-beta @@ -13507,7 +14652,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from private chat meetings, channel meetings, ad hoc calls, including PSTN, 1:1, and group calls. Private channel meetings are not supported. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-beta @@ -14668,7 +15813,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting and an ad hoc call. This API supports the retrieval of call transcripts from private chat meetings and channel meetings, and ad hoc calls including PSTN, 1:1, and group calls. Private channel meetings are not supported. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta @@ -14822,7 +15967,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting and an ad hoc call. This API supports the retrieval of call transcripts from private chat meetings and channel meetings, and ad hoc calls including PSTN, 1:1, and group calls. Private channel meetings are not supported. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta @@ -14957,7 +16102,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting and an ad hoc call. This API supports the retrieval of call transcripts from private chat meetings and channel meetings, and ad hoc calls including PSTN, 1:1, and group calls. Private channel meetings are not supported. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta @@ -15932,7 +17077,7 @@ paths: tags: - users.presence summary: Invoke action setPresence - description: Set the availability and activity status in a presence session of an application for a user. + description: 'Set the availability and activity status in a presence session of an application for a user. For more information about presence sessions, states permutations, and timeouts, see Manage presence state using the Microsoft Graph API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta @@ -16061,6 +17206,12 @@ components: title: cloudCommunications type: object properties: + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: A collection of ad hoc calls in Teams. + x-ms-navigationProperty: true callRecords: type: array items: @@ -16075,7 +17226,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onlineMeetingEngagementConversation' - description: A collection of structured question-and-answer (Q&A) thread in Teams directly associated with online meetings. + description: A collection of structured question-and-answer (Q&A) threads in Teams directly associated with online meetings. x-ms-navigationProperty: true onlineMeetings: type: array @@ -16090,6 +17241,117 @@ components: additionalProperties: type: object description: Represents a container that exposes navigation properties for cloud communications resources. + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.callRecords.callRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16981,11 +18243,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -17296,49 +18558,6 @@ components: - cancellation - unknownFutureValue type: string - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -17425,54 +18644,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.chatInfo: title: chatInfo type: object @@ -17539,16 +18710,6 @@ components: description: The unique identifier for an entity. Read-only. additionalProperties: type: object - microsoft.graph.callRecords.modality: - title: modality - enum: - - audio - - video - - videoBasedScreenSharing - - data - - screenSharing - - unknownFutureValue - type: string microsoft.graph.identitySet: title: identitySet type: object @@ -17561,6 +18722,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.callRecords.modality: + title: modality + enum: + - audio + - video + - videoBasedScreenSharing + - data + - screenSharing + - unknownFutureValue + type: string microsoft.graph.callRecords.callType: title: callType enum: @@ -18586,6 +19757,48 @@ components: $ref: '#/components/schemas/microsoft.graph.ODataErrors.MainError' additionalProperties: type: object + microsoft.graph.adhocCallCollectionResponse: + title: Collection of adhocCall + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.callRecordingCollectionResponse: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + ODataCountResponse: + type: integer + format: int32 + microsoft.graph.callTranscriptCollectionResponse: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.callRecords.callRecordCollectionResponse: title: Collection of callRecord type: object @@ -18612,9 +19825,6 @@ components: nullable: true additionalProperties: type: object - ODataCountResponse: - type: integer - format: int32 microsoft.graph.callRecords.sessionCollectionResponse: title: Collection of session type: object @@ -18797,19 +20007,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.callRecordingCollectionResponse: - title: Collection of callRecording - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.callRecording' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistrationQuestionCollectionResponse: title: Collection of meetingRegistrationQuestion type: object @@ -18836,19 +20033,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.callTranscriptCollectionResponse: - title: Collection of callTranscript - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.callTranscript' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.presenceCollectionResponse: title: Collection of presence type: object @@ -19747,24 +20931,42 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' - microsoft.graph.callRecords.callRecordCollectionResponse: + microsoft.graph.adhocCallCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.callRecords.callRecordCollectionResponse' - microsoft.graph.callRecords.participantCollectionResponse: + $ref: '#/components/schemas/microsoft.graph.adhocCallCollectionResponse' + microsoft.graph.callRecordingCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.callRecords.participantCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.callRecordingCollectionResponse' ODataCountResponse: description: The count of the resource content: text/plain: schema: $ref: '#/components/schemas/ODataCountResponse' + microsoft.graph.callTranscriptCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscriptCollectionResponse' + microsoft.graph.callRecords.callRecordCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecords.callRecordCollectionResponse' + microsoft.graph.callRecords.participantCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecords.participantCollectionResponse' microsoft.graph.callRecords.sessionCollectionResponse: description: Retrieved collection content: @@ -19849,12 +21051,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecordCollectionResponse' - microsoft.graph.callRecordingCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callRecordingCollectionResponse' microsoft.graph.meetingRegistrationQuestionCollectionResponse: description: Retrieved collection content: @@ -19867,12 +21063,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingRegistrantBaseCollectionResponse' - microsoft.graph.callTranscriptCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callTranscriptCollectionResponse' microsoft.graph.presenceCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 18c647d726f..b2db1e6d681 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -10967,6 +10967,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -12841,7 +12847,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.resourceSpecificPermissionGrant: @@ -13665,6 +13671,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14330,6 +14356,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -14407,6 +14435,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -15122,10 +15152,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -15135,10 +15161,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -15879,7 +15901,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -16294,11 +16316,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -19603,6 +19625,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -20241,6 +20354,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -20662,6 +20780,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -20723,6 +20842,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -20909,6 +21042,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -21448,10 +21595,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -23645,49 +23788,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -23738,54 +23838,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -26547,6 +26599,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -27799,6 +27852,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -32015,11 +32073,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -34892,11 +34950,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index c0ca54b63e7..7c298b7f6eb 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -6985,6 +6985,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -8062,7 +8068,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.resourceSpecificPermissionGrant: @@ -9224,6 +9230,26 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -9614,6 +9640,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -9691,6 +9719,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -10188,10 +10218,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -10201,10 +10227,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -10945,7 +10967,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -11322,11 +11344,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -14243,6 +14265,97 @@ components: $ref: '#/components/schemas/microsoft.graph.printer' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -14452,6 +14565,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -14904,6 +15022,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -14965,6 +15084,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -15151,6 +15284,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -15729,10 +15876,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -17926,49 +18069,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -18019,54 +18119,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20433,6 +20485,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -22438,6 +22491,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -26512,11 +26570,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -29945,11 +30003,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index c272fa5f4c6..90f50f28566 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -12957,7 +12957,7 @@ paths: tags: - deviceManagement.deviceCompliancePolicy summary: Get scheduledActionsForRule from deviceManagement - description: The list of scheduled action for this rule + description: The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. operationId: deviceManagement.deviceCompliancePolicy_ListScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -13048,7 +13048,7 @@ paths: tags: - deviceManagement.deviceCompliancePolicy summary: Get scheduledActionsForRule from deviceManagement - description: The list of scheduled action for this rule + description: The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. operationId: deviceManagement.deviceCompliancePolicy_GetScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -33237,7 +33237,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: deviceManagement.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -33328,7 +33328,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: deviceManagement.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -40985,12 +40985,6 @@ components: x-ms-navigationProperty: true softwareUpdateStatusSummary: $ref: '#/components/schemas/microsoft.graph.softwareUpdateStatusSummary' - telecomExpenseManagementPartners: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' - description: The telecom expense management partners. - x-ms-navigationProperty: true templateInsights: type: array items: @@ -43514,6 +43508,9 @@ components: type: string description: Policy description nullable: true + disableEntraGroupPolicyAssignment: + type: boolean + description: Indicates whether Entra Group policy assignment is disabled isAssigned: type: boolean description: Policy assignment status. This property is read-only. @@ -43607,6 +43604,9 @@ components: type: string description: Template description nullable: true + disableEntraGroupPolicyAssignment: + type: boolean + description: Indicates whether assignments to Entra security groups is disabled displayName: type: string description: Template display name @@ -43781,7 +43781,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' - description: The list of scheduled action for this rule + description: The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. x-ms-navigationProperty: true userStatuses: type: array @@ -46802,7 +46802,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -51145,34 +51145,6 @@ components: additionalProperties: type: object description: 'ServiceNow properties including the ServiceNow instanceUrl, connection credentials and other metadata.' - microsoft.graph.telecomExpenseManagementPartner: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: telecomExpenseManagementPartner - type: object - properties: - appAuthorized: - type: boolean - description: Whether the partner's AAD app has been authorized to access Intune. - displayName: - type: string - description: Display name of the TEM partner. - nullable: true - enabled: - type: boolean - description: Whether Intune's connection to the TEM service is currently enabled or disabled. - lastConnectionDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: Timestamp of the last request sent to Intune by the TEM partner. - format: date-time - url: - type: string - description: 'URL of the TEM partner''s administrative control panel, where an administrator can configure their TEM service.' - nullable: true - additionalProperties: - type: object - description: 'telecomExpenseManagementPartner resources represent the metadata and status of a given TEM service. Once your organization has onboarded with a partner, the partner can be enabled or disabled to switch TEM functionality on or off.' microsoft.graph.deviceManagementTemplateInsightsDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -53270,6 +53242,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcCloudApp' + description: A collection of cloud apps that are built on frontline shared options and provide Windows 365 end users with access to app-only sessions instead of a full desktop experience. x-ms-navigationProperty: true cloudPCs: type: array @@ -53285,6 +53258,11 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' description: The image resource on Cloud PC. x-ms-navigationProperty: true + externalPartners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartner' + x-ms-navigationProperty: true externalPartnerSettings: type: array items: @@ -55806,6 +55784,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -59092,6 +59076,8 @@ components: - cloudPcFrontlineInsufficientLicensesScenario - cloudPcInaccessibleScenario - cloudPcFrontlineConcurrencyScenario + - cloudPcUserSettingsPersistenceScenario + - cloudPcDeprovisionFailedScenario type: string microsoft.graph.deviceManagement.ruleSeverityType: title: ruleSeverityType @@ -64608,10 +64594,12 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcCloudAppActionFailedErrorCode' actionFailedErrorMessage: type: string + description: 'The error message when the IT admin failed to publish, unpublish, update, or reset a cloud app. For example: ''Publish failed because it exceeds the 500 cloud apps limitation under the policy. You need to unpublish some cloud apps under this policy in order to publish this cloud app again.'' Read-only.' nullable: true addedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: 'The date and time when the cloud app was added to this tenant and became visible in the admin portal. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. An IT admin can''t set or modify it. Supports $filter, $select, and $orderBy. Read-only.' format: date-time nullable: true appDetail: @@ -64620,24 +64608,32 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcCloudAppStatus' availableToUser: type: boolean + description: 'Indicates whether this cloud app is available to end users through the end-user portal or the Windows App. The default value is false. It changes to true if the cloud app is successfully published, and reverts to false when the admin unpublishes the cloud app. Supports $filter, $select, and $orderBy.' description: type: string + description: 'The description associated with the cloud app. The maximum allowed length for this property is 512 characters. Supports $filter, $select, and $orderBy.' nullable: true discoveredAppName: type: string + description: 'Name of the discovered app associated with the cloud app. For example, Paint, Supports $filter, $select, and $orderBy. Read-only.' displayName: type: string + description: 'The display name for the cloud app. The display name for the cloud app, which appears on the end-user portal and must be unique within a single provisioning policy. It uses the discovered app name as the default value. The maximum allowed length for this property is 64 characters. For example, Paint. Supports $filter, $select, and $orderBy.' lastPublishedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: 'The latest date time when the admin published the cloud app. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. An IT admin can''t set or modify it. Supports $filter, $select, and $orderBy. Read-only.' format: date-time + nullable: true provisioningPolicyId: type: string + description: 'The ID of the provisioning policy associated with this cloud app. For example, 96133506-c05b-4dbb-a150-ed4adc59895f. Supports $filter, $select, and $orderBy. Read-only. Required.' scopeIds: type: array items: type: string nullable: true + description: The list of scope tag IDs for this cloud app. Inherited from the provisioning policy when the app is created or updated. Read-only. additionalProperties: type: object microsoft.graph.cloudPC: @@ -64680,6 +64676,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -64757,6 +64755,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -64805,7 +64805,7 @@ components: nullable: true operatingSystem: type: string - description: 'The operating system of the image. For example, Windows 10 Enterprise. Read-only.' + description: 'The operating system of the image. For example, Windows 11 Enterprise. Read-only.' nullable: true osBuildNumber: type: string @@ -64843,6 +64843,28 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.cloudPcExternalPartner: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudPcExternalPartner + type: object + properties: + connectionStatus: + $ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerStatus' + enableConnection: + type: boolean + lastSyncDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + partnerId: + type: string + statusDetails: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcExternalPartnerSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -64929,7 +64951,7 @@ components: nullable: true offerDisplayName: type: string - description: 'The official display offer name of this gallery image. For example, Windows 10 Enterprise + OS Optimizations. The offerDisplayName property is deprecated and will stop returning data on January 31, 2024.' + description: 'The official display offer name of this gallery image. For example, Windows 11 Enterprise. The offerDisplayName property is deprecated and will stop returning data on January 31, 2024.' nullable: true offerName: type: string @@ -65106,10 +65128,12 @@ components: nullable: true createdBy: type: string + description: 'The unique ID of the user who created this policy. For example, 5ccb8d35-dd04-473e-a287-69bb4473208b. Read-only. Supports $select.' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: 'The timestamp when this provisioning policy was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $select and $orderBy.' format: date-time nullable: true description: @@ -65145,10 +65169,12 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyImageType' lastModifiedBy: type: string + description: 'The unique ID of the user who last updated this policy. For example, 5ccb8d35-dd04-473e-a287-69bb4473208b. Read-only. Supports $select.' nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: 'The timestamp when this provisioning policy was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $select and $orderBy.' format: date-time nullable: true localAdminEnabled: @@ -65279,6 +65305,8 @@ components: displayName: type: string description: The name for the supported region. Read-only. + geographicLocationType: + $ref: '#/components/schemas/microsoft.graph.cloudPcGeographicLocationType' regionGroup: $ref: '#/components/schemas/microsoft.graph.cloudPcRegionGroup' regionRestrictionDetail: @@ -65329,7 +65357,7 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcRestorePointSetting' selfServiceEnabled: type: boolean - description: 'Indicates whether the self-service option is enabled. Default value is false. To enable the self-service option, change the setting to true. If the self-service option is enabled, the end user is allowed to perform some self-service operations, such as upgrading the Cloud PC through the end user portal. The selfServiceEnabled property is deprecated and will stop returning data on December 1, 2023.' + description: 'Indicates whether the self-service option is enabled. Default value is false. To enable the self-service option, change the setting to true. If the self-service option is enabled, the end user is allowed to perform some self-service operations, such as upgrading the Cloud PC through the end user portal. The selfServiceEnabled property is deprecated and stopped returning data on December 1, 2023.' nullable: true assignments: type: array @@ -66918,6 +66946,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -69213,10 +69261,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -69226,10 +69270,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -70018,11 +70058,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -71232,6 +71272,9 @@ components: - unknownFutureValue - frontlineBufferUsageDuration - frontlineBufferUsageThreshold + - cloudPcUserSettingsPersistenceUsageThreshold + - cloudPcDeprovisionedThreshold + - cloudPcReserveDeprovisionFailedThreshold type: string microsoft.graph.deviceManagement.operatorType: title: operatorType @@ -72156,17 +72199,21 @@ components: properties: commandLineArguments: type: string + description: 'Specifies the command-line arguments for the cloud app. These parameters are passed to the cloud app when it''s launched. The maximum allowed length for this property is 2,048 characters. For example, -fullscreen -loop.' nullable: true filePath: type: string + description: 'Specifies the path to the executable file for the application within the OS of the hosting Cloud PC. The value should be an absolute path to a Windows or Universal app. For example, C:/app.exe or shell:AppsFolder/appname!App. Read-only.' iconIndex: maximum: 2147483647 minimum: -2147483648 type: number + description: 'Specifies the index of the icon within the file specified by the iconPath property. For example, if iconPath is set to C:/Program Files/MyApp/myapp.ico and iconIndex is set to 0, the system uses the first icon in the myapp.ico file. The default value is 0.' format: int32 nullable: true iconPath: type: string + description: 'Specifies the path to the icon file for the application within the OS of the hosting Cloud PC. When an admin updates the path of a cloud app, the value should be a rooted absolute path. For example, C:/Windows/system32/WindowsPowerShell/v1.0/powershell_ise.exe. If this property isn''t defined, a default icon is used.' additionalProperties: type: object microsoft.graph.cloudPcCloudAppStatus: @@ -72195,6 +72242,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -72256,6 +72304,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -72368,6 +72430,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -72507,6 +72583,8 @@ components: - devBox - unknownFutureValue - rpaBox + - microsoft365Opal + - microsoft365BizChat type: string x-ms-enum-flags: isFlags: true @@ -72554,6 +72632,8 @@ components: properties: domainJoinType: $ref: '#/components/schemas/microsoft.graph.cloudPcDomainJoinType' + geographicLocationType: + $ref: '#/components/schemas/microsoft.graph.cloudPcGeographicLocationType' onPremisesConnectionId: type: string description: 'The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.' @@ -72679,6 +72759,25 @@ components: - ready - unknownFutureValue type: string + microsoft.graph.cloudPcGeographicLocationType: + title: cloudPcGeographicLocationType + enum: + - default + - asia + - australasia + - canada + - europe + - india + - africa + - usCentral + - usEast + - usWest + - southAmerica + - middleEast + - centralAmerica + - usGovernment + - unknownFutureValue + type: string microsoft.graph.cloudPcRegionGroup: title: cloudPcRegionGroup enum: @@ -72707,6 +72806,25 @@ components: - mexico - australasia - europe + - singapore + - hongKong + - ireland + - sweden + - poland + - italy + - spain + - netherlands + - brazil + - israel + - automatic + - indonesia + - taiwan + - malaysia + - newZealand + - austria + - denmark + - belgium + - kenya type: string microsoft.graph.cloudPcSupportedRegionRestrictionDetail: title: cloudPcSupportedRegionRestrictionDetail @@ -73380,6 +73498,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -74044,6 +74253,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -76262,7 +76476,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -76903,10 +77117,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -77596,49 +77806,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -77689,54 +77856,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -79932,6 +80051,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -81453,6 +81577,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -86665,11 +86790,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -90232,11 +90357,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 2859ff38d5f..54918e31a91 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -10893,6 +10893,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -12354,7 +12360,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.resourceSpecificPermissionGrant: @@ -13121,6 +13127,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13786,6 +13812,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -13863,6 +13891,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -14607,10 +14637,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -14620,10 +14646,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -15364,7 +15386,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -15779,11 +15801,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -19136,6 +19158,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -19774,6 +19887,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -20226,6 +20344,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -20287,6 +20406,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -20473,6 +20606,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -21174,10 +21321,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -23371,49 +23514,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -23464,54 +23564,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -25892,6 +25944,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -27780,6 +27833,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -31823,11 +31881,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -34612,11 +34670,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index dc01e0bf3a5..63729d40eef 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -2018,7 +2018,7 @@ paths: tags: - deviceAppManagement.iosLobAppProvisioningConfiguration summary: Get assignments from deviceAppManagement - description: 'The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.' + description: The associated group assignments for IosLobAppProvisioningConfiguration. operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_ListAssignment parameters: - name: iosLobAppProvisioningConfiguration-id @@ -2109,7 +2109,7 @@ paths: tags: - deviceAppManagement.iosLobAppProvisioningConfiguration summary: Get assignments from deviceAppManagement - description: 'The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.' + description: The associated group assignments for IosLobAppProvisioningConfiguration. operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_GetAssignment parameters: - name: iosLobAppProvisioningConfiguration-id @@ -10913,7 +10913,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_ListRelationship parameters: - name: mobileApp-id @@ -11004,7 +11004,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_GetRelationship parameters: - name: mobileApp-id @@ -12450,6 +12450,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/$count': get: tags: @@ -12477,7 +12765,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidLobApp_ListRelationship parameters: - name: mobileApp-id @@ -12568,7 +12856,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidLobApp_GetRelationship parameters: - name: mobileApp-id @@ -13137,7 +13425,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -13228,7 +13516,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -13797,7 +14085,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -13888,7 +14176,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -15369,6 +15657,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/$count': get: tags: @@ -15396,7 +15972,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosLobApp_ListRelationship parameters: - name: mobileApp-id @@ -15487,7 +16063,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosLobApp_GetRelationship parameters: - name: mobileApp-id @@ -16056,7 +16632,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -16147,7 +16723,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -16956,7 +17532,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosVppApp_ListRelationship parameters: - name: mobileApp-id @@ -17047,7 +17623,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosVppApp_GetRelationship parameters: - name: mobileApp-id @@ -18493,6 +19069,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/$count': get: tags: @@ -18520,7 +19384,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_ListRelationship parameters: - name: mobileApp-id @@ -18611,7 +19475,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_GetRelationship parameters: - name: mobileApp-id @@ -20057,6 +20921,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/$count': get: tags: @@ -20084,7 +21236,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSLobApp_ListRelationship parameters: - name: mobileApp-id @@ -20175,7 +21327,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSLobApp_GetRelationship parameters: - name: mobileApp-id @@ -21621,6 +22773,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/$count': get: tags: @@ -21648,7 +23088,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_ListRelationship parameters: - name: mobileApp-id @@ -21739,7 +23179,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_GetRelationship parameters: - name: mobileApp-id @@ -23185,6 +24625,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/$count': get: tags: @@ -23212,7 +24940,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListRelationship parameters: - name: mobileApp-id @@ -23303,7 +25031,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetRelationship parameters: - name: mobileApp-id @@ -24749,6 +26477,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/$count': get: tags: @@ -24776,7 +26792,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_ListRelationship parameters: - name: mobileApp-id @@ -24867,7 +26883,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_GetRelationship parameters: - name: mobileApp-id @@ -26313,6 +28329,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/$count': get: tags: @@ -26340,7 +28644,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_ListRelationship parameters: - name: mobileApp-id @@ -26431,7 +28735,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_GetRelationship parameters: - name: mobileApp-id @@ -27240,7 +29544,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListRelationship parameters: - name: mobileApp-id @@ -27331,7 +29635,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetRelationship parameters: - name: mobileApp-id @@ -28812,6 +31116,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/$count': get: tags: @@ -28839,7 +31431,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWin32LobApp_ListRelationship parameters: - name: mobileApp-id @@ -28930,7 +31522,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWin32LobApp_GetRelationship parameters: - name: mobileApp-id @@ -30376,6 +32968,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/$count': get: tags: @@ -30403,7 +33283,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsAppX_ListRelationship parameters: - name: mobileApp-id @@ -30494,7 +33374,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsAppX_GetRelationship parameters: - name: mobileApp-id @@ -31940,6 +34820,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/$count': get: tags: @@ -31967,7 +35135,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_ListRelationship parameters: - name: mobileApp-id @@ -32058,7 +35226,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_GetRelationship parameters: - name: mobileApp-id @@ -32627,7 +35795,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -32718,7 +35886,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -34404,6 +37572,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/scripts': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_ListScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mobileAppContentScriptCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_CreateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/scripts/{mobileAppContentScript-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get scripts from deviceAppManagement + description: The list of scripts for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_GetScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property scripts in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_UpdateScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property scripts for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_DeleteScript + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentScript-id + in: path + description: The unique identifier of mobileAppContentScript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentScript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/scripts/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion.script_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/$count': get: tags: @@ -34431,7 +37887,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListRelationship parameters: - name: mobileApp-id @@ -34522,7 +37978,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetRelationship parameters: - name: mobileApp-id @@ -35091,7 +38547,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsWebApp_ListRelationship parameters: - name: mobileApp-id @@ -35182,7 +38638,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsWebApp_GetRelationship parameters: - name: mobileApp-id @@ -35751,7 +39207,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWinGetApp_ListRelationship parameters: - name: mobileApp-id @@ -35842,7 +39298,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWinGetApp_GetRelationship parameters: - name: mobileApp-id @@ -35991,7 +39447,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileApp_ListRelationship parameters: - name: mobileApp-id @@ -36082,7 +39538,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileApp_GetRelationship parameters: - name: mobileApp-id @@ -50185,7 +53641,7 @@ paths: tags: - users.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from users - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: user.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: user-id @@ -50292,7 +53748,7 @@ paths: tags: - users.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from users - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: user.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: user-id @@ -51454,7 +54910,7 @@ components: expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Optional profile expiration date and time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default.' + description: Optional profile expiration date and time. format: date-time nullable: true lastModifiedDateTime: @@ -51485,7 +54941,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' - description: 'The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.' + description: The associated group assignments for IosLobAppProvisioningConfiguration. x-ms-navigationProperty: true deviceStatuses: type: array @@ -51853,10 +55309,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -51866,10 +55318,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -52492,14 +55940,14 @@ components: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: The date and time the app was created. + description: The date and time the app was created. This property is read-only. format: date-time readOnly: true dependentAppCount: maximum: 2147483647 minimum: -2147483648 type: number - description: The total number of dependencies the child app has. + description: The total number of dependencies the child app has. This property is read-only. format: int32 readOnly: true description: @@ -52520,7 +55968,7 @@ components: nullable: true isAssigned: type: boolean - description: The value indicating whether the app is assigned to at least one group. + description: The value indicating whether the app is assigned to at least one group. This property is read-only. readOnly: true isFeatured: type: boolean @@ -52530,7 +55978,7 @@ components: lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: The date and time the app was last modified. + description: The date and time the app was last modified. This property is read-only. format: date-time readOnly: true notes: @@ -52575,7 +56023,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: The upload state. + description: 'The upload state. Possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only.' format: int32 readOnly: true assignments: @@ -52594,7 +56042,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. x-ms-navigationProperty: true additionalProperties: type: object @@ -52699,6 +56147,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' description: The list of files for this app content version. x-ms-navigationProperty: true + scripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + description: The list of scripts for this app content version. + x-ms-navigationProperty: true additionalProperties: type: object description: Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile. @@ -52806,6 +56260,25 @@ components: additionalProperties: type: object description: Contains properties for file encryption information for the content version of a line-of-business app. + microsoft.graph.mobileAppContentScript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: mobileAppContentScript + type: object + properties: + content: + type: string + description: The content of the script. This is a Base64-encoded representation of the script's original content. The content has a maximum size limit of 100KB. + nullable: true + displayName: + type: string + description: The display name for the script. + nullable: true + state: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScriptState' + additionalProperties: + type: object + description: Contains properties for a script associated with amobileLobApp entity. microsoft.graph.androidManagedStoreApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' @@ -53258,6 +56731,10 @@ components: - title: win32LobApp type: object properties: + activeInstallScript: + $ref: '#/components/schemas/microsoft.graph.mobileAppScriptReference' + activeUninstallScript: + $ref: '#/components/schemas/microsoft.graph.mobileAppScriptReference' allowAvailableUninstall: type: boolean description: 'Indicates whether the uninstall is supported from the company portal for the Win32 app with an available assignment. When TRUE, indicates that uninstall is supported from the company portal for the Windows app (Win32) with an available assignment. When FALSE, indicates that uninstall is not supported for the Windows app (Win32) with an Available assignment. Default value is FALSE.' @@ -55864,7 +59341,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -56458,10 +59935,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -56876,6 +60349,19 @@ components: - commitFileTimedOut type: string description: Contains properties for upload request states. + microsoft.graph.mobileAppContentScriptState: + title: mobileAppContentScriptState + enum: + - commitSuccess + type: string + description: A list of possible script lifecycle states. + x-ms-enum: + name: mobileAppContentScriptState + modelAsString: false + values: + - value: commitSuccess + description: Indicates that the script content is ready. + name: commitSuccess microsoft.graph.androidManagedStoreAppTrack: title: androidManagedStoreAppTrack type: object @@ -57139,6 +60625,17 @@ components: - offline - online type: string + microsoft.graph.mobileAppScriptReference: + title: mobileAppScriptReference + type: object + properties: + targetId: + type: string + description: The identifier of an associated mobileAppContentScript entity. + nullable: true + additionalProperties: + type: object + description: A complex type that contains an identifier which is a reference an associated mobileAppContentScript entity. microsoft.graph.windowsArchitecture: title: windowsArchitecture enum: @@ -57835,6 +61332,7 @@ components: enum: - anyDestinationAnySource - none + - unknownFutureValue type: string description: Represents the level to which the device's clipboard may be shared between apps x-ms-enum: @@ -57847,6 +61345,9 @@ components: - value: none description: 'Org users cannot cut, copy or paste data to or from external accounts, documents, locations or applications from or into the org context.' name: none + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.managedAppDeviceThreatLevel: title: managedAppDeviceThreatLevel enum: @@ -59620,6 +63121,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -61536,6 +65043,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mobileAppContentScriptCollectionResponse: + title: Collection of mobileAppContentScript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScript' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.iosVppAppAssignedLicenseCollectionResponse: title: Collection of iosVppAppAssignedLicense type: object @@ -63884,6 +67404,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -64873,6 +68413,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -64950,6 +68492,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -66942,11 +70486,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -67599,6 +71143,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -68263,6 +71898,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -69119,6 +72759,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -69180,6 +72821,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -69292,6 +72947,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -70688,7 +74357,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -71855,49 +75524,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -71948,54 +75574,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -73966,6 +77544,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -75552,6 +79135,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -80562,11 +84146,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -84129,11 +87713,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -86381,6 +89965,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFileCollectionResponse' + microsoft.graph.mobileAppContentScriptCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppContentScriptCollectionResponse' microsoft.graph.iosVppAppAssignedLicenseCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index d90644ad0b3..12882f4847d 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -1411,6 +1411,7 @@ paths: tags: - education.educationClass summary: Get gradingScheme from education + description: 'When set, enables users to configure custom string grades based on the percentage of total points earned on this assignment.' operationId: education.class.assignment_GetGradingScheme parameters: - name: educationClass-id @@ -5107,6 +5108,7 @@ paths: tags: - education.educationClass summary: Get defaultGradingScheme from education + description: The default grading scheme for assignments created in this class. operationId: education.class.assignmentSetting_GetDefaultGradingScheme parameters: - name: educationClass-id @@ -5455,10 +5457,10 @@ paths: tags: - education.educationClass summary: Create educationGradingScheme - description: Create a new educationGradingScheme object. + description: Create a new educationGradingScheme on an educationClass. Only teachers can perform this operation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationgradingscheme-post?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/educationassignmentsettings-post-gradingschemes?view=graph-rest-beta operationId: education.class.assignmentSetting_CreateGradingScheme parameters: - name: educationClass-id @@ -7883,6 +7885,7 @@ paths: tags: - education.educationUser summary: Get gradingScheme from education + description: 'When set, enables users to configure custom string grades based on the percentage of total points earned on this assignment.' operationId: education.me.assignment_GetGradingScheme parameters: - name: educationAssignment-id @@ -13371,11 +13374,11 @@ paths: patch: tags: - education.educationUser - summary: Update educationUser properties - description: Update the properties of an educationuser object. + summary: Update relatedContacts + description: Update the relatedContact collection of an educationUser object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta operationId: education_UpdateUser parameters: - name: educationUser-id @@ -14102,6 +14105,7 @@ paths: tags: - education.educationUser summary: Get gradingScheme from education + description: 'When set, enables users to configure custom string grades based on the percentage of total points earned on this assignment.' operationId: education.user.assignment_GetGradingScheme parameters: - name: educationUser-id @@ -19077,6 +19081,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.educationGradingScheme' + description: The grading schemes that can be attached to assignments created in this class. x-ms-navigationProperty: true additionalProperties: type: object @@ -20110,6 +20115,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -21740,7 +21751,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.resourceSpecificPermissionGrant: @@ -22655,6 +22666,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -23320,6 +23351,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -23397,6 +23430,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -24141,10 +24176,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -24154,10 +24185,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -24898,7 +24925,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -25313,11 +25340,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -28285,6 +28312,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -28923,6 +29041,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -29375,6 +29498,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -29436,6 +29560,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -29622,6 +29760,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -30291,10 +30443,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -32488,49 +32636,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -32581,54 +32686,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -35033,6 +35090,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -37021,6 +37079,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -41092,11 +41155,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -44404,11 +44467,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index 9e7755d8460..f21e2cb02fd 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -8203,7 +8203,7 @@ paths: tags: - drives.driveItem summary: Invoke action copy - description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes.' + description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes. The copy operation is restricted to 30,000 driveItems. For more information, see SharePoint limits.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta @@ -23672,7 +23672,7 @@ paths: tags: - drives.driveItem summary: Invoke action copy - description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes.' + description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes. The copy operation is restricted to 30,000 driveItems. For more information, see SharePoint limits.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta @@ -35929,7 +35929,7 @@ paths: tags: - groups.drive summary: Invoke action copy - description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes.' + description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes. The copy operation is restricted to 30,000 driveItems. For more information, see SharePoint limits.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta @@ -54120,7 +54120,7 @@ paths: tags: - groups.drive summary: Invoke action copy - description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes.' + description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes. The copy operation is restricted to 30,000 driveItems. For more information, see SharePoint limits.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta @@ -78298,7 +78298,7 @@ paths: tags: - users.drive summary: Invoke action copy - description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes.' + description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes. The copy operation is restricted to 30,000 driveItems. For more information, see SharePoint limits.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta @@ -96489,7 +96489,7 @@ paths: tags: - users.drive summary: Invoke action copy - description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes.' + description: 'Create a copy of a driveItem asynchronously. You can optionally copy exclusively the child items, specify a new parent folder, or provide a new name. Once the request is accepted, the operation is queued and processed asynchronously. Use the monitor URL to track progress until the operation completes. The copy operation is restricted to 30,000 driveItems. For more information, see SharePoint limits.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta @@ -100199,6 +100199,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -102149,6 +102155,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -102650,6 +102657,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -103639,6 +103666,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -103716,6 +103745,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -104970,10 +105001,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -104983,10 +105010,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -105727,7 +105750,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -106236,11 +106259,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -107963,11 +107986,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -108284,6 +108307,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -108948,6 +109062,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -109761,6 +109880,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -109822,6 +109942,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -110008,6 +110142,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -110754,7 +110902,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -111395,10 +111543,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -113787,49 +113931,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -113880,54 +113981,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -115850,11 +115903,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -116526,6 +116579,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 70d9f5bb8a8..e6670dba8a2 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -841,11 +841,11 @@ paths: post: tags: - groups.conversation - summary: Create conversation - description: Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation. + summary: Create openTypeExtension + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta operationId: group_CreateConversation parameters: - name: group-id @@ -878,10 +878,10 @@ paths: tags: - groups.conversation summary: Get conversation - description: Get a group's conversation object. + description: Retrieve the properties and relationships of conversation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta operationId: group_GetConversation parameters: - name: group-id @@ -8556,6 +8556,116 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/onPremisesSyncBehavior': + get: + tags: + - groups.onPremisesSyncBehavior + summary: Get onPremisesSyncBehavior + description: 'Read the properties of an onPremisesSyncBehavior object. The isCloudManaged property indicates whether the object''s source of authority is set to the cloud. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onpremisessyncbehavior-get?view=graph-rest-beta + operationId: group_GetOnPremisesSyncBehavior + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesSyncBehavior' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.onPremisesSyncBehavior + summary: Update onPremisesSyncBehavior + description: Update the properties of an onPremisesSyncBehavior object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onpremisessyncbehavior-update?view=graph-rest-beta + operationId: group_UpdateOnPremisesSyncBehavior + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesSyncBehavior' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesSyncBehavior' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.onPremisesSyncBehavior + summary: Delete navigation property onPremisesSyncBehavior for groups + operationId: group_DeleteOnPremisesSyncBehavior + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/groups/{group-id}/owners': get: tags: @@ -11488,11 +11598,11 @@ paths: get: tags: - groups.conversationThread - summary: Get conversation thread - description: Get a thread object. + summary: Get conversationThread + description: "Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, \nyou can specify the thread without referencing the parent conversation. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta operationId: group_GetThread parameters: - name: group-id @@ -11587,11 +11697,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversation thread - description: Delete a thread object. + summary: Delete conversationThread + description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta operationId: group_DeleteThread parameters: - name: group-id @@ -18237,6 +18347,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -18642,6 +18758,17 @@ components: description: The ID of the user or group this credential set belongs to. additionalProperties: type: object + microsoft.graph.onPremisesSyncBehavior: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: onPremisesSyncBehavior + type: object + properties: + isCloudManaged: + type: boolean + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' + additionalProperties: + type: object microsoft.graph.profilePhoto: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -19392,17 +19519,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.onPremisesSyncBehavior: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: onPremisesSyncBehavior - type: object - properties: - isCloudManaged: - type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' - additionalProperties: - type: object microsoft.graph.plannerGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -19858,7 +19974,7 @@ components: properties: blockAzureADGraphAccess: type: boolean - description: 'If false, allows the app to have extended access to Azure AD Graph until June 30, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' + description: 'If false, allows the app to have extended access to Azure AD Graph until August 31, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' nullable: true removeUnverifiedEmailClaim: type: boolean @@ -20017,6 +20133,10 @@ components: type: boolean description: 'Indicates whether backend SSL certificate validation is enabled for the application. For all new Application Proxy apps, the property is set to true by default. For all existing apps, the property is set to false.' nullable: true + isContinuousAccessEvaluationEnabled: + type: boolean + description: 'Indicates whether continuous access evaluation is enabled for Application Proxy application. For all Application Proxy apps, the property is set to true by default.' + nullable: true isDnsResolutionEnabled: type: boolean description: Indicates Microsoft Entra Private Access should handle DNS resolution. false by default. @@ -21245,6 +21365,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -21635,6 +21775,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -21712,6 +21854,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -22209,10 +22353,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -22222,10 +22362,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -22966,7 +23102,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -23343,11 +23479,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -26578,6 +26714,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -26787,6 +27014,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -27239,6 +27471,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -27300,6 +27533,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -27486,6 +27733,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -28052,10 +28313,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -30209,49 +30466,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -30302,54 +30516,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -32973,6 +33139,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -34663,6 +34830,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -38786,11 +38958,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -42142,11 +42314,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 2b1a812b2c6..3d743f77f10 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -13780,11 +13780,11 @@ paths: post: tags: - directory.authenticationMethodDevice - summary: Create hardwareOathTokenAuthenticationMethodDevice - description: "Create a new hardwareOathTokenAuthenticationMethodDevice object. This API supports two scenarios:\n- Create the new hardware token without assigning to a user. You can then assign to a user.\n- Create and assign a hardware token to a user in the same request. " + summary: Create one or more hardwareOathTokenAuthenticationMethodDevice objects + description: "Create one or more hardwareOathTokenAuthenticationMethodDevice objects. This API supports two scenarios:\n- Create the new hardware tokens without assigning to users. You can then assign to a user.\n- Create and assign any individual hardware tokens to users in the same request." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationmethoddevice-post-hardwareoathdevices?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/authenticationmethoddevice-update?view=graph-rest-beta operationId: directory.authenticationMethodDevice_CreateHardwareOathDevice requestBody: description: New navigation property @@ -33098,6 +33098,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -33795,6 +33801,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -35118,7 +35129,7 @@ components: properties: blockAzureADGraphAccess: type: boolean - description: 'If false, allows the app to have extended access to Azure AD Graph until June 30, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' + description: 'If false, allows the app to have extended access to Azure AD Graph until August 31, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' nullable: true removeUnverifiedEmailClaim: type: boolean @@ -35231,6 +35242,10 @@ components: type: boolean description: 'Indicates whether backend SSL certificate validation is enabled for the application. For all new Application Proxy apps, the property is set to true by default. For all existing apps, the property is set to false.' nullable: true + isContinuousAccessEvaluationEnabled: + type: boolean + description: 'Indicates whether continuous access evaluation is enabled for Application Proxy application. For all Application Proxy apps, the property is set to true by default.' + nullable: true isDnsResolutionEnabled: type: boolean description: Indicates Microsoft Entra Private Access should handle DNS resolution. false by default. @@ -36325,7 +36340,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.resourceSpecificPermissionGrant: @@ -37275,6 +37290,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -37665,6 +37700,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -37742,6 +37779,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -38239,10 +38278,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -38252,10 +38287,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -38996,7 +39027,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -39373,11 +39404,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -43907,6 +43938,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -44116,6 +44238,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -44568,6 +44695,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -44629,6 +44757,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -44815,6 +44957,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -45381,10 +45537,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -47578,49 +47730,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -47671,54 +47780,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -50665,6 +50726,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -56834,11 +56896,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -60142,11 +60204,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index bfe0626a880..c6f7df65dbc 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -40499,11 +40499,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentRequestWorkflowExtension - description: "Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:\n1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).\n2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.\n3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy." + summary: Delete customAccessPackageWorkflowExtension + description: "Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:\n1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).\n2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.\n3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-delete?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_DeleteCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -56431,7 +56431,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance - description: 'The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' + description: 'The unique identifier of the user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_GetSubject parameters: - name: workflow-id @@ -59269,7 +59269,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance - description: 'The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' + description: 'The unique identifier of the user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_GetSubject parameters: - name: workflow-id @@ -63906,7 +63906,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance - description: 'The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' + description: 'The unique identifier of the user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_GetSubject parameters: - name: workflow-id @@ -66761,7 +66761,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance - description: 'The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' + description: 'The unique identifier of the user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_GetSubject parameters: - name: workflow-id @@ -114025,6 +114025,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -114490,7 +114496,7 @@ components: startedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The date time that the workflow execution started. Value is null if the workflow execution has not started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.' + description: 'The date time that the workflow execution started. Value is null if the workflow execution hasn''t started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.' format: date-time nullable: true totalTasksCount: @@ -117927,6 +117933,9 @@ components: type: boolean description: Specifies whether to display recommendations to the reviewer. The default value is true nullable: true + isAgenticExperienceEnabled: + type: boolean + nullable: true isApprovalJustificationRequired: type: boolean description: Specifies whether the reviewer must provide justification for the approval. The default value is true. @@ -118714,6 +118723,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.userAnalytics: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -119597,6 +119626,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -119674,6 +119705,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -120732,10 +120765,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -120745,10 +120774,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -121489,7 +121514,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -121937,11 +121962,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -122772,7 +122797,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -124607,6 +124632,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.settings: title: settings type: object @@ -125178,6 +125294,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -125981,6 +126102,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -126042,6 +126164,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -126228,6 +126364,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -128154,10 +128304,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -130546,49 +130692,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -130639,54 +130742,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -132617,6 +132672,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -134184,6 +134244,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -140048,11 +140109,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -144003,11 +144064,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index 3778753ad0b..418925f6617 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -9031,134 +9031,13 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /identity/conditionalAccess/templates: - get: - tags: - - identity.conditionalAccessRoot - summary: List conditionalAccessTemplates - description: Get a list of the conditionalAccessTemplate objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta - operationId: identity.conditionalAccess_ListTemplate - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.conditionalAccessTemplateCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}': - get: - tags: - - identity.conditionalAccessRoot - summary: Get conditionalAccessTemplate - description: Read the properties and relationships of a conditionalAccessTemplate object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta - operationId: identity.conditionalAccess_GetTemplate - parameters: - - name: conditionalAccessTemplate-id - in: path - description: The unique identifier of conditionalAccessTemplate - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: conditionalAccessTemplate - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /identity/conditionalAccess/templates/$count: + /identity/conditionalAccess/deletedItems: get: tags: - identity.conditionalAccessRoot - summary: Get the number of the resource - operationId: identity.conditionalAccess.template_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /identity/continuousAccessEvaluationPolicy: - get: - tags: - - identity.continuousAccessEvaluationPolicy - summary: Get continuousAccessEvaluationPolicy - description: Read the properties and relationships of a continuousAccessEvaluationPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta - operationId: identity_GetContinuousAccessEvaluationPolicy + summary: Get deletedItems from identity + description: Read-only. Nullable. Returns a collection of the deleted Conditional Access objects. + operationId: identity.conditionalAccess_GetDeletedItem parameters: - name: $select in: query @@ -9186,25 +9065,21 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationPolicy' + $ref: '#/components/schemas/microsoft.graph.caPoliciesDeletableRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - identity.continuousAccessEvaluationPolicy - summary: Update continuousAccessEvaluationPolicy - description: Update the properties of a continuousAccessEvaluationPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta - operationId: identity_UpdateContinuousAccessEvaluationPolicy + - identity.conditionalAccessRoot + summary: Update the navigation property deletedItems in identity + operationId: identity.conditionalAccess_UpdateDeletedItem requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationPolicy' + $ref: '#/components/schemas/microsoft.graph.caPoliciesDeletableRoot' required: true responses: 2XX: @@ -9212,15 +9087,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationPolicy' + $ref: '#/components/schemas/microsoft.graph.caPoliciesDeletableRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - identity.continuousAccessEvaluationPolicy - summary: Delete navigation property continuousAccessEvaluationPolicy for identity - operationId: identity_DeleteContinuousAccessEvaluationPolicy + - identity.conditionalAccessRoot + summary: Delete navigation property deletedItems for identity + operationId: identity.conditionalAccess_DeleteDeletedItem parameters: - name: If-Match in: header @@ -9234,16 +9109,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /identity/customAuthenticationExtensions: + /identity/conditionalAccess/deletedItems/namedLocations: get: tags: - - identity.customAuthenticationExtension - summary: List customAuthenticationExtensions - description: Get a list of the customAuthenticationExtension objects and their properties. The following derived types are supported. + - identity.conditionalAccessRoot + summary: List policyDeletableItem objects + description: "Get a list of the policyDeletableItem objects and their properties, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta - operationId: identity_ListCustomAuthenticationExtension + url: https://learn.microsoft.com/graph/api/policydeletableitem-list?view=graph-rest-beta + operationId: identity.conditionalAccess.deletedItem_ListNamedLocation parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -9282,7 +9157,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.customAuthenticationExtensionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.namedLocationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -9291,19 +9166,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - identity.customAuthenticationExtension - summary: Create customAuthenticationExtension - description: Create a new customAuthenticationExtension object. The following derived types are currently supported. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta - operationId: identity_CreateCustomAuthenticationExtension + - identity.conditionalAccessRoot + summary: Create new navigation property to namedLocations for identity + operationId: identity.conditionalAccess.deletedItem_CreateNamedLocation requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' + $ref: '#/components/schemas/microsoft.graph.namedLocation' required: true responses: 2XX: @@ -9311,29 +9182,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' + $ref: '#/components/schemas/microsoft.graph.namedLocation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}': + '/identity/conditionalAccess/deletedItems/namedLocations/{namedLocation-id}': get: tags: - - identity.customAuthenticationExtension - summary: Get authenticationEventListener - description: Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. + - identity.conditionalAccessRoot + summary: Get policyDeletableItem + description: "Read the properties and relationships of a policyDeletableItem object, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta - operationId: identity_GetCustomAuthenticationExtension + url: https://learn.microsoft.com/graph/api/policydeletableitem-get?view=graph-rest-beta + operationId: identity.conditionalAccess.deletedItem_GetNamedLocation parameters: - - name: customAuthenticationExtension-id + - name: namedLocation-id in: path - description: The unique identifier of customAuthenticationExtension + description: The unique identifier of namedLocation required: true style: simple schema: type: string - x-ms-docs-key-type: customAuthenticationExtension + x-ms-docs-key-type: namedLocation - name: $select in: query description: Select properties to be returned @@ -9360,30 +9231,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' + $ref: '#/components/schemas/microsoft.graph.namedLocation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - identity.customAuthenticationExtension - summary: Update the navigation property customAuthenticationExtensions in identity - operationId: identity_UpdateCustomAuthenticationExtension + - identity.conditionalAccessRoot + summary: Update the navigation property namedLocations in identity + operationId: identity.conditionalAccess.deletedItem_UpdateNamedLocation parameters: - - name: customAuthenticationExtension-id + - name: namedLocation-id in: path - description: The unique identifier of customAuthenticationExtension + description: The unique identifier of namedLocation required: true style: simple schema: type: string - x-ms-docs-key-type: customAuthenticationExtension + x-ms-docs-key-type: namedLocation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' + $ref: '#/components/schemas/microsoft.graph.namedLocation' required: true responses: 2XX: @@ -9391,28 +9262,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' + $ref: '#/components/schemas/microsoft.graph.namedLocation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - identity.customAuthenticationExtension - summary: Delete customAuthenticationExtension - description: Delete a customAuthenticationExtension object. The following derived types are currently supported. + - identity.conditionalAccessRoot + summary: Delete policyDeletableItem + description: "Permanently delete a policyDeletableItem object, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta - operationId: identity_DeleteCustomAuthenticationExtension + url: https://learn.microsoft.com/graph/api/policydeletableitem-delete?view=graph-rest-beta + operationId: identity.conditionalAccess.deletedItem_DeleteNamedLocation parameters: - - name: customAuthenticationExtension-id + - name: namedLocation-id in: path - description: The unique identifier of customAuthenticationExtension + description: The unique identifier of namedLocation required: true style: simple schema: type: string - x-ms-docs-key-type: customAuthenticationExtension + x-ms-docs-key-type: namedLocation - name: If-Match in: header description: ETag @@ -9425,41 +9296,41 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/microsoft.graph.validateAuthenticationConfiguration': + '/identity/conditionalAccess/deletedItems/namedLocations/{namedLocation-id}/microsoft.graph.restore': post: tags: - - identity.customAuthenticationExtension - summary: Invoke action validateAuthenticationConfiguration - description: 'An API to check validity of the endpoint and and authentication configuration for a customAuthenticationExtension object, which can represent one of the following derived types:' + - identity.conditionalAccessRoot + summary: Invoke action restore + description: Restore a deleted ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta - operationId: identity.customAuthenticationExtension_validateAuthenticationConfiguration + url: https://learn.microsoft.com/graph/api/ipnamedlocation-restore?view=graph-rest-beta + operationId: identity.conditionalAccess.deletedItem.namedLocation_restore parameters: - - name: customAuthenticationExtension-id + - name: namedLocation-id in: path - description: The unique identifier of customAuthenticationExtension + description: The unique identifier of namedLocation required: true style: simple schema: type: string - x-ms-docs-key-type: customAuthenticationExtension + x-ms-docs-key-type: namedLocation responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationConfigurationValidation' + $ref: '#/components/schemas/microsoft.graph.namedLocation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - /identity/customAuthenticationExtensions/$count: + /identity/conditionalAccess/deletedItems/namedLocations/$count: get: tags: - - identity.customAuthenticationExtension + - identity.conditionalAccessRoot summary: Get the number of the resource - operationId: identity.customAuthenticationExtension_GetCount + operationId: identity.conditionalAccess.deletedItem.namedLocation_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -9468,46 +9339,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /identity/customAuthenticationExtensions/microsoft.graph.validateAuthenticationConfiguration: - post: - tags: - - identity.customAuthenticationExtension - summary: Invoke action validateAuthenticationConfiguration - operationId: identity.customAuthenticationExtension_validateAuthenticationConfiguration - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - endpointConfiguration: - $ref: '#/components/schemas/microsoft.graph.customExtensionEndpointConfiguration' - authenticationConfiguration: - $ref: '#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.authenticationConfigurationValidation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /identity/identityProviders: + /identity/conditionalAccess/deletedItems/policies: get: tags: - - identity.identityProviderBase - summary: List identityProviders - description: 'Get a collection of identity provider resources that are configured for a tenant. Among the types of providers derived from identityProviderBase, in Microsoft Entra External ID, this operation can get a socialIdentityProvider, appleManagedIdentityProvider, builtinIdentityProvider, or an oidcIdentityProvider resource. In Azure AD B2C, this operation can get a socialIdentityProvider, appleManagedIdentityProvider, builtinIdentityProvider, or an openIdConnectIdentityProvider resource.' + - identity.conditionalAccessRoot + summary: List policyDeletableItem objects + description: "Get a list of the policyDeletableItem objects and their properties, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta - operationId: identity_ListIdentityProvider + url: https://learn.microsoft.com/graph/api/policydeletableitem-list?view=graph-rest-beta + operationId: identity.conditionalAccess.deletedItem_ListPolicy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -9546,7 +9387,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' + $ref: '#/components/responses/microsoft.graph.conditionalAccessPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -9555,19 +9396,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - identity.identityProviderBase - summary: Create identityProvider - description: 'Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, in Microsoft Entra, this operation can create a socialIdentityProvider, appleManagedIdentityProvider (external tenant only), or an oidcIdentityProvider (external tenant only) resource. In Azure AD B2C, this operation can create a socialIdentityProvider, appleManagedIdentityProvider, builtinIdentityProvider, or an openIdConnectIdentityProvider resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta - operationId: identity_CreateIdentityProvider + - identity.conditionalAccessRoot + summary: Create new navigation property to policies for identity + operationId: identity.conditionalAccess.deletedItem_CreatePolicy requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: 2XX: @@ -9575,29 +9412,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identity/identityProviders/{identityProviderBase-id}': + '/identity/conditionalAccess/deletedItems/policies/{conditionalAccessPolicy-id}': get: tags: - - identity.identityProviderBase - summary: Get identityProvider - description: 'Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, in Microsoft Entra, this operation can get a socialIdentityProvider, appleManagedIdentityProvider (external tenant only), builtinIdentityProvider, or an oidcIdentityProvider (external tenant only) resource. In Azure AD B2C, this operation can get a socialIdentityProvider, appleManagedIdentityProvider, builtinIdentityProvider, or an openIdConnectIdentityProvider resource.' + - identity.conditionalAccessRoot + summary: Get policyDeletableItem + description: "Read the properties and relationships of a policyDeletableItem object, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta - operationId: identity_GetIdentityProvider + url: https://learn.microsoft.com/graph/api/policydeletableitem-get?view=graph-rest-beta + operationId: identity.conditionalAccess.deletedItem_GetPolicy parameters: - - name: identityProviderBase-id + - name: conditionalAccessPolicy-id in: path - description: The unique identifier of identityProviderBase + description: The unique identifier of conditionalAccessPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: identityProviderBase + x-ms-docs-key-type: conditionalAccessPolicy - name: $select in: query description: Select properties to be returned @@ -9624,34 +9461,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - identity.identityProviderBase - summary: Update identityProvider - description: 'Update the properties of the specified external identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, in Microsoft Entra, this operation can update a socialIdentityProvider, appleManagedIdentityProvider (external tenant only), or an oidcIdentityProvider (external tenant only) resource. In Azure AD B2C, this operation can update a socialIdentityProvider, appleManagedIdentityProvider, builtinIdentityProvider, or an openIdConnectIdentityProvider resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta - operationId: identity_UpdateIdentityProvider + - identity.conditionalAccessRoot + summary: Update the navigation property policies in identity + operationId: identity.conditionalAccess.deletedItem_UpdatePolicy parameters: - - name: identityProviderBase-id + - name: conditionalAccessPolicy-id in: path - description: The unique identifier of identityProviderBase + description: The unique identifier of conditionalAccessPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: identityProviderBase + x-ms-docs-key-type: conditionalAccessPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: 2XX: @@ -9659,28 +9492,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - identity.identityProviderBase - summary: Delete identityProvider - description: 'Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, openIdConnectIdentityProvider, or an appleManagedIdentityProvider resource.' + - identity.conditionalAccessRoot + summary: Delete policyDeletableItem + description: "Permanently delete a policyDeletableItem object, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta - operationId: identity_DeleteIdentityProvider + url: https://learn.microsoft.com/graph/api/policydeletableitem-delete?view=graph-rest-beta + operationId: identity.conditionalAccess.deletedItem_DeletePolicy parameters: - - name: identityProviderBase-id + - name: conditionalAccessPolicy-id in: path - description: The unique identifier of identityProviderBase + description: The unique identifier of conditionalAccessPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: identityProviderBase + x-ms-docs-key-type: conditionalAccessPolicy - name: If-Match in: header description: ETag @@ -9693,12 +9526,41 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /identity/identityProviders/$count: + '/identity/conditionalAccess/deletedItems/policies/{conditionalAccessPolicy-id}/microsoft.graph.restore': + post: + tags: + - identity.conditionalAccessRoot + summary: Invoke action restore + description: Restore a deleted conditionalAccessPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-restore?view=graph-rest-beta + operationId: identity.conditionalAccess.deletedItem.policy_restore + parameters: + - name: conditionalAccessPolicy-id + in: path + description: The unique identifier of conditionalAccessPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: conditionalAccessPolicy + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /identity/conditionalAccess/deletedItems/policies/$count: get: tags: - - identity.identityProviderBase + - identity.conditionalAccessRoot summary: Get the number of the resource - operationId: identity.identityProvider_GetCount + operationId: identity.conditionalAccess.deletedItem.policy_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -9707,35 +9569,49 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /identity/identityProviders/microsoft.graph.availableProviderTypes(): - get: + /identity/conditionalAccess/microsoft.graph.evaluate: + post: tags: - - identity.identityProviderBase - summary: Invoke function availableProviderTypes - description: Get all identity providers supported in a directory. + - identity.conditionalAccessRoot + summary: Invoke action evaluate + description: Evaluates the applicability of Conditional Access Policies in your tenant based on the provided sign-in properties. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta - operationId: identity.identityProvider_availableProviderType - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-evaluate?view=graph-rest-beta + operationId: identity.conditionalAccess_evaluate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + signInIdentity: + $ref: '#/components/schemas/microsoft.graph.signInIdentity' + signInContext: + $ref: '#/components/schemas/microsoft.graph.signInContext' + signInConditions: + $ref: '#/components/schemas/microsoft.graph.signInConditions' + appliedPoliciesOnly: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success content: application/json: schema: + title: Collection of whatIfAnalysisResult type: object properties: value: type: array items: - type: string - nullable: true + $ref: '#/components/schemas/microsoft.graph.whatIfAnalysisResult' '@odata.nextLink': type: string nullable: true @@ -9743,20 +9619,20 @@ paths: type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function + x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /identity/userFlowAttributes: + /identity/conditionalAccess/namedLocations: get: tags: - - identity.identityUserFlowAttribute - summary: List identityUserFlowAttributes - description: Retrieve a list of identityUserFlowAttribute objects. + - identity.conditionalAccessRoot + summary: List namedLocations + description: Get a list of namedLocation objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta - operationId: identity_ListUserFlowAttribute + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta + operationId: identity.conditionalAccess_ListNamedLocation parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -9795,7 +9671,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.namedLocationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -9804,19 +9680,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - identity.identityUserFlowAttribute - summary: Create identityUserFlowAttribute - description: Create a new custom identityUserFlowAttribute object. + - identity.conditionalAccessRoot + summary: Create namedLocation + description: Create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta - operationId: identity_CreateUserFlowAttribute + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-beta + operationId: identity.conditionalAccess_CreateNamedLocation requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' + $ref: '#/components/schemas/microsoft.graph.namedLocation' required: true responses: 2XX: @@ -9824,29 +9700,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' + $ref: '#/components/schemas/microsoft.graph.namedLocation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identity/userFlowAttributes/{identityUserFlowAttribute-id}': + '/identity/conditionalAccess/namedLocations/{namedLocation-id}': get: tags: - - identity.identityUserFlowAttribute - summary: Get identityUserFlowAttribute - description: Retrieve the properties and relationships of a identityUserFlowAttribute object. + - identity.conditionalAccessRoot + summary: Get ipNamedLocation + description: Retrieve the properties and relationships of an ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta - operationId: identity_GetUserFlowAttribute + url: https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-beta + operationId: identity.conditionalAccess_GetNamedLocation parameters: - - name: identityUserFlowAttribute-id + - name: namedLocation-id in: path - description: The unique identifier of identityUserFlowAttribute + description: The unique identifier of namedLocation required: true style: simple schema: type: string - x-ms-docs-key-type: identityUserFlowAttribute + x-ms-docs-key-type: namedLocation - name: $select in: query description: Select properties to be returned @@ -9873,34 +9749,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' + $ref: '#/components/schemas/microsoft.graph.namedLocation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - identity.identityUserFlowAttribute - summary: Update identityUserFlowAttribute - description: Update the properties of a custom identityUserFlowAttribute object. + - identity.conditionalAccessRoot + summary: Update countryNamedLocation + description: Update the properties of a countryNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta - operationId: identity_UpdateUserFlowAttribute + url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-beta + operationId: identity.conditionalAccess_UpdateNamedLocation parameters: - - name: identityUserFlowAttribute-id + - name: namedLocation-id in: path - description: The unique identifier of identityUserFlowAttribute + description: The unique identifier of namedLocation required: true style: simple schema: type: string - x-ms-docs-key-type: identityUserFlowAttribute + x-ms-docs-key-type: namedLocation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' + $ref: '#/components/schemas/microsoft.graph.namedLocation' required: true responses: 2XX: @@ -9908,28 +9784,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' + $ref: '#/components/schemas/microsoft.graph.namedLocation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - identity.identityUserFlowAttribute - summary: Delete identityUserFlowAttribute - description: Delete a custom identityUserFlowAttribute. + - identity.conditionalAccessRoot + summary: Delete namedLocation + description: Delete a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta - operationId: identity_DeleteUserFlowAttribute + url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-beta + operationId: identity.conditionalAccess_DeleteNamedLocation parameters: - - name: identityUserFlowAttribute-id + - name: namedLocation-id in: path - description: The unique identifier of identityUserFlowAttribute + description: The unique identifier of namedLocation required: true style: simple schema: type: string - x-ms-docs-key-type: identityUserFlowAttribute + x-ms-docs-key-type: namedLocation - name: If-Match in: header description: ETag @@ -9942,12 +9818,41 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /identity/userFlowAttributes/$count: + '/identity/conditionalAccess/namedLocations/{namedLocation-id}/microsoft.graph.restore': + post: + tags: + - identity.conditionalAccessRoot + summary: Invoke action restore + description: Restore a deleted ipNamedLocation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ipnamedlocation-restore?view=graph-rest-beta + operationId: identity.conditionalAccess.namedLocation_restore + parameters: + - name: namedLocation-id + in: path + description: The unique identifier of namedLocation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: namedLocation + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.namedLocation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /identity/conditionalAccess/namedLocations/$count: get: tags: - - identity.identityUserFlowAttribute + - identity.conditionalAccessRoot summary: Get the number of the resource - operationId: identity.userFlowAttribute_GetCount + operationId: identity.conditionalAccess.namedLocation_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -9956,16 +9861,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /identity/userFlows: + /identity/conditionalAccess/policies: get: tags: - - identity.identityUserFlow - summary: List userFlows - description: Retrieve a list of userflows. + - identity.conditionalAccessRoot + summary: List policies + description: Retrieve a list of conditionalAccessPolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta - operationId: identity_ListUserFlow + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta + operationId: identity.conditionalAccess_ListPolicy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -10004,34 +9909,28 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.identityUserFlowCollectionResponse' + $ref: '#/components/responses/microsoft.graph.conditionalAccessPolicyCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-01-15' - date: '2021-05-21' - version: 2021-05/identityProvider - description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - identity.identityUserFlow - summary: Create userFlow - description: Create a new userFlow object. + - identity.conditionalAccessRoot + summary: Create conditionalAccessPolicy + description: Create a new conditionalAccessPolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta - operationId: identity_CreateUserFlow + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-beta + operationId: identity.conditionalAccess_CreatePolicy requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: 2XX: @@ -10039,35 +9938,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-01-15' - date: '2021-05-21' - version: 2021-05/identityProvider - description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. x-ms-docs-operation-type: operation - '/identity/userFlows/{identityUserFlow-id}': + '/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}': get: tags: - - identity.identityUserFlow - summary: Get userFlow - description: Retrieve the properties and associations for an userFlow object. + - identity.conditionalAccessRoot + summary: Get conditionalAccessPolicy + description: Retrieve the properties and relationships of a conditionalAccessPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta - operationId: identity_GetUserFlow + url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-beta + operationId: identity.conditionalAccess_GetPolicy parameters: - - name: identityUserFlow-id + - name: conditionalAccessPolicy-id in: path - description: The unique identifier of identityUserFlow + description: The unique identifier of conditionalAccessPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: identityUserFlow + x-ms-docs-key-type: conditionalAccessPolicy - name: $select in: query description: Select properties to be returned @@ -10094,36 +9987,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-01-15' - date: '2021-05-21' - version: 2021-05/identityProvider - description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. x-ms-docs-operation-type: operation patch: tags: - - identity.identityUserFlow - summary: Update the navigation property userFlows in identity - operationId: identity_UpdateUserFlow + - identity.conditionalAccessRoot + summary: Update conditionalAccessPolicy + description: Update the properties of a conditionalAccessPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-beta + operationId: identity.conditionalAccess_UpdatePolicy parameters: - - name: identityUserFlow-id + - name: conditionalAccessPolicy-id in: path - description: The unique identifier of identityUserFlow + description: The unique identifier of conditionalAccessPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: identityUserFlow + x-ms-docs-key-type: conditionalAccessPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: 2XX: @@ -10131,34 +10022,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-01-15' - date: '2021-05-21' - version: 2021-05/identityProvider - description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. x-ms-docs-operation-type: operation delete: tags: - - identity.identityUserFlow - summary: Delete userFlow - description: Delete an existing userFlow object. + - identity.conditionalAccessRoot + summary: Delete conditionalAccessPolicy + description: Delete a conditionalAccessPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta - operationId: identity_DeleteUserFlow + url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-beta + operationId: identity.conditionalAccess_DeletePolicy parameters: - - name: identityUserFlow-id + - name: conditionalAccessPolicy-id in: path - description: The unique identifier of identityUserFlow + description: The unique identifier of conditionalAccessPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: identityUserFlow + x-ms-docs-key-type: conditionalAccessPolicy - name: If-Match in: header description: ETag @@ -10170,19 +10055,42 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-01-15' - date: '2021-05-21' - version: 2021-05/identityProvider - description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. x-ms-docs-operation-type: operation - /identity/userFlows/$count: + '/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}/microsoft.graph.restore': + post: + tags: + - identity.conditionalAccessRoot + summary: Invoke action restore + description: Restore a deleted conditionalAccessPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-restore?view=graph-rest-beta + operationId: identity.conditionalAccess.policy_restore + parameters: + - name: conditionalAccessPolicy-id + in: path + description: The unique identifier of conditionalAccessPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: conditionalAccessPolicy + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /identity/conditionalAccess/policies/$count: get: tags: - - identity.identityUserFlow + - identity.conditionalAccessRoot summary: Get the number of the resource - operationId: identity.userFlow_GetCount + operationId: identity.conditionalAccess.policy_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -10191,19 +10099,32 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-01-15' - date: '2021-05-21' - version: 2021-05/identityProvider - description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. - /identityProtection: + /identity/conditionalAccess/templates: get: tags: - - identityProtection.identityProtectionRoot - summary: Get identityProtection - operationId: identityProtection.identityProtectionRoot_GetIdentityProtectionRoot + - identity.conditionalAccessRoot + summary: List conditionalAccessTemplates + description: Get a list of the conditionalAccessTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta + operationId: identity.conditionalAccess_ListTemplate parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -10226,62 +10147,32 @@ paths: type: string responses: 2XX: - description: Retrieved entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - identityProtection.identityProtectionRoot - summary: Update identityProtection - operationId: identityProtection.identityProtectionRoot_UpdateIdentityProtectionRoot - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' + $ref: '#/components/responses/microsoft.graph.conditionalAccessTemplateCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - /identityProtection/riskDetections: + '/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}': get: tags: - - identityProtection.riskDetection - summary: List riskDetection - description: Retrieve the properties of a collection of riskDetection objects. + - identity.conditionalAccessRoot + summary: Get conditionalAccessTemplate + description: Read the properties and relationships of a conditionalAccessTemplate object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta - operationId: identityProtection_ListRiskDetection + url: https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta + operationId: identity.conditionalAccess_GetTemplate parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: conditionalAccessTemplate-id + in: path + description: The unique identifier of conditionalAccessTemplate + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: conditionalAccessTemplate - name: $select in: query description: Select properties to be returned @@ -10304,54 +10195,39 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.riskDetectionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + /identity/conditionalAccess/templates/$count: + get: tags: - - identityProtection.riskDetection - summary: Create new navigation property to riskDetections for identityProtection - operationId: identityProtection_CreateRiskDetection - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.riskDetection' - required: true + - identity.conditionalAccessRoot + summary: Get the number of the resource + operationId: identity.conditionalAccess.template_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.riskDetection' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/identityProtection/riskDetections/{riskDetection-id}': + /identity/continuousAccessEvaluationPolicy: get: tags: - - identityProtection.riskDetection - summary: Get riskDetection - description: Retrieve the properties of a riskDetection object. + - identity.continuousAccessEvaluationPolicy + summary: Get continuousAccessEvaluationPolicy + description: Read the properties and relationships of a continuousAccessEvaluationPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta - operationId: identityProtection_GetRiskDetection + url: https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta + operationId: identity_GetContinuousAccessEvaluationPolicy parameters: - - name: riskDetection-id - in: path - description: The unique identifier of riskDetection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskDetection - name: $select in: query description: Select properties to be returned @@ -10378,30 +10254,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskDetection' + $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - identityProtection.riskDetection - summary: Update the navigation property riskDetections in identityProtection - operationId: identityProtection_UpdateRiskDetection - parameters: - - name: riskDetection-id - in: path - description: The unique identifier of riskDetection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskDetection + - identity.continuousAccessEvaluationPolicy + summary: Update continuousAccessEvaluationPolicy + description: Update the properties of a continuousAccessEvaluationPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta + operationId: identity_UpdateContinuousAccessEvaluationPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskDetection' + $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationPolicy' required: true responses: 2XX: @@ -10409,24 +10280,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskDetection' + $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - identityProtection.riskDetection - summary: Delete navigation property riskDetections for identityProtection - operationId: identityProtection_DeleteRiskDetection + - identity.continuousAccessEvaluationPolicy + summary: Delete navigation property continuousAccessEvaluationPolicy for identity + operationId: identity_DeleteContinuousAccessEvaluationPolicy parameters: - - name: riskDetection-id - in: path - description: The unique identifier of riskDetection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskDetection - name: If-Match in: header description: ETag @@ -10439,30 +10302,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /identityProtection/riskDetections/$count: - get: - tags: - - identityProtection.riskDetection - summary: Get the number of the resource - operationId: identityProtection.riskDetection_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /identityProtection/riskyServicePrincipals: + /identity/customAuthenticationExtensions: get: tags: - - identityProtection.riskyServicePrincipal - summary: List riskyServicePrincipals - description: Retrieve the properties and relationships of riskyServicePrincipal objects. + - identity.customAuthenticationExtension + summary: List customAuthenticationExtensions + description: Get a list of the customAuthenticationExtension objects and their properties. The following derived types are supported. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta - operationId: identityProtection_ListRiskyServicePrincipal + url: https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta + operationId: identity_ListCustomAuthenticationExtension parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -10501,7 +10350,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.riskyServicePrincipalCollectionResponse' + $ref: '#/components/responses/microsoft.graph.customAuthenticationExtensionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -10510,15 +10359,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - identityProtection.riskyServicePrincipal - summary: Create new navigation property to riskyServicePrincipals for identityProtection - operationId: identityProtection_CreateRiskyServicePrincipal + - identity.customAuthenticationExtension + summary: Create customAuthenticationExtension + description: Create a new customAuthenticationExtension object. The following derived types are currently supported. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta + operationId: identity_CreateCustomAuthenticationExtension requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' + $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' required: true responses: 2XX: @@ -10526,29 +10379,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' + $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}': + '/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}': get: tags: - - identityProtection.riskyServicePrincipal - summary: Get riskyServicePrincipal - description: Read the properties and relationships of a riskyServicePrincipal object. + - identity.customAuthenticationExtension + summary: Get authenticationEventListener + description: Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta - operationId: identityProtection_GetRiskyServicePrincipal + url: https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta + operationId: identity_GetCustomAuthenticationExtension parameters: - - name: riskyServicePrincipal-id + - name: customAuthenticationExtension-id in: path - description: The unique identifier of riskyServicePrincipal + description: The unique identifier of customAuthenticationExtension required: true style: simple schema: type: string - x-ms-docs-key-type: riskyServicePrincipal + x-ms-docs-key-type: customAuthenticationExtension - name: $select in: query description: Select properties to be returned @@ -10575,30 +10428,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' + $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - identityProtection.riskyServicePrincipal - summary: Update the navigation property riskyServicePrincipals in identityProtection - operationId: identityProtection_UpdateRiskyServicePrincipal + - identity.customAuthenticationExtension + summary: Update the navigation property customAuthenticationExtensions in identity + operationId: identity_UpdateCustomAuthenticationExtension parameters: - - name: riskyServicePrincipal-id + - name: customAuthenticationExtension-id in: path - description: The unique identifier of riskyServicePrincipal + description: The unique identifier of customAuthenticationExtension required: true style: simple schema: type: string - x-ms-docs-key-type: riskyServicePrincipal + x-ms-docs-key-type: customAuthenticationExtension requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' + $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' required: true responses: 2XX: @@ -10606,24 +10459,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' + $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - identityProtection.riskyServicePrincipal - summary: Delete navigation property riskyServicePrincipals for identityProtection - operationId: identityProtection_DeleteRiskyServicePrincipal + - identity.customAuthenticationExtension + summary: Delete customAuthenticationExtension + description: Delete a customAuthenticationExtension object. The following derived types are currently supported. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta + operationId: identity_DeleteCustomAuthenticationExtension parameters: - - name: riskyServicePrincipal-id + - name: customAuthenticationExtension-id in: path - description: The unique identifier of riskyServicePrincipal + description: The unique identifier of customAuthenticationExtension required: true style: simple schema: type: string - x-ms-docs-key-type: riskyServicePrincipal + x-ms-docs-key-type: customAuthenticationExtension - name: If-Match in: header description: ETag @@ -10636,25 +10493,90 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history': - get: + '/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/microsoft.graph.validateAuthenticationConfiguration': + post: tags: - - identityProtection.riskyServicePrincipal - summary: List history (risk history of riskyServicePrincipal) - description: Get the risk history of a riskyServicePrincipal object. + - identity.customAuthenticationExtension + summary: Invoke action validateAuthenticationConfiguration + description: 'An API to check validity of the endpoint and and authentication configuration for a customAuthenticationExtension object, which can represent one of the following derived types:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta - operationId: identityProtection.riskyServicePrincipal_ListHistory + url: https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta + operationId: identity.customAuthenticationExtension_validateAuthenticationConfiguration parameters: - - name: riskyServicePrincipal-id + - name: customAuthenticationExtension-id in: path - description: The unique identifier of riskyServicePrincipal + description: The unique identifier of customAuthenticationExtension required: true style: simple schema: type: string - x-ms-docs-key-type: riskyServicePrincipal + x-ms-docs-key-type: customAuthenticationExtension + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConfigurationValidation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /identity/customAuthenticationExtensions/$count: + get: + tags: + - identity.customAuthenticationExtension + summary: Get the number of the resource + operationId: identity.customAuthenticationExtension_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /identity/customAuthenticationExtensions/microsoft.graph.validateAuthenticationConfiguration: + post: + tags: + - identity.customAuthenticationExtension + summary: Invoke action validateAuthenticationConfiguration + operationId: identity.customAuthenticationExtension_validateAuthenticationConfiguration + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + endpointConfiguration: + $ref: '#/components/schemas/microsoft.graph.customExtensionEndpointConfiguration' + authenticationConfiguration: + $ref: '#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConfigurationValidation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /identity/identityProviders: + get: + tags: + - identity.identityProviderBase + summary: List identityProviders + description: 'Get a collection of identity provider resources that are configured for a tenant. Among the types of providers derived from identityProviderBase, in Microsoft Entra External ID, this operation can get a socialIdentityProvider, appleManagedIdentityProvider, builtinIdentityProvider, or an oidcIdentityProvider resource. In Azure AD B2C, this operation can get a socialIdentityProvider, appleManagedIdentityProvider, builtinIdentityProvider, or an openIdConnectIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta + operationId: identity_ListIdentityProvider + parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -10692,7 +10614,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.riskyServicePrincipalHistoryItemCollectionResponse' + $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -10701,24 +10623,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - identityProtection.riskyServicePrincipal - summary: Create new navigation property to history for identityProtection - operationId: identityProtection.riskyServicePrincipal_CreateHistory - parameters: - - name: riskyServicePrincipal-id - in: path - description: The unique identifier of riskyServicePrincipal - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyServicePrincipal + - identity.identityProviderBase + summary: Create identityProvider + description: 'Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, in Microsoft Entra, this operation can create a socialIdentityProvider, appleManagedIdentityProvider (external tenant only), or an oidcIdentityProvider (external tenant only) resource. In Azure AD B2C, this operation can create a socialIdentityProvider, appleManagedIdentityProvider, builtinIdentityProvider, or an openIdConnectIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta + operationId: identity_CreateIdentityProvider requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: 2XX: @@ -10726,34 +10643,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}': + '/identity/identityProviders/{identityProviderBase-id}': get: tags: - - identityProtection.riskyServicePrincipal - summary: Get history from identityProtection - description: Represents the risk history of Microsoft Entra service principals. - operationId: identityProtection.riskyServicePrincipal_GetHistory + - identity.identityProviderBase + summary: Get identityProvider + description: 'Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, in Microsoft Entra, this operation can get a socialIdentityProvider, appleManagedIdentityProvider (external tenant only), builtinIdentityProvider, or an oidcIdentityProvider (external tenant only) resource. In Azure AD B2C, this operation can get a socialIdentityProvider, appleManagedIdentityProvider, builtinIdentityProvider, or an openIdConnectIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta + operationId: identity_GetIdentityProvider parameters: - - name: riskyServicePrincipal-id - in: path - description: The unique identifier of riskyServicePrincipal - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyServicePrincipal - - name: riskyServicePrincipalHistoryItem-id + - name: identityProviderBase-id in: path - description: The unique identifier of riskyServicePrincipalHistoryItem + description: The unique identifier of identityProviderBase required: true style: simple schema: type: string - x-ms-docs-key-type: riskyServicePrincipalHistoryItem + x-ms-docs-key-type: identityProviderBase - name: $select in: query description: Select properties to be returned @@ -10780,38 +10692,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - identityProtection.riskyServicePrincipal - summary: Update the navigation property history in identityProtection - operationId: identityProtection.riskyServicePrincipal_UpdateHistory + - identity.identityProviderBase + summary: Update identityProvider + description: 'Update the properties of the specified external identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, in Microsoft Entra, this operation can update a socialIdentityProvider, appleManagedIdentityProvider (external tenant only), or an oidcIdentityProvider (external tenant only) resource. In Azure AD B2C, this operation can update a socialIdentityProvider, appleManagedIdentityProvider, builtinIdentityProvider, or an openIdConnectIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta + operationId: identity_UpdateIdentityProvider parameters: - - name: riskyServicePrincipal-id - in: path - description: The unique identifier of riskyServicePrincipal - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyServicePrincipal - - name: riskyServicePrincipalHistoryItem-id + - name: identityProviderBase-id in: path - description: The unique identifier of riskyServicePrincipalHistoryItem + description: The unique identifier of identityProviderBase required: true style: simple schema: type: string - x-ms-docs-key-type: riskyServicePrincipalHistoryItem + x-ms-docs-key-type: identityProviderBase requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: 2XX: @@ -10819,32 +10727,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - identityProtection.riskyServicePrincipal - summary: Delete navigation property history for identityProtection - operationId: identityProtection.riskyServicePrincipal_DeleteHistory + - identity.identityProviderBase + summary: Delete identityProvider + description: 'Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, openIdConnectIdentityProvider, or an appleManagedIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta + operationId: identity_DeleteIdentityProvider parameters: - - name: riskyServicePrincipal-id - in: path - description: The unique identifier of riskyServicePrincipal - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyServicePrincipal - - name: riskyServicePrincipalHistoryItem-id + - name: identityProviderBase-id in: path - description: The unique identifier of riskyServicePrincipalHistoryItem + description: The unique identifier of identityProviderBase required: true style: simple schema: type: string - x-ms-docs-key-type: riskyServicePrincipalHistoryItem + x-ms-docs-key-type: identityProviderBase - name: If-Match in: header description: ETag @@ -10857,21 +10761,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count': + /identity/identityProviders/$count: get: tags: - - identityProtection.riskyServicePrincipal + - identity.identityProviderBase summary: Get the number of the resource - operationId: identityProtection.riskyServicePrincipal.history_GetCount + operationId: identity.identityProvider_GetCount parameters: - - name: riskyServicePrincipal-id - in: path - description: The unique identifier of riskyServicePrincipal - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyServicePrincipal - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -10879,92 +10775,56 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /identityProtection/riskyServicePrincipals/$count: + /identity/identityProviders/microsoft.graph.availableProviderTypes(): get: tags: - - identityProtection.riskyServicePrincipal - summary: Get the number of the resource - operationId: identityProtection.riskyServicePrincipal_GetCount + - identity.identityProviderBase + summary: Invoke function availableProviderTypes + description: Get all identity providers supported in a directory. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta + operationId: identity.identityProvider_availableProviderType parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /identityProtection/riskyServicePrincipals/microsoft.graph.confirmCompromised: - post: - tags: - - identityProtection.riskyServicePrincipal - summary: Invoke action confirmCompromised - description: Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta - operationId: identityProtection.riskyServicePrincipal_confirmCompromised - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - servicePrincipalIds: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object - required: true + - $ref: '#/components/parameters/count' responses: 2XX: description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /identityProtection/riskyServicePrincipals/microsoft.graph.dismiss: - post: - tags: - - identityProtection.riskyServicePrincipal - summary: Invoke action dismiss - description: Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta - operationId: identityProtection.riskyServicePrincipal_dismiss - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - servicePrincipalIds: - type: array - items: + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + type: string + nullable: true + '@odata.nextLink': type: string nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /identityProtection/riskyUsers: + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /identity/userFlowAttributes: get: tags: - - identityProtection.riskyUser - summary: Get riskyUser - description: Retrieve the properties and relationships of a riskyUser object. + - identity.identityUserFlowAttribute + summary: List identityUserFlowAttributes + description: Retrieve a list of identityUserFlowAttribute objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta - operationId: identityProtection_ListRiskyUser + url: https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta + operationId: identity_ListUserFlowAttribute parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -11003,7 +10863,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.riskyUserCollectionResponse' + $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -11012,15 +10872,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - identityProtection.riskyUser - summary: Create new navigation property to riskyUsers for identityProtection - operationId: identityProtection_CreateRiskyUser + - identity.identityUserFlowAttribute + summary: Create identityUserFlowAttribute + description: Create a new custom identityUserFlowAttribute object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta + operationId: identity_CreateUserFlowAttribute requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyUser' + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' required: true responses: 2XX: @@ -11028,26 +10892,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyUser' + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityProtection/riskyUsers/{riskyUser-id}': + '/identity/userFlowAttributes/{identityUserFlowAttribute-id}': get: tags: - - identityProtection.riskyUser - summary: Get riskyUsers from identityProtection - description: Users that are flagged as at-risk by Microsoft Entra ID Protection. - operationId: identityProtection_GetRiskyUser + - identity.identityUserFlowAttribute + summary: Get identityUserFlowAttribute + description: Retrieve the properties and relationships of a identityUserFlowAttribute object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta + operationId: identity_GetUserFlowAttribute parameters: - - name: riskyUser-id + - name: identityUserFlowAttribute-id in: path - description: The unique identifier of riskyUser + description: The unique identifier of identityUserFlowAttribute required: true style: simple schema: type: string - x-ms-docs-key-type: riskyUser + x-ms-docs-key-type: identityUserFlowAttribute - name: $select in: query description: Select properties to be returned @@ -11074,30 +10941,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyUser' + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - identityProtection.riskyUser - summary: Update the navigation property riskyUsers in identityProtection - operationId: identityProtection_UpdateRiskyUser + - identity.identityUserFlowAttribute + summary: Update identityUserFlowAttribute + description: Update the properties of a custom identityUserFlowAttribute object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta + operationId: identity_UpdateUserFlowAttribute parameters: - - name: riskyUser-id + - name: identityUserFlowAttribute-id in: path - description: The unique identifier of riskyUser + description: The unique identifier of identityUserFlowAttribute required: true style: simple schema: type: string - x-ms-docs-key-type: riskyUser + x-ms-docs-key-type: identityUserFlowAttribute requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyUser' + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' required: true responses: 2XX: @@ -11105,24 +10976,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyUser' + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - identityProtection.riskyUser - summary: Delete navigation property riskyUsers for identityProtection - operationId: identityProtection_DeleteRiskyUser + - identity.identityUserFlowAttribute + summary: Delete identityUserFlowAttribute + description: Delete a custom identityUserFlowAttribute. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta + operationId: identity_DeleteUserFlowAttribute parameters: - - name: riskyUser-id + - name: identityUserFlowAttribute-id in: path - description: The unique identifier of riskyUser + description: The unique identifier of identityUserFlowAttribute required: true style: simple schema: type: string - x-ms-docs-key-type: riskyUser + x-ms-docs-key-type: identityUserFlowAttribute - name: If-Match in: header description: ETag @@ -11135,25 +11010,31 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityProtection/riskyUsers/{riskyUser-id}/history': + /identity/userFlowAttributes/$count: get: tags: - - identityProtection.riskyUser - summary: List history of riskyUser - description: Get the risk history of a riskyUser resource. + - identity.identityUserFlowAttribute + summary: Get the number of the resource + operationId: identity.userFlowAttribute_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /identity/userFlows: + get: + tags: + - identity.identityUserFlow + summary: List userFlows + description: Retrieve a list of userflows. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta - operationId: identityProtection.riskyUser_ListHistory + url: https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta + operationId: identity_ListUserFlow parameters: - - name: riskyUser-id - in: path - description: The unique identifier of riskyUser - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyUser - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -11191,33 +11072,34 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.riskyUserHistoryItemCollectionResponse' + $ref: '#/components/responses/microsoft.graph.identityUserFlowCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-01-15' + date: '2021-05-21' + version: 2021-05/identityProvider + description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - identityProtection.riskyUser - summary: Create new navigation property to history for identityProtection - operationId: identityProtection.riskyUser_CreateHistory - parameters: - - name: riskyUser-id - in: path - description: The unique identifier of riskyUser - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyUser + - identity.identityUserFlow + summary: Create userFlow + description: Create a new userFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta + operationId: identity_CreateUserFlow requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' + $ref: '#/components/schemas/microsoft.graph.identityUserFlow' required: true responses: 2XX: @@ -11225,37 +11107,35 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' + $ref: '#/components/schemas/microsoft.graph.identityUserFlow' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-01-15' + date: '2021-05-21' + version: 2021-05/identityProvider + description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. x-ms-docs-operation-type: operation - '/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}': + '/identity/userFlows/{identityUserFlow-id}': get: tags: - - identityProtection.riskyUser - summary: Get riskyUserHistoryItem - description: Get a riskyUserHistoryItem object of a riskyUser. + - identity.identityUserFlow + summary: Get userFlow + description: Retrieve the properties and associations for an userFlow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta - operationId: identityProtection.riskyUser_GetHistory + url: https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta + operationId: identity_GetUserFlow parameters: - - name: riskyUser-id - in: path - description: The unique identifier of riskyUser - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyUser - - name: riskyUserHistoryItem-id + - name: identityUserFlow-id in: path - description: The unique identifier of riskyUserHistoryItem + description: The unique identifier of identityUserFlow required: true style: simple schema: type: string - x-ms-docs-key-type: riskyUserHistoryItem + x-ms-docs-key-type: identityUserFlow - name: $select in: query description: Select properties to be returned @@ -11282,38 +11162,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' + $ref: '#/components/schemas/microsoft.graph.identityUserFlow' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-01-15' + date: '2021-05-21' + version: 2021-05/identityProvider + description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. x-ms-docs-operation-type: operation patch: tags: - - identityProtection.riskyUser - summary: Update the navigation property history in identityProtection - operationId: identityProtection.riskyUser_UpdateHistory + - identity.identityUserFlow + summary: Update the navigation property userFlows in identity + operationId: identity_UpdateUserFlow parameters: - - name: riskyUser-id - in: path - description: The unique identifier of riskyUser - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyUser - - name: riskyUserHistoryItem-id + - name: identityUserFlow-id in: path - description: The unique identifier of riskyUserHistoryItem + description: The unique identifier of identityUserFlow required: true style: simple schema: type: string - x-ms-docs-key-type: riskyUserHistoryItem + x-ms-docs-key-type: identityUserFlow requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' + $ref: '#/components/schemas/microsoft.graph.identityUserFlow' required: true responses: 2XX: @@ -11321,32 +11199,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' + $ref: '#/components/schemas/microsoft.graph.identityUserFlow' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-01-15' + date: '2021-05-21' + version: 2021-05/identityProvider + description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. x-ms-docs-operation-type: operation delete: tags: - - identityProtection.riskyUser - summary: Delete navigation property history for identityProtection - operationId: identityProtection.riskyUser_DeleteHistory + - identity.identityUserFlow + summary: Delete userFlow + description: Delete an existing userFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta + operationId: identity_DeleteUserFlow parameters: - - name: riskyUser-id - in: path - description: The unique identifier of riskyUser - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyUser - - name: riskyUserHistoryItem-id + - name: identityUserFlow-id in: path - description: The unique identifier of riskyUserHistoryItem + description: The unique identifier of identityUserFlow required: true style: simple schema: type: string - x-ms-docs-key-type: riskyUserHistoryItem + x-ms-docs-key-type: identityUserFlow - name: If-Match in: header description: ETag @@ -11358,22 +11238,20 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-01-15' + date: '2021-05-21' + version: 2021-05/identityProvider + description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. x-ms-docs-operation-type: operation - '/identityProtection/riskyUsers/{riskyUser-id}/history/$count': + /identity/userFlows/$count: get: tags: - - identityProtection.riskyUser + - identity.identityUserFlow summary: Get the number of the resource - operationId: identityProtection.riskyUser.history_GetCount + operationId: identity.userFlow_GetCount parameters: - - name: riskyUser-id - in: path - description: The unique identifier of riskyUser - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: riskyUser - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -11381,123 +11259,81 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /identityProtection/riskyUsers/$count: + deprecated: true + x-ms-deprecation: + removalDate: '2022-01-15' + date: '2021-05-21' + version: 2021-05/identityProvider + description: The identity/userflows API is deprecated and will stop returning data on January 2022. Please use the new b2cUserflows or b2xUserflows APIs. + /identityProtection: get: tags: - - identityProtection.riskyUser - summary: Get the number of the resource - operationId: identityProtection.riskyUser_GetCount + - identityProtection.identityProtectionRoot + summary: Get identityProtection + operationId: identityProtection.identityProtectionRoot_GetIdentityProtectionRoot parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /identityProtection/riskyUsers/microsoft.graph.confirmCompromised: - post: - tags: - - identityProtection.riskyUser - summary: Invoke action confirmCompromised - description: Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta - operationId: identityProtection.riskyUser_confirmCompromised - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - userIds: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /identityProtection/riskyUsers/microsoft.graph.confirmSafe: - post: - tags: - - identityProtection.riskyUser - summary: Invoke action confirmSafe - description: Confirm one or more riskyUser objects as safe. This action sets the targeted user's risk level to none. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyuser-confirmsafe?view=graph-rest-beta - operationId: identityProtection.riskyUser_confirmSafe - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - userIds: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /identityProtection/riskyUsers/microsoft.graph.dismiss: - post: + x-ms-docs-operation-type: operation + patch: tags: - - identityProtection.riskyUser - summary: Invoke action dismiss - description: Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. The maximum count of users to dismiss in one call is 60. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta - operationId: identityProtection.riskyUser_dismiss + - identityProtection.identityProtectionRoot + summary: Update identityProtection + operationId: identityProtection.identityProtectionRoot_UpdateIdentityProtectionRoot requestBody: - description: Action parameters + description: New property values content: application/json: schema: - type: object - properties: - userIds: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /identityProtection/servicePrincipalRiskDetections: + x-ms-docs-operation-type: operation + /identityProtection/riskDetections: get: tags: - - identityProtection.servicePrincipalRiskDetection - summary: List servicePrincipalRiskDetections - description: Retrieve the properties of a collection of servicePrincipalRiskDetection objects. + - identityProtection.riskDetection + summary: List riskDetection + description: Retrieve the properties of a collection of riskDetection objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta - operationId: identityProtection_ListServicePrincipalRiskDetection + url: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta + operationId: identityProtection_ListRiskDetection parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -11536,7 +11372,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.servicePrincipalRiskDetectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.riskDetectionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -11545,15 +11381,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - identityProtection.servicePrincipalRiskDetection - summary: Create new navigation property to servicePrincipalRiskDetections for identityProtection - operationId: identityProtection_CreateServicePrincipalRiskDetection + - identityProtection.riskDetection + summary: Create new navigation property to riskDetections for identityProtection + operationId: identityProtection_CreateRiskDetection requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' + $ref: '#/components/schemas/microsoft.graph.riskDetection' required: true responses: 2XX: @@ -11561,29 +11397,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' + $ref: '#/components/schemas/microsoft.graph.riskDetection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}': + '/identityProtection/riskDetections/{riskDetection-id}': get: tags: - - identityProtection.servicePrincipalRiskDetection - summary: Get servicePrincipalRiskDetection - description: Read the properties and relationships of a servicePrincipalRiskDetection object. + - identityProtection.riskDetection + summary: List riskDetection + description: Retrieve the properties of a collection of riskDetection objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta - operationId: identityProtection_GetServicePrincipalRiskDetection + url: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta + operationId: identityProtection_GetRiskDetection parameters: - - name: servicePrincipalRiskDetection-id + - name: riskDetection-id in: path - description: The unique identifier of servicePrincipalRiskDetection + description: The unique identifier of riskDetection required: true style: simple schema: type: string - x-ms-docs-key-type: servicePrincipalRiskDetection + x-ms-docs-key-type: riskDetection - name: $select in: query description: Select properties to be returned @@ -11610,30 +11446,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' + $ref: '#/components/schemas/microsoft.graph.riskDetection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - identityProtection.servicePrincipalRiskDetection - summary: Update the navigation property servicePrincipalRiskDetections in identityProtection - operationId: identityProtection_UpdateServicePrincipalRiskDetection + - identityProtection.riskDetection + summary: Update the navigation property riskDetections in identityProtection + operationId: identityProtection_UpdateRiskDetection parameters: - - name: servicePrincipalRiskDetection-id + - name: riskDetection-id in: path - description: The unique identifier of servicePrincipalRiskDetection + description: The unique identifier of riskDetection required: true style: simple schema: type: string - x-ms-docs-key-type: servicePrincipalRiskDetection + x-ms-docs-key-type: riskDetection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' + $ref: '#/components/schemas/microsoft.graph.riskDetection' required: true responses: 2XX: @@ -11641,24 +11477,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' + $ref: '#/components/schemas/microsoft.graph.riskDetection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - identityProtection.servicePrincipalRiskDetection - summary: Delete navigation property servicePrincipalRiskDetections for identityProtection - operationId: identityProtection_DeleteServicePrincipalRiskDetection + - identityProtection.riskDetection + summary: Delete navigation property riskDetections for identityProtection + operationId: identityProtection_DeleteRiskDetection parameters: - - name: servicePrincipalRiskDetection-id + - name: riskDetection-id in: path - description: The unique identifier of servicePrincipalRiskDetection + description: The unique identifier of riskDetection required: true style: simple schema: type: string - x-ms-docs-key-type: servicePrincipalRiskDetection + x-ms-docs-key-type: riskDetection - name: If-Match in: header description: ETag @@ -11671,12 +11507,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /identityProtection/servicePrincipalRiskDetections/$count: + /identityProtection/riskDetections/$count: get: tags: - - identityProtection.servicePrincipalRiskDetection + - identityProtection.riskDetection summary: Get the number of the resource - operationId: identityProtection.servicePrincipalRiskDetection_GetCount + operationId: identityProtection.riskDetection_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -11685,16 +11521,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /identityProviders: + /identityProtection/riskyServicePrincipals: get: tags: - - identityProviders.identityProvider - summary: List identityProviders (deprecated) - description: Retrieve a list of identityProviders objects. + - identityProtection.riskyServicePrincipal + summary: List riskyServicePrincipals + description: Retrieve the properties and relationships of riskyServicePrincipal objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-list?view=graph-rest-beta - operationId: identityProvider_ListIdentityProvider + url: https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta + operationId: identityProtection_ListRiskyServicePrincipal parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -11733,70 +11569,54 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.identityProviderCollectionResponse' + $ref: '#/components/responses/microsoft.graph.riskyServicePrincipalCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-03-15' - date: '2021-08-24' - version: 2021-05/identityProvider - description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - identityProviders.identityProvider - summary: Create identityProvider (deprecated) - description: Create a new identityProvider object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-post-identityproviders?view=graph-rest-beta - operationId: identityProvider_CreateIdentityProvider + - identityProtection.riskyServicePrincipal + summary: Create new navigation property to riskyServicePrincipals for identityProtection + operationId: identityProtection_CreateRiskyServicePrincipal requestBody: - description: New entity + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityProvider' + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' required: true responses: 2XX: - description: Created entity + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityProvider' + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-03-15' - date: '2021-08-24' - version: 2021-05/identityProvider - description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation - '/identityProviders/{identityProvider-id}': + '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}': get: tags: - - identityProviders.identityProvider - summary: Get identityProvider (deprecated) - description: Retrieve the properties and relationships of an identityProvider. + - identityProtection.riskyServicePrincipal + summary: Get riskyServicePrincipal + description: Read the properties and relationships of a riskyServicePrincipal object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-get?view=graph-rest-beta - operationId: identityProvider_GetIdentityProvider + url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta + operationId: identityProtection_GetRiskyServicePrincipal parameters: - - name: identityProvider-id + - name: riskyServicePrincipal-id in: path - description: The unique identifier of identityProvider + description: The unique identifier of riskyServicePrincipal required: true style: simple schema: type: string - x-ms-docs-key-type: identityProvider + x-ms-docs-key-type: riskyServicePrincipal - name: $select in: query description: Select properties to be returned @@ -11819,44 +11639,34 @@ paths: type: string responses: 2XX: - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityProvider' + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-03-15' - date: '2021-08-24' - version: 2021-05/identityProvider - description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation patch: tags: - - identityProviders.identityProvider - summary: Update identityProvider (deprecated) - description: Update the properties of an identityProvider object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-update?view=graph-rest-beta - operationId: identityProvider_UpdateIdentityProvider + - identityProtection.riskyServicePrincipal + summary: Update the navigation property riskyServicePrincipals in identityProtection + operationId: identityProtection_UpdateRiskyServicePrincipal parameters: - - name: identityProvider-id + - name: riskyServicePrincipal-id in: path - description: The unique identifier of identityProvider + description: The unique identifier of riskyServicePrincipal required: true style: simple schema: type: string - x-ms-docs-key-type: identityProvider + x-ms-docs-key-type: riskyServicePrincipal requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityProvider' + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' required: true responses: 2XX: @@ -11864,34 +11674,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityProvider' + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-03-15' - date: '2021-08-24' - version: 2021-05/identityProvider - description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation delete: tags: - - identityProviders.identityProvider - summary: Delete identityProvider (deprecated) - description: Delete an identityProvider. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-delete?view=graph-rest-beta - operationId: identityProvider_DeleteIdentityProvider + - identityProtection.riskyServicePrincipal + summary: Delete navigation property riskyServicePrincipals for identityProtection + operationId: identityProtection_DeleteRiskyServicePrincipal parameters: - - name: identityProvider-id + - name: riskyServicePrincipal-id in: path - description: The unique identifier of identityProvider + description: The unique identifier of riskyServicePrincipal required: true style: simple schema: type: string - x-ms-docs-key-type: identityProvider + x-ms-docs-key-type: riskyServicePrincipal - name: If-Match in: header description: ETag @@ -11903,186 +11703,26 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-03-15' - date: '2021-08-24' - version: 2021-05/identityProvider - description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation - /identityProviders/$count: - get: - tags: - - identityProviders.identityProvider - summary: Get the number of the resource - operationId: identityProvider_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-03-15' - date: '2021-08-24' - version: 2021-05/identityProvider - description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. - /identityProviders/microsoft.graph.availableProviderTypes(): + '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history': get: tags: - - identityProviders.identityProvider.Functions - summary: Invoke function availableProviderTypes - description: Retrieves all identity provider types available in a directory. + - identityProtection.riskyServicePrincipal + summary: List history (risk history of riskyServicePrincipal) + description: Get the risk history of a riskyServicePrincipal object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-list-availableprovidertypes?view=graph-rest-beta - operationId: identityProvider_availableProviderType - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - type: string - nullable: true - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-03-15' - date: '2021-08-24' - version: 2021-05/identityProvider - description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /informationProtection: - get: - tags: - - informationProtection.informationProtection - summary: Get informationProtection - operationId: informationProtection_GetInformationProtection - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.informationProtection' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - informationProtection.informationProtection - summary: Update informationProtection - operationId: informationProtection_UpdateInformationProtection - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.informationProtection' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.informationProtection' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /informationProtection/bitlocker: - get: - tags: - - informationProtection.bitlocker - summary: Get bitlocker from informationProtection - operationId: informationProtection_GetBitlocker + url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta + operationId: identityProtection.riskyServicePrincipal_ListHistory parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: riskyServicePrincipal-id + in: path + description: The unique identifier of riskyServicePrincipal + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bitlocker' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /informationProtection/bitlocker/recoveryKeys: - get: - tags: - - informationProtection.bitlocker - summary: List recoveryKeys - description: 'Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. You can use this API to programmatically iterate through the list of recovery keys in the tenant and identify devices with BitLocker enabled. For more information, see the sample PowerShell code in BitLocker recovery process.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta - operationId: informationProtection.bitlocker_ListRecoveryKey - parameters: + type: string + x-ms-docs-key-type: riskyServicePrincipal - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -12120,138 +11760,33 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.bitlockerRecoveryKeyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.riskyServicePrincipalHistoryItemCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}': - get: + post: tags: - - informationProtection.bitlocker - summary: Get bitlockerRecoveryKey - description: 'Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation does not return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers a Microsoft Entra audit of the operation and generates an audit log. You can find the log in Microsoft Entra audit logs under the KeyManagement category.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta - operationId: informationProtection.bitlocker_GetRecoveryKey + - identityProtection.riskyServicePrincipal + summary: Create new navigation property to history for identityProtection + operationId: identityProtection.riskyServicePrincipal_CreateHistory parameters: - - name: bitlockerRecoveryKey-id + - name: riskyServicePrincipal-id in: path - description: The unique identifier of bitlockerRecoveryKey + description: The unique identifier of riskyServicePrincipal required: true style: simple schema: type: string - x-ms-docs-key-type: bitlockerRecoveryKey - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bitlockerRecoveryKey' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /informationProtection/bitlocker/recoveryKeys/$count: - get: - tags: - - informationProtection.bitlocker - summary: Get the number of the resource - operationId: informationProtection.bitlocker.recoveryKey_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /informationProtection/dataLossPreventionPolicies: - get: - tags: - - informationProtection.dataLossPreventionPolicy - summary: Get dataLossPreventionPolicies from informationProtection - operationId: informationProtection_ListDataLossPreventionPolicy - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.dataLossPreventionPolicyCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - informationProtection.dataLossPreventionPolicy - summary: Create new navigation property to dataLossPreventionPolicies for informationProtection - operationId: informationProtection_CreateDataLossPreventionPolicy + x-ms-docs-key-type: riskyServicePrincipal requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' required: true responses: 2XX: @@ -12259,25 +11794,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}': + '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}': get: tags: - - informationProtection.dataLossPreventionPolicy - summary: Get dataLossPreventionPolicies from informationProtection - operationId: informationProtection_GetDataLossPreventionPolicy + - identityProtection.riskyServicePrincipal + summary: Get history from identityProtection + description: Represents the risk history of Microsoft Entra service principals. + operationId: identityProtection.riskyServicePrincipal_GetHistory parameters: - - name: dataLossPreventionPolicy-id + - name: riskyServicePrincipal-id in: path - description: The unique identifier of dataLossPreventionPolicy + description: The unique identifier of riskyServicePrincipal required: true style: simple schema: type: string - x-ms-docs-key-type: dataLossPreventionPolicy + x-ms-docs-key-type: riskyServicePrincipal + - name: riskyServicePrincipalHistoryItem-id + in: path + description: The unique identifier of riskyServicePrincipalHistoryItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyServicePrincipalHistoryItem - name: $select in: query description: Select properties to be returned @@ -12304,30 +11848,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - informationProtection.dataLossPreventionPolicy - summary: Update the navigation property dataLossPreventionPolicies in informationProtection - operationId: informationProtection_UpdateDataLossPreventionPolicy + - identityProtection.riskyServicePrincipal + summary: Update the navigation property history in identityProtection + operationId: identityProtection.riskyServicePrincipal_UpdateHistory parameters: - - name: dataLossPreventionPolicy-id + - name: riskyServicePrincipal-id in: path - description: The unique identifier of dataLossPreventionPolicy + description: The unique identifier of riskyServicePrincipal required: true style: simple schema: type: string - x-ms-docs-key-type: dataLossPreventionPolicy + x-ms-docs-key-type: riskyServicePrincipal + - name: riskyServicePrincipalHistoryItem-id + in: path + description: The unique identifier of riskyServicePrincipalHistoryItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyServicePrincipalHistoryItem requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' required: true responses: 2XX: @@ -12335,24 +11887,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - informationProtection.dataLossPreventionPolicy - summary: Delete navigation property dataLossPreventionPolicies for informationProtection - operationId: informationProtection_DeleteDataLossPreventionPolicy + - identityProtection.riskyServicePrincipal + summary: Delete navigation property history for identityProtection + operationId: identityProtection.riskyServicePrincipal_DeleteHistory parameters: - - name: dataLossPreventionPolicy-id + - name: riskyServicePrincipal-id in: path - description: The unique identifier of dataLossPreventionPolicy + description: The unique identifier of riskyServicePrincipal required: true style: simple schema: type: string - x-ms-docs-key-type: dataLossPreventionPolicy + x-ms-docs-key-type: riskyServicePrincipal + - name: riskyServicePrincipalHistoryItem-id + in: path + description: The unique identifier of riskyServicePrincipalHistoryItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyServicePrincipalHistoryItem - name: If-Match in: header description: ETag @@ -12365,13 +11925,21 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /informationProtection/dataLossPreventionPolicies/$count: + '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count': get: tags: - - informationProtection.dataLossPreventionPolicy + - identityProtection.riskyServicePrincipal summary: Get the number of the resource - operationId: informationProtection.dataLossPreventionPolicy_GetCount + operationId: identityProtection.riskyServicePrincipal.history_GetCount parameters: + - name: riskyServicePrincipal-id + in: path + description: The unique identifier of riskyServicePrincipal + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyServicePrincipal - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -12379,45 +11947,30 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate: - post: + /identityProtection/riskyServicePrincipals/$count: + get: tags: - - informationProtection.dataLossPreventionPolicy - summary: Invoke action evaluate - operationId: informationProtection.dataLossPreventionPolicy_evaluate - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - target: - type: string - nullable: true - evaluationInput: - $ref: '#/components/schemas/microsoft.graph.dlpEvaluationInput' - notificationInfo: - $ref: '#/components/schemas/microsoft.graph.dlpNotification' - additionalProperties: - type: object - required: true + - identityProtection.riskyServicePrincipal + summary: Get the number of the resource + operationId: identityProtection.riskyServicePrincipal_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.dlpEvaluatePoliciesJobResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /informationProtection/microsoft.graph.decryptBuffer: + /identityProtection/riskyServicePrincipals/microsoft.graph.confirmCompromised: post: tags: - - informationProtection.informationProtection.Actions - summary: Invoke action decryptBuffer - operationId: informationProtection_decryptBuffer + - identityProtection.riskyServicePrincipal + summary: Invoke action confirmCompromised + description: Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta + operationId: identityProtection.riskyServicePrincipal_confirmCompromised requestBody: description: Action parameters content: @@ -12425,37 +11978,30 @@ paths: schema: type: object properties: - encryptedBuffer: - type: string - format: base64url - publishingLicense: - type: string - format: base64url + servicePrincipalIds: + type: array + items: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bufferDecryptionResult' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: action - /informationProtection/microsoft.graph.encryptBuffer: + /identityProtection/riskyServicePrincipals/microsoft.graph.dismiss: post: tags: - - informationProtection.informationProtection.Actions - summary: Invoke action encryptBuffer - operationId: informationProtection_encryptBuffer + - identityProtection.riskyServicePrincipal + summary: Invoke action dismiss + description: Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta + operationId: identityProtection.riskyServicePrincipal_dismiss requestBody: description: Action parameters content: @@ -12463,114 +12009,113 @@ paths: schema: type: object properties: - buffer: - type: string - format: base64url - labelId: - pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' - type: string - format: uuid + servicePrincipalIds: + type: array + items: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bufferEncryptionResult' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: action - /informationProtection/microsoft.graph.signDigest: - post: + /identityProtection/riskyUsers: + get: tags: - - informationProtection.informationProtection.Actions - summary: Invoke action signDigest - operationId: informationProtection_signDigest - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - digest: - type: string - format: base64url - additionalProperties: - type: object - required: true + - identityProtection.riskyUser + summary: Get riskyUser + description: Retrieve the properties and relationships of a riskyUser object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta + operationId: identityProtection_ListRiskyUser + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.signingResult' + $ref: '#/components/responses/microsoft.graph.riskyUserCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - /informationProtection/microsoft.graph.verifySignature: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation post: tags: - - informationProtection.informationProtection.Actions - summary: Invoke action verifySignature - operationId: informationProtection_verifySignature + - identityProtection.riskyUser + summary: Create new navigation property to riskyUsers for identityProtection + operationId: identityProtection_CreateRiskyUser requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - digest: - type: string - format: base64url - signature: - type: string - format: base64url - signingKeyId: - type: string - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.riskyUser' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.verificationResult' + $ref: '#/components/schemas/microsoft.graph.riskyUser' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - /informationProtection/policy: + x-ms-docs-operation-type: operation + '/identityProtection/riskyUsers/{riskyUser-id}': get: tags: - - informationProtection.informationProtectionPolicy - summary: Get policy from informationProtection - operationId: informationProtection_GetPolicy + - identityProtection.riskyUser + summary: Get riskyUsers from identityProtection + description: Users that are flagged as at-risk by Microsoft Entra ID Protection. + operationId: identityProtection_GetRiskyUser parameters: + - name: riskyUser-id + in: path + description: The unique identifier of riskyUser + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyUser - name: $select in: query description: Select properties to be returned @@ -12597,27 +12142,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.riskyUser' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: operation patch: tags: - - informationProtection.informationProtectionPolicy - summary: Update the navigation property policy in informationProtection - operationId: informationProtection_UpdatePolicy + - identityProtection.riskyUser + summary: Update the navigation property riskyUsers in identityProtection + operationId: identityProtection_UpdateRiskyUser + parameters: + - name: riskyUser-id + in: path + description: The unique identifier of riskyUser + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyUser requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.riskyUser' required: true responses: 2XX: @@ -12625,22 +12173,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.riskyUser' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: operation delete: tags: - - informationProtection.informationProtectionPolicy - summary: Delete navigation property policy for informationProtection - operationId: informationProtection_DeletePolicy + - identityProtection.riskyUser + summary: Delete navigation property riskyUsers for identityProtection + operationId: identityProtection_DeleteRiskyUser parameters: + - name: riskyUser-id + in: path + description: The unique identifier of riskyUser + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyUser - name: If-Match in: header description: ETag @@ -12652,20 +12202,26 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: operation - /informationProtection/policy/labels: + '/identityProtection/riskyUsers/{riskyUser-id}/history': get: tags: - - informationProtection.informationProtectionPolicy - summary: Get labels from informationProtection - operationId: informationProtection.policy_ListLabel + - identityProtection.riskyUser + summary: List history of riskyUser + description: Get the risk history of a riskyUser resource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta + operationId: identityProtection.riskyUser_ListHistory parameters: + - name: riskyUser-id + in: path + description: The unique identifier of riskyUser + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyUser - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -12703,30 +12259,33 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.informationProtectionLabelCollectionResponse' + $ref: '#/components/responses/microsoft.graph.riskyUserHistoryItemCollectionResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - informationProtection.informationProtectionPolicy - summary: Create new navigation property to labels for informationProtection - operationId: informationProtection.policy_CreateLabel + - identityProtection.riskyUser + summary: Create new navigation property to history for identityProtection + operationId: identityProtection.riskyUser_CreateHistory + parameters: + - name: riskyUser-id + in: path + description: The unique identifier of riskyUser + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyUser requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' required: true responses: 2XX: @@ -12734,31 +12293,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: operation - '/informationProtection/policy/labels/{informationProtectionLabel-id}': + '/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}': get: tags: - - informationProtection.informationProtectionPolicy - summary: Get labels from informationProtection - operationId: informationProtection.policy_GetLabel + - identityProtection.riskyUser + summary: Get riskyUserHistoryItem + description: Get a riskyUserHistoryItem object of a riskyUser. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta + operationId: identityProtection.riskyUser_GetHistory parameters: - - name: informationProtectionLabel-id + - name: riskyUser-id in: path - description: The unique identifier of informationProtectionLabel + description: The unique identifier of riskyUser required: true style: simple schema: type: string - x-ms-docs-key-type: informationProtectionLabel + x-ms-docs-key-type: riskyUser + - name: riskyUserHistoryItem-id + in: path + description: The unique identifier of riskyUserHistoryItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyUserHistoryItem - name: $select in: query description: Select properties to be returned @@ -12785,36 +12350,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: operation patch: tags: - - informationProtection.informationProtectionPolicy - summary: Update the navigation property labels in informationProtection - operationId: informationProtection.policy_UpdateLabel + - identityProtection.riskyUser + summary: Update the navigation property history in identityProtection + operationId: identityProtection.riskyUser_UpdateHistory parameters: - - name: informationProtectionLabel-id + - name: riskyUser-id in: path - description: The unique identifier of informationProtectionLabel + description: The unique identifier of riskyUser required: true style: simple schema: type: string - x-ms-docs-key-type: informationProtectionLabel + x-ms-docs-key-type: riskyUser + - name: riskyUserHistoryItem-id + in: path + description: The unique identifier of riskyUserHistoryItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyUserHistoryItem requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' required: true responses: 2XX: @@ -12822,30 +12389,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: operation delete: tags: - - informationProtection.informationProtectionPolicy - summary: Delete navigation property labels for informationProtection - operationId: informationProtection.policy_DeleteLabel + - identityProtection.riskyUser + summary: Delete navigation property history for identityProtection + operationId: identityProtection.riskyUser_DeleteHistory parameters: - - name: informationProtectionLabel-id + - name: riskyUser-id in: path - description: The unique identifier of informationProtectionLabel + description: The unique identifier of riskyUser required: true style: simple schema: type: string - x-ms-docs-key-type: informationProtectionLabel + x-ms-docs-key-type: riskyUser + - name: riskyUserHistoryItem-id + in: path + description: The unique identifier of riskyUserHistoryItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyUserHistoryItem - name: If-Match in: header description: ETag @@ -12857,20 +12426,22 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: operation - /informationProtection/policy/labels/$count: + '/identityProtection/riskyUsers/{riskyUser-id}/history/$count': get: tags: - - informationProtection.informationProtectionPolicy + - identityProtection.riskyUser summary: Get the number of the resource - operationId: informationProtection.policy.label_GetCount + operationId: identityProtection.riskyUser.history_GetCount parameters: + - name: riskyUser-id + in: path + description: The unique identifier of riskyUser + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: riskyUser - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -12878,22 +12449,30 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - /informationProtection/policy/labels/microsoft.graph.evaluateApplication: + /identityProtection/riskyUsers/$count: + get: + tags: + - identityProtection.riskyUser + summary: Get the number of the resource + operationId: identityProtection.riskyUser_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /identityProtection/riskyUsers/microsoft.graph.confirmCompromised: post: tags: - - informationProtection.informationProtectionPolicy - summary: Invoke action evaluateApplication - description: 'Compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: ' + - identityProtection.riskyUser + summary: Invoke action confirmCompromised + description: Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta - operationId: informationProtection.policy.label_evaluateApplication + url: https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta + operationId: identityProtection.riskyUser_confirmCompromised requestBody: description: Action parameters content: @@ -12901,52 +12480,30 @@ paths: schema: type: object properties: - contentInfo: - $ref: '#/components/schemas/microsoft.graph.contentInfo' - labelingOptions: - $ref: '#/components/schemas/microsoft.graph.labelingOptions' + userIds: + type: array + items: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.informationProtectionAction' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults: + /identityProtection/riskyUsers/microsoft.graph.confirmSafe: post: tags: - - informationProtection.informationProtectionPolicy - summary: Invoke action evaluateClassificationResults - description: 'Using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following:' + - identityProtection.riskyUser + summary: Invoke action confirmSafe + description: Confirm one or more riskyUser objects as safe. This action sets the targeted user's risk level to none. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta - operationId: informationProtection.policy.label_evaluateClassificationResult + url: https://learn.microsoft.com/graph/api/riskyuser-confirmsafe?view=graph-rest-beta + operationId: identityProtection.riskyUser_confirmSafe requestBody: description: Action parameters content: @@ -12954,107 +12511,30 @@ paths: schema: type: object properties: - contentInfo: - $ref: '#/components/schemas/microsoft.graph.contentInfo' - classificationResults: + userIds: type: array items: - $ref: '#/components/schemas/microsoft.graph.classificationResult' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.informationProtectionAction' - '@odata.nextLink': type: string nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /informationProtection/policy/labels/microsoft.graph.evaluateRemoval: - post: - tags: - - informationProtection.informationProtectionPolicy - summary: Invoke action evaluateRemoval - description: 'Indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta - operationId: informationProtection.policy.label_evaluateRemoval - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentInfo: - $ref: '#/components/schemas/microsoft.graph.contentInfo' - downgradeJustification: - $ref: '#/components/schemas/microsoft.graph.downgradeJustification' additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.informationProtectionAction' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /informationProtection/policy/labels/microsoft.graph.extractLabel: + /identityProtection/riskyUsers/microsoft.graph.dismiss: post: tags: - - informationProtection.informationProtectionPolicy - summary: Invoke action extractLabel - description: 'Using the metadata that exists on an already-labeled piece of information, resolve the metadata to a specific sensitivity label. The contentInfo input is resolved to informationProtectionContentLabel.' + - identityProtection.riskyUser + summary: Invoke action dismiss + description: Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. The maximum count of users to dismiss in one call is 60. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta - operationId: informationProtection.policy.label_extractLabel + url: https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta + operationId: identityProtection.riskyUser_dismiss requestBody: description: Action parameters content: @@ -13062,33 +12542,30 @@ paths: schema: type: object properties: - contentInfo: - $ref: '#/components/schemas/microsoft.graph.contentInfo' + userIds: + type: array + items: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.informationProtectionContentLabel' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' x-ms-docs-operation-type: action - /informationProtection/sensitivityLabels: + /identityProtection/servicePrincipalRiskDetections: get: tags: - - informationProtection.sensitivityLabel - summary: Get sensitivityLabels from informationProtection - operationId: informationProtection_ListSensitivityLabel + - identityProtection.servicePrincipalRiskDetection + summary: List servicePrincipalRiskDetections + description: Retrieve the properties of a collection of servicePrincipalRiskDetection objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta + operationId: identityProtection_ListServicePrincipalRiskDetection parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -13127,7 +12604,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sensitivityLabelCollectionResponse' + $ref: '#/components/responses/microsoft.graph.servicePrincipalRiskDetectionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -13136,15 +12613,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - informationProtection.sensitivityLabel - summary: Create new navigation property to sensitivityLabels for informationProtection - operationId: informationProtection_CreateSensitivityLabel + - identityProtection.servicePrincipalRiskDetection + summary: Create new navigation property to servicePrincipalRiskDetections for identityProtection + operationId: identityProtection_CreateServicePrincipalRiskDetection requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' required: true responses: 2XX: @@ -13152,25 +12629,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/informationProtection/sensitivityLabels/{sensitivityLabel-id}': + '/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}': get: tags: - - informationProtection.sensitivityLabel - summary: Get sensitivityLabels from informationProtection - operationId: informationProtection_GetSensitivityLabel + - identityProtection.servicePrincipalRiskDetection + summary: Get servicePrincipalRiskDetection + description: Read the properties and relationships of a servicePrincipalRiskDetection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta + operationId: identityProtection_GetServicePrincipalRiskDetection parameters: - - name: sensitivityLabel-id + - name: servicePrincipalRiskDetection-id in: path - description: The unique identifier of sensitivityLabel + description: The unique identifier of servicePrincipalRiskDetection required: true style: simple schema: type: string - x-ms-docs-key-type: sensitivityLabel + x-ms-docs-key-type: servicePrincipalRiskDetection - name: $select in: query description: Select properties to be returned @@ -13197,30 +12678,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - informationProtection.sensitivityLabel - summary: Update the navigation property sensitivityLabels in informationProtection - operationId: informationProtection_UpdateSensitivityLabel + - identityProtection.servicePrincipalRiskDetection + summary: Update the navigation property servicePrincipalRiskDetections in identityProtection + operationId: identityProtection_UpdateServicePrincipalRiskDetection parameters: - - name: sensitivityLabel-id + - name: servicePrincipalRiskDetection-id in: path - description: The unique identifier of sensitivityLabel + description: The unique identifier of servicePrincipalRiskDetection required: true style: simple schema: type: string - x-ms-docs-key-type: sensitivityLabel + x-ms-docs-key-type: servicePrincipalRiskDetection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' required: true responses: 2XX: @@ -13228,24 +12709,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - informationProtection.sensitivityLabel - summary: Delete navigation property sensitivityLabels for informationProtection - operationId: informationProtection_DeleteSensitivityLabel + - identityProtection.servicePrincipalRiskDetection + summary: Delete navigation property servicePrincipalRiskDetections for identityProtection + operationId: identityProtection_DeleteServicePrincipalRiskDetection parameters: - - name: sensitivityLabel-id + - name: servicePrincipalRiskDetection-id in: path - description: The unique identifier of sensitivityLabel + description: The unique identifier of servicePrincipalRiskDetection required: true style: simple schema: type: string - x-ms-docs-key-type: sensitivityLabel + x-ms-docs-key-type: servicePrincipalRiskDetection - name: If-Match in: header description: ETag @@ -13258,66 +12739,31 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/rights': + /identityProtection/servicePrincipalRiskDetections/$count: get: tags: - - informationProtection.sensitivityLabel - summary: Get rights from informationProtection - operationId: informationProtection.sensitivityLabel_GetRight + - identityProtection.servicePrincipalRiskDetection + summary: Get the number of the resource + operationId: identityProtection.servicePrincipalRiskDetection_GetCount parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.usageRightsIncluded' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels': + /identityProviders: get: tags: - - informationProtection.sensitivityLabel - summary: Get sublabels from informationProtection - operationId: informationProtection.sensitivityLabel_ListSublabel + - identityProviders.identityProvider + summary: List identityProviders (deprecated) + description: Retrieve a list of identityProviders objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityprovider-list?view=graph-rest-beta + operationId: identityProvider_ListIdentityProvider parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -13355,67 +12801,70 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sensitivityLabelCollectionResponse' + $ref: '#/components/responses/microsoft.graph.identityProviderCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-15' + date: '2021-08-24' + version: 2021-05/identityProvider + description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - - informationProtection.sensitivityLabel - summary: Create new navigation property to sublabels for informationProtection - operationId: informationProtection.sensitivityLabel_CreateSublabel - parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel + - identityProviders.identityProvider + summary: Create identityProvider (deprecated) + description: Create a new identityProvider object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityprovider-post-identityproviders?view=graph-rest-beta + operationId: identityProvider_CreateIdentityProvider requestBody: - description: New navigation property + description: New entity content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.identityProvider' required: true responses: 2XX: - description: Created navigation property. + description: Created entity content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.identityProvider' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-15' + date: '2021-08-24' + version: 2021-05/identityProvider + description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation - '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}': + '/identityProviders/{identityProvider-id}': get: tags: - - informationProtection.sensitivityLabel - summary: Get sublabels from informationProtection - operationId: informationProtection.sensitivityLabel_GetSublabel + - identityProviders.identityProvider + summary: Get identityProvider (deprecated) + description: Retrieve the properties and relationships of an identityProvider. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityprovider-get?view=graph-rest-beta + operationId: identityProvider_GetIdentityProvider parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel - - name: sensitivityLabel-id1 + - name: identityProvider-id in: path - description: The unique identifier of sensitivityLabel + description: The unique identifier of identityProvider required: true style: simple schema: type: string - x-ms-docs-key-type: sensitivityLabel + x-ms-docs-key-type: identityProvider - name: $select in: query description: Select properties to be returned @@ -13438,42 +12887,44 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Retrieved entity content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.identityProvider' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-15' + date: '2021-08-24' + version: 2021-05/identityProvider + description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation patch: tags: - - informationProtection.sensitivityLabel - summary: Update the navigation property sublabels in informationProtection - operationId: informationProtection.sensitivityLabel_UpdateSublabel + - identityProviders.identityProvider + summary: Update identityProvider (deprecated) + description: Update the properties of an identityProvider object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityprovider-update?view=graph-rest-beta + operationId: identityProvider_UpdateIdentityProvider parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel - - name: sensitivityLabel-id1 + - name: identityProvider-id in: path - description: The unique identifier of sensitivityLabel + description: The unique identifier of identityProvider required: true style: simple schema: type: string - x-ms-docs-key-type: sensitivityLabel + x-ms-docs-key-type: identityProvider requestBody: - description: New navigation property values + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.identityProvider' required: true responses: 2XX: @@ -13481,32 +12932,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.identityProvider' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-15' + date: '2021-08-24' + version: 2021-05/identityProvider + description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation delete: tags: - - informationProtection.sensitivityLabel - summary: Delete navigation property sublabels for informationProtection - operationId: informationProtection.sensitivityLabel_DeleteSublabel + - identityProviders.identityProvider + summary: Delete identityProvider (deprecated) + description: Delete an identityProvider. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityprovider-delete?view=graph-rest-beta + operationId: identityProvider_DeleteIdentityProvider parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel - - name: sensitivityLabel-id1 + - name: identityProvider-id in: path - description: The unique identifier of sensitivityLabel + description: The unique identifier of identityProvider required: true style: simple schema: type: string - x-ms-docs-key-type: sensitivityLabel + x-ms-docs-key-type: identityProvider - name: If-Match in: header description: ETag @@ -13518,75 +12971,20 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-15' + date: '2021-08-24' + version: 2021-05/identityProvider + description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation - '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights': - get: - tags: - - informationProtection.sensitivityLabel - summary: Get rights from informationProtection - operationId: informationProtection.sensitivityLabel.sublabel_GetRight - parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel - - name: sensitivityLabel-id1 - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.usageRightsIncluded' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count': + /identityProviders/$count: get: tags: - - informationProtection.sensitivityLabel + - identityProviders.identityProvider summary: Get the number of the resource - operationId: informationProtection.sensitivityLabel.sublabel_GetCount + operationId: identityProvider_GetCount parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -13594,103 +12992,106 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.computeInheritance(labelIds={labelIds},locale=''{locale}'',contentFormats={contentFormats})': + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-15' + date: '2021-08-24' + version: 2021-05/identityProvider + description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. + /identityProviders/microsoft.graph.availableProviderTypes(): get: tags: - - informationProtection.sensitivityLabel - summary: Invoke function computeInheritance - description: 'Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts.' + - identityProviders.identityProvider.Functions + summary: Invoke function availableProviderTypes + description: Retrieves all identity provider types available in a directory. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta - operationId: informationProtection.sensitivityLabel.sublabel_computeInheritance - parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel - - name: labelIds - in: path - description: 'Usage: labelIds={labelIds}' - required: true - style: simple + url: https://learn.microsoft.com/graph/api/identityprovider-list-availableprovidertypes?view=graph-rest-beta + operationId: identityProvider_availableProviderType + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + type: string + nullable: true + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-15' + date: '2021-08-24' + version: 2021-05/identityProvider + description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /informationProtection: + get: + tags: + - informationProtection.informationProtection + summary: Get informationProtection + operationId: informationProtection_GetInformationProtection + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: + uniqueItems: true type: array items: type: string - - name: locale - in: path - description: 'Usage: locale=''{locale}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: contentFormats - in: path - description: 'Usage: contentFormats={contentFormats}' - required: true - style: simple + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: + uniqueItems: true type: array items: type: string responses: 2XX: - description: Success + description: Retrieved entity content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.informationProtection' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.computeRightsAndInheritance': - post: + x-ms-docs-operation-type: operation + patch: tags: - - informationProtection.sensitivityLabel - summary: Invoke action computeRightsAndInheritance - description: Computes the rights and inheritance for sensitivity labels based on the input content and labels. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta - operationId: informationProtection.sensitivityLabel.sublabel_computeRightsAndInheritance - parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel + - informationProtection.informationProtection + summary: Update informationProtection + operationId: informationProtection_UpdateInformationProtection requestBody: - description: Action parameters + description: New property values content: application/json: schema: - type: object - properties: - delegatedUserEmail: - type: string - nullable: true - locale: - type: string - nullable: true - protectedContents: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.protectedContent' - supportedContentFormats: - type: array - items: - type: string - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.informationProtection' required: true responses: 2XX: @@ -13698,195 +13099,253 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.computeRightsAndInheritanceResult' + $ref: '#/components/schemas/microsoft.graph.informationProtection' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate': - post: + x-ms-docs-operation-type: operation + /informationProtection/bitlocker: + get: tags: - - informationProtection.sensitivityLabel - summary: Invoke action evaluate - operationId: informationProtection.sensitivityLabel.sublabel_evaluate + - informationProtection.bitlocker + summary: Get bitlocker from informationProtection + operationId: informationProtection_GetBitlocker parameters: - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: sensitivityLabel - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - discoveredSensitiveTypes: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.discoveredSensitiveType' - currentLabel: - $ref: '#/components/schemas/microsoft.graph.currentLabel' - additionalProperties: - type: object - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.evaluateLabelJobResponse' + $ref: '#/components/schemas/microsoft.graph.bitlocker' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /informationProtection/sensitivityLabels/$count: + x-ms-docs-operation-type: operation + /informationProtection/bitlocker/recoveryKeys: get: tags: - - informationProtection.sensitivityLabel - summary: Get the number of the resource - operationId: informationProtection.sensitivityLabel_GetCount + - informationProtection.bitlocker + summary: List recoveryKeys + description: 'Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. You can use this API to programmatically iterate through the list of recovery keys in the tenant and identify devices with BitLocker enabled. For more information, see the sample PowerShell code in BitLocker recovery process.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta + operationId: informationProtection.bitlocker_ListRecoveryKey parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.bitlockerRecoveryKeyCollectionResponse' default: $ref: '#/components/responses/error' - '/informationProtection/sensitivityLabels/microsoft.graph.computeInheritance(labelIds={labelIds},locale=''{locale}'',contentFormats={contentFormats})': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}': get: tags: - - informationProtection.sensitivityLabel - summary: Invoke function computeInheritance - description: 'Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts.' + - informationProtection.bitlocker + summary: Get bitlockerRecoveryKey + description: 'Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation does not return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers a Microsoft Entra audit of the operation and generates an audit log. You can find the log in Microsoft Entra audit logs under the KeyManagement category.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta - operationId: informationProtection.sensitivityLabel_computeInheritance + url: https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta + operationId: informationProtection.bitlocker_GetRecoveryKey parameters: - - name: labelIds + - name: bitlockerRecoveryKey-id in: path - description: 'Usage: labelIds={labelIds}' + description: The unique identifier of bitlockerRecoveryKey required: true style: simple schema: + type: string + x-ms-docs-key-type: bitlockerRecoveryKey + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true type: array items: type: string - - name: locale - in: path - description: 'Usage: locale=''{locale}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: contentFormats - in: path - description: 'Usage: contentFormats={contentFormats}' - required: true - style: simple + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: + uniqueItems: true type: array items: type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + $ref: '#/components/schemas/microsoft.graph.bitlockerRecoveryKey' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - /informationProtection/sensitivityLabels/microsoft.graph.computeRightsAndInheritance: - post: + x-ms-docs-operation-type: operation + /informationProtection/bitlocker/recoveryKeys/$count: + get: tags: - - informationProtection.sensitivityLabel - summary: Invoke action computeRightsAndInheritance - description: Computes the rights and inheritance for sensitivity labels based on the input content and labels. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta - operationId: informationProtection.sensitivityLabel_computeRightsAndInheritance - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - delegatedUserEmail: - type: string - nullable: true - locale: - type: string - nullable: true - protectedContents: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.protectedContent' - supportedContentFormats: - type: array - items: - type: string - additionalProperties: - type: object - required: true + - informationProtection.bitlocker + summary: Get the number of the resource + operationId: informationProtection.bitlocker.recoveryKey_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.computeRightsAndInheritanceResult' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /informationProtection/sensitivityLabels/microsoft.graph.evaluate: + /informationProtection/dataLossPreventionPolicies: + get: + tags: + - informationProtection.dataLossPreventionPolicy + summary: Get dataLossPreventionPolicies from informationProtection + operationId: informationProtection_ListDataLossPreventionPolicy + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.dataLossPreventionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation post: tags: - - informationProtection.sensitivityLabel - summary: Invoke action evaluate - operationId: informationProtection.sensitivityLabel_evaluate + - informationProtection.dataLossPreventionPolicy + summary: Create new navigation property to dataLossPreventionPolicies for informationProtection + operationId: informationProtection_CreateDataLossPreventionPolicy requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - discoveredSensitiveTypes: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.discoveredSensitiveType' - currentLabel: - $ref: '#/components/schemas/microsoft.graph.currentLabel' - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.evaluateLabelJobResponse' + $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /informationProtection/sensitivityPolicySettings: + x-ms-docs-operation-type: operation + '/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}': get: tags: - - informationProtection.sensitivityPolicySettings - summary: Get sensitivityPolicySettings from informationProtection - operationId: informationProtection_GetSensitivityPolicySetting + - informationProtection.dataLossPreventionPolicy + summary: Get dataLossPreventionPolicies from informationProtection + operationId: informationProtection_GetDataLossPreventionPolicy parameters: + - name: dataLossPreventionPolicy-id + in: path + description: The unique identifier of dataLossPreventionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: dataLossPreventionPolicy - name: $select in: query description: Select properties to be returned @@ -13913,21 +13372,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' + $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - informationProtection.sensitivityPolicySettings - summary: Update the navigation property sensitivityPolicySettings in informationProtection - operationId: informationProtection_UpdateSensitivityPolicySetting + - informationProtection.dataLossPreventionPolicy + summary: Update the navigation property dataLossPreventionPolicies in informationProtection + operationId: informationProtection_UpdateDataLossPreventionPolicy + parameters: + - name: dataLossPreventionPolicy-id + in: path + description: The unique identifier of dataLossPreventionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: dataLossPreventionPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' + $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' required: true responses: 2XX: @@ -13935,39 +13403,2734 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' + $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - informationProtection.sensitivityPolicySettings - summary: Delete navigation property sensitivityPolicySettings for informationProtection - operationId: informationProtection_DeleteSensitivityPolicySetting + - informationProtection.dataLossPreventionPolicy + summary: Delete navigation property dataLossPreventionPolicies for informationProtection + operationId: informationProtection_DeleteDataLossPreventionPolicy parameters: + - name: dataLossPreventionPolicy-id + in: path + description: The unique identifier of dataLossPreventionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: dataLossPreventionPolicy - name: If-Match in: header description: ETag style: simple schema: - type: string + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /informationProtection/dataLossPreventionPolicies/$count: + get: + tags: + - informationProtection.dataLossPreventionPolicy + summary: Get the number of the resource + operationId: informationProtection.dataLossPreventionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate: + post: + tags: + - informationProtection.dataLossPreventionPolicy + summary: Invoke action evaluate + operationId: informationProtection.dataLossPreventionPolicy_evaluate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + target: + type: string + nullable: true + evaluationInput: + $ref: '#/components/schemas/microsoft.graph.dlpEvaluationInput' + notificationInfo: + $ref: '#/components/schemas/microsoft.graph.dlpNotification' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dlpEvaluatePoliciesJobResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /informationProtection/microsoft.graph.decryptBuffer: + post: + tags: + - informationProtection.informationProtection.Actions + summary: Invoke action decryptBuffer + operationId: informationProtection_decryptBuffer + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + encryptedBuffer: + type: string + format: base64url + publishingLicense: + type: string + format: base64url + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bufferDecryptionResult' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + /informationProtection/microsoft.graph.encryptBuffer: + post: + tags: + - informationProtection.informationProtection.Actions + summary: Invoke action encryptBuffer + operationId: informationProtection_encryptBuffer + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + buffer: + type: string + format: base64url + labelId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bufferEncryptionResult' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + /informationProtection/microsoft.graph.signDigest: + post: + tags: + - informationProtection.informationProtection.Actions + summary: Invoke action signDigest + operationId: informationProtection_signDigest + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + digest: + type: string + format: base64url + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.signingResult' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + /informationProtection/microsoft.graph.verifySignature: + post: + tags: + - informationProtection.informationProtection.Actions + summary: Invoke action verifySignature + operationId: informationProtection_verifySignature + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + digest: + type: string + format: base64url + signature: + type: string + format: base64url + signingKeyId: + type: string + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.verificationResult' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + /informationProtection/policy: + get: + tags: + - informationProtection.informationProtectionPolicy + summary: Get policy from informationProtection + operationId: informationProtection_GetPolicy + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: operation + patch: + tags: + - informationProtection.informationProtectionPolicy + summary: Update the navigation property policy in informationProtection + operationId: informationProtection_UpdatePolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: operation + delete: + tags: + - informationProtection.informationProtectionPolicy + summary: Delete navigation property policy for informationProtection + operationId: informationProtection_DeletePolicy + parameters: + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: operation + /informationProtection/policy/labels: + get: + tags: + - informationProtection.informationProtectionPolicy + summary: Get labels from informationProtection + operationId: informationProtection.policy_ListLabel + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.informationProtectionLabelCollectionResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - informationProtection.informationProtectionPolicy + summary: Create new navigation property to labels for informationProtection + operationId: informationProtection.policy_CreateLabel + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: operation + '/informationProtection/policy/labels/{informationProtectionLabel-id}': + get: + tags: + - informationProtection.informationProtectionPolicy + summary: Get labels from informationProtection + operationId: informationProtection.policy_GetLabel + parameters: + - name: informationProtectionLabel-id + in: path + description: The unique identifier of informationProtectionLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: informationProtectionLabel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: operation + patch: + tags: + - informationProtection.informationProtectionPolicy + summary: Update the navigation property labels in informationProtection + operationId: informationProtection.policy_UpdateLabel + parameters: + - name: informationProtectionLabel-id + in: path + description: The unique identifier of informationProtectionLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: informationProtectionLabel + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: operation + delete: + tags: + - informationProtection.informationProtectionPolicy + summary: Delete navigation property labels for informationProtection + operationId: informationProtection.policy_DeleteLabel + parameters: + - name: informationProtectionLabel-id + in: path + description: The unique identifier of informationProtectionLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: informationProtectionLabel + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: operation + /informationProtection/policy/labels/$count: + get: + tags: + - informationProtection.informationProtectionPolicy + summary: Get the number of the resource + operationId: informationProtection.policy.label_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + /informationProtection/policy/labels/microsoft.graph.evaluateApplication: + post: + tags: + - informationProtection.informationProtectionPolicy + summary: Invoke action evaluateApplication + description: 'Compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta + operationId: informationProtection.policy.label_evaluateApplication + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentInfo: + $ref: '#/components/schemas/microsoft.graph.contentInfo' + labelingOptions: + $ref: '#/components/schemas/microsoft.graph.labelingOptions' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.informationProtectionAction' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults: + post: + tags: + - informationProtection.informationProtectionPolicy + summary: Invoke action evaluateClassificationResults + description: 'Using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta + operationId: informationProtection.policy.label_evaluateClassificationResult + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentInfo: + $ref: '#/components/schemas/microsoft.graph.contentInfo' + classificationResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationResult' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.informationProtectionAction' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /informationProtection/policy/labels/microsoft.graph.evaluateRemoval: + post: + tags: + - informationProtection.informationProtectionPolicy + summary: Invoke action evaluateRemoval + description: 'Indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta + operationId: informationProtection.policy.label_evaluateRemoval + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentInfo: + $ref: '#/components/schemas/microsoft.graph.contentInfo' + downgradeJustification: + $ref: '#/components/schemas/microsoft.graph.downgradeJustification' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.informationProtectionAction' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /informationProtection/policy/labels/microsoft.graph.extractLabel: + post: + tags: + - informationProtection.informationProtectionPolicy + summary: Invoke action extractLabel + description: 'Using the metadata that exists on an already-labeled piece of information, resolve the metadata to a specific sensitivity label. The contentInfo input is resolved to informationProtectionContentLabel.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta + operationId: informationProtection.policy.label_extractLabel + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentInfo: + $ref: '#/components/schemas/microsoft.graph.contentInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionContentLabel' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + /informationProtection/sensitivityLabels: + get: + tags: + - informationProtection.sensitivityLabel + summary: Get sensitivityLabels from informationProtection + operationId: informationProtection_ListSensitivityLabel + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sensitivityLabelCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - informationProtection.sensitivityLabel + summary: Create new navigation property to sensitivityLabels for informationProtection + operationId: informationProtection_CreateSensitivityLabel + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/informationProtection/sensitivityLabels/{sensitivityLabel-id}': + get: + tags: + - informationProtection.sensitivityLabel + summary: Get sensitivityLabels from informationProtection + operationId: informationProtection_GetSensitivityLabel + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - informationProtection.sensitivityLabel + summary: Update the navigation property sensitivityLabels in informationProtection + operationId: informationProtection_UpdateSensitivityLabel + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - informationProtection.sensitivityLabel + summary: Delete navigation property sensitivityLabels for informationProtection + operationId: informationProtection_DeleteSensitivityLabel + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/rights': + get: + tags: + - informationProtection.sensitivityLabel + summary: Get rights from informationProtection + operationId: informationProtection.sensitivityLabel_GetRight + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.usageRightsIncluded' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels': + get: + tags: + - informationProtection.sensitivityLabel + summary: Get sublabels from informationProtection + operationId: informationProtection.sensitivityLabel_ListSublabel + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sensitivityLabelCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - informationProtection.sensitivityLabel + summary: Create new navigation property to sublabels for informationProtection + operationId: informationProtection.sensitivityLabel_CreateSublabel + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}': + get: + tags: + - informationProtection.sensitivityLabel + summary: Get sublabels from informationProtection + operationId: informationProtection.sensitivityLabel_GetSublabel + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: sensitivityLabel-id1 + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - informationProtection.sensitivityLabel + summary: Update the navigation property sublabels in informationProtection + operationId: informationProtection.sensitivityLabel_UpdateSublabel + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: sensitivityLabel-id1 + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - informationProtection.sensitivityLabel + summary: Delete navigation property sublabels for informationProtection + operationId: informationProtection.sensitivityLabel_DeleteSublabel + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: sensitivityLabel-id1 + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights': + get: + tags: + - informationProtection.sensitivityLabel + summary: Get rights from informationProtection + operationId: informationProtection.sensitivityLabel.sublabel_GetRight + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: sensitivityLabel-id1 + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.usageRightsIncluded' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count': + get: + tags: + - informationProtection.sensitivityLabel + summary: Get the number of the resource + operationId: informationProtection.sensitivityLabel.sublabel_GetCount + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.computeInheritance(labelIds={labelIds},locale=''{locale}'',contentFormats={contentFormats})': + get: + tags: + - informationProtection.sensitivityLabel + summary: Invoke function computeInheritance + description: 'Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta + operationId: informationProtection.sensitivityLabel.sublabel_computeInheritance + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + - name: labelIds + in: path + description: 'Usage: labelIds={labelIds}' + required: true + style: simple + schema: + type: array + items: + type: string + - name: locale + in: path + description: 'Usage: locale=''{locale}''' + required: true + style: simple + schema: + type: string + nullable: true + - name: contentFormats + in: path + description: 'Usage: contentFormats={contentFormats}' + required: true + style: simple + schema: + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.computeRightsAndInheritance': + post: + tags: + - informationProtection.sensitivityLabel + summary: Invoke action computeRightsAndInheritance + description: Computes the rights and inheritance for sensitivity labels based on the input content and labels. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta + operationId: informationProtection.sensitivityLabel.sublabel_computeRightsAndInheritance + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + delegatedUserEmail: + type: string + nullable: true + locale: + type: string + nullable: true + protectedContents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectedContent' + supportedContentFormats: + type: array + items: + type: string + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.computeRightsAndInheritanceResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate': + post: + tags: + - informationProtection.sensitivityLabel + summary: Invoke action evaluate + operationId: informationProtection.sensitivityLabel.sublabel_evaluate + parameters: + - name: sensitivityLabel-id + in: path + description: The unique identifier of sensitivityLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensitivityLabel + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + discoveredSensitiveTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.discoveredSensitiveType' + currentLabel: + $ref: '#/components/schemas/microsoft.graph.currentLabel' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.evaluateLabelJobResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /informationProtection/sensitivityLabels/$count: + get: + tags: + - informationProtection.sensitivityLabel + summary: Get the number of the resource + operationId: informationProtection.sensitivityLabel_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/informationProtection/sensitivityLabels/microsoft.graph.computeInheritance(labelIds={labelIds},locale=''{locale}'',contentFormats={contentFormats})': + get: + tags: + - informationProtection.sensitivityLabel + summary: Invoke function computeInheritance + description: 'Calculate the sensitivity label that should be inherited by an output artifact, given a set of sensitivity labels from input or referenced artifacts.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta + operationId: informationProtection.sensitivityLabel_computeInheritance + parameters: + - name: labelIds + in: path + description: 'Usage: labelIds={labelIds}' + required: true + style: simple + schema: + type: array + items: + type: string + - name: locale + in: path + description: 'Usage: locale=''{locale}''' + required: true + style: simple + schema: + type: string + nullable: true + - name: contentFormats + in: path + description: 'Usage: contentFormats={contentFormats}' + required: true + style: simple + schema: + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /informationProtection/sensitivityLabels/microsoft.graph.computeRightsAndInheritance: + post: + tags: + - informationProtection.sensitivityLabel + summary: Invoke action computeRightsAndInheritance + description: Computes the rights and inheritance for sensitivity labels based on the input content and labels. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta + operationId: informationProtection.sensitivityLabel_computeRightsAndInheritance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + delegatedUserEmail: + type: string + nullable: true + locale: + type: string + nullable: true + protectedContents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectedContent' + supportedContentFormats: + type: array + items: + type: string + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.computeRightsAndInheritanceResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /informationProtection/sensitivityLabels/microsoft.graph.evaluate: + post: + tags: + - informationProtection.sensitivityLabel + summary: Invoke action evaluate + operationId: informationProtection.sensitivityLabel_evaluate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + discoveredSensitiveTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.discoveredSensitiveType' + currentLabel: + $ref: '#/components/schemas/microsoft.graph.currentLabel' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.evaluateLabelJobResponse' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /informationProtection/sensitivityPolicySettings: + get: + tags: + - informationProtection.sensitivityPolicySettings + summary: Get sensitivityPolicySettings from informationProtection + operationId: informationProtection_GetSensitivityPolicySetting + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - informationProtection.sensitivityPolicySettings + summary: Update the navigation property sensitivityPolicySettings in informationProtection + operationId: informationProtection_UpdateSensitivityPolicySetting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - informationProtection.sensitivityPolicySettings + summary: Delete navigation property sensitivityPolicySettings for informationProtection + operationId: informationProtection_DeleteSensitivityPolicySetting + parameters: + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /informationProtection/threatAssessmentRequests: + get: + tags: + - informationProtection.threatAssessmentRequest + summary: List threatAssessmentRequests + description: 'Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta + operationId: informationProtection_ListThreatAssessmentRequest + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.threatAssessmentRequestCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - informationProtection.threatAssessmentRequest + summary: Create threatAssessmentRequest + description: 'Create a new threat assessment request. A threat assessment request can be one of the following types:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta + operationId: informationProtection_CreateThreatAssessmentRequest + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}': + get: + tags: + - informationProtection.threatAssessmentRequest + summary: Get threatAssessmentRequest + description: 'Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta + operationId: informationProtection_GetThreatAssessmentRequest + parameters: + - name: threatAssessmentRequest-id + in: path + description: The unique identifier of threatAssessmentRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentRequest + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - informationProtection.threatAssessmentRequest + summary: Update the navigation property threatAssessmentRequests in informationProtection + operationId: informationProtection_UpdateThreatAssessmentRequest + parameters: + - name: threatAssessmentRequest-id + in: path + description: The unique identifier of threatAssessmentRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentRequest + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - informationProtection.threatAssessmentRequest + summary: Delete navigation property threatAssessmentRequests for informationProtection + operationId: informationProtection_DeleteThreatAssessmentRequest + parameters: + - name: threatAssessmentRequest-id + in: path + description: The unique identifier of threatAssessmentRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentRequest + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results': + get: + tags: + - informationProtection.threatAssessmentRequest + summary: Get results from informationProtection + description: 'A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.' + operationId: informationProtection.threatAssessmentRequest_ListResult + parameters: + - name: threatAssessmentRequest-id + in: path + description: The unique identifier of threatAssessmentRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentRequest + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.threatAssessmentResultCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - informationProtection.threatAssessmentRequest + summary: Create new navigation property to results for informationProtection + operationId: informationProtection.threatAssessmentRequest_CreateResult + parameters: + - name: threatAssessmentRequest-id + in: path + description: The unique identifier of threatAssessmentRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentRequest + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}': + get: + tags: + - informationProtection.threatAssessmentRequest + summary: Get results from informationProtection + description: 'A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.' + operationId: informationProtection.threatAssessmentRequest_GetResult + parameters: + - name: threatAssessmentRequest-id + in: path + description: The unique identifier of threatAssessmentRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentRequest + - name: threatAssessmentResult-id + in: path + description: The unique identifier of threatAssessmentResult + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentResult + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - informationProtection.threatAssessmentRequest + summary: Update the navigation property results in informationProtection + operationId: informationProtection.threatAssessmentRequest_UpdateResult + parameters: + - name: threatAssessmentRequest-id + in: path + description: The unique identifier of threatAssessmentRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentRequest + - name: threatAssessmentResult-id + in: path + description: The unique identifier of threatAssessmentResult + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentResult + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - informationProtection.threatAssessmentRequest + summary: Delete navigation property results for informationProtection + operationId: informationProtection.threatAssessmentRequest_DeleteResult + parameters: + - name: threatAssessmentRequest-id + in: path + description: The unique identifier of threatAssessmentRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentRequest + - name: threatAssessmentResult-id + in: path + description: The unique identifier of threatAssessmentResult + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentResult + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count': + get: + tags: + - informationProtection.threatAssessmentRequest + summary: Get the number of the resource + operationId: informationProtection.threatAssessmentRequest.result_GetCount + parameters: + - name: threatAssessmentRequest-id + in: path + description: The unique identifier of threatAssessmentRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: threatAssessmentRequest + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /informationProtection/threatAssessmentRequests/$count: + get: + tags: + - informationProtection.threatAssessmentRequest + summary: Get the number of the resource + operationId: informationProtection.threatAssessmentRequest_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /invitations: + get: + tags: + - invitations.invitation + summary: Get entities from invitations + operationId: invitation_ListInvitation + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.invitationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - invitations.invitation + summary: Create invitation + description: 'Create a new invitation or reset the redemption status for a guest user who already redeemed their invitation. The invitation adds the external user to the organization as part of B2B collaboration. B2B collaboration is supported in both Microsoft Entra External ID in workforce and external tenants. The following options are available for creating an invitation:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta + operationId: invitation_CreateInvitation + requestBody: + description: New entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.invitation' + required: true + responses: + 2XX: + description: Created entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.invitation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /invitations/$count: + get: + tags: + - invitations.invitation + summary: Get the number of the resource + operationId: invitation_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /invitations/invitedUser: + get: + tags: + - invitations.user + summary: Get invitedUser from invitations + description: The user created as part of the invitation creation. Read-Only. The id property is required in the request body to reset a redemption status. + operationId: invitation_GetInvitedUser + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /invitations/invitedUser/mailboxSettings: + get: + tags: + - invitations.user + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: invitation.invitedUser_GetMailboxSetting + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + patch: + tags: + - invitations.user + summary: Update property mailboxSettings value. + operationId: invitation.invitedUser_UpdateMailboxSetting + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + /invitations/invitedUser/serviceProvisioningErrors: + get: + tags: + - invitations.user + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' + operationId: invitation.invitedUser_ListServiceProvisioningError + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /invitations/invitedUser/serviceProvisioningErrors/$count: + get: + tags: + - invitations.user + summary: Get the number of the resource + operationId: invitation.invitedUser.ServiceProvisioningError_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /invitations/invitedUserSponsors: + get: + tags: + - invitations.directoryObject + summary: Get invitedUserSponsors from invitations + description: The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date. + operationId: invitation_ListInvitedUserSponsor + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/invitations/invitedUserSponsors/{directoryObject-id}': + get: + tags: + - invitations.directoryObject + summary: Get invitedUserSponsors from invitations + description: The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date. + operationId: invitation_GetInvitedUserSponsor + parameters: + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /invitations/invitedUserSponsors/$count: + get: + tags: + - invitations.directoryObject + summary: Get the number of the resource + operationId: invitation.invitedUserSponsor_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /oauth2PermissionGrants: + get: + tags: + - oauth2PermissionGrants.oAuth2PermissionGrant + summary: List oauth2PermissionGrants (delegated permission grants) + description: 'Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta + operationId: oauth2PermissionGrant_ListOAuth2PermissionGrant + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - oauth2PermissionGrants.oAuth2PermissionGrant + summary: Create oAuth2PermissionGrant (a delegated permission grant) + description: 'Create a delegated permission grant, represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta + operationId: oauth2PermissionGrant_CreateOAuth2PermissionGrant + requestBody: + description: New entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + required: true + responses: + 2XX: + description: Created entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/oauth2PermissionGrants/{oAuth2PermissionGrant-id}': + get: + tags: + - oauth2PermissionGrants.oAuth2PermissionGrant + summary: Get oAuth2PermissionGrant (a delegated permission grant) + description: Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta + operationId: oauth2PermissionGrant_GetOAuth2PermissionGrant + parameters: + - name: oAuth2PermissionGrant-id + in: path + description: The unique identifier of oAuth2PermissionGrant + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oAuth2PermissionGrant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - oauth2PermissionGrants.oAuth2PermissionGrant + summary: Update oAuth2PermissionGrant (a delegated permission grant) + description: 'Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta + operationId: oauth2PermissionGrant_UpdateOAuth2PermissionGrant + parameters: + - name: oAuth2PermissionGrant-id + in: path + description: The unique identifier of oAuth2PermissionGrant + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oAuth2PermissionGrant + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - oauth2PermissionGrants.oAuth2PermissionGrant + summary: Delete oAuth2PermissionGrant (a delegated permission grant) + description: 'Delete an oAuth2PermissionGrant, representing a delegated permission grant. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta + operationId: oauth2PermissionGrant_DeleteOAuth2PermissionGrant + parameters: + - name: oAuth2PermissionGrant-id + in: path + description: The unique identifier of oAuth2PermissionGrant + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oAuth2PermissionGrant + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /oauth2PermissionGrants/$count: + get: + tags: + - oauth2PermissionGrants.oAuth2PermissionGrant + summary: Get the number of the resource + operationId: oauth2PermissionGrant_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /oauth2PermissionGrants/microsoft.graph.delta(): + get: + tags: + - oauth2PermissionGrants.oAuth2PermissionGrant.Functions + summary: Invoke function delta + description: 'Get newly created, updated, or deleted oauth2permissiongrant objects without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta + operationId: oauth2PermissionGrant_delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Success + content: + application/json: + schema: + title: Collection of oAuth2PermissionGrant + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /informationProtection/threatAssessmentRequests: + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/organization/{organization-id}/certificateBasedAuthConfiguration': get: tags: - - informationProtection.threatAssessmentRequest - summary: List threatAssessmentRequests - description: 'Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types:' + - organization.certificateBasedAuthConfiguration + summary: List certificateBasedAuthConfigurations + description: Get a list of certificateBasedAuthConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta - operationId: informationProtection_ListThreatAssessmentRequest + url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta + operationId: organization_ListCertificateBasedAuthConfiguration parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -14005,7 +16168,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.threatAssessmentRequestCollectionResponse' + $ref: '#/components/responses/microsoft.graph.certificateBasedAuthConfigurationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -14014,19 +16177,28 @@ paths: x-ms-docs-operation-type: operation post: tags: - - informationProtection.threatAssessmentRequest - summary: Create threatAssessmentRequest - description: 'Create a new threat assessment request. A threat assessment request can be one of the following types:' + - organization.certificateBasedAuthConfiguration + summary: Create certificateBasedAuthConfiguration + description: Create a new certificateBasedAuthConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta - operationId: informationProtection_CreateThreatAssessmentRequest + url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-beta + operationId: organization_CreateCertificateBasedAuthConfiguration + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' + $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' required: true responses: 2XX: @@ -14034,29 +16206,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' + $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}': + '/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}': get: tags: - - informationProtection.threatAssessmentRequest - summary: Get threatAssessmentRequest - description: 'Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types:' + - organization.certificateBasedAuthConfiguration + summary: Get certificateBasedAuthConfiguration + description: Get the properties of a certificateBasedAuthConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta - operationId: informationProtection_GetThreatAssessmentRequest + url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta + operationId: organization_GetCertificateBasedAuthConfiguration parameters: - - name: threatAssessmentRequest-id + - name: organization-id in: path - description: The unique identifier of threatAssessmentRequest + description: The unique identifier of organization required: true style: simple schema: type: string - x-ms-docs-key-type: threatAssessmentRequest + x-ms-docs-key-type: organization + - name: certificateBasedAuthConfiguration-id + in: path + description: The unique identifier of certificateBasedAuthConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: certificateBasedAuthConfiguration - name: $select in: query description: Select properties to be returned @@ -14083,55 +16263,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' + $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + delete: tags: - - informationProtection.threatAssessmentRequest - summary: Update the navigation property threatAssessmentRequests in informationProtection - operationId: informationProtection_UpdateThreatAssessmentRequest + - organization.certificateBasedAuthConfiguration + summary: Delete certificateBasedAuthConfiguration + description: Delete a certificateBasedAuthConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-beta + operationId: organization_DeleteCertificateBasedAuthConfiguration parameters: - - name: threatAssessmentRequest-id + - name: organization-id in: path - description: The unique identifier of threatAssessmentRequest + description: The unique identifier of organization required: true style: simple schema: type: string - x-ms-docs-key-type: threatAssessmentRequest - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - informationProtection.threatAssessmentRequest - summary: Delete navigation property threatAssessmentRequests for informationProtection - operationId: informationProtection_DeleteThreatAssessmentRequest - parameters: - - name: threatAssessmentRequest-id + x-ms-docs-key-type: organization + - name: certificateBasedAuthConfiguration-id in: path - description: The unique identifier of threatAssessmentRequest + description: The unique identifier of certificateBasedAuthConfiguration required: true style: simple schema: type: string - x-ms-docs-key-type: threatAssessmentRequest + x-ms-docs-key-type: certificateBasedAuthConfiguration - name: If-Match in: header description: ETag @@ -14144,37 +16305,35 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results': + '/organization/{organization-id}/certificateBasedAuthConfiguration/$count': get: tags: - - informationProtection.threatAssessmentRequest - summary: Get results from informationProtection - description: 'A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.' - operationId: informationProtection.threatAssessmentRequest_ListResult + - organization.certificateBasedAuthConfiguration + summary: Get the number of the resource + operationId: organization.certificateBasedAuthConfiguration_GetCount parameters: - - name: threatAssessmentRequest-id + - name: organization-id in: path - description: The unique identifier of threatAssessmentRequest + description: The unique identifier of organization required: true style: simple schema: type: string - x-ms-docs-key-type: threatAssessmentRequest - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' + x-ms-docs-key-type: organization - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /policies: + get: + tags: + - policies.policyRoot + summary: Get policies + operationId: policy.policyRoot_GetPolicyRoot + parameters: - name: $select in: query description: Select properties to be returned @@ -14197,68 +16356,47 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.threatAssessmentResultCollectionResponse' + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policyRoot' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - - informationProtection.threatAssessmentRequest - summary: Create new navigation property to results for informationProtection - operationId: informationProtection.threatAssessmentRequest_CreateResult - parameters: - - name: threatAssessmentRequest-id - in: path - description: The unique identifier of threatAssessmentRequest - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: threatAssessmentRequest + - policies.policyRoot + summary: Update policies + operationId: policy.policyRoot_UpdatePolicyRoot requestBody: - description: New navigation property + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + $ref: '#/components/schemas/microsoft.graph.policyRoot' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + $ref: '#/components/schemas/microsoft.graph.policyRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}': + /policies/accessReviewPolicy: get: tags: - - informationProtection.threatAssessmentRequest - summary: Get results from informationProtection - description: 'A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.' - operationId: informationProtection.threatAssessmentRequest_GetResult + - policies.accessReviewPolicy + summary: Get accessReviewPolicy + description: Read the properties and relationships of an accessReviewPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta + operationId: policy_GetAccessReviewPolicy parameters: - - name: threatAssessmentRequest-id - in: path - description: The unique identifier of threatAssessmentRequest - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: threatAssessmentRequest - - name: threatAssessmentResult-id - in: path - description: The unique identifier of threatAssessmentResult - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: threatAssessmentResult - name: $select in: query description: Select properties to be returned @@ -14285,38 +16423,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + $ref: '#/components/schemas/microsoft.graph.accessReviewPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - informationProtection.threatAssessmentRequest - summary: Update the navigation property results in informationProtection - operationId: informationProtection.threatAssessmentRequest_UpdateResult - parameters: - - name: threatAssessmentRequest-id - in: path - description: The unique identifier of threatAssessmentRequest - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: threatAssessmentRequest - - name: threatAssessmentResult-id - in: path - description: The unique identifier of threatAssessmentResult - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: threatAssessmentResult + - policies.accessReviewPolicy + summary: Update accessReviewPolicy + description: Update the properties of an accessReviewPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta + operationId: policy_UpdateAccessReviewPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + $ref: '#/components/schemas/microsoft.graph.accessReviewPolicy' required: true responses: 2XX: @@ -14324,32 +16449,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + $ref: '#/components/schemas/microsoft.graph.accessReviewPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - informationProtection.threatAssessmentRequest - summary: Delete navigation property results for informationProtection - operationId: informationProtection.threatAssessmentRequest_DeleteResult + - policies.accessReviewPolicy + summary: Delete navigation property accessReviewPolicy for policies + operationId: policy_DeleteAccessReviewPolicy parameters: - - name: threatAssessmentRequest-id - in: path - description: The unique identifier of threatAssessmentRequest - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: threatAssessmentRequest - - name: threatAssessmentResult-id - in: path - description: The unique identifier of threatAssessmentResult - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: threatAssessmentResult - name: If-Match in: header description: ETag @@ -14362,48 +16471,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count': - get: - tags: - - informationProtection.threatAssessmentRequest - summary: Get the number of the resource - operationId: informationProtection.threatAssessmentRequest.result_GetCount - parameters: - - name: threatAssessmentRequest-id - in: path - description: The unique identifier of threatAssessmentRequest - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: threatAssessmentRequest - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /informationProtection/threatAssessmentRequests/$count: - get: - tags: - - informationProtection.threatAssessmentRequest - summary: Get the number of the resource - operationId: informationProtection.threatAssessmentRequest_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /invitations: + /policies/activityBasedTimeoutPolicies: get: tags: - - invitations.invitation - summary: Get entities from invitations - operationId: invitation_ListInvitation + - policies.activityBasedTimeoutPolicy + summary: List activityBasedTimeoutPolicies + description: Get a list of activityBasedTimeoutPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta + operationId: policy_ListActivityBasedTimeoutPolicy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -14442,7 +16519,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.invitationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.activityBasedTimeoutPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -14451,52 +16528,49 @@ paths: x-ms-docs-operation-type: operation post: tags: - - invitations.invitation - summary: Create invitation - description: 'Create a new invitation or reset the redemption status for a guest user who already redeemed their invitation. The invitation adds the external user to the organization as part of B2B collaboration. B2B collaboration is supported in both Microsoft Entra External ID in workforce and external tenants. The following options are available for creating an invitation:' + - policies.activityBasedTimeoutPolicy + summary: Create activityBasedTimeoutPolicy + description: Create a new activityBasedTimeoutPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta - operationId: invitation_CreateInvitation + url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-beta + operationId: policy_CreateActivityBasedTimeoutPolicy requestBody: - description: New entity + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.invitation' + $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' required: true responses: 2XX: - description: Created entity + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.invitation' + $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /invitations/$count: - get: - tags: - - invitations.invitation - summary: Get the number of the resource - operationId: invitation_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /invitations/invitedUser: + '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}': get: tags: - - invitations.user - summary: Get invitedUser from invitations - description: The user created as part of the invitation creation. Read-Only. The id property is required in the request body to reset a redemption status. - operationId: invitation_GetInvitedUser + - policies.activityBasedTimeoutPolicy + summary: Get activityBasedTimeoutPolicy + description: Get the properties of an activityBasedTimeoutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta + operationId: policy_GetActivityBasedTimeoutPolicy parameters: + - name: activityBasedTimeoutPolicy-id + in: path + description: The unique identifier of activityBasedTimeoutPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: activityBasedTimeoutPolicy - name: $select in: query description: Select properties to be returned @@ -14523,58 +16597,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /invitations/invitedUser/mailboxSettings: - get: + patch: tags: - - invitations.user - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: invitation.invitedUser_GetMailboxSetting + - policies.activityBasedTimeoutPolicy + summary: Update activitybasedtimeoutpolicy + description: Update the properties of an activityBasedTimeoutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta + operationId: policy_UpdateActivityBasedTimeoutPolicy parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: activityBasedTimeoutPolicy-id + in: path + description: The unique identifier of activityBasedTimeoutPolicy + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - default: - $ref: '#/components/responses/error' - patch: - tags: - - invitations.user - summary: Update property mailboxSettings value. - operationId: invitation.invitedUser_UpdateMailboxSetting + type: string + x-ms-docs-key-type: activityBasedTimeoutPolicy requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' required: true responses: 2XX: @@ -14582,17 +16632,55 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' default: $ref: '#/components/responses/error' - /invitations/invitedUser/serviceProvisioningErrors: + x-ms-docs-operation-type: operation + delete: + tags: + - policies.activityBasedTimeoutPolicy + summary: Delete activityBasedTimeoutPolicy + description: Delete an activityBasedTimeoutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta + operationId: policy_DeleteActivityBasedTimeoutPolicy + parameters: + - name: activityBasedTimeoutPolicy-id + in: path + description: The unique identifier of activityBasedTimeoutPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: activityBasedTimeoutPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo': get: tags: - - invitations.user - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: invitation.invitedUser_ListServiceProvisioningError + - policies.activityBasedTimeoutPolicy + summary: Get appliesTo from policies + operationId: policy.activityBasedTimeoutPolicy_ListAppliesTo parameters: + - name: activityBasedTimeoutPolicy-id + in: path + description: The unique identifier of activityBasedTimeoutPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: activityBasedTimeoutPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -14630,49 +16718,36 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /invitations/invitedUser/serviceProvisioningErrors/$count: - get: - tags: - - invitations.user - summary: Get the number of the resource - operationId: invitation.invitedUser.ServiceProvisioningError_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /invitations/invitedUserSponsors: + x-ms-docs-operation-type: operation + '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}': get: tags: - - invitations.directoryObject - summary: Get invitedUserSponsors from invitations - description: The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date. - operationId: invitation_ListInvitedUserSponsor + - policies.activityBasedTimeoutPolicy + summary: Get appliesTo from policies + operationId: policy.activityBasedTimeoutPolicy_GetAppliesTo parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: activityBasedTimeoutPolicy-id + in: path + description: The unique identifier of activityBasedTimeoutPolicy + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: activityBasedTimeoutPolicy + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: directoryObject - name: $select in: query description: Select properties to be returned @@ -14695,29 +16770,61 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/invitations/invitedUserSponsors/{directoryObject-id}': + '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count': get: tags: - - invitations.directoryObject - summary: Get invitedUserSponsors from invitations - description: The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date. - operationId: invitation_GetInvitedUserSponsor + - policies.activityBasedTimeoutPolicy + summary: Get the number of the resource + operationId: policy.activityBasedTimeoutPolicy.appliesTo_GetCount parameters: - - name: directoryObject-id + - name: activityBasedTimeoutPolicy-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of activityBasedTimeoutPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: directoryObject + x-ms-docs-key-type: activityBasedTimeoutPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /policies/activityBasedTimeoutPolicies/$count: + get: + tags: + - policies.activityBasedTimeoutPolicy + summary: Get the number of the resource + operationId: policy.activityBasedTimeoutPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /policies/adminConsentRequestPolicy: + get: + tags: + - policies.adminConsentRequestPolicy + summary: Get adminConsentRequestPolicy + description: Read the properties and relationships of an adminConsentRequestPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta + operationId: policy_GetAdminConsentRequestPolicy + parameters: - name: $select in: query description: Select properties to be returned @@ -14744,34 +16851,64 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /invitations/invitedUserSponsors/$count: - get: + patch: tags: - - invitations.directoryObject - summary: Get the number of the resource - operationId: invitation.invitedUserSponsor_GetCount + - policies.adminConsentRequestPolicy + summary: Update adminConsentRequestPolicy + description: Update the properties of an adminConsentRequestPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta + operationId: policy_UpdateAdminConsentRequestPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - policies.adminConsentRequestPolicy + summary: Delete navigation property adminConsentRequestPolicy for policies + operationId: policy_DeleteAdminConsentRequestPolicy parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - /oauth2PermissionGrants: + x-ms-docs-operation-type: operation + /policies/appManagementPolicies: get: tags: - - oauth2PermissionGrants.oAuth2PermissionGrant - summary: List oauth2PermissionGrants (delegated permission grants) - description: 'Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users.' + - policies.appManagementPolicy + summary: List appManagementPolicies + description: Retrieve a list of appManagementPolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta - operationId: oauth2PermissionGrant_ListOAuth2PermissionGrant + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta + operationId: policy_ListAppManagementPolicy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -14810,7 +16947,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' + $ref: '#/components/responses/microsoft.graph.appManagementPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -14819,49 +16956,49 @@ paths: x-ms-docs-operation-type: operation post: tags: - - oauth2PermissionGrants.oAuth2PermissionGrant - summary: Create oAuth2PermissionGrant (a delegated permission grant) - description: 'Create a delegated permission grant, represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted.' + - policies.appManagementPolicy + summary: Create appManagementPolicy + description: Create an appManagementPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta - operationId: oauth2PermissionGrant_CreateOAuth2PermissionGrant + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta + operationId: policy_CreateAppManagementPolicy requestBody: - description: New entity + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' required: true responses: 2XX: - description: Created entity + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/oauth2PermissionGrants/{oAuth2PermissionGrant-id}': + '/policies/appManagementPolicies/{appManagementPolicy-id}': get: tags: - - oauth2PermissionGrants.oAuth2PermissionGrant - summary: Get oAuth2PermissionGrant (a delegated permission grant) - description: Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. + - policies.appManagementPolicy + summary: Get appManagementPolicy + description: Read the properties of an appManagementPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta - operationId: oauth2PermissionGrant_GetOAuth2PermissionGrant + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta + operationId: policy_GetAppManagementPolicy parameters: - - name: oAuth2PermissionGrant-id + - name: appManagementPolicy-id in: path - description: The unique identifier of oAuth2PermissionGrant + description: The unique identifier of appManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oAuth2PermissionGrant + x-ms-docs-key-type: appManagementPolicy - name: $select in: query description: Select properties to be returned @@ -14884,38 +17021,38 @@ paths: type: string responses: 2XX: - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - oauth2PermissionGrants.oAuth2PermissionGrant - summary: Update oAuth2PermissionGrant (a delegated permission grant) - description: 'Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes.' + - policies.appManagementPolicy + summary: Update appManagementPolicy + description: Update an appManagementPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta - operationId: oauth2PermissionGrant_UpdateOAuth2PermissionGrant + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta + operationId: policy_UpdateAppManagementPolicy parameters: - - name: oAuth2PermissionGrant-id + - name: appManagementPolicy-id in: path - description: The unique identifier of oAuth2PermissionGrant + description: The unique identifier of appManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oAuth2PermissionGrant + x-ms-docs-key-type: appManagementPolicy requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' required: true responses: 2XX: @@ -14923,28 +17060,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - oauth2PermissionGrants.oAuth2PermissionGrant - summary: Delete oAuth2PermissionGrant (a delegated permission grant) - description: 'Delete an oAuth2PermissionGrant, representing a delegated permission grant. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant.' + - policies.appManagementPolicy + summary: Delete appManagementPolicy + description: Delete an appManagementPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta - operationId: oauth2PermissionGrant_DeleteOAuth2PermissionGrant + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta + operationId: policy_DeleteAppManagementPolicy parameters: - - name: oAuth2PermissionGrant-id + - name: appManagementPolicy-id in: path - description: The unique identifier of oAuth2PermissionGrant + description: The unique identifier of appManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: oAuth2PermissionGrant + x-ms-docs-key-type: appManagementPolicy - name: If-Match in: header description: ETag @@ -14957,39 +17094,33 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /oauth2PermissionGrants/$count: - get: - tags: - - oauth2PermissionGrants.oAuth2PermissionGrant - summary: Get the number of the resource - operationId: oauth2PermissionGrant_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /oauth2PermissionGrants/microsoft.graph.delta(): + '/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo': get: tags: - - oauth2PermissionGrants.oAuth2PermissionGrant.Functions - summary: Invoke function delta - description: 'Get newly created, updated, or deleted oauth2permissiongrant objects without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + - policies.appManagementPolicy + summary: List appliesTo + description: List application and service principal objects assigned an appManagementPolicy policy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta - operationId: oauth2PermissionGrant_delta + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta + operationId: policy.appManagementPolicy_ListAppliesTo parameters: + - name: appManagementPolicy-id + in: path + description: The unique identifier of appManagementPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: appManagementPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -14997,9 +17128,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -15019,58 +17150,50 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of oAuth2PermissionGrant - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' - '@odata.nextLink': - type: string - nullable: true - '@odata.deltaLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/organization/{organization-id}/certificateBasedAuthConfiguration': + x-ms-docs-operation-type: operation + '/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}': get: tags: - - organization.certificateBasedAuthConfiguration - summary: List certificateBasedAuthConfigurations - description: Get a list of certificateBasedAuthConfiguration objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta - operationId: organization_ListCertificateBasedAuthConfiguration + - policies.appManagementPolicy + summary: Get appliesTo from policies + description: Collection of application and service principals to which a policy is applied. + operationId: policy.appManagementPolicy_GetAppliesTo parameters: - - name: organization-id + - name: appManagementPolicy-id in: path - description: The unique identifier of organization + description: The unique identifier of appManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: organization - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby + x-ms-docs-key-type: appManagementPolicy + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: $select in: query - description: Order items by property values + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities style: form explode: false schema: @@ -15078,6 +17201,63 @@ paths: type: array items: type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count': + get: + tags: + - policies.appManagementPolicy + summary: Get the number of the resource + operationId: policy.appManagementPolicy.appliesTo_GetCount + parameters: + - name: appManagementPolicy-id + in: path + description: The unique identifier of appManagementPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: appManagementPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /policies/appManagementPolicies/$count: + get: + tags: + - policies.appManagementPolicy + summary: Get the number of the resource + operationId: policy.appManagementPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /policies/authenticationFlowsPolicy: + get: + tags: + - policies.authenticationFlowsPolicy + summary: Get authenticationFlowsPolicy + description: Read the properties and relationships of an authenticationFlowsPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta + operationId: policy_GetAuthenticationFlowsPolicy + parameters: - name: $select in: query description: Select properties to be returned @@ -15100,75 +17280,69 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.certificateBasedAuthConfigurationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - - organization.certificateBasedAuthConfiguration - summary: Create certificateBasedAuthConfiguration - description: Create a new certificateBasedAuthConfiguration object. + - policies.authenticationFlowsPolicy + summary: Update authenticationFlowsPolicy + description: 'Update the Boolean selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-beta - operationId: organization_CreateCertificateBasedAuthConfiguration - parameters: - - name: organization-id - in: path - description: The unique identifier of organization - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: organization + url: https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta + operationId: policy_UpdateAuthenticationFlowsPolicy requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' + $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' + $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}': - get: + delete: tags: - - organization.certificateBasedAuthConfiguration - summary: Get certificateBasedAuthConfiguration - description: Get the properties of a certificateBasedAuthConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta - operationId: organization_GetCertificateBasedAuthConfiguration + - policies.authenticationFlowsPolicy + summary: Delete navigation property authenticationFlowsPolicy for policies + operationId: policy_DeleteAuthenticationFlowsPolicy parameters: - - name: organization-id - in: path - description: The unique identifier of organization - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: organization - - name: certificateBasedAuthConfiguration-id - in: path - description: The unique identifier of certificateBasedAuthConfiguration - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: certificateBasedAuthConfiguration + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /policies/authenticationMethodsPolicy: + get: + tags: + - policies.authenticationMethodsPolicy + summary: Get authenticationMethodsPolicy + description: Read the properties and relationships of an authenticationMethodsPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta + operationId: policy_GetAuthenticationMethodsPolicy + parameters: - name: $select in: query description: Select properties to be returned @@ -15195,77 +17369,77 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + patch: tags: - - organization.certificateBasedAuthConfiguration - summary: Delete certificateBasedAuthConfiguration - description: Delete a certificateBasedAuthConfiguration object. + - policies.authenticationMethodsPolicy + summary: Update authenticationMethodsPolicy + description: Update the properties of an authenticationMethodsPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-beta - operationId: organization_DeleteCertificateBasedAuthConfiguration - parameters: - - name: organization-id - in: path - description: The unique identifier of organization - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: organization - - name: certificateBasedAuthConfiguration-id - in: path - description: The unique identifier of certificateBasedAuthConfiguration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: certificateBasedAuthConfiguration - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + url: https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta + operationId: policy_UpdateAuthenticationMethodsPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/organization/{organization-id}/certificateBasedAuthConfiguration/$count': - get: + delete: tags: - - organization.certificateBasedAuthConfiguration - summary: Get the number of the resource - operationId: organization.certificateBasedAuthConfiguration_GetCount + - policies.authenticationMethodsPolicy + summary: Delete navigation property authenticationMethodsPolicy for policies + operationId: policy_DeleteAuthenticationMethodsPolicy parameters: - - name: organization-id - in: path - description: The unique identifier of organization - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: organization - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - /policies: + x-ms-docs-operation-type: operation + /policies/authenticationMethodsPolicy/authenticationMethodConfigurations: get: tags: - - policies.policyRoot - summary: Get policies - operationId: policy.policyRoot_GetPolicyRoot + - policies.authenticationMethodsPolicy + summary: Get externalAuthenticationMethodConfiguration + description: Read the properties and relationships of an externalAuthenticationMethodConfiguration object. + operationId: policy.authenticationMethodsPolicy_ListAuthenticationMethodConfiguration parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -15288,47 +17462,54 @@ paths: type: string responses: 2XX: - description: Retrieved entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.policyRoot' + $ref: '#/components/responses/microsoft.graph.authenticationMethodConfigurationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - - policies.policyRoot - summary: Update policies - operationId: policy.policyRoot_UpdatePolicyRoot + - policies.authenticationMethodsPolicy + summary: Create new navigation property to authenticationMethodConfigurations for policies + operationId: policy.authenticationMethodsPolicy_CreateAuthenticationMethodConfiguration requestBody: - description: New property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.policyRoot' + $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.policyRoot' + $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/accessReviewPolicy: + '/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}': get: tags: - - policies.accessReviewPolicy - summary: Get accessReviewPolicy - description: Read the properties and relationships of an accessReviewPolicy object. + - policies.authenticationMethodsPolicy + summary: Get externalAuthenticationMethodConfiguration + description: Read the properties and relationships of an externalAuthenticationMethodConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta - operationId: policy_GetAccessReviewPolicy + url: https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta + operationId: policy.authenticationMethodsPolicy_GetAuthenticationMethodConfiguration parameters: + - name: authenticationMethodConfiguration-id + in: path + description: The unique identifier of authenticationMethodConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationMethodConfiguration - name: $select in: query description: Select properties to be returned @@ -15355,25 +17536,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.accessReviewPolicy' + $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.accessReviewPolicy - summary: Update accessReviewPolicy - description: Update the properties of an accessReviewPolicy object. + - policies.authenticationMethodsPolicy + summary: Update externalAuthenticationMethodConfiguration + description: Update the properties of an externalAuthenticationMethodConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta - operationId: policy_UpdateAccessReviewPolicy + url: https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta + operationId: policy.authenticationMethodsPolicy_UpdateAuthenticationMethodConfiguration + parameters: + - name: authenticationMethodConfiguration-id + in: path + description: The unique identifier of authenticationMethodConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationMethodConfiguration requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.accessReviewPolicy' + $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: 2XX: @@ -15381,16 +17571,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.accessReviewPolicy' + $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.accessReviewPolicy - summary: Delete navigation property accessReviewPolicy for policies - operationId: policy_DeleteAccessReviewPolicy + - policies.authenticationMethodsPolicy + summary: Delete externalAuthenticationMethodConfiguration + description: Delete an externalAuthenticationMethodConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta + operationId: policy.authenticationMethodsPolicy_DeleteAuthenticationMethodConfiguration parameters: + - name: authenticationMethodConfiguration-id + in: path + description: The unique identifier of authenticationMethodConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationMethodConfiguration - name: If-Match in: header description: ETag @@ -15403,16 +17605,30 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/activityBasedTimeoutPolicies: + /policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count: get: tags: - - policies.activityBasedTimeoutPolicy - summary: List activityBasedTimeoutPolicies - description: Get a list of activityBasedTimeoutPolicy objects. + - policies.authenticationMethodsPolicy + summary: Get the number of the resource + operationId: policy.authenticationMethodsPolicy.authenticationMethodConfiguration_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /policies/authenticationStrengthPolicies: + get: + tags: + - policies.authenticationStrengthPolicy + summary: List authenticationStrengthPolicies + description: Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta - operationId: policy_ListActivityBasedTimeoutPolicy + url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta + operationId: policy_ListAuthenticationStrengthPolicy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -15451,7 +17667,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.activityBasedTimeoutPolicyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.authenticationStrengthPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -15460,19 +17676,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.activityBasedTimeoutPolicy - summary: Create activityBasedTimeoutPolicy - description: Create a new activityBasedTimeoutPolicy object. + - policies.authenticationStrengthPolicy + summary: Create authenticationStrengthPolicy + description: Create a new custom authenticationStrengthPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-beta - operationId: policy_CreateActivityBasedTimeoutPolicy + url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta + operationId: policy_CreateAuthenticationStrengthPolicy requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' required: true responses: 2XX: @@ -15480,29 +17696,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}': + '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}': get: tags: - - policies.activityBasedTimeoutPolicy - summary: Get activityBasedTimeoutPolicy - description: Get the properties of an activityBasedTimeoutPolicy object. + - policies.authenticationStrengthPolicy + summary: Get authenticationStrengthPolicy + description: Read the properties and relationships of an authenticationStrengthPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta - operationId: policy_GetActivityBasedTimeoutPolicy + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta + operationId: policy_GetAuthenticationStrengthPolicy parameters: - - name: activityBasedTimeoutPolicy-id + - name: authenticationStrengthPolicy-id in: path - description: The unique identifier of activityBasedTimeoutPolicy + description: The unique identifier of authenticationStrengthPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: activityBasedTimeoutPolicy + x-ms-docs-key-type: authenticationStrengthPolicy - name: $select in: query description: Select properties to be returned @@ -15529,34 +17745,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.activityBasedTimeoutPolicy - summary: Update activitybasedtimeoutpolicy - description: Update the properties of an activityBasedTimeoutPolicy object. + - policies.authenticationStrengthPolicy + summary: Update authenticationStrengthPolicy + description: 'Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta - operationId: policy_UpdateActivityBasedTimeoutPolicy + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-beta + operationId: policy_UpdateAuthenticationStrengthPolicy parameters: - - name: activityBasedTimeoutPolicy-id + - name: authenticationStrengthPolicy-id in: path - description: The unique identifier of activityBasedTimeoutPolicy + description: The unique identifier of authenticationStrengthPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: activityBasedTimeoutPolicy + x-ms-docs-key-type: authenticationStrengthPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' required: true responses: 2XX: @@ -15564,28 +17780,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.activityBasedTimeoutPolicy - summary: Delete activityBasedTimeoutPolicy - description: Delete an activityBasedTimeoutPolicy object. + - policies.authenticationStrengthPolicy + summary: Delete authenticationStrengthPolicy + description: Delete a custom authenticationStrengthPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta - operationId: policy_DeleteActivityBasedTimeoutPolicy + url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta + operationId: policy_DeleteAuthenticationStrengthPolicy parameters: - - name: activityBasedTimeoutPolicy-id + - name: authenticationStrengthPolicy-id in: path - description: The unique identifier of activityBasedTimeoutPolicy + description: The unique identifier of authenticationStrengthPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: activityBasedTimeoutPolicy + x-ms-docs-key-type: authenticationStrengthPolicy - name: If-Match in: header description: ETag @@ -15598,21 +17814,22 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo': + '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations': get: tags: - - policies.activityBasedTimeoutPolicy - summary: Get appliesTo from policies - operationId: policy.activityBasedTimeoutPolicy_ListAppliesTo + - policies.authenticationStrengthPolicy + summary: Get combinationConfigurations from policies + description: Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods. + operationId: policy.authenticationStrengthPolicy_ListCombinationConfiguration parameters: - - name: activityBasedTimeoutPolicy-id + - name: authenticationStrengthPolicy-id in: path - description: The unique identifier of activityBasedTimeoutPolicy + description: The unique identifier of authenticationStrengthPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: activityBasedTimeoutPolicy + x-ms-docs-key-type: authenticationStrengthPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -15650,36 +17867,68 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + $ref: '#/components/responses/microsoft.graph.authenticationCombinationConfigurationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}': + post: + tags: + - policies.authenticationStrengthPolicy + summary: Create new navigation property to combinationConfigurations for policies + operationId: policy.authenticationStrengthPolicy_CreateCombinationConfiguration + parameters: + - name: authenticationStrengthPolicy-id + in: path + description: The unique identifier of authenticationStrengthPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationStrengthPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}': get: tags: - - policies.activityBasedTimeoutPolicy - summary: Get appliesTo from policies - operationId: policy.activityBasedTimeoutPolicy_GetAppliesTo + - policies.authenticationStrengthPolicy + summary: Get combinationConfigurations from policies + description: Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods. + operationId: policy.authenticationStrengthPolicy_GetCombinationConfiguration parameters: - - name: activityBasedTimeoutPolicy-id + - name: authenticationStrengthPolicy-id in: path - description: The unique identifier of activityBasedTimeoutPolicy + description: The unique identifier of authenticationStrengthPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: activityBasedTimeoutPolicy - - name: directoryObject-id + x-ms-docs-key-type: authenticationStrengthPolicy + - name: authenticationCombinationConfiguration-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of authenticationCombinationConfiguration required: true style: simple schema: type: string - x-ms-docs-key-type: directoryObject + x-ms-docs-key-type: authenticationCombinationConfiguration - name: $select in: query description: Select properties to be returned @@ -15706,25 +17955,98 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count': + patch: + tags: + - policies.authenticationStrengthPolicy + summary: Update the navigation property combinationConfigurations in policies + operationId: policy.authenticationStrengthPolicy_UpdateCombinationConfiguration + parameters: + - name: authenticationStrengthPolicy-id + in: path + description: The unique identifier of authenticationStrengthPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationStrengthPolicy + - name: authenticationCombinationConfiguration-id + in: path + description: The unique identifier of authenticationCombinationConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationCombinationConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - policies.authenticationStrengthPolicy + summary: Delete navigation property combinationConfigurations for policies + operationId: policy.authenticationStrengthPolicy_DeleteCombinationConfiguration + parameters: + - name: authenticationStrengthPolicy-id + in: path + description: The unique identifier of authenticationStrengthPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationStrengthPolicy + - name: authenticationCombinationConfiguration-id + in: path + description: The unique identifier of authenticationCombinationConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationCombinationConfiguration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count': get: tags: - - policies.activityBasedTimeoutPolicy + - policies.authenticationStrengthPolicy summary: Get the number of the resource - operationId: policy.activityBasedTimeoutPolicy.appliesTo_GetCount + operationId: policy.authenticationStrengthPolicy.combinationConfiguration_GetCount parameters: - - name: activityBasedTimeoutPolicy-id + - name: authenticationStrengthPolicy-id in: path - description: The unique identifier of activityBasedTimeoutPolicy + description: The unique identifier of authenticationStrengthPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: activityBasedTimeoutPolicy + x-ms-docs-key-type: authenticationStrengthPolicy - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -15732,12 +18054,84 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /policies/activityBasedTimeoutPolicies/$count: + '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations': + post: + tags: + - policies.authenticationStrengthPolicy + summary: Invoke action updateAllowedCombinations + description: 'Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta + operationId: policy.authenticationStrengthPolicy_updateAllowedCombination + parameters: + - name: authenticationStrengthPolicy-id + in: path + description: The unique identifier of authenticationStrengthPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationStrengthPolicy + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + allowedCombinations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodModes' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.updateAllowedCombinationsResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()': get: tags: - - policies.activityBasedTimeoutPolicy + - policies.authenticationStrengthPolicy + summary: Invoke function usage + description: 'The usage function allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta + operationId: policy.authenticationStrengthPolicy_usage + parameters: + - name: authenticationStrengthPolicy-id + in: path + description: The unique identifier of authenticationStrengthPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationStrengthPolicy + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthUsage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /policies/authenticationStrengthPolicies/$count: + get: + tags: + - policies.authenticationStrengthPolicy summary: Get the number of the resource - operationId: policy.activityBasedTimeoutPolicy_GetCount + operationId: policy.authenticationStrengthPolicy_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -15746,17 +18140,31 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /policies/adminConsentRequestPolicy: + '/policies/authenticationStrengthPolicies/microsoft.graph.findByMethodMode(authenticationMethodModes={authenticationMethodModes})': get: tags: - - policies.adminConsentRequestPolicy - summary: Get adminConsentRequestPolicy - description: Read the properties and relationships of an adminConsentRequestPolicy object. + - policies.authenticationStrengthPolicy + summary: Invoke function findByMethodMode + description: Get a list of the authenticationStrengthPolicy objects and their properties filtered to only include policies that include the authentication method mode specified in the request. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta - operationId: policy_GetAdminConsentRequestPolicy + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta + operationId: policy.authenticationStrengthPolicy_findGraphBPreMethodMode parameters: + - name: authenticationMethodModes + in: path + description: 'Usage: authenticationMethodModes={authenticationMethodModes}' + required: true + style: simple + schema: + type: array + items: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -15767,6 +18175,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -15777,70 +18195,46 @@ paths: type: array items: type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - policies.adminConsentRequestPolicy - summary: Update adminConsentRequestPolicy - description: Update the properties of an adminConsentRequestPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta - operationId: policy_UpdateAdminConsentRequestPolicy - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' - required: true responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - policies.adminConsentRequestPolicy - summary: Delete navigation property adminConsentRequestPolicy for policies - operationId: policy_DeleteAdminConsentRequestPolicy - parameters: - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + title: Collection of authenticationStrengthPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /policies/appManagementPolicies: + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-31' + date: '2023-02-01' + version: 2023-02/FindByMethodModeRemove + description: The findByMethodMode function is deprecated. Please use OData filter query instead. + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /policies/authorizationPolicy: get: tags: - - policies.appManagementPolicy - summary: List appManagementPolicies - description: Retrieve a list of appManagementPolicy objects. + - policies.authorizationPolicy + summary: Get authorizationPolicy + description: Retrieve the properties of an authorizationPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta - operationId: policy_ListAppManagementPolicy + url: https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta + operationId: policy_ListAuthorizationPolicy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -15879,7 +18273,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.appManagementPolicyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.authorizationPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -15888,19 +18282,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.appManagementPolicy - summary: Create appManagementPolicy - description: Create an appManagementPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta - operationId: policy_CreateAppManagementPolicy + - policies.authorizationPolicy + summary: Create new navigation property to authorizationPolicy for policies + operationId: policy_CreateAuthorizationPolicy requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' required: true responses: 2XX: @@ -15908,29 +18298,26 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/appManagementPolicies/{appManagementPolicy-id}': + '/policies/authorizationPolicy/{authorizationPolicy-id}': get: tags: - - policies.appManagementPolicy - summary: Get appManagementPolicy - description: Read the properties of an appManagementPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta - operationId: policy_GetAppManagementPolicy + - policies.authorizationPolicy + summary: Get authorizationPolicy from policies + description: The policy that controls Microsoft Entra authorization settings. + operationId: policy_GetAuthorizationPolicy parameters: - - name: appManagementPolicy-id + - name: authorizationPolicy-id in: path - description: The unique identifier of appManagementPolicy + description: The unique identifier of authorizationPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: appManagementPolicy + x-ms-docs-key-type: authorizationPolicy - name: $select in: query description: Select properties to be returned @@ -15957,34 +18344,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.appManagementPolicy - summary: Update appManagementPolicy - description: Update an appManagementPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta - operationId: policy_UpdateAppManagementPolicy + - policies.authorizationPolicy + summary: Update the navigation property authorizationPolicy in policies + operationId: policy_UpdateAuthorizationPolicy parameters: - - name: appManagementPolicy-id + - name: authorizationPolicy-id in: path - description: The unique identifier of appManagementPolicy + description: The unique identifier of authorizationPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: appManagementPolicy + x-ms-docs-key-type: authorizationPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' required: true responses: 2XX: @@ -15992,28 +18375,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.appManagementPolicy - summary: Delete appManagementPolicy - description: Delete an appManagementPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta - operationId: policy_DeleteAppManagementPolicy + - policies.authorizationPolicy + summary: Delete navigation property authorizationPolicy for policies + operationId: policy_DeleteAuthorizationPolicy parameters: - - name: appManagementPolicy-id + - name: authorizationPolicy-id in: path - description: The unique identifier of appManagementPolicy + description: The unique identifier of authorizationPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: appManagementPolicy + x-ms-docs-key-type: authorizationPolicy - name: If-Match in: header description: ETag @@ -16026,25 +18405,21 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo': + '/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides': get: tags: - - policies.appManagementPolicy - summary: List appliesTo - description: List application and service principal objects assigned an appManagementPolicy policy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta - operationId: policy.appManagementPolicy_ListAppliesTo + - policies.authorizationPolicy + summary: Get defaultUserRoleOverrides from policies + operationId: policy.authorizationPolicy_ListDefaultUserRoleOverride parameters: - - name: appManagementPolicy-id + - name: authorizationPolicy-id in: path - description: The unique identifier of appManagementPolicy + description: The unique identifier of authorizationPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: appManagementPolicy + x-ms-docs-key-type: authorizationPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -16082,114 +18457,67 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + $ref: '#/components/responses/microsoft.graph.defaultUserRoleOverrideCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}': - get: + post: tags: - - policies.appManagementPolicy - summary: Get appliesTo from policies - description: Collection of application and service principals to which a policy is applied. - operationId: policy.appManagementPolicy_GetAppliesTo + - policies.authorizationPolicy + summary: Create new navigation property to defaultUserRoleOverrides for policies + operationId: policy.authorizationPolicy_CreateDefaultUserRoleOverride parameters: - - name: appManagementPolicy-id - in: path - description: The unique identifier of appManagementPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: appManagementPolicy - - name: directoryObject-id + - name: authorizationPolicy-id in: path - description: The unique identifier of directoryObject + description: The unique identifier of authorizationPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: directoryObject - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: authorizationPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count': + '/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}': get: tags: - - policies.appManagementPolicy - summary: Get the number of the resource - operationId: policy.appManagementPolicy.appliesTo_GetCount + - policies.authorizationPolicy + summary: Get defaultUserRoleOverrides from policies + operationId: policy.authorizationPolicy_GetDefaultUserRoleOverride parameters: - - name: appManagementPolicy-id + - name: authorizationPolicy-id in: path - description: The unique identifier of appManagementPolicy + description: The unique identifier of authorizationPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: appManagementPolicy - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /policies/appManagementPolicies/$count: - get: - tags: - - policies.appManagementPolicy - summary: Get the number of the resource - operationId: policy.appManagementPolicy_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /policies/authenticationFlowsPolicy: - get: - tags: - - policies.authenticationFlowsPolicy - summary: Get authenticationFlowsPolicy - description: Read the properties and relationships of an authenticationFlowsPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta - operationId: policy_GetAuthenticationFlowsPolicy - parameters: + x-ms-docs-key-type: authorizationPolicy + - name: defaultUserRoleOverride-id + in: path + description: The unique identifier of defaultUserRoleOverride + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultUserRoleOverride - name: $select in: query description: Select properties to be returned @@ -16216,25 +18544,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' + $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.authenticationFlowsPolicy - summary: Update authenticationFlowsPolicy - description: 'Update the Boolean selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta - operationId: policy_UpdateAuthenticationFlowsPolicy + - policies.authorizationPolicy + summary: Update the navigation property defaultUserRoleOverrides in policies + operationId: policy.authorizationPolicy_UpdateDefaultUserRoleOverride + parameters: + - name: authorizationPolicy-id + in: path + description: The unique identifier of authorizationPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authorizationPolicy + - name: defaultUserRoleOverride-id + in: path + description: The unique identifier of defaultUserRoleOverride + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultUserRoleOverride requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' + $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' required: true responses: 2XX: @@ -16242,16 +18583,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' + $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.authenticationFlowsPolicy - summary: Delete navigation property authenticationFlowsPolicy for policies - operationId: policy_DeleteAuthenticationFlowsPolicy + - policies.authorizationPolicy + summary: Delete navigation property defaultUserRoleOverrides for policies + operationId: policy.authorizationPolicy_DeleteDefaultUserRoleOverride parameters: + - name: authorizationPolicy-id + in: path + description: The unique identifier of authorizationPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authorizationPolicy + - name: defaultUserRoleOverride-id + in: path + description: The unique identifier of defaultUserRoleOverride + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultUserRoleOverride - name: If-Match in: header description: ETag @@ -16264,16 +18621,52 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/authenticationMethodsPolicy: + '/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count': get: tags: - - policies.authenticationMethodsPolicy - summary: Get authenticationMethodsPolicy - description: Read the properties and relationships of an authenticationMethodsPolicy object. + - policies.authorizationPolicy + summary: Get the number of the resource + operationId: policy.authorizationPolicy.defaultUserRoleOverride_GetCount + parameters: + - name: authorizationPolicy-id + in: path + description: The unique identifier of authorizationPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authorizationPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /policies/authorizationPolicy/$count: + get: + tags: + - policies.authorizationPolicy + summary: Get the number of the resource + operationId: policy.authorizationPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /policies/b2cAuthenticationMethodsPolicy: + get: + tags: + - policies.b2cAuthenticationMethodsPolicy + summary: Get b2cAuthenticationMethodsPolicy + description: Read the properties of a b2cAuthenticationMethodsPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta - operationId: policy_GetAuthenticationMethodsPolicy + url: https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta + operationId: policy_GetB2cAuthenticationMethodsPolicy parameters: - name: $select in: query @@ -16301,25 +18694,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' + $ref: '#/components/schemas/microsoft.graph.b2cAuthenticationMethodsPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.authenticationMethodsPolicy - summary: Update authenticationMethodsPolicy - description: Update the properties of an authenticationMethodsPolicy object. + - policies.b2cAuthenticationMethodsPolicy + summary: Update b2cAuthenticationMethodsPolicy + description: Update the properties of a b2cAuthenticationMethodsPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta - operationId: policy_UpdateAuthenticationMethodsPolicy + url: https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta + operationId: policy_UpdateB2cAuthenticationMethodsPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' + $ref: '#/components/schemas/microsoft.graph.b2cAuthenticationMethodsPolicy' required: true responses: 2XX: @@ -16327,15 +18720,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' + $ref: '#/components/schemas/microsoft.graph.b2cAuthenticationMethodsPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.authenticationMethodsPolicy - summary: Delete navigation property authenticationMethodsPolicy for policies - operationId: policy_DeleteAuthenticationMethodsPolicy + - policies.b2cAuthenticationMethodsPolicy + summary: Delete navigation property b2cAuthenticationMethodsPolicy for policies + operationId: policy_DeleteB2cAuthenticationMethodsPolicy parameters: - name: If-Match in: header @@ -16349,13 +18742,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/authenticationMethodsPolicy/authenticationMethodConfigurations: + /policies/claimsMappingPolicies: get: tags: - - policies.authenticationMethodsPolicy - summary: Get externalAuthenticationMethodConfiguration - description: Read the properties and relationships of an externalAuthenticationMethodConfiguration object. - operationId: policy.authenticationMethodsPolicy_ListAuthenticationMethodConfiguration + - policies.claimsMappingPolicy + summary: List claimsMappingPolicies + description: Get a list of claimsMappingPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta + operationId: policy_ListClaimsMappingPolicy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -16394,7 +18790,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.authenticationMethodConfigurationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.claimsMappingPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -16403,15 +18799,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.authenticationMethodsPolicy - summary: Create new navigation property to authenticationMethodConfigurations for policies - operationId: policy.authenticationMethodsPolicy_CreateAuthenticationMethodConfiguration + - policies.claimsMappingPolicy + summary: Create claimsMappingPolicy + description: Create a new claimsMappingPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta + operationId: policy_CreateClaimsMappingPolicy requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' required: true responses: 2XX: @@ -16419,29 +18819,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}': + '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}': get: tags: - - policies.authenticationMethodsPolicy - summary: Get externalAuthenticationMethodConfiguration - description: Read the properties and relationships of an externalAuthenticationMethodConfiguration object. + - policies.claimsMappingPolicy + summary: Get claimsMappingPolicy + description: Retrieve the properties and relationships of a claimsMappingPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta - operationId: policy.authenticationMethodsPolicy_GetAuthenticationMethodConfiguration + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta + operationId: policy_GetClaimsMappingPolicy parameters: - - name: authenticationMethodConfiguration-id + - name: claimsMappingPolicy-id in: path - description: The unique identifier of authenticationMethodConfiguration + description: The unique identifier of claimsMappingPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: authenticationMethodConfiguration + x-ms-docs-key-type: claimsMappingPolicy - name: $select in: query description: Select properties to be returned @@ -16468,34 +18868,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.authenticationMethodsPolicy - summary: Update externalAuthenticationMethodConfiguration - description: Update the properties of an externalAuthenticationMethodConfiguration object. + - policies.claimsMappingPolicy + summary: Update claimsmappingpolicy + description: Update the properties of a claimsMappingPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta - operationId: policy.authenticationMethodsPolicy_UpdateAuthenticationMethodConfiguration + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta + operationId: policy_UpdateClaimsMappingPolicy parameters: - - name: authenticationMethodConfiguration-id + - name: claimsMappingPolicy-id in: path - description: The unique identifier of authenticationMethodConfiguration + description: The unique identifier of claimsMappingPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: authenticationMethodConfiguration + x-ms-docs-key-type: claimsMappingPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' required: true responses: 2XX: @@ -16503,28 +18903,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.authenticationMethodsPolicy - summary: Delete externalAuthenticationMethodConfiguration - description: Delete an externalAuthenticationMethodConfiguration object. + - policies.claimsMappingPolicy + summary: Delete claimsMappingPolicy + description: Delete a claimsMappingPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta - operationId: policy.authenticationMethodsPolicy_DeleteAuthenticationMethodConfiguration + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta + operationId: policy_DeleteClaimsMappingPolicy parameters: - - name: authenticationMethodConfiguration-id + - name: claimsMappingPolicy-id in: path - description: The unique identifier of authenticationMethodConfiguration + description: The unique identifier of claimsMappingPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: authenticationMethodConfiguration + x-ms-docs-key-type: claimsMappingPolicy - name: If-Match in: header description: ETag @@ -16537,31 +18937,25 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count: - get: - tags: - - policies.authenticationMethodsPolicy - summary: Get the number of the resource - operationId: policy.authenticationMethodsPolicy.authenticationMethodConfiguration_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /policies/authenticationStrengthPolicies: + '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo': get: tags: - - policies.authenticationStrengthPolicy - summary: List authenticationStrengthPolicies - description: Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. + - policies.claimsMappingPolicy + summary: List appliesTo + description: Get a list of directoryObject objects that a claimsMappingPolicy object has been applied to. The claimsMappingPolicy can only be applied to application and servicePrincipal resources. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta - operationId: policy_ListAuthenticationStrengthPolicy + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta + operationId: policy.claimsMappingPolicy_ListAppliesTo parameters: + - name: claimsMappingPolicy-id + in: path + description: The unique identifier of claimsMappingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: claimsMappingPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -16599,58 +18993,36 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.authenticationStrengthPolicyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - policies.authenticationStrengthPolicy - summary: Create authenticationStrengthPolicy - description: Create a new custom authenticationStrengthPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta - operationId: policy_CreateAuthenticationStrengthPolicy - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}': + '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}': get: tags: - - policies.authenticationStrengthPolicy - summary: Get authenticationStrengthPolicy - description: Read the properties and relationships of an authenticationStrengthPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta - operationId: policy_GetAuthenticationStrengthPolicy + - policies.claimsMappingPolicy + summary: Get appliesTo from policies + operationId: policy.claimsMappingPolicy_GetAppliesTo parameters: - - name: authenticationStrengthPolicy-id + - name: claimsMappingPolicy-id in: path - description: The unique identifier of authenticationStrengthPolicy + description: The unique identifier of claimsMappingPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: authenticationStrengthPolicy + x-ms-docs-key-type: claimsMappingPolicy + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: directoryObject - name: $select in: query description: Select properties to be returned @@ -16677,91 +19049,54 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count': + get: tags: - - policies.authenticationStrengthPolicy - summary: Update authenticationStrengthPolicy - description: 'Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-beta - operationId: policy_UpdateAuthenticationStrengthPolicy + - policies.claimsMappingPolicy + summary: Get the number of the resource + operationId: policy.claimsMappingPolicy.appliesTo_GetCount parameters: - - name: authenticationStrengthPolicy-id + - name: claimsMappingPolicy-id in: path - description: The unique identifier of authenticationStrengthPolicy + description: The unique identifier of claimsMappingPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: authenticationStrengthPolicy - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' - required: true + x-ms-docs-key-type: claimsMappingPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + /policies/claimsMappingPolicies/$count: + get: tags: - - policies.authenticationStrengthPolicy - summary: Delete authenticationStrengthPolicy - description: Delete a custom authenticationStrengthPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta - operationId: policy_DeleteAuthenticationStrengthPolicy + - policies.claimsMappingPolicy + summary: Get the number of the resource + operationId: policy.claimsMappingPolicy_GetCount parameters: - - name: authenticationStrengthPolicy-id - in: path - description: The unique identifier of authenticationStrengthPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authenticationStrengthPolicy - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations': + /policies/conditionalAccessPolicies: get: tags: - - policies.authenticationStrengthPolicy - summary: Get combinationConfigurations from policies - description: Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods. - operationId: policy.authenticationStrengthPolicy_ListCombinationConfiguration + - policies.conditionalAccessPolicy + summary: Get conditionalAccessPolicies from policies + description: The custom rules that define an access scenario. + operationId: policy_ListConditionalAccessPolicy parameters: - - name: authenticationStrengthPolicy-id - in: path - description: The unique identifier of authenticationStrengthPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authenticationStrengthPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -16799,7 +19134,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.authenticationCombinationConfigurationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.conditionalAccessPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -16808,24 +19143,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.authenticationStrengthPolicy - summary: Create new navigation property to combinationConfigurations for policies - operationId: policy.authenticationStrengthPolicy_CreateCombinationConfiguration - parameters: - - name: authenticationStrengthPolicy-id - in: path - description: The unique identifier of authenticationStrengthPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authenticationStrengthPolicy + - policies.conditionalAccessPolicy + summary: Create new navigation property to conditionalAccessPolicies for policies + operationId: policy_CreateConditionalAccessPolicy requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: 2XX: @@ -16833,34 +19159,26 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}': + '/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}': get: tags: - - policies.authenticationStrengthPolicy - summary: Get combinationConfigurations from policies - description: Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods. - operationId: policy.authenticationStrengthPolicy_GetCombinationConfiguration + - policies.conditionalAccessPolicy + summary: Get conditionalAccessPolicies from policies + description: The custom rules that define an access scenario. + operationId: policy_GetConditionalAccessPolicy parameters: - - name: authenticationStrengthPolicy-id - in: path - description: The unique identifier of authenticationStrengthPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authenticationStrengthPolicy - - name: authenticationCombinationConfiguration-id + - name: conditionalAccessPolicy-id in: path - description: The unique identifier of authenticationCombinationConfiguration + description: The unique identifier of conditionalAccessPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: authenticationCombinationConfiguration + x-ms-docs-key-type: conditionalAccessPolicy - name: $select in: query description: Select properties to be returned @@ -16887,38 +19205,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.authenticationStrengthPolicy - summary: Update the navigation property combinationConfigurations in policies - operationId: policy.authenticationStrengthPolicy_UpdateCombinationConfiguration + - policies.conditionalAccessPolicy + summary: Update the navigation property conditionalAccessPolicies in policies + operationId: policy_UpdateConditionalAccessPolicy parameters: - - name: authenticationStrengthPolicy-id - in: path - description: The unique identifier of authenticationStrengthPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authenticationStrengthPolicy - - name: authenticationCombinationConfiguration-id + - name: conditionalAccessPolicy-id in: path - description: The unique identifier of authenticationCombinationConfiguration + description: The unique identifier of conditionalAccessPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: authenticationCombinationConfiguration + x-ms-docs-key-type: conditionalAccessPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: 2XX: @@ -16926,32 +19236,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.authenticationStrengthPolicy - summary: Delete navigation property combinationConfigurations for policies - operationId: policy.authenticationStrengthPolicy_DeleteCombinationConfiguration + - policies.conditionalAccessPolicy + summary: Delete navigation property conditionalAccessPolicies for policies + operationId: policy_DeleteConditionalAccessPolicy parameters: - - name: authenticationStrengthPolicy-id - in: path - description: The unique identifier of authenticationStrengthPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authenticationStrengthPolicy - - name: authenticationCombinationConfiguration-id + - name: conditionalAccessPolicy-id in: path - description: The unique identifier of authenticationCombinationConfiguration + description: The unique identifier of conditionalAccessPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: authenticationCombinationConfiguration + x-ms-docs-key-type: conditionalAccessPolicy - name: If-Match in: header description: ETag @@ -16964,106 +19266,41 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count': - get: - tags: - - policies.authenticationStrengthPolicy - summary: Get the number of the resource - operationId: policy.authenticationStrengthPolicy.combinationConfiguration_GetCount - parameters: - - name: authenticationStrengthPolicy-id - in: path - description: The unique identifier of authenticationStrengthPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authenticationStrengthPolicy - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.updateAllowedCombinations': + '/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}/microsoft.graph.restore': post: tags: - - policies.authenticationStrengthPolicy - summary: Invoke action updateAllowedCombinations - description: 'Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.' + - policies.conditionalAccessPolicy + summary: Invoke action restore + description: Restore a deleted conditionalAccessPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta - operationId: policy.authenticationStrengthPolicy_updateAllowedCombination + url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-restore?view=graph-rest-beta + operationId: policy.conditionalAccessPolicy_restore parameters: - - name: authenticationStrengthPolicy-id + - name: conditionalAccessPolicy-id in: path - description: The unique identifier of authenticationStrengthPolicy + description: The unique identifier of conditionalAccessPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: authenticationStrengthPolicy - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - allowedCombinations: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodModes' - additionalProperties: - type: object - required: true + x-ms-docs-key-type: conditionalAccessPolicy responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.updateAllowedCombinationsResult' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/microsoft.graph.usage()': - get: - tags: - - policies.authenticationStrengthPolicy - summary: Invoke function usage - description: 'The usage function allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta - operationId: policy.authenticationStrengthPolicy_usage - parameters: - - name: authenticationStrengthPolicy-id - in: path - description: The unique identifier of authenticationStrengthPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authenticationStrengthPolicy - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthUsage' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - /policies/authenticationStrengthPolicies/$count: + /policies/conditionalAccessPolicies/$count: get: tags: - - policies.authenticationStrengthPolicy + - policies.conditionalAccessPolicy summary: Get the number of the resource - operationId: policy.authenticationStrengthPolicy_GetCount + operationId: policy.conditionalAccessPolicy_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -17072,31 +19309,17 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/policies/authenticationStrengthPolicies/microsoft.graph.findByMethodMode(authenticationMethodModes={authenticationMethodModes})': + /policies/crossTenantAccessPolicy: get: tags: - - policies.authenticationStrengthPolicy - summary: Invoke function findByMethodMode - description: Get a list of the authenticationStrengthPolicy objects and their properties filtered to only include policies that include the authentication method mode specified in the request. + - policies.crossTenantAccessPolicy + summary: Get crossTenantAccessPolicy + description: Read the properties and relationships of a crossTenantAccessPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta - operationId: policy.authenticationStrengthPolicy_findGraphBPreMethodMode + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta + operationId: policy_GetCrossTenantAccessPolicy parameters: - - name: authenticationMethodModes - in: path - description: 'Usage: authenticationMethodModes={authenticationMethodModes}' - required: true - style: simple - schema: - type: array - items: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -17107,16 +19330,6 @@ paths: type: array items: type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $expand in: query description: Expand related entities @@ -17129,127 +19342,69 @@ paths: type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - title: Collection of authenticationStrengthPolicy - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-03-31' - date: '2023-02-01' - version: 2023-02/FindByMethodModeRemove - description: The findByMethodMode function is deprecated. Please use OData filter query instead. - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /policies/authorizationPolicy: - get: + x-ms-docs-operation-type: operation + patch: tags: - - policies.authorizationPolicy - summary: Get authorizationPolicy - description: Retrieve the properties of an authorizationPolicy object. + - policies.crossTenantAccessPolicy + summary: Update crossTenantAccessPolicy + description: Update the properties of a cross-tenant access policy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta - operationId: policy_ListAuthorizationPolicy - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.authorizationPolicyCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - policies.authorizationPolicy - summary: Create new navigation property to authorizationPolicy for policies - operationId: policy_CreateAuthorizationPolicy + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta + operationId: policy_UpdateCrossTenantAccessPolicy requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/authorizationPolicy/{authorizationPolicy-id}': - get: + delete: tags: - - policies.authorizationPolicy - summary: Get authorizationPolicy from policies - description: The policy that controls Microsoft Entra authorization settings. - operationId: policy_GetAuthorizationPolicy + - policies.crossTenantAccessPolicy + summary: Delete navigation property crossTenantAccessPolicy for policies + operationId: policy_DeleteCrossTenantAccessPolicy parameters: - - name: authorizationPolicy-id - in: path - description: The unique identifier of authorizationPolicy - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: authorizationPolicy + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /policies/crossTenantAccessPolicy/default: + get: + tags: + - policies.crossTenantAccessPolicy + summary: Get crossTenantAccessPolicyConfigurationDefault + description: Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Microsoft Entra ID (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy_GetDefault + parameters: - name: $select in: query description: Select properties to be returned @@ -17276,30 +19431,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: - tags: - - policies.authorizationPolicy - summary: Update the navigation property authorizationPolicy in policies - operationId: policy_UpdateAuthorizationPolicy - parameters: - - name: authorizationPolicy-id - in: path - description: The unique identifier of authorizationPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authorizationPolicy + tags: + - policies.crossTenantAccessPolicy + summary: Update crossTenantAccessPolicyConfigurationDefault + description: Update the default configuration of a cross-tenant access policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy_UpdateDefault requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' required: true responses: 2XX: @@ -17307,24 +19457,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.authorizationPolicy - summary: Delete navigation property authorizationPolicy for policies - operationId: policy_DeleteAuthorizationPolicy + - policies.crossTenantAccessPolicy + summary: Delete navigation property default for policies + operationId: policy.crossTenantAccessPolicy_DeleteDefault parameters: - - name: authorizationPolicy-id - in: path - description: The unique identifier of authorizationPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authorizationPolicy - name: If-Match in: header description: ETag @@ -17337,21 +19479,33 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides': + /policies/crossTenantAccessPolicy/default/microsoft.graph.resetToSystemDefault: + post: + tags: + - policies.crossTenantAccessPolicy + summary: Invoke action resetToSystemDefault + description: Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.default_resetToSystemDefault + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /policies/crossTenantAccessPolicy/partners: get: tags: - - policies.authorizationPolicy - summary: Get defaultUserRoleOverrides from policies - operationId: policy.authorizationPolicy_ListDefaultUserRoleOverride + - policies.crossTenantAccessPolicy + summary: List partners + description: Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy_ListPartner parameters: - - name: authorizationPolicy-id - in: path - description: The unique identifier of authorizationPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authorizationPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -17389,7 +19543,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.defaultUserRoleOverrideCollectionResponse' + $ref: '#/components/responses/microsoft.graph.crossTenantAccessPolicyConfigurationPartnerCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -17398,24 +19552,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.authorizationPolicy - summary: Create new navigation property to defaultUserRoleOverrides for policies - operationId: policy.authorizationPolicy_CreateDefaultUserRoleOverride - parameters: - - name: authorizationPolicy-id - in: path - description: The unique identifier of authorizationPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authorizationPolicy + - policies.crossTenantAccessPolicy + summary: Create crossTenantAccessPolicyConfigurationPartner + description: Create a new partner configuration in a cross-tenant access policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy_CreatePartner requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' required: true responses: 2XX: @@ -17423,33 +19572,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}': + '/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}': get: tags: - - policies.authorizationPolicy - summary: Get defaultUserRoleOverrides from policies - operationId: policy.authorizationPolicy_GetDefaultUserRoleOverride + - policies.crossTenantAccessPolicy + summary: Get crossTenantAccessPolicyConfigurationPartner + description: Read the properties and relationships of a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy_GetPartner parameters: - - name: authorizationPolicy-id - in: path - description: The unique identifier of authorizationPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authorizationPolicy - - name: defaultUserRoleOverride-id + - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path - description: The unique identifier of defaultUserRoleOverride + description: The unique identifier of crossTenantAccessPolicyConfigurationPartner required: true style: simple schema: type: string - x-ms-docs-key-type: defaultUserRoleOverride + x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner - name: $select in: query description: Select properties to be returned @@ -17476,38 +19621,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.authorizationPolicy - summary: Update the navigation property defaultUserRoleOverrides in policies - operationId: policy.authorizationPolicy_UpdateDefaultUserRoleOverride + - policies.crossTenantAccessPolicy + summary: Update crossTenantAccessPolicyConfigurationPartner + description: Update the properties of a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy_UpdatePartner parameters: - - name: authorizationPolicy-id - in: path - description: The unique identifier of authorizationPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authorizationPolicy - - name: defaultUserRoleOverride-id + - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path - description: The unique identifier of defaultUserRoleOverride + description: The unique identifier of crossTenantAccessPolicyConfigurationPartner required: true style: simple schema: type: string - x-ms-docs-key-type: defaultUserRoleOverride + x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' required: true responses: 2XX: @@ -17515,32 +19656,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.authorizationPolicy - summary: Delete navigation property defaultUserRoleOverrides for policies - operationId: policy.authorizationPolicy_DeleteDefaultUserRoleOverride + - policies.crossTenantAccessPolicy + summary: Delete crossTenantAccessPolicyConfigurationPartner + description: 'Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy_DeletePartner parameters: - - name: authorizationPolicy-id - in: path - description: The unique identifier of authorizationPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: authorizationPolicy - - name: defaultUserRoleOverride-id + - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path - description: The unique identifier of defaultUserRoleOverride + description: The unique identifier of crossTenantAccessPolicyConfigurationPartner required: true style: simple schema: type: string - x-ms-docs-key-type: defaultUserRoleOverride + x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner - name: If-Match in: header description: ETag @@ -17553,53 +19690,25 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count': + '/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization': get: tags: - - policies.authorizationPolicy - summary: Get the number of the resource - operationId: policy.authorizationPolicy.defaultUserRoleOverride_GetCount + - policies.crossTenantAccessPolicy + summary: Get crossTenantIdentitySyncPolicyPartner + description: Get the user synchronization policy of a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.partner_GetIdentitySynchronization parameters: - - name: authorizationPolicy-id + - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path - description: The unique identifier of authorizationPolicy + description: The unique identifier of crossTenantAccessPolicyConfigurationPartner required: true style: simple schema: type: string - x-ms-docs-key-type: authorizationPolicy - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /policies/authorizationPolicy/$count: - get: - tags: - - policies.authorizationPolicy - summary: Get the number of the resource - operationId: policy.authorizationPolicy_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /policies/b2cAuthenticationMethodsPolicy: - get: - tags: - - policies.b2cAuthenticationMethodsPolicy - summary: Get b2cAuthenticationMethodsPolicy - description: Read the properties of a b2cAuthenticationMethodsPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta - operationId: policy_GetB2cAuthenticationMethodsPolicy - parameters: + x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner - name: $select in: query description: Select properties to be returned @@ -17626,25 +19735,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.b2cAuthenticationMethodsPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + put: tags: - - policies.b2cAuthenticationMethodsPolicy - summary: Update b2cAuthenticationMethodsPolicy - description: Update the properties of a b2cAuthenticationMethodsPolicy object. + - policies.crossTenantAccessPolicy + summary: Create identitySynchronization + description: Create a cross-tenant user synchronization policy for a partner-specific configuration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta - operationId: policy_UpdateB2cAuthenticationMethodsPolicy + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.partner_SetIdentitySynchronization + parameters: + - name: crossTenantAccessPolicyConfigurationPartner-tenantId + in: path + description: The unique identifier of crossTenantAccessPolicyConfigurationPartner + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.b2cAuthenticationMethodsPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' required: true responses: 2XX: @@ -17652,16 +19770,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.b2cAuthenticationMethodsPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.b2cAuthenticationMethodsPolicy - summary: Delete navigation property b2cAuthenticationMethodsPolicy for policies - operationId: policy_DeleteB2cAuthenticationMethodsPolicy + - policies.crossTenantAccessPolicy + summary: Delete crossTenantIdentitySyncPolicyPartner + description: Delete the user synchronization policy for a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.partner_DeleteIdentitySynchronization parameters: + - name: crossTenantAccessPolicyConfigurationPartner-tenantId + in: path + description: The unique identifier of crossTenantAccessPolicyConfigurationPartner + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner - name: If-Match in: header description: ETag @@ -17674,32 +19804,86 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/claimsMappingPolicies: - get: + '/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization/microsoft.graph.restore': + post: tags: - - policies.claimsMappingPolicy - summary: List claimsMappingPolicies - description: Get a list of claimsMappingPolicy objects. + - policies.crossTenantAccessPolicy + summary: Invoke action restore + description: Restore a deleted crossTenantIdentitySyncPolicyPartner object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta - operationId: policy_ListClaimsMappingPolicy + url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-restore?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.partner.identitySynchronization_restore + parameters: + - name: crossTenantAccessPolicyConfigurationPartner-tenantId + in: path + description: The unique identifier of crossTenantAccessPolicyConfigurationPartner + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/microsoft.graph.restore': + post: + tags: + - policies.crossTenantAccessPolicy + summary: Invoke action restore + description: 'Restore a deleted crossTenantAccessPolicyConfigurationPartner object. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-restore?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.partner_restore + parameters: + - name: crossTenantAccessPolicyConfigurationPartner-tenantId + in: path + description: The unique identifier of crossTenantAccessPolicyConfigurationPartner + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /policies/crossTenantAccessPolicy/partners/$count: + get: + tags: + - policies.crossTenantAccessPolicy + summary: Get the number of the resource + operationId: policy.crossTenantAccessPolicy.partner_GetCount parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /policies/crossTenantAccessPolicy/templates: + get: + tags: + - policies.crossTenantAccessPolicy + summary: Get templates from policies + description: Represents the base policy in the directory for multi-tenant organization settings. + operationId: policy.crossTenantAccessPolicy_GetTemplate + parameters: - name: $select in: query description: Select properties to be returned @@ -17722,58 +19906,65 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.claimsMappingPolicyCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policyTemplate' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - - policies.claimsMappingPolicy - summary: Create claimsMappingPolicy - description: Create a new claimsMappingPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta - operationId: policy_CreateClaimsMappingPolicy + - policies.crossTenantAccessPolicy + summary: Update the navigation property templates in policies + operationId: policy.crossTenantAccessPolicy_UpdateTemplate requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + $ref: '#/components/schemas/microsoft.graph.policyTemplate' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + $ref: '#/components/schemas/microsoft.graph.policyTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}': - get: + delete: tags: - - policies.claimsMappingPolicy - summary: Get claimsMappingPolicy - description: Retrieve the properties and relationships of a claimsMappingPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta - operationId: policy_GetClaimsMappingPolicy + - policies.crossTenantAccessPolicy + summary: Delete navigation property templates for policies + operationId: policy.crossTenantAccessPolicy_DeleteTemplate parameters: - - name: claimsMappingPolicy-id - in: path - description: The unique identifier of claimsMappingPolicy - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: claimsMappingPolicy + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization: + get: + tags: + - policies.crossTenantAccessPolicy + summary: Get multiTenantOrganizationIdentitySyncPolicyTemplate + description: Get the cross-tenant access policy template with user synchronization settings for a multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationIdentitySynchronization + parameters: - name: $select in: query description: Select properties to be returned @@ -17800,34 +19991,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.claimsMappingPolicy - summary: Update claimsmappingpolicy - description: Update the properties of a claimsMappingPolicy object. + - policies.crossTenantAccessPolicy + summary: Update multiTenantOrganizationIdentitySyncPolicyTemplate + description: Update the cross-tenant access policy template with user synchronization settings for a multi-tenant organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta - operationId: policy_UpdateClaimsMappingPolicy - parameters: - - name: claimsMappingPolicy-id - in: path - description: The unique identifier of claimsMappingPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: claimsMappingPolicy + url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationIdentitySynchronization requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' required: true responses: 2XX: @@ -17835,28 +20017,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.claimsMappingPolicy - summary: Delete claimsMappingPolicy - description: Delete a claimsMappingPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta - operationId: policy_DeleteClaimsMappingPolicy + - policies.crossTenantAccessPolicy + summary: Delete navigation property multiTenantOrganizationIdentitySynchronization for policies + operationId: policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationIdentitySynchronization parameters: - - name: claimsMappingPolicy-id - in: path - description: The unique identifier of claimsMappingPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: claimsMappingPolicy - name: If-Match in: header description: ETag @@ -17869,92 +20039,33 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo': - get: - tags: - - policies.claimsMappingPolicy - summary: List appliesTo - description: Get a list of directoryObject objects that a claimsMappingPolicy object has been applied to. The claimsMappingPolicy can only be applied to application and servicePrincipal resources. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta - operationId: policy.claimsMappingPolicy_ListAppliesTo - parameters: - - name: claimsMappingPolicy-id - in: path - description: The unique identifier of claimsMappingPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: claimsMappingPolicy - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + /policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/microsoft.graph.resetToDefaultSettings: + post: + tags: + - policies.crossTenantAccessPolicy + summary: Invoke action resetToDefaultSettings + description: 'Reset the cross-tenant access policy template with user synchronization settings for a multitenant organization to the default values. In its reset state, the template has no impact on user synchronization settings, other than that unconfigured user synchronization settings are created if needed, for every multitenant organization tenant.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.template.multiTenantOrganizationIdentitySynchronization_resetToDefaultSetting responses: 2XX: - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}': + x-ms-docs-operation-type: action + /policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration: get: tags: - - policies.claimsMappingPolicy - summary: Get appliesTo from policies - operationId: policy.claimsMappingPolicy_GetAppliesTo + - policies.crossTenantAccessPolicy + summary: Get multiTenantOrganizationPartnerConfigurationTemplate + description: Get the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationPartnerConfiguration parameters: - - name: claimsMappingPolicy-id - in: path - description: The unique identifier of claimsMappingPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: claimsMappingPolicy - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: directoryObject - name: $select in: query description: Select properties to be returned @@ -17981,56 +20092,80 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count': - get: + patch: tags: - - policies.claimsMappingPolicy - summary: Get the number of the resource - operationId: policy.claimsMappingPolicy.appliesTo_GetCount + - policies.crossTenantAccessPolicy + summary: Update multiTenantOrganizationPartnerConfigurationTemplate + description: Update the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationPartnerConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - policies.crossTenantAccessPolicy + summary: Delete navigation property multiTenantOrganizationPartnerConfiguration for policies + operationId: policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationPartnerConfiguration parameters: - - name: claimsMappingPolicy-id - in: path - description: The unique identifier of claimsMappingPolicy - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: claimsMappingPolicy - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - /policies/claimsMappingPolicies/$count: - get: + x-ms-docs-operation-type: operation + /policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/microsoft.graph.resetToDefaultSettings: + post: tags: - - policies.claimsMappingPolicy - summary: Get the number of the resource - operationId: policy.claimsMappingPolicy_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - policies.crossTenantAccessPolicy + summary: Invoke action resetToDefaultSettings + description: 'Reset the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization to the default values. In its reset state, the template has no impact on partner configuration settings, other than that an unconfigured partner configuration is created if needed, for every multitenant organization tenant.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta + operationId: policy.crossTenantAccessPolicy.template.multiTenantOrganizationPartnerConfiguration_resetToDefaultSetting responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - /policies/crossTenantAccessPolicy: + x-ms-docs-operation-type: action + /policies/defaultAppManagementPolicy: get: tags: - - policies.crossTenantAccessPolicy - summary: Get crossTenantAccessPolicy - description: Read the properties and relationships of a crossTenantAccessPolicy object. + - policies.tenantAppManagementPolicy + summary: Get tenantAppManagementPolicy + description: Read the properties of a tenantAppManagementPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta - operationId: policy_GetCrossTenantAccessPolicy + url: https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta + operationId: policy_GetDefaultAppManagementPolicy parameters: - name: $select in: query @@ -18058,25 +20193,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' + $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.crossTenantAccessPolicy - summary: Update crossTenantAccessPolicy - description: Update the properties of a cross-tenant access policy. + - policies.tenantAppManagementPolicy + summary: Update tenantAppManagementPolicy + description: Update the properties of a tenantAppManagementPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta - operationId: policy_UpdateCrossTenantAccessPolicy + url: https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta + operationId: policy_UpdateDefaultAppManagementPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' + $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' required: true responses: 2XX: @@ -18084,15 +20219,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' + $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.crossTenantAccessPolicy - summary: Delete navigation property crossTenantAccessPolicy for policies - operationId: policy_DeleteCrossTenantAccessPolicy + - policies.tenantAppManagementPolicy + summary: Delete navigation property defaultAppManagementPolicy for policies + operationId: policy_DeleteDefaultAppManagementPolicy parameters: - name: If-Match in: header @@ -18106,16 +20241,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/crossTenantAccessPolicy/default: + /policies/deletedItems: get: tags: - - policies.crossTenantAccessPolicy - summary: Get crossTenantAccessPolicyConfigurationDefault - description: Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Microsoft Entra ID (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy_GetDefault + - policies.policyDeletableRoot + summary: Get deletedItems from policies + description: Policies that support soft-delete functionality and can be restored within 30 days. + operationId: policy_GetDeletedItem parameters: - name: $select in: query @@ -18143,25 +20275,21 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' + $ref: '#/components/schemas/microsoft.graph.policyDeletableRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.crossTenantAccessPolicy - summary: Update crossTenantAccessPolicyConfigurationDefault - description: Update the default configuration of a cross-tenant access policy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy_UpdateDefault + - policies.policyDeletableRoot + summary: Update the navigation property deletedItems in policies + operationId: policy_UpdateDeletedItem requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' + $ref: '#/components/schemas/microsoft.graph.policyDeletableRoot' required: true responses: 2XX: @@ -18169,15 +20297,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' + $ref: '#/components/schemas/microsoft.graph.policyDeletableRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.crossTenantAccessPolicy - summary: Delete navigation property default for policies - operationId: policy.crossTenantAccessPolicy_DeleteDefault + - policies.policyDeletableRoot + summary: Delete navigation property deletedItems for policies + operationId: policy_DeleteDeletedItem parameters: - name: If-Match in: header @@ -18191,32 +20319,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/crossTenantAccessPolicy/default/microsoft.graph.resetToSystemDefault: - post: - tags: - - policies.crossTenantAccessPolicy - summary: Invoke action resetToSystemDefault - description: Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy.default_resetToSystemDefault - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /policies/crossTenantAccessPolicy/partners: + /policies/deletedItems/crossTenantPartners: get: tags: - - policies.crossTenantAccessPolicy - summary: List partners - description: Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. + - policies.policyDeletableRoot + summary: List policyDeletableItem objects + description: "Get a list of the policyDeletableItem objects and their properties, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy_ListPartner + url: https://learn.microsoft.com/graph/api/policydeletableitem-list?view=graph-rest-beta + operationId: policy.deletedItem_ListCrossTenantPartner parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -18264,13 +20376,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.crossTenantAccessPolicy - summary: Create crossTenantAccessPolicyConfigurationPartner - description: Create a new partner configuration in a cross-tenant access policy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy_CreatePartner + - policies.policyDeletableRoot + summary: Create new navigation property to crossTenantPartners for policies + operationId: policy.deletedItem_CreateCrossTenantPartner requestBody: description: New navigation property content: @@ -18288,16 +20396,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}': + '/policies/deletedItems/crossTenantPartners/{crossTenantAccessPolicyConfigurationPartner-tenantId}': get: tags: - - policies.crossTenantAccessPolicy - summary: Get crossTenantAccessPolicyConfigurationPartner - description: Read the properties and relationships of a partner-specific configuration. + - policies.policyDeletableRoot + summary: Get policyDeletableItem + description: "Read the properties and relationships of a policyDeletableItem object, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy_GetPartner + url: https://learn.microsoft.com/graph/api/policydeletableitem-get?view=graph-rest-beta + operationId: policy.deletedItem_GetCrossTenantPartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path @@ -18339,13 +20447,9 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - policies.crossTenantAccessPolicy - summary: Update crossTenantAccessPolicyConfigurationPartner - description: Update the properties of a partner-specific configuration. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy_UpdatePartner + - policies.policyDeletableRoot + summary: Update the navigation property crossTenantPartners in policies + operationId: policy.deletedItem_UpdateCrossTenantPartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path @@ -18374,13 +20478,13 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - policies.crossTenantAccessPolicy - summary: Delete crossTenantAccessPolicyConfigurationPartner - description: 'Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration.' + - policies.policyDeletableRoot + summary: Delete policyDeletableItem + description: "Permanently delete a policyDeletableItem object, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy_DeletePartner + url: https://learn.microsoft.com/graph/api/policydeletableitem-delete?view=graph-rest-beta + operationId: policy.deletedItem_DeleteCrossTenantPartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path @@ -18402,16 +20506,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization': + '/policies/deletedItems/crossTenantPartners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization': get: tags: - - policies.crossTenantAccessPolicy - summary: Get crossTenantIdentitySyncPolicyPartner - description: Get the user synchronization policy of a partner-specific configuration. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy.partner_GetIdentitySynchronization + - policies.policyDeletableRoot + summary: Get identitySynchronization from policies + description: 'Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another.' + operationId: policy.deletedItem.crossTenantPartner_GetIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path @@ -18453,13 +20554,9 @@ paths: x-ms-docs-operation-type: operation put: tags: - - policies.crossTenantAccessPolicy - summary: Create identitySynchronization - description: Create a cross-tenant user synchronization policy for a partner-specific configuration. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy.partner_SetIdentitySynchronization + - policies.policyDeletableRoot + summary: Update the navigation property identitySynchronization in policies + operationId: policy.deletedItem.crossTenantPartner_SetIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path @@ -18488,13 +20585,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - policies.crossTenantAccessPolicy - summary: Delete crossTenantIdentitySyncPolicyPartner - description: Delete the user synchronization policy for a partner-specific configuration. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy.partner_DeleteIdentitySynchronization + - policies.policyDeletableRoot + summary: Delete navigation property identitySynchronization for policies + operationId: policy.deletedItem.crossTenantPartner_DeleteIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path @@ -18516,122 +20609,97 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/crossTenantAccessPolicy/partners/$count: - get: - tags: - - policies.crossTenantAccessPolicy - summary: Get the number of the resource - operationId: policy.crossTenantAccessPolicy.partner_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /policies/crossTenantAccessPolicy/templates: - get: + '/policies/deletedItems/crossTenantPartners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization/microsoft.graph.restore': + post: tags: - - policies.crossTenantAccessPolicy - summary: Get templates from policies - description: Represents the base policy in the directory for multi-tenant organization settings. - operationId: policy.crossTenantAccessPolicy_GetTemplate + - policies.policyDeletableRoot + summary: Invoke action restore + description: Restore a deleted crossTenantIdentitySyncPolicyPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-restore?view=graph-rest-beta + operationId: policy.deletedItem.crossTenantPartner.identitySynchronization_restore parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: crossTenantAccessPolicyConfigurationPartner-tenantId + in: path + description: The unique identifier of crossTenantAccessPolicyConfigurationPartner + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.policyTemplate' + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/policies/deletedItems/crossTenantPartners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/microsoft.graph.restore': + post: tags: - - policies.crossTenantAccessPolicy - summary: Update the navigation property templates in policies - operationId: policy.crossTenantAccessPolicy_UpdateTemplate - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.policyTemplate' - required: true + - policies.policyDeletableRoot + summary: Invoke action restore + description: 'Restore a deleted crossTenantAccessPolicyConfigurationPartner object. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-restore?view=graph-rest-beta + operationId: policy.deletedItem.crossTenantPartner_restore + parameters: + - name: crossTenantAccessPolicyConfigurationPartner-tenantId + in: path + description: The unique identifier of crossTenantAccessPolicyConfigurationPartner + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.policyTemplate' + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + /policies/deletedItems/crossTenantPartners/$count: + get: tags: - - policies.crossTenantAccessPolicy - summary: Delete navigation property templates for policies - operationId: policy.crossTenantAccessPolicy_DeleteTemplate + - policies.policyDeletableRoot + summary: Get the number of the resource + operationId: policy.deletedItem.crossTenantPartner_GetCount parameters: - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization: + /policies/deletedItems/crossTenantSyncPolicyPartners: get: tags: - - policies.crossTenantAccessPolicy - summary: Get multiTenantOrganizationIdentitySyncPolicyTemplate - description: Get the cross-tenant access policy template with user synchronization settings for a multitenant organization. + - policies.policyDeletableRoot + summary: List policyDeletableItem objects + description: "Get a list of the policyDeletableItem objects and their properties, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationIdentitySynchronization + url: https://learn.microsoft.com/graph/api/policydeletableitem-list?view=graph-rest-beta + operationId: policy.deletedItem_ListCrossTenantSyncPolicyPartner parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby in: query - description: Expand related entities + description: Order items by property values style: form explode: false schema: @@ -18639,87 +20707,6 @@ paths: type: array items: type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - policies.crossTenantAccessPolicy - summary: Update multiTenantOrganizationIdentitySyncPolicyTemplate - description: Update the cross-tenant access policy template with user synchronization settings for a multi-tenant organization. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationIdentitySynchronization - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - policies.crossTenantAccessPolicy - summary: Delete navigation property multiTenantOrganizationIdentitySynchronization for policies - operationId: policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationIdentitySynchronization - parameters: - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/microsoft.graph.resetToDefaultSettings: - post: - tags: - - policies.crossTenantAccessPolicy - summary: Invoke action resetToDefaultSettings - description: 'Reset the cross-tenant access policy template with user synchronization settings for a multitenant organization to the default values. In its reset state, the template has no impact on user synchronization settings, other than that unconfigured user synchronization settings are created if needed, for every multitenant organization tenant.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy.template.multiTenantOrganizationIdentitySynchronization_resetToDefaultSetting - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration: - get: - tags: - - policies.crossTenantAccessPolicy - summary: Get multiTenantOrganizationPartnerConfigurationTemplate - description: Get the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationPartnerConfiguration - parameters: - name: $select in: query description: Select properties to be returned @@ -18742,85 +20729,54 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' + $ref: '#/components/responses/microsoft.graph.crossTenantIdentitySyncPolicyPartnerCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - - policies.crossTenantAccessPolicy - summary: Update multiTenantOrganizationPartnerConfigurationTemplate - description: Update the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationPartnerConfiguration + - policies.policyDeletableRoot + summary: Create new navigation property to crossTenantSyncPolicyPartners for policies + operationId: policy.deletedItem_CreateCrossTenantSyncPolicyPartner requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - policies.crossTenantAccessPolicy - summary: Delete navigation property multiTenantOrganizationPartnerConfiguration for policies - operationId: policy.crossTenantAccessPolicy.template_DeleteMultiTenantOrganizationPartnerConfiguration - parameters: - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/microsoft.graph.resetToDefaultSettings: - post: - tags: - - policies.crossTenantAccessPolicy - summary: Invoke action resetToDefaultSettings - description: 'Reset the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization to the default values. In its reset state, the template has no impact on partner configuration settings, other than that an unconfigured partner configuration is created if needed, for every multitenant organization tenant.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta - operationId: policy.crossTenantAccessPolicy.template.multiTenantOrganizationPartnerConfiguration_resetToDefaultSetting - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /policies/defaultAppManagementPolicy: + '/policies/deletedItems/crossTenantSyncPolicyPartners/{crossTenantIdentitySyncPolicyPartner-tenantId}': get: tags: - - policies.tenantAppManagementPolicy - summary: Get tenantAppManagementPolicy - description: Read the properties of a tenantAppManagementPolicy object. + - policies.policyDeletableRoot + summary: Get policyDeletableItem + description: "Read the properties and relationships of a policyDeletableItem object, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta - operationId: policy_GetDefaultAppManagementPolicy + url: https://learn.microsoft.com/graph/api/policydeletableitem-get?view=graph-rest-beta + operationId: policy.deletedItem_GetCrossTenantSyncPolicyPartner parameters: + - name: crossTenantIdentitySyncPolicyPartner-tenantId + in: path + description: The unique identifier of crossTenantIdentitySyncPolicyPartner + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: crossTenantIdentitySyncPolicyPartner - name: $select in: query description: Select properties to be returned @@ -18847,25 +20803,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + put: tags: - - policies.tenantAppManagementPolicy - summary: Update tenantAppManagementPolicy - description: Update the properties of a tenantAppManagementPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta - operationId: policy_UpdateDefaultAppManagementPolicy + - policies.policyDeletableRoot + summary: Update the navigation property crossTenantSyncPolicyPartners in policies + operationId: policy.deletedItem_SetCrossTenantSyncPolicyPartner + parameters: + - name: crossTenantIdentitySyncPolicyPartner-tenantId + in: path + description: The unique identifier of crossTenantIdentitySyncPolicyPartner + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: crossTenantIdentitySyncPolicyPartner requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' required: true responses: 2XX: @@ -18873,16 +20834,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.tenantAppManagementPolicy - summary: Delete navigation property defaultAppManagementPolicy for policies - operationId: policy_DeleteDefaultAppManagementPolicy + - policies.policyDeletableRoot + summary: Delete policyDeletableItem + description: "Permanently delete a policyDeletableItem object, which might be one of the following deleted policy types:\n- crossTenantAccessPolicyConfigurationPartner\n- crossTenantIdentitySyncPolicyPartner\n- conditionalAccessPolicy\n- namedLocation" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/policydeletableitem-delete?view=graph-rest-beta + operationId: policy.deletedItem_DeleteCrossTenantSyncPolicyPartner parameters: + - name: crossTenantIdentitySyncPolicyPartner-tenantId + in: path + description: The unique identifier of crossTenantIdentitySyncPolicyPartner + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: crossTenantIdentitySyncPolicyPartner - name: If-Match in: header description: ETag @@ -18895,6 +20868,49 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/policies/deletedItems/crossTenantSyncPolicyPartners/{crossTenantIdentitySyncPolicyPartner-tenantId}/microsoft.graph.restore': + post: + tags: + - policies.policyDeletableRoot + summary: Invoke action restore + description: Restore a deleted crossTenantIdentitySyncPolicyPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-restore?view=graph-rest-beta + operationId: policy.deletedItem.crossTenantSyncPolicyPartner_restore + parameters: + - name: crossTenantIdentitySyncPolicyPartner-tenantId + in: path + description: The unique identifier of crossTenantIdentitySyncPolicyPartner + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: crossTenantIdentitySyncPolicyPartner + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /policies/deletedItems/crossTenantSyncPolicyPartners/$count: + get: + tags: + - policies.policyDeletableRoot + summary: Get the number of the resource + operationId: policy.deletedItem.crossTenantSyncPolicyPartner_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /policies/deviceRegistrationPolicy: get: tags: @@ -20087,7 +22103,7 @@ paths: /policies/mobileAppManagementPolicies: get: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: List mobileAppManagementPolicies description: Get a list of the mobilityManagementPolicy objects and their properties. externalDocs: @@ -20132,7 +22148,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.mobilityManagementPolicyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.mobileAppManagementPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -20141,7 +22157,7 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Create new navigation property to mobileAppManagementPolicies for policies operationId: policy_CreateMobileAppManagementPolicy requestBody: @@ -20149,7 +22165,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileAppManagementPolicy' required: true responses: 2XX: @@ -20157,14 +22173,14 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileAppManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}': + '/policies/mobileAppManagementPolicies/{mobileAppManagementPolicy-id}': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Get mobileAppManagementPolicy description: Read the properties and relationships of a mobilityManagementPolicy object. externalDocs: @@ -20172,14 +22188,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta operationId: policy_GetMobileAppManagementPolicy parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy - name: $select in: query description: Select properties to be returned @@ -20206,13 +22222,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileAppManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Update mobileAppManagementPolicy description: Update the properties of a mobilityManagementPolicy object. externalDocs: @@ -20220,20 +22236,20 @@ paths: url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-beta operationId: policy_UpdateMobileAppManagementPolicy parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileAppManagementPolicy' required: true responses: 2XX: @@ -20241,13 +22257,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileAppManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Delete mobileAppManagementPolicy description: Delete a mobilityManagementPolicy object. externalDocs: @@ -20255,14 +22271,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta operationId: policy_DeleteMobileAppManagementPolicy parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy - name: If-Match in: header description: ETag @@ -20275,10 +22291,10 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups': + '/policies/mobileAppManagementPolicies/{mobileAppManagementPolicy-id}/includedGroups': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: List includedGroups description: Get the list of groups that are included in a mobile app management policy. externalDocs: @@ -20286,14 +22302,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta operationId: policy.mobileAppManagementPolicy_ListIncludedGroup parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -20338,10 +22354,10 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref': + '/policies/mobileAppManagementPolicies/{mobileAppManagementPolicy-id}/includedGroups/{group-id}/$ref': delete: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Delete includedGroup description: Delete a group from the list of groups included in a mobile app management policy. externalDocs: @@ -20349,14 +22365,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta operationId: policy.mobileAppManagementPolicy.includedGroup_DeleteGroupGraphBPreRef parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy - name: group-id in: path description: The unique identifier of group @@ -20377,22 +22393,22 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors': + '/policies/mobileAppManagementPolicies/{mobileAppManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object.' operationId: policy.mobileAppManagementPolicy.includedGroup_ListServiceProvisioningError parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy - name: group-id in: path description: The unique identifier of group @@ -20444,21 +22460,21 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count': + '/policies/mobileAppManagementPolicies/{mobileAppManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Get the number of the resource operationId: policy.mobileAppManagementPolicy.includedGroup.ServiceProvisioningError_GetCount parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy - name: group-id in: path description: The unique identifier of group @@ -20474,21 +22490,21 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count': + '/policies/mobileAppManagementPolicies/{mobileAppManagementPolicy-id}/includedGroups/$count': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Get the number of the resource operationId: policy.mobileAppManagementPolicy.includedGroup_GetCount parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -20496,10 +22512,10 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref': + '/policies/mobileAppManagementPolicies/{mobileAppManagementPolicy-id}/includedGroups/$ref': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: List includedGroups description: Get the list of groups that are included in a mobile app management policy. externalDocs: @@ -20507,14 +22523,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta operationId: policy.mobileAppManagementPolicy_ListIncludedGroupGraphBPreRef parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -20541,7 +22557,7 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Add includedGroups description: Add groups to be included in a mobile app management policy. externalDocs: @@ -20549,14 +22565,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta operationId: policy.mobileAppManagementPolicy_CreateIncludedGroupGraphBPreRef parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy requestBody: $ref: '#/components/requestBodies/refPostBody' responses: @@ -20567,7 +22583,7 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Delete includedGroup description: Delete a group from the list of groups included in a mobile app management policy. externalDocs: @@ -20575,14 +22591,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta operationId: policy.mobileAppManagementPolicy_DeleteIncludedGroupGraphBPreRef parameters: - - name: mobilityManagementPolicy-id + - name: mobileAppManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileAppManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileAppManagementPolicy - name: If-Match in: header description: ETag @@ -20606,7 +22622,7 @@ paths: /policies/mobileAppManagementPolicies/$count: get: tags: - - policies.mobilityManagementPolicy + - policies.mobileAppManagementPolicy summary: Get the number of the resource operationId: policy.mobileAppManagementPolicy_GetCount parameters: @@ -20620,7 +22636,7 @@ paths: /policies/mobileDeviceManagementPolicies: get: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: List mobileDeviceManagementPolicies description: Get a list of the mobilityManagementPolicy objects and their properties. externalDocs: @@ -20665,7 +22681,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.mobilityManagementPolicyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.mobileDeviceManagementPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -20674,7 +22690,7 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Create new navigation property to mobileDeviceManagementPolicies for policies operationId: policy_CreateMobileDeviceManagementPolicy requestBody: @@ -20682,7 +22698,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileDeviceManagementPolicy' required: true responses: 2XX: @@ -20690,14 +22706,14 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileDeviceManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}': + '/policies/mobileDeviceManagementPolicies/{mobileDeviceManagementPolicy-id}': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Get mobileDeviceManagementPolicy description: Read the properties and relationships of a mobilityManagementPolicy object. externalDocs: @@ -20705,14 +22721,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta operationId: policy_GetMobileDeviceManagementPolicy parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy - name: $select in: query description: Select properties to be returned @@ -20739,13 +22755,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileDeviceManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Update mobileDeviceManagementPolicy description: Update the properties of a mobilityManagementPolicy object. externalDocs: @@ -20753,20 +22769,20 @@ paths: url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-beta operationId: policy_UpdateMobileDeviceManagementPolicy parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileDeviceManagementPolicy' required: true responses: 2XX: @@ -20774,13 +22790,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileDeviceManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Delete mobileDeviceManagementPolicy description: Delete a mobilityManagementPolicy object. externalDocs: @@ -20788,14 +22804,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta operationId: policy_DeleteMobileDeviceManagementPolicy parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy - name: If-Match in: header description: ETag @@ -20808,10 +22824,10 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups': + '/policies/mobileDeviceManagementPolicies/{mobileDeviceManagementPolicy-id}/includedGroups': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: List includedGroups description: Get the list of groups that are included in a mobile device management policy. externalDocs: @@ -20819,14 +22835,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta operationId: policy.mobileDeviceManagementPolicy_ListIncludedGroup parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -20871,10 +22887,10 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref': + '/policies/mobileDeviceManagementPolicies/{mobileDeviceManagementPolicy-id}/includedGroups/{group-id}/$ref': delete: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Delete includedGroup description: Delete a group from the list of groups included in a mobile device management policy. externalDocs: @@ -20882,14 +22898,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta operationId: policy.mobileDeviceManagementPolicy.includedGroup_DeleteGroupGraphBPreRef parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy - name: group-id in: path description: The unique identifier of group @@ -20910,22 +22926,22 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors': + '/policies/mobileDeviceManagementPolicies/{mobileDeviceManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object.' operationId: policy.mobileDeviceManagementPolicy.includedGroup_ListServiceProvisioningError parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy - name: group-id in: path description: The unique identifier of group @@ -20977,21 +22993,21 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count': + '/policies/mobileDeviceManagementPolicies/{mobileDeviceManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Get the number of the resource operationId: policy.mobileDeviceManagementPolicy.includedGroup.ServiceProvisioningError_GetCount parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy - name: group-id in: path description: The unique identifier of group @@ -21007,21 +23023,21 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count': + '/policies/mobileDeviceManagementPolicies/{mobileDeviceManagementPolicy-id}/includedGroups/$count': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Get the number of the resource operationId: policy.mobileDeviceManagementPolicy.includedGroup_GetCount parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -21029,10 +23045,10 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref': + '/policies/mobileDeviceManagementPolicies/{mobileDeviceManagementPolicy-id}/includedGroups/$ref': get: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: List includedGroups description: Get the list of groups that are included in a mobile device management policy. externalDocs: @@ -21040,14 +23056,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta operationId: policy.mobileDeviceManagementPolicy_ListIncludedGroupGraphBPreRef parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -21074,7 +23090,7 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Add includedGroups description: Add groups to be included in a mobile app management policy. externalDocs: @@ -21082,14 +23098,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta operationId: policy.mobileDeviceManagementPolicy_CreateIncludedGroupGraphBPreRef parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy requestBody: $ref: '#/components/requestBodies/refPostBody' responses: @@ -21100,7 +23116,7 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Delete includedGroup description: Delete a group from the list of groups included in a mobile device management policy. externalDocs: @@ -21108,14 +23124,14 @@ paths: url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta operationId: policy.mobileDeviceManagementPolicy_DeleteIncludedGroupGraphBPreRef parameters: - - name: mobilityManagementPolicy-id + - name: mobileDeviceManagementPolicy-id in: path - description: The unique identifier of mobilityManagementPolicy + description: The unique identifier of mobileDeviceManagementPolicy required: true style: simple schema: type: string - x-ms-docs-key-type: mobilityManagementPolicy + x-ms-docs-key-type: mobileDeviceManagementPolicy - name: If-Match in: header description: ETag @@ -21139,7 +23155,7 @@ paths: /policies/mobileDeviceManagementPolicies/$count: get: tags: - - policies.mobilityManagementPolicy + - policies.mobileDeviceManagementPolicy summary: Get the number of the resource operationId: policy.mobileDeviceManagementPolicy_GetCount parameters: @@ -34207,8 +36223,156 @@ components: microsoft.graph.authenticationStrengthUsage: title: authenticationStrengthUsage type: object + properties: + mfa: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' + x-ms-navigationProperty: true + none: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.caPoliciesDeletableRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: caPoliciesDeletableRoot + type: object + properties: + namedLocations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.namedLocation' + description: Read-only. Nullable. Returns a collection of the specified named locations. + x-ms-navigationProperty: true + policies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' + description: Read-only. Nullable. Returns a collection of the specified Conditional Access policies. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.namedLocation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.policyDeletableItem' + - title: namedLocation + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents creation date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + displayName: + type: string + description: Human-readable name of the location. + id: + type: string + description: Identifier of a namedLocation object. Read-only. + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents last modified date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.conditionalAccessPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.policyDeletableItem' + - title: conditionalAccessPolicy + type: object + properties: + conditions: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessConditionSet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Readonly.' + format: date-time + nullable: true + description: + type: string + description: Not used. + nullable: true + displayName: + type: string + description: Specifies a display name for the conditionalAccessPolicy object. + grantControls: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessGrantControls' + id: + type: string + description: Specifies the identifier of a conditionalAccessPolicy object. Read-only. + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Readonly.' + format: date-time + nullable: true + sessionControls: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControls' + state: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicyState' + additionalProperties: + type: object + microsoft.graph.signInIdentity: + title: signInIdentity + type: object additionalProperties: type: object + microsoft.graph.signInContext: + title: signInContext + type: object + additionalProperties: + type: object + microsoft.graph.signInConditions: + title: signInConditions + type: object + properties: + authenticationFlow: + $ref: '#/components/schemas/microsoft.graph.authenticationFlow' + clientAppType: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' + country: + type: string + description: Country from where the identity is authenticating. + nullable: true + deviceInfo: + $ref: '#/components/schemas/microsoft.graph.deviceInfo' + devicePlatform: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' + insiderRiskLevel: + $ref: '#/components/schemas/microsoft.graph.insiderRiskLevel' + ipAddress: + type: string + description: Ip address of the authenticating identity. + nullable: true + servicePrincipalRiskLevel: + $ref: '#/components/schemas/microsoft.graph.riskLevel' + signInRiskLevel: + $ref: '#/components/schemas/microsoft.graph.riskLevel' + userRiskLevel: + $ref: '#/components/schemas/microsoft.graph.riskLevel' + additionalProperties: + type: object + microsoft.graph.whatIfAnalysisResult: + allOf: + - $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' + - title: whatIfAnalysisResult + type: object + properties: + analysisReasons: + $ref: '#/components/schemas/microsoft.graph.whatIfAnalysisReasons' + policyApplies: + type: boolean + description: 'Specifies whether the policy applies to the sign-in properties provided in the request body. If policyApplies is true, the policy applies to the sign-in based on the sign-in properties provided. If policyApplies is false, the policy doesn''t apply to the sign-in based on the sign-in properties provided and the analysisReasons property is populated to show the reason for the policy not applying.' + additionalProperties: + type: object microsoft.graph.conditionalAccessTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -35571,6 +37735,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -36045,10 +38215,18 @@ components: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' description: 'The claim-mapping policies for WS-Fed, SAML, OAuth 2.0, and OpenID Connect protocols, for tokens issued to a specific application.' x-ms-navigationProperty: true + conditionalAccessPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' + description: The custom rules that define an access scenario. + x-ms-navigationProperty: true crossTenantAccessPolicy: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' defaultAppManagementPolicy: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' + deletedItems: + $ref: '#/components/schemas/microsoft.graph.policyDeletableRoot' deviceRegistrationPolicy: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationPolicy' directoryRoleAccessReviewPolicy: @@ -36074,13 +38252,13 @@ components: mobileAppManagementPolicies: type: array items: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileAppManagementPolicy' description: The policy that defines autoenrollment configuration for a mobility management (MDM or MAM) application. x-ms-navigationProperty: true mobileDeviceManagementPolicies: type: array items: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileDeviceManagementPolicy' x-ms-navigationProperty: true permissionGrantPolicies: type: array @@ -36428,56 +38606,60 @@ components: additionalProperties: type: object microsoft.graph.crossTenantAccessPolicyConfigurationPartner: - title: crossTenantAccessPolicyConfigurationPartner - type: object - properties: - automaticUserConsentSettings: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' - b2bCollaborationInbound: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - b2bCollaborationOutbound: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - b2bDirectConnectInbound: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - b2bDirectConnectOutbound: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - inboundTrust: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyInboundTrust' - isInMultiTenantOrganization: - type: boolean - description: Identifies whether a tenant is a member of a multitenant organization. - nullable: true - isServiceProvider: - type: boolean - description: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. - nullable: true - tenantId: - type: string - description: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. - tenantRestrictions: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' - identitySynchronization: - $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' - additionalProperties: - type: object + allOf: + - $ref: '#/components/schemas/microsoft.graph.policyDeletableItem' + - title: crossTenantAccessPolicyConfigurationPartner + type: object + properties: + automaticUserConsentSettings: + $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' + b2bCollaborationInbound: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' + b2bCollaborationOutbound: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' + b2bDirectConnectInbound: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' + b2bDirectConnectOutbound: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' + inboundTrust: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyInboundTrust' + isInMultiTenantOrganization: + type: boolean + description: Identifies whether a tenant is a member of a multitenant organization. + nullable: true + isServiceProvider: + type: boolean + description: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. + nullable: true + tenantId: + type: string + description: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. + tenantRestrictions: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' + identitySynchronization: + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' + additionalProperties: + type: object microsoft.graph.crossTenantIdentitySyncPolicyPartner: - title: crossTenantIdentitySyncPolicyPartner - type: object - properties: - displayName: - type: string - description: Display name for the cross-tenant user synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. - nullable: true - externalCloudAuthorizedApplicationId: - type: string - nullable: true - tenantId: - type: string - description: Tenant identifier for the partner Microsoft Entra organization. Read-only. - userSyncInbound: - $ref: '#/components/schemas/microsoft.graph.crossTenantUserSyncInbound' - additionalProperties: - type: object + allOf: + - $ref: '#/components/schemas/microsoft.graph.policyDeletableItem' + - title: crossTenantIdentitySyncPolicyPartner + type: object + properties: + displayName: + type: string + description: Display name for the cross-tenant user synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. + nullable: true + externalCloudAuthorizedApplicationId: + type: string + nullable: true + tenantId: + type: string + description: Tenant identifier for the partner Microsoft Entra organization. Read-only. + userSyncInbound: + $ref: '#/components/schemas/microsoft.graph.crossTenantUserSyncInbound' + additionalProperties: + type: object microsoft.graph.policyTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36539,6 +38721,26 @@ components: $ref: '#/components/schemas/microsoft.graph.appManagementServicePrincipalConfiguration' additionalProperties: type: object + microsoft.graph.policyDeletableRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: policyDeletableRoot + type: object + properties: + crossTenantPartners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' + description: Represents the partner-specific configuration for cross-tenant access and tenant restrictions. Cross-tenant access settings include inbound and outbound settings of Microsoft Entra B2B collaboration and B2B direct connect. + x-ms-navigationProperty: true + crossTenantSyncPolicyPartners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' + description: 'Defines the cross-tenant policy for synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multi-tenant organization by automating the creation, update, and deletion of users from one tenant to another.' + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.deviceRegistrationPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36650,44 +38852,18 @@ components: description: 'If set to true, Microsoft Entra security defaults are enabled for the tenant.' additionalProperties: type: object - microsoft.graph.mobilityManagementPolicy: + microsoft.graph.mobileAppManagementPolicy: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: mobilityManagementPolicy + - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + - title: mobileAppManagementPolicy + type: object + additionalProperties: + type: object + microsoft.graph.mobileDeviceManagementPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + - title: mobileDeviceManagementPolicy type: object - properties: - appliesTo: - $ref: '#/components/schemas/microsoft.graph.policyScope' - complianceUrl: - type: string - description: Compliance URL of the mobility management application. - nullable: true - description: - type: string - description: Description of the mobility management application. - nullable: true - discoveryUrl: - type: string - description: Discovery URL of the mobility management application. - nullable: true - displayName: - type: string - description: Display name of the mobility management application. - nullable: true - isValid: - type: boolean - description: Whether policy is valid. Invalid policies may not be updated and should be deleted. - nullable: true - termsOfUseUrl: - type: string - description: Terms of Use URL of the mobility management application. - nullable: true - includedGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.group' - description: Microsoft Entra groups under the scope of the mobility management application if appliesTo is selected - x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.permissionGrantPolicy: @@ -37392,6 +39568,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -37429,6 +39610,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.passwordResetResponse: @@ -37979,6 +40165,20 @@ components: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthRoot' authenticationStrengths: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthRoot' + deletedItems: + $ref: '#/components/schemas/microsoft.graph.caPoliciesDeletableRoot' + namedLocations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.namedLocation' + description: Read-only. Nullable. Returns a collection of the specified named locations. + x-ms-navigationProperty: true + policies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' + description: Read-only. Nullable. Returns a collection of the specified Conditional Access policies. + x-ms-navigationProperty: true templates: type: array items: @@ -38119,6 +40319,323 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.policyDeletableItem: + title: policyDeletableItem + type: object + properties: + deletedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Shows the last date and time the policy was deleted. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.conditionalAccessConditionSet: + title: conditionalAccessConditionSet + type: object + properties: + applications: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessApplications' + authenticationFlows: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessAuthenticationFlows' + clientApplications: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApplications' + clientAppTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' + description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member is deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' + devices: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevices' + deviceStates: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessDeviceStates' + insiderRiskLevels: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessInsiderRiskLevels' + locations: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessLocations' + platforms: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPlatforms' + servicePrincipalRiskLevels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.riskLevel' + description: 'Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.' + signInRiskLevels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.riskLevel' + description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' + userRiskLevels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.riskLevel' + description: 'User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' + users: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessUsers' + additionalProperties: + type: object + microsoft.graph.conditionalAccessGrantControls: + title: conditionalAccessGrantControls + type: object + properties: + builtInControls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessGrantControl' + description: 'List of values of built-in controls required by the policy. Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue.' + customAuthenticationFactors: + type: array + items: + type: string + description: 'List of custom controls IDs required by the policy. To learn more about custom control, see Custom controls (preview).' + operator: + type: string + description: 'Defines the relationship of the grant controls. Possible values: AND, OR.' + nullable: true + termsOfUse: + type: array + items: + type: string + description: List of terms of use IDs required by the policy. + authenticationStrength: + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' + additionalProperties: + type: object + microsoft.graph.conditionalAccessSessionControls: + title: conditionalAccessSessionControls + type: object + properties: + applicationEnforcedRestrictions: + $ref: '#/components/schemas/microsoft.graph.applicationEnforcedRestrictionsSessionControl' + cloudAppSecurity: + $ref: '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControl' + continuousAccessEvaluation: + $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationSessionControl' + disableResilienceDefaults: + type: boolean + description: Session control that determines whether it's acceptable for Microsoft Entra ID to extend existing sessions based on information collected prior to an outage or not. + nullable: true + globalSecureAccessFilteringProfile: + $ref: '#/components/schemas/microsoft.graph.globalSecureAccessFilteringProfileSessionControl' + persistentBrowser: + $ref: '#/components/schemas/microsoft.graph.persistentBrowserSessionControl' + secureSignInSession: + $ref: '#/components/schemas/microsoft.graph.secureSignInSessionControl' + signInFrequency: + $ref: '#/components/schemas/microsoft.graph.signInFrequencySessionControl' + additionalProperties: + type: object + microsoft.graph.conditionalAccessPolicyState: + title: conditionalAccessPolicyState + enum: + - enabled + - disabled + - enabledForReportingButNotEnforced + type: string + microsoft.graph.authenticationFlow: + title: authenticationFlow + type: object + properties: + transferMethod: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessTransferMethods' + additionalProperties: + type: object + microsoft.graph.conditionalAccessClientApp: + title: conditionalAccessClientApp + enum: + - all + - browser + - mobileAppsAndDesktopClients + - exchangeActiveSync + - easSupported + - other + - unknownFutureValue + type: string + microsoft.graph.deviceInfo: + title: deviceInfo + type: object + properties: + deviceId: + type: string + description: Unique identifier set by Azure Device Registration Service at the time of registration. + nullable: true + displayName: + type: string + description: The display name for the device. + nullable: true + enrollmentProfileName: + type: string + description: Enrollment profile applied to the device. + nullable: true + extensionAttribute1: + type: string + description: Extension attribute. + nullable: true + extensionAttribute10: + type: string + description: Extension attribute. + nullable: true + extensionAttribute11: + type: string + description: Extension attribute. + nullable: true + extensionAttribute12: + type: string + description: Extension attribute. + nullable: true + extensionAttribute13: + type: string + description: Extension attribute. + nullable: true + extensionAttribute14: + type: string + description: Extension attribute. + nullable: true + extensionAttribute15: + type: string + description: Extension attribute. + nullable: true + extensionAttribute2: + type: string + description: Extension attribute. + nullable: true + extensionAttribute3: + type: string + description: Extension attribute. + nullable: true + extensionAttribute4: + type: string + description: Extension attribute. + nullable: true + extensionAttribute5: + type: string + description: Extension attribute. + nullable: true + extensionAttribute6: + type: string + description: Extension attribute. + nullable: true + extensionAttribute7: + type: string + description: Extension attribute. + nullable: true + extensionAttribute8: + type: string + description: Extension attribute. + nullable: true + extensionAttribute9: + type: string + description: Extension attribute. + nullable: true + isCompliant: + type: boolean + description: Indicates the device compliance status with Mobile Management Device (MDM) policies. Default is false. + nullable: true + manufacturer: + type: string + description: Manufacturer of the device. + nullable: true + mdmAppId: + type: string + description: Application identifier used to register device into MDM. + nullable: true + model: + type: string + description: Model of the device. + nullable: true + operatingSystem: + type: string + description: The type of operating system on the device. + nullable: true + operatingSystemVersion: + type: string + description: The version of the operating system on the device. + nullable: true + ownership: + type: string + description: Ownership of the device. This property is set by Intune. + nullable: true + physicalIds: + type: array + items: + type: string + nullable: true + description: A collection of physical identifiers for the device. + profileType: + type: string + description: The profile type of the device. + nullable: true + systemLabels: + type: array + items: + type: string + nullable: true + description: List of labels applied to the device by the system. + trustType: + type: string + description: Type of trust for the joined device. + nullable: true + additionalProperties: + type: object + microsoft.graph.conditionalAccessDevicePlatform: + title: conditionalAccessDevicePlatform + enum: + - android + - iOS + - windows + - windowsPhone + - macOS + - all + - unknownFutureValue + - linux + type: string + microsoft.graph.insiderRiskLevel: + title: insiderRiskLevel + enum: + - none + - minor + - moderate + - elevated + - unknownFutureValue + type: string + microsoft.graph.riskLevel: + title: riskLevel + enum: + - low + - medium + - high + - hidden + - none + - unknownFutureValue + type: string + microsoft.graph.whatIfAnalysisReasons: + title: whatIfAnalysisReasons + enum: + - notSet + - notEnoughInformation + - invalidCondition + - users + - workloadIdentities + - application + - userActions + - authenticationContext + - devicePlatform + - devices + - clientApps + - location + - signInRisk + - emptyPolicy + - invalidPolicy + - policyNotEnabled + - userRisk + - time + - insiderRisk + - authenticationFlow + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.conditionalAccessPolicyDetail: title: conditionalAccessPolicyDetail type: object @@ -38255,16 +40772,6 @@ components: - adminDismissedRiskForSignIn - adminConfirmedAccountSafe type: string - microsoft.graph.riskLevel: - title: riskLevel - enum: - - low - - medium - - high - - hidden - - none - - unknownFutureValue - type: string microsoft.graph.riskState: title: riskState enum: @@ -39097,6 +41604,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -39988,6 +42515,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -40065,6 +42594,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -41248,10 +43779,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -41261,10 +43788,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -42005,7 +44528,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -42476,11 +44999,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -43339,14 +45862,46 @@ components: $ref: '#/components/schemas/microsoft.graph.rootDomains' additionalProperties: type: object - microsoft.graph.policyScope: - title: policyScope - enum: - - none - - all - - selected - - unknownFutureValue - type: string + microsoft.graph.mobilityManagementPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: mobilityManagementPolicy + type: object + properties: + appliesTo: + $ref: '#/components/schemas/microsoft.graph.policyScope' + complianceUrl: + type: string + description: Compliance URL of the mobility management application. + nullable: true + description: + type: string + description: Description of the mobility management application. + nullable: true + discoveryUrl: + type: string + description: Discovery URL of the mobility management application. + nullable: true + displayName: + type: string + description: Display name of the mobility management application. + nullable: true + isValid: + type: boolean + description: Whether policy is valid. Invalid policies may not be updated and should be deleted. + nullable: true + termsOfUseUrl: + type: string + description: Terms of Use URL of the mobility management application. + nullable: true + includedGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.group' + description: Microsoft Entra groups under the scope of the mobility management application if appliesTo is selected + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.resourceScopeType: title: resourceScopeType enum: @@ -44059,6 +46614,32 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.namedLocationCollectionResponse: + title: Collection of namedLocation + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.namedLocation' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.conditionalAccessPolicyCollectionResponse: + title: Collection of conditionalAccessPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.conditionalAccessTemplateCollectionResponse: title: Collection of conditionalAccessTemplate type: object @@ -44410,6 +46991,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.crossTenantIdentitySyncPolicyPartnerCollectionResponse: + title: Collection of crossTenantIdentitySyncPolicyPartner + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.featureRolloutPolicyCollectionResponse: title: Collection of featureRolloutPolicy type: object @@ -44436,14 +47030,14 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.mobilityManagementPolicyCollectionResponse: - title: Collection of mobilityManagementPolicy + microsoft.graph.mobileAppManagementPolicyCollectionResponse: + title: Collection of mobileAppManagementPolicy type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' + $ref: '#/components/schemas/microsoft.graph.mobileAppManagementPolicy' '@odata.nextLink': type: string nullable: true @@ -44462,6 +47056,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mobileDeviceManagementPolicyCollectionResponse: + title: Collection of mobileDeviceManagementPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileDeviceManagementPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.permissionGrantPolicyCollectionResponse: title: Collection of permissionGrantPolicy type: object @@ -44800,159 +47407,344 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.softwareOathAuthenticationMethodCollectionResponse: - title: Collection of softwareOathAuthenticationMethod + microsoft.graph.softwareOathAuthenticationMethodCollectionResponse: + title: Collection of softwareOathAuthenticationMethod + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.temporaryAccessPassAuthenticationMethodCollectionResponse: + title: Collection of temporaryAccessPassAuthenticationMethod + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.windowsHelloForBusinessAuthenticationMethodCollectionResponse: + title: Collection of windowsHelloForBusinessAuthenticationMethod + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.authenticationAttributeCollectionPageViewConfiguration: + title: authenticationAttributeCollectionPageViewConfiguration + type: object + properties: + description: + type: string + description: The description of the page. + nullable: true + inputs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionInputConfiguration' + description: 'The display configuration of attributes being collected on the attribute collection page. You must specify all attributes that you want to retain, otherwise they''re removed from the user flow.' + title: + type: string + description: The title of the attribute collection page. + nullable: true + additionalProperties: + type: object + microsoft.graph.conditionalAccessApplications: + title: conditionalAccessApplications + type: object + properties: + applicationFilter: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' + excludeApplications: + type: array + items: + type: string + description: 'Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals' + globalSecureAccess: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessGlobalSecureAccess' + includeApplications: + type: array + items: + type: string + description: 'Can be one of the following: The list of client IDs (appId) the policy applies to, unless explicitly excluded (in excludeApplications) All Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals' + includeAuthenticationContextClassReferences: + type: array + items: + type: string + description: Authentication context class references include. Supported values are c1 through c25. + includeUserActions: + type: array + items: + type: string + description: User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice + networkAccess: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessNetworkAccess' + additionalProperties: + type: object + microsoft.graph.conditionalAccessAuthenticationFlows: + title: conditionalAccessAuthenticationFlows type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' - '@odata.nextLink': - type: string - nullable: true + transferMethods: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessTransferMethods' additionalProperties: type: object - microsoft.graph.temporaryAccessPassAuthenticationMethodCollectionResponse: - title: Collection of temporaryAccessPassAuthenticationMethod + microsoft.graph.conditionalAccessClientApplications: + title: conditionalAccessClientApplications type: object properties: - value: + excludeServicePrincipals: type: array items: - $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' - '@odata.nextLink': - type: string - nullable: true + type: string + description: Service principal IDs excluded from the policy scope. + includeServicePrincipals: + type: array + items: + type: string + description: 'Service principal IDs included in the policy scope, or ServicePrincipalsInMyTenant.' + servicePrincipalFilter: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' additionalProperties: type: object - microsoft.graph.windowsHelloForBusinessAuthenticationMethodCollectionResponse: - title: Collection of windowsHelloForBusinessAuthenticationMethod + microsoft.graph.conditionalAccessDevices: + title: conditionalAccessDevices type: object properties: - value: + deviceFilter: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' + excludeDevices: type: array items: - $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' - '@odata.nextLink': - type: string - nullable: true + type: string + description: 'States excluded from the scope of the policy. Possible values: Compliant, DomainJoined. Cannot be set if deviceFIlter is set.' + excludeDeviceStates: + type: array + items: + type: string + description: 'States excluded from the scope of the policy. Possible values: Compliant, DomainJoined.' + includeDevices: + type: array + items: + type: string + description: States in the scope of the policy. All is the only allowed value. Cannot be set if deviceFilter is set. + includeDeviceStates: + type: array + items: + type: string + description: States in the scope of the policy. All is the only allowed value. additionalProperties: type: object - microsoft.graph.authenticationAttributeCollectionPageViewConfiguration: - title: authenticationAttributeCollectionPageViewConfiguration + microsoft.graph.conditionalAccessDeviceStates: + title: conditionalAccessDeviceStates type: object properties: - description: - type: string - description: The description of the page. - nullable: true - inputs: + excludeStates: type: array items: - $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionInputConfiguration' - description: 'The display configuration of attributes being collected on the attribute collection page. You must specify all attributes that you want to retain, otherwise they''re removed from the user flow.' - title: - type: string - description: The title of the attribute collection page. - nullable: true + type: string + description: 'States excluded from the scope of the policy. Possible values: Compliant, DomainJoined.' + includeStates: + type: array + items: + type: string + description: States in the scope of the policy. All is the only allowed value. additionalProperties: type: object - microsoft.graph.conditionalAccessConditionSet: - title: conditionalAccessConditionSet + microsoft.graph.conditionalAccessInsiderRiskLevels: + title: conditionalAccessInsiderRiskLevels + enum: + - minor + - moderate + - elevated + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.conditionalAccessLocations: + title: conditionalAccessLocations type: object properties: - applications: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessApplications' - authenticationFlows: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessAuthenticationFlows' - clientApplications: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApplications' - clientAppTypes: + excludeLocations: type: array items: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' - description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member is deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' - devices: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevices' - deviceStates: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessDeviceStates' - insiderRiskLevels: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessInsiderRiskLevels' - locations: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessLocations' - platforms: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessPlatforms' - servicePrincipalRiskLevels: + type: string + description: Location IDs excluded from scope of policy. + includeLocations: type: array items: - $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.' - signInRiskLevels: + type: string + description: 'Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted.' + additionalProperties: + type: object + microsoft.graph.conditionalAccessPlatforms: + title: conditionalAccessPlatforms + type: object + properties: + excludePlatforms: type: array items: - $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' - userRiskLevels: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' + description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux.' + includePlatforms: type: array items: - $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' - users: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessUsers' + $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' + description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux.' additionalProperties: type: object - microsoft.graph.conditionalAccessGrantControls: - title: conditionalAccessGrantControls + microsoft.graph.conditionalAccessUsers: + title: conditionalAccessUsers type: object properties: - builtInControls: + excludeGroups: type: array items: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessGrantControl' - description: 'List of values of built-in controls required by the policy. Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue.' - customAuthenticationFactors: + type: string + description: Group IDs excluded from scope of policy. + excludeGuestsOrExternalUsers: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessGuestsOrExternalUsers' + excludeRoles: type: array items: type: string - description: 'List of custom controls IDs required by the policy. To learn more about custom control, see Custom controls (preview).' - operator: - type: string - description: 'Defines the relationship of the grant controls. Possible values: AND, OR.' - nullable: true - termsOfUse: + description: Role IDs excluded from scope of policy. + excludeUsers: type: array items: type: string - description: List of terms of use IDs required by the policy. - authenticationStrength: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' + description: User IDs excluded from scope of policy and/or GuestsOrExternalUsers. + includeGroups: + type: array + items: + type: string + description: Group IDs in scope of policy unless explicitly excluded. + includeGuestsOrExternalUsers: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessGuestsOrExternalUsers' + includeRoles: + type: array + items: + type: string + description: Role IDs in scope of policy unless explicitly excluded. + includeUsers: + type: array + items: + type: string + description: 'User IDs in scope of policy unless explicitly excluded, None, All, or GuestsOrExternalUsers.' additionalProperties: type: object - microsoft.graph.conditionalAccessSessionControls: - title: conditionalAccessSessionControls + microsoft.graph.conditionalAccessGrantControl: + title: conditionalAccessGrantControl + enum: + - block + - mfa + - compliantDevice + - domainJoinedDevice + - approvedApplication + - compliantApplication + - passwordChange + - unknownFutureValue + type: string + microsoft.graph.applicationEnforcedRestrictionsSessionControl: + allOf: + - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' + - title: applicationEnforcedRestrictionsSessionControl + type: object + additionalProperties: + type: object + microsoft.graph.cloudAppSecuritySessionControl: + allOf: + - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' + - title: cloudAppSecuritySessionControl + type: object + properties: + cloudAppSecurityType: + $ref: '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControlType' + additionalProperties: + type: object + microsoft.graph.continuousAccessEvaluationSessionControl: + title: continuousAccessEvaluationSessionControl type: object properties: - applicationEnforcedRestrictions: - $ref: '#/components/schemas/microsoft.graph.applicationEnforcedRestrictionsSessionControl' - cloudAppSecurity: - $ref: '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControl' - continuousAccessEvaluation: - $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationSessionControl' - disableResilienceDefaults: - type: boolean - description: Session control that determines whether it's acceptable for Microsoft Entra ID to extend existing sessions based on information collected prior to an outage or not. - nullable: true - globalSecureAccessFilteringProfile: - $ref: '#/components/schemas/microsoft.graph.globalSecureAccessFilteringProfileSessionControl' - persistentBrowser: - $ref: '#/components/schemas/microsoft.graph.persistentBrowserSessionControl' - secureSignInSession: - $ref: '#/components/schemas/microsoft.graph.secureSignInSessionControl' - signInFrequency: - $ref: '#/components/schemas/microsoft.graph.signInFrequencySessionControl' + mode: + $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationMode' additionalProperties: type: object + microsoft.graph.globalSecureAccessFilteringProfileSessionControl: + allOf: + - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' + - title: globalSecureAccessFilteringProfileSessionControl + type: object + properties: + profileId: + type: string + description: Specifies the distinct identifier that is assigned to the security profile or filtering profile. + additionalProperties: + type: object + microsoft.graph.persistentBrowserSessionControl: + allOf: + - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' + - title: persistentBrowserSessionControl + type: object + properties: + mode: + $ref: '#/components/schemas/microsoft.graph.persistentBrowserSessionMode' + additionalProperties: + type: object + microsoft.graph.secureSignInSessionControl: + allOf: + - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' + - title: secureSignInSessionControl + type: object + additionalProperties: + type: object + microsoft.graph.signInFrequencySessionControl: + allOf: + - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' + - title: signInFrequencySessionControl + type: object + properties: + authenticationType: + $ref: '#/components/schemas/microsoft.graph.signInFrequencyAuthenticationType' + frequencyInterval: + $ref: '#/components/schemas/microsoft.graph.signInFrequencyInterval' + type: + $ref: '#/components/schemas/microsoft.graph.signinFrequencyType' + value: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of days or hours. + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.conditionalAccessTransferMethods: + title: conditionalAccessTransferMethods + enum: + - none + - deviceCodeFlow + - authenticationTransfer + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.customExtensionClientConfiguration: title: customExtensionClientConfiguration type: object @@ -45205,6 +47997,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -46353,6 +49236,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -46414,6 +49298,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -46600,6 +49498,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -47856,7 +50768,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -48497,10 +51409,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -50889,49 +53797,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -50982,54 +53847,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -52684,6 +55501,14 @@ components: - allManagedAndEnumeratedFederated - unknownFutureValue type: string + microsoft.graph.policyScope: + title: policyScope + enum: + - none + - all + - selected + - unknownFutureValue + type: string microsoft.graph.labelKind: title: labelKind enum: @@ -52906,287 +55731,89 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.conditionalAccessApplications: - title: conditionalAccessApplications + microsoft.graph.conditionalAccessFilter: + title: conditionalAccessFilter type: object properties: - applicationFilter: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' - excludeApplications: - type: array - items: - type: string - description: 'Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals' - globalSecureAccess: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessGlobalSecureAccess' - includeApplications: - type: array - items: - type: string - description: 'Can be one of the following: The list of client IDs (appId) the policy applies to, unless explicitly excluded (in excludeApplications) All Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals' - includeAuthenticationContextClassReferences: - type: array - items: - type: string - description: Authentication context class references include. Supported values are c1 through c25. - includeUserActions: - type: array - items: - type: string - description: User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice - networkAccess: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessNetworkAccess' + mode: + $ref: '#/components/schemas/microsoft.graph.filterMode' + rule: + type: string + description: 'Rule syntax is similar to that used for membership rules for groups in Microsoft Entra ID. For details, see rules with multiple expressions' additionalProperties: type: object - microsoft.graph.conditionalAccessAuthenticationFlows: - title: conditionalAccessAuthenticationFlows + microsoft.graph.conditionalAccessGlobalSecureAccess: + title: conditionalAccessGlobalSecureAccess type: object - properties: - transferMethods: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessTransferMethods' additionalProperties: type: object - microsoft.graph.conditionalAccessClientApplications: - title: conditionalAccessClientApplications + microsoft.graph.conditionalAccessNetworkAccess: + title: conditionalAccessNetworkAccess type: object - properties: - excludeServicePrincipals: - type: array - items: - type: string - description: Service principal IDs excluded from the policy scope. - includeServicePrincipals: - type: array - items: - type: string - description: 'Service principal IDs included in the policy scope, or ServicePrincipalsInMyTenant.' - servicePrincipalFilter: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' additionalProperties: type: object - microsoft.graph.conditionalAccessClientApp: - title: conditionalAccessClientApp - enum: - - all - - browser - - mobileAppsAndDesktopClients - - exchangeActiveSync - - easSupported - - other - - unknownFutureValue - type: string - microsoft.graph.conditionalAccessDevices: - title: conditionalAccessDevices + microsoft.graph.conditionalAccessGuestsOrExternalUsers: + title: conditionalAccessGuestsOrExternalUsers type: object properties: - deviceFilter: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' - excludeDevices: - type: array - items: - type: string - description: 'States excluded from the scope of the policy. Possible values: Compliant, DomainJoined. Cannot be set if deviceFIlter is set.' - excludeDeviceStates: - type: array - items: - type: string - description: 'States excluded from the scope of the policy. Possible values: Compliant, DomainJoined.' - includeDevices: - type: array - items: - type: string - description: States in the scope of the policy. All is the only allowed value. Cannot be set if deviceFilter is set. - includeDeviceStates: - type: array - items: - type: string - description: States in the scope of the policy. All is the only allowed value. + externalTenants: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenants' + guestOrExternalUserTypes: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessGuestOrExternalUserTypes' additionalProperties: type: object - microsoft.graph.conditionalAccessDeviceStates: - title: conditionalAccessDeviceStates + microsoft.graph.conditionalAccessSessionControl: + title: conditionalAccessSessionControl type: object properties: - excludeStates: - type: array - items: - type: string - description: 'States excluded from the scope of the policy. Possible values: Compliant, DomainJoined.' - includeStates: - type: array - items: - type: string - description: States in the scope of the policy. All is the only allowed value. + isEnabled: + type: boolean + description: Specifies whether the session control is enabled. + nullable: true additionalProperties: type: object - microsoft.graph.conditionalAccessInsiderRiskLevels: - title: conditionalAccessInsiderRiskLevels + microsoft.graph.cloudAppSecuritySessionControlType: + title: cloudAppSecuritySessionControlType enum: - - minor - - moderate - - elevated + - mcasConfigured + - monitorOnly + - blockDownloads - unknownFutureValue type: string - x-ms-enum-flags: - isFlags: true - microsoft.graph.conditionalAccessLocations: - title: conditionalAccessLocations - type: object - properties: - excludeLocations: - type: array - items: - type: string - description: Location IDs excluded from scope of policy. - includeLocations: - type: array - items: - type: string - description: 'Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted.' - additionalProperties: - type: object - microsoft.graph.conditionalAccessPlatforms: - title: conditionalAccessPlatforms - type: object - properties: - excludePlatforms: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux.' - includePlatforms: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux.' - additionalProperties: - type: object - microsoft.graph.conditionalAccessUsers: - title: conditionalAccessUsers - type: object - properties: - excludeGroups: - type: array - items: - type: string - description: Group IDs excluded from scope of policy. - excludeGuestsOrExternalUsers: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessGuestsOrExternalUsers' - excludeRoles: - type: array - items: - type: string - description: Role IDs excluded from scope of policy. - excludeUsers: - type: array - items: - type: string - description: User IDs excluded from scope of policy and/or GuestsOrExternalUsers. - includeGroups: - type: array - items: - type: string - description: Group IDs in scope of policy unless explicitly excluded. - includeGuestsOrExternalUsers: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessGuestsOrExternalUsers' - includeRoles: - type: array - items: - type: string - description: Role IDs in scope of policy unless explicitly excluded. - includeUsers: - type: array - items: - type: string - description: 'User IDs in scope of policy unless explicitly excluded, None, All, or GuestsOrExternalUsers.' - additionalProperties: - type: object - microsoft.graph.conditionalAccessGrantControl: - title: conditionalAccessGrantControl + microsoft.graph.continuousAccessEvaluationMode: + title: continuousAccessEvaluationMode enum: - - block - - mfa - - compliantDevice - - domainJoinedDevice - - approvedApplication - - compliantApplication - - passwordChange + - strictEnforcement + - disabled - unknownFutureValue + - strictLocation + type: string + microsoft.graph.persistentBrowserSessionMode: + title: persistentBrowserSessionMode + enum: + - always + - never + type: string + microsoft.graph.signInFrequencyAuthenticationType: + title: signInFrequencyAuthenticationType + enum: + - primaryAndSecondaryAuthentication + - secondaryAuthentication + - unknownFutureValue + type: string + microsoft.graph.signInFrequencyInterval: + title: signInFrequencyInterval + enum: + - timeBased + - everyTime + - unknownFutureValue + type: string + microsoft.graph.signinFrequencyType: + title: signinFrequencyType + enum: + - days + - hours type: string - microsoft.graph.applicationEnforcedRestrictionsSessionControl: - allOf: - - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' - - title: applicationEnforcedRestrictionsSessionControl - type: object - additionalProperties: - type: object - microsoft.graph.cloudAppSecuritySessionControl: - allOf: - - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' - - title: cloudAppSecuritySessionControl - type: object - properties: - cloudAppSecurityType: - $ref: '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControlType' - additionalProperties: - type: object - microsoft.graph.continuousAccessEvaluationSessionControl: - title: continuousAccessEvaluationSessionControl - type: object - properties: - mode: - $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationMode' - additionalProperties: - type: object - microsoft.graph.globalSecureAccessFilteringProfileSessionControl: - allOf: - - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' - - title: globalSecureAccessFilteringProfileSessionControl - type: object - properties: - profileId: - type: string - description: Specifies the distinct identifier that is assigned to the security profile or filtering profile. - additionalProperties: - type: object - microsoft.graph.persistentBrowserSessionControl: - allOf: - - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' - - title: persistentBrowserSessionControl - type: object - properties: - mode: - $ref: '#/components/schemas/microsoft.graph.persistentBrowserSessionMode' - additionalProperties: - type: object - microsoft.graph.secureSignInSessionControl: - allOf: - - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' - - title: secureSignInSessionControl - type: object - additionalProperties: - type: object - microsoft.graph.signInFrequencySessionControl: - allOf: - - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' - - title: signInFrequencySessionControl - type: object - properties: - authenticationType: - $ref: '#/components/schemas/microsoft.graph.signInFrequencyAuthenticationType' - frequencyInterval: - $ref: '#/components/schemas/microsoft.graph.signInFrequencyInterval' - type: - $ref: '#/components/schemas/microsoft.graph.signinFrequencyType' - value: - maximum: 2147483647 - minimum: -2147483648 - type: number - description: The number of days or hours. - format: int32 - nullable: true - additionalProperties: - type: object microsoft.graph.classifcationErrorBase: title: classifcationErrorBase type: object @@ -55112,6 +57739,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -59667,111 +62295,34 @@ components: description: The value of the option that will be stored. additionalProperties: type: object - microsoft.graph.conditionalAccessFilter: - title: conditionalAccessFilter + microsoft.graph.filterMode: + title: filterMode + enum: + - include + - exclude + type: string + microsoft.graph.conditionalAccessExternalTenants: + title: conditionalAccessExternalTenants type: object properties: - mode: - $ref: '#/components/schemas/microsoft.graph.filterMode' - rule: - type: string - description: 'Rule syntax is similar to that used for membership rules for groups in Microsoft Entra ID. For details, see rules with multiple expressions' - additionalProperties: - type: object - microsoft.graph.conditionalAccessGlobalSecureAccess: - title: conditionalAccessGlobalSecureAccess - type: object - additionalProperties: - type: object - microsoft.graph.conditionalAccessNetworkAccess: - title: conditionalAccessNetworkAccess - type: object + membershipKind: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenantsMembershipKind' additionalProperties: type: object - microsoft.graph.conditionalAccessTransferMethods: - title: conditionalAccessTransferMethods + microsoft.graph.conditionalAccessGuestOrExternalUserTypes: + title: conditionalAccessGuestOrExternalUserTypes enum: - none - - deviceCodeFlow - - authenticationTransfer + - internalGuest + - b2bCollaborationGuest + - b2bCollaborationMember + - b2bDirectConnectUser + - otherExternalUser + - serviceProvider - unknownFutureValue type: string x-ms-enum-flags: isFlags: true - microsoft.graph.conditionalAccessDevicePlatform: - title: conditionalAccessDevicePlatform - enum: - - android - - iOS - - windows - - windowsPhone - - macOS - - all - - unknownFutureValue - - linux - type: string - microsoft.graph.conditionalAccessGuestsOrExternalUsers: - title: conditionalAccessGuestsOrExternalUsers - type: object - properties: - externalTenants: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenants' - guestOrExternalUserTypes: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessGuestOrExternalUserTypes' - additionalProperties: - type: object - microsoft.graph.conditionalAccessSessionControl: - title: conditionalAccessSessionControl - type: object - properties: - isEnabled: - type: boolean - description: Specifies whether the session control is enabled. - nullable: true - additionalProperties: - type: object - microsoft.graph.cloudAppSecuritySessionControlType: - title: cloudAppSecuritySessionControlType - enum: - - mcasConfigured - - monitorOnly - - blockDownloads - - unknownFutureValue - type: string - microsoft.graph.continuousAccessEvaluationMode: - title: continuousAccessEvaluationMode - enum: - - strictEnforcement - - disabled - - unknownFutureValue - - strictLocation - type: string - microsoft.graph.persistentBrowserSessionMode: - title: persistentBrowserSessionMode - enum: - - always - - never - type: string - microsoft.graph.signInFrequencyAuthenticationType: - title: signInFrequencyAuthenticationType - enum: - - primaryAndSecondaryAuthentication - - secondaryAuthentication - - unknownFutureValue - type: string - microsoft.graph.signInFrequencyInterval: - title: signInFrequencyInterval - enum: - - timeBased - - everyTime - - unknownFutureValue - type: string - microsoft.graph.signinFrequencyType: - title: signinFrequencyType - enum: - - days - - hours - type: string microsoft.graph.classificationInnerError: title: classificationInnerError type: object @@ -61220,11 +63771,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -63304,34 +65855,13 @@ components: - application - unknownFutureValue type: string - microsoft.graph.filterMode: - title: filterMode - enum: - - include - - exclude - type: string - microsoft.graph.conditionalAccessExternalTenants: - title: conditionalAccessExternalTenants - type: object - properties: - membershipKind: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenantsMembershipKind' - additionalProperties: - type: object - microsoft.graph.conditionalAccessGuestOrExternalUserTypes: - title: conditionalAccessGuestOrExternalUserTypes + microsoft.graph.conditionalAccessExternalTenantsMembershipKind: + title: conditionalAccessExternalTenantsMembershipKind enum: - - none - - internalGuest - - b2bCollaborationGuest - - b2bCollaborationMember - - b2bDirectConnectUser - - otherExternalUser - - serviceProvider + - all + - enumerated - unknownFutureValue type: string - x-ms-enum-flags: - isFlags: true microsoft.graph.printColorMode: title: printColorMode enum: @@ -65076,11 +67606,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -65643,13 +68173,6 @@ components: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeComparisonOperator' additionalProperties: type: object - microsoft.graph.conditionalAccessExternalTenantsMembershipKind: - title: conditionalAccessExternalTenantsMembershipKind - enum: - - all - - enumerated - - unknownFutureValue - type: string microsoft.graph.printMargin: title: printMargin type: object @@ -67176,6 +69699,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfigurationCollectionResponse' + microsoft.graph.namedLocationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.namedLocationCollectionResponse' + microsoft.graph.conditionalAccessPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicyCollectionResponse' microsoft.graph.conditionalAccessTemplateCollectionResponse: description: Retrieved collection content: @@ -67338,6 +69873,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartnerCollectionResponse' + microsoft.graph.crossTenantIdentitySyncPolicyPartnerCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartnerCollectionResponse' microsoft.graph.featureRolloutPolicyCollectionResponse: description: Retrieved collection content: @@ -67350,18 +69891,24 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' - microsoft.graph.mobilityManagementPolicyCollectionResponse: + microsoft.graph.mobileAppManagementPolicyCollectionResponse: description: Retrieved collection content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicyCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.mobileAppManagementPolicyCollectionResponse' microsoft.graph.groupCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupCollectionResponse' + microsoft.graph.mobileDeviceManagementPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileDeviceManagementPolicyCollectionResponse' microsoft.graph.permissionGrantPolicyCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/NetworkAccess.yml b/openApiDocs/beta/NetworkAccess.yml index 19578f1df08..a4a7b1d829b 100644 --- a/openApiDocs/beta/NetworkAccess.yml +++ b/openApiDocs/beta/NetworkAccess.yml @@ -2207,6 +2207,30 @@ paths: date: '2023-12-19' version: 2022-06/PrivatePreview:NetworkAccess description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + '/networkAccess/connectivity/microsoft.graph.networkaccess.getWebCategoryByUrl(url=''{url}'')': + get: + tags: + - networkAccess.connectivity + summary: Invoke function getWebCategoryByUrl + operationId: networkAccess.connectivity_getWebCategoryGraphBPreUrl + parameters: + - name: url + in: path + description: 'Usage: url=''{url}''' + required: true + style: simple + schema: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.webCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function /networkAccess/connectivity/remoteNetworks: get: tags: @@ -4396,11 +4420,11 @@ paths: get: tags: - networkAccess.filteringProfile - summary: List tlsInspectionPolicyLink objects - description: Get a list of the tlsInspectionPolicyLink objects on a filtering profile. + summary: List threatIntelligencePolicyLink objects + description: Get a list of the threatIntelligencePolicyLink objects and their properties. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-list?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-list?view=graph-rest-beta operationId: networkAccess.filteringProfile_ListPolicy parameters: - name: filteringProfile-id @@ -4494,11 +4518,11 @@ paths: get: tags: - networkAccess.filteringProfile - summary: Get threatIntelligencePolicyLink - description: Read the properties and relationships of a threatIntelligencePolicyLink object. + summary: Get tlsInspectionPolicyLink + description: Get a tlsInspectionPolicyLink object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-get?view=graph-rest-beta operationId: networkAccess.filteringProfile_GetPolicy parameters: - name: filteringProfile-id @@ -4550,11 +4574,11 @@ paths: patch: tags: - networkAccess.filteringProfile - summary: Update tlsInspectionPolicyLink - description: Update the properties of a tlsInspectionPolicyLink object. + summary: Update threatIntelligencePolicyLink + description: Update the properties of a threatIntelligencePolicyLink object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-update?view=graph-rest-beta operationId: networkAccess.filteringProfile_UpdatePolicy parameters: - name: filteringProfile-id @@ -6968,6 +6992,135 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/networkAccess/reports/microsoft.graph.networkaccess.getApplicationUsageAnalytics(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy=''{aggregatedBy}'')': + get: + tags: + - networkAccess.reports + summary: Invoke function getApplicationUsageAnalytics + description: 'Get a collection of application usage analytics data points based on aggregated traffic logs for a specified time period, providing daily breakdown of usage between cloud and enterprise applications in Global Secure Access.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-reports-getapplicationusageanalytics?view=graph-rest-beta + operationId: networkAccess.report_getApplicationUsageAnalytic + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: aggregatedBy + in: path + description: 'Usage: aggregatedBy=''{aggregatedBy}''' + required: true + style: simple + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.aggregationFilter' + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.applicationAnalyticsUsagePoint' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/networkAccess/reports/microsoft.graph.networkaccess.getCloudApplicationReport(startDateTime={startDateTime},endDateTime={endDateTime},userId=''@userId'')': + get: + tags: + - networkAccess.reports + summary: Invoke function getCloudApplicationReport + description: Get a collection of cloud application reports based on aggregated traffic logs for a specified time period in Global Secure Access. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-reports-getcloudapplicationreport?view=graph-rest-beta + operationId: networkAccess.report_getCloudApplicationReport + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: userId + in: query + description: 'Usage: userId=''@userId''' + style: form + explode: false + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.cloudApplicationReport' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/networkAccess/reports/microsoft.graph.networkaccess.getConnectionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})': get: tags: @@ -7241,6 +7394,71 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/networkAccess/reports/microsoft.graph.networkaccess.getEnterpriseApplicationReport(startDateTime={startDateTime},endDateTime={endDateTime},userId=''@userId'')': + get: + tags: + - networkAccess.reports + summary: Invoke function getEnterpriseApplicationReport + description: Get a collection of enterprise application reports based on aggregated traffic logs for a specified time period in Global Secure Access. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-reports-getenterpriseapplicationreport?view=graph-rest-beta + operationId: networkAccess.report_getEnterpriseApplicationReport + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: userId + in: query + description: 'Usage: userId=''@userId''' + style: form + explode: false + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.enterpriseApplicationReport' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/networkAccess/reports/microsoft.graph.networkaccess.transactionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})': get: tags: @@ -9346,6 +9564,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.networkaccess.webCategory' + description: The URL category. branches: type: array items: @@ -9482,6 +9701,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.networkaccess.association' description: 'Specifies the users, groups, devices, and remote networks whose traffic is associated with the given traffic forwarding profile.' + isCustomProfile: + type: boolean priority: maximum: 2147483647 minimum: -2147483648 @@ -9808,6 +10029,25 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.networkaccess.webCategory: + allOf: + - $ref: '#/components/schemas/microsoft.graph.networkaccess.ruleDestination' + - title: webCategory + type: object + properties: + displayName: + type: string + description: The display name for the web category. + nullable: true + group: + type: string + description: The group or category to which the web category belongs. + nullable: true + name: + type: string + description: The unique name that is associated with the web category. + additionalProperties: + type: object microsoft.graph.networkaccess.remoteNetwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -9926,6 +10166,9 @@ components: - title: forwardingPolicy type: object properties: + privateAccessAppId: + type: string + nullable: true trafficForwardingType: $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficForwardingType' additionalProperties: @@ -10150,6 +10393,8 @@ components: nullable: true applicationSnapshot: $ref: '#/components/schemas/microsoft.graph.networkaccess.applicationSnapshot' + cloudApplicationMetadata: + $ref: '#/components/schemas/microsoft.graph.networkaccess.cloudApplicationMetadata' connectionId: type: string description: Represents a unique identifier assigned to a connection. Supports $filter (eq) and $orderby. @@ -10909,6 +11154,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -11416,6 +11667,129 @@ components: format: int64 additionalProperties: type: object + microsoft.graph.networkaccess.aggregationFilter: + title: aggregationFilter + enum: + - transactions + - users + - devices + - unknownFutureValue + - bytesSent + - bytesReceived + - totalBytes + type: string + microsoft.graph.networkaccess.applicationAnalyticsUsagePoint: + title: applicationAnalyticsUsagePoint + type: object + properties: + cloudAppsCount: + type: number + description: The count attributed to cloud applications for the specified aggregation type. + format: int64 + enterpriseAppsCount: + type: number + description: The count attributed to enterprise applications for the specified aggregation type. + format: int64 + timeStampDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date for which the aggregated data point represents. + format: date-time + totalCount: + type: number + description: 'The total count for the specified aggregation type (users, devices, or transactions).' + format: int64 + additionalProperties: + type: object + microsoft.graph.networkaccess.cloudApplicationReport: + title: cloudApplicationReport + type: object + properties: + category: + $ref: '#/components/schemas/microsoft.graph.networkaccess.cloudApplicationCategory' + cloudApplicationCatalogId: + type: string + description: The ID of the application in the SaaS application catalog. + nullable: true + complianceScore: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The compliance score of the application. + format: int32 + nullable: true + deviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Number of devices under this application. + format: int32 + firstAccessDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the first access to the application. + format: date-time + generalScore: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The general score of the application. + format: int32 + nullable: true + lastAccessDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last access to the application. + format: date-time + legalScore: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The legal score of the application. + format: int32 + nullable: true + name: + type: string + description: 'The name of the application (e.g., ChatGPT, Salesforce, Bing).' + nullable: true + riskScore: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The risk score of the application. + format: int32 + nullable: true + securityScore: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The security score of the application. + format: int32 + nullable: true + totalBytesReceived: + type: number + description: Total bytes received from the application. + format: int64 + totalBytesSent: + type: number + description: Total bytes sent to the application. + format: int64 + trafficType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficType' + transactionCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Number of transactions under this application. + format: int32 + userCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Number of users under this application. + format: int32 + additionalProperties: + type: object microsoft.graph.networkaccess.connectionSummary: title: connectionSummary type: object @@ -11472,17 +11846,6 @@ components: format: int32 additionalProperties: type: object - microsoft.graph.networkaccess.aggregationFilter: - title: aggregationFilter - enum: - - transactions - - users - - devices - - unknownFutureValue - - bytesSent - - bytesReceived - - totalBytes - type: string microsoft.graph.networkaccess.destinationSummary: title: destinationSummary type: object @@ -11585,6 +11948,55 @@ components: format: int32 additionalProperties: type: object + microsoft.graph.networkaccess.enterpriseApplicationReport: + title: enterpriseApplicationReport + type: object + properties: + accessType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.accessType' + applicationId: + type: string + description: The unique identifier for the enterprise application (appId) in Microsoft Entra ID. + deviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Number of devices that accessed this application. + format: int32 + firstAccessDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the first access to the application. + format: date-time + lastAccessDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last access to the application. + format: date-time + totalBytesReceived: + type: number + description: Total bytes received from the application. + format: int64 + totalBytesSent: + type: number + description: Total bytes sent to the application. + format: int64 + trafficType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficType' + transactionCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Number of transactions to this application. + format: int32 + userCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Number of users that accessed this application. + format: int32 + additionalProperties: + type: object microsoft.graph.networkaccess.transactionSummary: title: transactionSummary type: object @@ -11915,25 +12327,6 @@ components: - bypass - alert type: string - microsoft.graph.networkaccess.webCategory: - allOf: - - $ref: '#/components/schemas/microsoft.graph.networkaccess.ruleDestination' - - title: webCategory - type: object - properties: - displayName: - type: string - description: The display name for the web category. - nullable: true - group: - type: string - description: The group or category to which the web category belongs. - nullable: true - name: - type: string - description: The unique name that is associated with the web category. - additionalProperties: - type: object microsoft.graph.networkaccess.connectivityState: title: connectivityState enum: @@ -12730,6 +13123,11 @@ components: type: object additionalProperties: type: object + microsoft.graph.networkaccess.ruleDestination: + title: ruleDestination + type: object + additionalProperties: + type: object microsoft.graph.networkaccess.forwardingRuleAction: title: forwardingRuleAction enum: @@ -12840,6 +13238,64 @@ components: - remoteNetworkAlive - unknownFutureValue type: string + microsoft.graph.networkaccess.cloudApplicationMetadata: + title: cloudApplicationMetadata + type: object + properties: + category: + $ref: '#/components/schemas/microsoft.graph.networkaccess.cloudApplicationCategory' + cloudApplicationCatalogId: + type: string + description: The ID of the application in the SaaS application catalog. + nullable: true + complianceScore: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The compliance score of the application. + format: int32 + nullable: true + generalScore: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The general score of the application. + format: int32 + nullable: true + legalScore: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The legal score of the application. + format: int32 + nullable: true + loginUser: + type: string + description: The username that was used to log into the application. + nullable: true + name: + type: string + description: 'The name of the application (e.g., ChatGPT, Salesforce, Bing).' + nullable: true + riskScore: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The risk score of the application. + format: int32 + nullable: true + securityScore: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The security score of the application. + format: int32 + nullable: true + subactivity: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.networkaccess.headers: title: headers type: object @@ -13440,6 +13896,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14111,6 +14587,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -14188,6 +14666,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -15370,10 +15850,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -15383,10 +15859,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -16127,7 +16599,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -16598,11 +17070,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -16991,6 +17463,55 @@ components: - rarelyUsed - unknownFutureValue type: string + microsoft.graph.networkaccess.cloudApplicationCategory: + title: cloudApplicationCategory + enum: + - hostingServices + - itServices + - accountingAndFinance + - businessManagement + - productivity + - eCommerce + - education + - marketing + - humanResourceManagement + - health + - security + - generativeAi + - newsAndEntertainment + - operationsManagement + - contentManagement + - developmentTools + - collaboration + - crm + - communications + - dataAnalytics + - advertising + - supplyChainAndLogistics + - projectManagement + - transportationAndTravel + - cloudComputingPlatform + - businessIntelligence + - cloudStorage + - propertyManagement + - contentSharing + - customerSupport + - sales + - productDesign + - socialNetwork + - onlineMeetings + - webmail + - internetOfThings + - forums + - webAnalytics + - websiteMonitoring + - vendorManagementSystem + - personalInstantMessaging + - codeHosting + - unknownFutureValue + - mcpServer + - aiModelProvider + type: string microsoft.graph.networkaccess.accessType: title: accessType enum: @@ -17320,11 +17841,6 @@ components: type: object additionalProperties: type: object - microsoft.graph.networkaccess.ruleDestination: - title: ruleDestination - type: object - additionalProperties: - type: object microsoft.graph.networkaccess.redundancyTier: title: redundancyTier enum: @@ -17767,6 +18283,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -17976,6 +18583,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -18832,6 +19444,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -18893,6 +19506,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -19079,6 +19706,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -20497,7 +21138,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -21114,10 +21755,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -23506,49 +24143,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -23599,54 +24193,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -25620,6 +26166,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -27249,6 +27800,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -33515,11 +34067,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -37388,11 +37940,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index bb023dcab06..8715b0dfc9a 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -7197,6 +7197,78 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /deviceManagement/reports/microsoft.graph.retrieveEnrollmentTimeGroupingFailureReport: + post: + tags: + - deviceManagement.deviceManagementReports + summary: Invoke action retrieveEnrollmentTimeGroupingFailureReport + operationId: deviceManagement.report_retrieveEnrollmentTimeGroupingFailureReport + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + name: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + sessionId: + type: string + nullable: true + filter: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /deviceManagement/reports/microsoft.graph.retrieveSecurityTaskAppsReport: post: tags: @@ -22637,7 +22709,7 @@ components: $ref: '#/components/schemas/microsoft.graph.protocolType' authenticationRequirement: type: string - description: 'The authentication requirement as explicitly requested by a resource provider. Does not account for previously satisfied claims. If primary authentication fails, the sign-in attempt is not evaluated by Conditional Access, so the resulting value is SingleFactorAuthentication. Supports $filter (eq, startsWith).' + description: 'The authentication stage reached during sign-in. It doesn''t account for previously satisfied claims. If primary authentication fails, the sign-in attempt is not evaluated by Conditional Access, so the resulting value is singleFactorAuthentication. Supports $filter (eq, startsWith).' nullable: true authenticationRequirementPolicies: type: array @@ -23636,7 +23708,7 @@ components: properties: content: type: string - description: Report content; details vary by report type. + description: The http content that has the data format: base64url nullable: true additionalProperties: @@ -26094,6 +26166,22 @@ components: - appPassword - unknownFutureValue - externalAuthMethod + - hardwareOneTimePasscode + - windowsHelloForBusiness + - microsoftAuthenticatorPasswordless + - temporaryAccessPass + - macOsSecureEnclaveKey + - passKeyDeviceBound + - passKeyDeviceBoundAuthenticator + - passKeyDeviceBoundWindowsHello + - softwareOneTimePasscode + - microsoftAuthenticatorPush + - mobilePhone + - sms + - alternateMobilePhone + - fido2SecurityKey + - oneTimePasscode + - passKeySynced type: string microsoft.graph.featureType: title: featureType diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index 2ea4c7a466b..9e19a5ef5aa 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -2157,11 +2157,11 @@ paths: patch: tags: - external.externalConnection - summary: Create or update schema - description: Create a new or update an existing schema for a Microsoft Search connection. + summary: Update schema + description: Update the properties of a schema for an externalConnection. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-beta operationId: external.connection_UpdateSchema parameters: - name: externalConnection-id @@ -2298,11 +2298,11 @@ paths: post: tags: - external.industryDataRoot - summary: Create oneRosterApiDataConnector - description: Create a new oneRosterApiDataConnector object. + summary: Create azureDataLakeConnector + description: Create a new azureDataLakeConnector object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-post?view=graph-rest-beta operationId: external.industryData_CreateDataConnector requestBody: description: New navigation property @@ -2373,11 +2373,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update oneRosterApiDataConnector - description: Update the properties of a oneRosterApiDataConnector object. + summary: Update azureDataLakeConnector + description: Update the properties of an azureDataLakeConnector object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-beta operationId: external.industryData_UpdateDataConnector parameters: - name: industryDataConnector-id @@ -2578,11 +2578,11 @@ paths: post: tags: - external.industryDataRoot - summary: Create inboundFileFlow - description: Create a new inboundFileFlow object. + summary: Create inboundApiFlow + description: Create a new inboundApiFlow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-post?view=graph-rest-beta operationId: external.industryData_CreateInboundFlow requestBody: description: New navigation property @@ -2653,11 +2653,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update inboundFileFlow - description: Update the properties of an inboundFileFlow object. + summary: Update inboundApiFlow + description: Update the properties of an inboundApiFlow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-update?view=graph-rest-beta operationId: external.industryData_UpdateInboundFlow parameters: - name: inboundFlow-id @@ -2902,11 +2902,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get fileValidateOperations - description: Read the properties and relationships of a fileValidateOperation object. + summary: Get longRunningOperation + description: 'Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta operationId: external.industryData_GetOperation parameters: - name: longRunningOperation-id diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 55208b057df..b5fc9a67cc4 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -58562,11 +58562,11 @@ paths: get: tags: - sites.site - summary: Search for sites - description: Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. + summary: List sites + description: "List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.\nIf you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta operationId: site_ListSite parameters: - $ref: '#/components/parameters/top' @@ -72276,11 +72276,11 @@ paths: post: tags: - sites.baseSitePage - summary: Create a page in the site pages list of a site - description: Create a new sitePage in the site pages list in a site. + summary: Create newsLinkPage + description: Create a new newsLinkPage in the site pages list of a site. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/newslinkpage-create?view=graph-rest-beta operationId: site_CreatePage parameters: - name: site-id @@ -93255,6 +93255,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -96075,6 +96081,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -96924,6 +96931,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -97913,6 +97940,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -97990,6 +98019,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -99215,10 +99246,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -99228,10 +99255,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -99972,7 +99995,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -100437,11 +100460,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -102565,11 +102588,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -102900,6 +102923,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -103564,6 +103678,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -104377,6 +104496,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -104438,6 +104558,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -104624,6 +104758,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -105208,7 +105356,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -105849,10 +105997,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -108046,49 +108190,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -108139,54 +108240,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -110068,11 +110121,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -110730,6 +110783,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index 5cb0b03e794..b98819c5c66 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -31027,11 +31027,11 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in channel - description: Send a new chatMessage in the specified channel. + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta operationId: team.channel_CreateMessage parameters: - name: team-id @@ -99263,6 +99263,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -102078,6 +102084,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -103070,7 +103077,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -103655,6 +103662,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -104232,6 +104259,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -104309,6 +104338,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -105053,10 +105084,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -105066,10 +105093,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -105810,7 +105833,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -106225,11 +106248,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -108529,11 +108552,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -110034,6 +110057,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -110672,6 +110786,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -110910,6 +111029,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -110971,6 +111091,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -111157,6 +111291,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -111845,10 +111993,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -114042,49 +114186,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -114135,54 +114236,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -116036,11 +116089,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: @@ -117600,6 +117653,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 15b7f61164d..9b1ca3a6777 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -1616,6 +1616,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -2757,6 +2763,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -3746,6 +3772,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -3823,6 +3851,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -5252,10 +5282,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -5265,10 +5291,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -5859,7 +5881,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -6368,11 +6390,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -7114,6 +7136,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -7778,6 +7891,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -8463,6 +8581,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -8524,6 +8643,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -8710,6 +8843,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -10213,7 +10360,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -10854,10 +11001,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -13176,49 +13319,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -13269,54 +13369,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15351,6 +15403,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -16905,6 +16962,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -23002,11 +23060,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -26981,11 +27039,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 6daa659651e..53529088db2 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -1016,6 +1016,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -1837,6 +1843,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -2826,6 +2852,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -2903,6 +2931,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -4339,10 +4369,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -4352,10 +4378,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -5096,7 +5118,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -5605,11 +5627,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -6291,6 +6313,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -6955,6 +7068,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -7797,6 +7915,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -7858,6 +7977,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -8044,6 +8177,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -9561,7 +9708,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -10202,10 +10349,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -12558,49 +12701,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -12651,54 +12751,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14708,6 +14760,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -16349,6 +16406,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -22494,11 +22552,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -26473,11 +26531,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 7950c464fdf..7433b024000 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -16287,6 +16287,12 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true + adhocCalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.adhocCall' + description: Ad hoc calls associated with the user. Read-only. Nullable. + x-ms-navigationProperty: true agreementAcceptances: type: array items: @@ -19423,6 +19429,26 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.adhocCall: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adhocCall + type: object + properties: + recordings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + description: The recordings of a call. Read-only. + x-ms-navigationProperty: true + transcripts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + description: The transcripts of a call. Read-only. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20094,6 +20120,8 @@ components: description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + groupDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraGroupDetail' imageDisplayName: type: string description: Name of the OS image that's on the Cloud PC. @@ -20171,6 +20199,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccountType' + userDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcEntraUserDetail' userExperienceType: $ref: '#/components/schemas/microsoft.graph.cloudPcUserExperienceType' userPrincipalName: @@ -20968,10 +20998,6 @@ components: type: string description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true - requestedBy: - type: string - description: The user principal name associated with the request for the managed application log collection. Read-only. - nullable: true requestedByUserPrincipalName: type: string description: The user principal name associated with the request for the managed application log collection. Read-only. @@ -20981,10 +21007,6 @@ components: type: string description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time - status: - type: string - description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' - nullable: true uploadedLogs: type: array items: @@ -21725,7 +21747,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -22108,11 +22130,11 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' @@ -23209,7 +23231,7 @@ components: properties: isCloudManaged: type: boolean - description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the object can be taken over by on-premises Active Directory.' + description: 'Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.' additionalProperties: type: object microsoft.graph.plannerGroup: @@ -23615,7 +23637,7 @@ components: properties: blockAzureADGraphAccess: type: boolean - description: 'If false, allows the app to have extended access to Azure AD Graph until June 30, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' + description: 'If false, allows the app to have extended access to Azure AD Graph until August 31, 2025 when Azure AD Graph is fully retired. For more information on Azure AD retirement updates, see June 2024 update on Azure AD Graph API retirement.' nullable: true removeUnverifiedEmailClaim: type: boolean @@ -23702,6 +23724,10 @@ components: type: boolean description: 'Indicates whether backend SSL certificate validation is enabled for the application. For all new Application Proxy apps, the property is set to true by default. For all existing apps, the property is set to false.' nullable: true + isContinuousAccessEvaluationEnabled: + type: boolean + description: 'Indicates whether continuous access evaluation is enabled for Application Proxy application. For all Application Proxy apps, the property is set to true by default.' + nullable: true isDnsResolutionEnabled: type: boolean description: Indicates Microsoft Entra Private Access should handle DNS resolution. false by default. @@ -24709,6 +24735,97 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.callRecording: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callRecording + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true + content: + type: string + description: The content of the recording. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the onlineMeeting related to this recording. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + recordingContentUrl: + type: string + description: The URL that can be used to access the content of the recording. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.callTranscript: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: callTranscript + type: object + properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true + content: + type: string + description: The content of the transcript. Read-only. + format: base64url + nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + meetingId: + type: string + description: The unique identifier of the online meeting related to this transcript. Read-only. + nullable: true + meetingOrganizer: + $ref: '#/components/schemas/microsoft.graph.identitySet' + metadataContent: + type: string + description: The time-aligned metadata of the utterances in the transcript. Read-only. + format: base64url + nullable: true + transcriptContentUrl: + type: string + description: The URL that can be used to access the content of the transcript. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.agreementAcceptanceState: title: agreementAcceptanceState enum: @@ -24918,6 +25035,11 @@ components: description: 'The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is null if the authentication method doesn''t populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -25637,6 +25759,7 @@ components: properties: enableSingleSignOn: type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. additionalProperties: type: object microsoft.graph.cloudPcConnectivityResult: @@ -25698,6 +25821,20 @@ components: - notAvailable - unknownFutureValue type: string + microsoft.graph.cloudPcEntraGroupDetail: + title: cloudPcEntraGroupDetail + type: object + properties: + groupDisplayName: + type: string + description: The display name of the Microsoft Entra ID group. Read-only. + nullable: true + groupId: + type: string + description: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcLoginResult: title: cloudPcLoginResult type: object @@ -25884,6 +26021,20 @@ components: - administrator - unknownFutureValue type: string + microsoft.graph.cloudPcEntraUserDetail: + title: cloudPcEntraUserDetail + type: object + properties: + userDisplayName: + type: string + description: The display name of the user. Read-only. + nullable: true + userId: + type: string + description: The unique identifier (GUID) of the user. Read-only. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserExperienceType: title: cloudPcUserExperienceType enum: @@ -27662,10 +27813,6 @@ components: title: managedAppLogUpload type: object properties: - managedAppComponent: - type: string - description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' - nullable: true managedAppComponentDescription: type: string description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.' @@ -30023,49 +30170,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callRecording: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callRecording - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this recording. Read-only. - nullable: true - content: - type: string - description: The content of the recording. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the onlineMeeting related to this recording. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - recordingContentUrl: - type: string - description: The URL that can be used to access the content of the recording. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.meetingRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingRegistrationBase' @@ -30116,54 +30220,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.callTranscript: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: callTranscript - type: object - properties: - callId: - type: string - description: The unique identifier for the call that is related to this transcript. Read-only. - nullable: true - content: - type: string - description: The content of the transcript. Read-only. - format: base64url - nullable: true - contentCorrelationId: - type: string - description: The unique identifier that links the transcript with its corresponding recording. Read-only. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - meetingId: - type: string - description: The unique identifier of the online meeting related to this transcript. Read-only. - nullable: true - meetingOrganizer: - $ref: '#/components/schemas/microsoft.graph.identitySet' - metadataContent: - type: string - description: The time-aligned metadata of the utterances in the transcript. Read-only. - format: base64url - nullable: true - transcriptContentUrl: - type: string - description: The URL that can be used to access the content of the transcript. Read-only. - nullable: true - additionalProperties: - type: object microsoft.graph.accessReviewError: allOf: - $ref: '#/components/schemas/microsoft.graph.genericError' @@ -32321,6 +32377,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' hashFunction: $ref: '#/components/schemas/microsoft.graph.hardwareOathTokenHashFunction' + lastUsedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true manufacturer: type: string description: Manufacturer name of the hardware token. Supports $filter (eq). @@ -33865,6 +33926,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' + description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' @@ -39586,11 +39648,11 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of the comment that is the String displayed to end-users. nullable: true contentType: type: string - description: The content type of the comment. + description: 'The content type of the comment. Supported values are: plain, mention.' replies: type: array items: @@ -43320,11 +43382,11 @@ components: properties: content: type: string - description: The content of the reply. + description: The content of the reply that is the displayed to end-users. nullable: true contentType: type: string - description: The content type for the reply. + description: 'The content type for the reply. Supported values are: plain, mention.' task: $ref: '#/components/schemas/microsoft.graph.workbookDocumentTask' additionalProperties: diff --git a/openApiDocs/beta/WindowsUpdates.yml b/openApiDocs/beta/WindowsUpdates.yml index 375c20262aa..a23dbca580b 100644 --- a/openApiDocs/beta/WindowsUpdates.yml +++ b/openApiDocs/beta/WindowsUpdates.yml @@ -6457,11 +6457,11 @@ paths: get: tags: - admin.adminWindows - summary: Get operationalInsightsConnection - description: Read the properties and relationships of an operationalInsightsConnection object. + summary: Get resourceConnection + description: Read the properties and relationships of a resourceConnection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta operationId: admin.window.update_GetResourceConnection parameters: - name: resourceConnection-id @@ -6536,11 +6536,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete resourceConnection - description: Delete a resourceConnection object. + summary: Delete operationalInsightsConnection + description: Delete an operationalInsightsConnection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta operationId: admin.window.update_DeleteResourceConnection parameters: - name: resourceConnection-id @@ -6741,11 +6741,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete updatableAssetGroup - description: 'Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.' + summary: Delete azureADDevice + description: 'Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta operationId: admin.window.update_DeleteUpdatableAsset parameters: - name: updatableAsset-id @@ -9345,11 +9345,11 @@ paths: get: tags: - admin.adminWindows - summary: Get complianceChange - description: Read the properties and relationships of a complianceChange object. + summary: Get contentApproval + description: Read the properties and relationships of a contentApproval object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta operationId: admin.window.update.updatePolicy_GetComplianceChange parameters: - name: updatePolicy-id @@ -9444,11 +9444,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete contentApproval - description: Delete a contentApproval object. + summary: Delete complianceChange + description: Delete a complianceChange object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta operationId: admin.window.update.updatePolicy_DeleteComplianceChange parameters: - name: updatePolicy-id diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index 0a3eba5ec82..81fdd68c55a 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -21706,17 +21706,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -26201,6 +26201,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -26241,6 +26245,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -35800,37 +35805,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/BackupRestore.yml b/openApiDocs/v1.0/BackupRestore.yml index ecb3f304225..abf495911a9 100644 --- a/openApiDocs/v1.0/BackupRestore.yml +++ b/openApiDocs/v1.0/BackupRestore.yml @@ -8036,7 +8036,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: . + description: This property will be deprecated soon. Don't use. format: int32 nullable: true searchResponseId: @@ -8277,7 +8277,7 @@ components: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: The time of creation of the protection unit. + description: 'The time of creation of the protection unit. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true error: @@ -8287,7 +8287,7 @@ components: lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: Timestamp of the last modification of this protection unit. + description: 'Timestamp of the last modification of this protection unit. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true policyId: diff --git a/openApiDocs/v1.0/Bookings.yml b/openApiDocs/v1.0/Bookings.yml index 2af2e4daec8..54e7e7eb1fd 100644 --- a/openApiDocs/v1.0/Bookings.yml +++ b/openApiDocs/v1.0/Bookings.yml @@ -9098,6 +9098,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -9138,6 +9142,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -9799,7 +9804,7 @@ components: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: The time of creation of the protection unit. + description: 'The time of creation of the protection unit. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true error: @@ -9809,7 +9814,7 @@ components: lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: Timestamp of the last modification of this protection unit. + description: 'Timestamp of the last modification of this protection unit. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true policyId: @@ -10442,7 +10447,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: . + description: This property will be deprecated soon. Don't use. format: int32 nullable: true searchResponseId: diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index da01852f146..8d255522cdc 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -5642,7 +5642,7 @@ paths: tags: - communications.presence summary: Invoke action setPresence - description: Set the state of a user's presence session as an application. + description: 'Set the state of a user''s presence session as an application. For more information about presence sessions, states permutations, and timeouts, see Manage presence state using the Microsoft Graph API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0 @@ -6871,7 +6871,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' operationId: user.onlineMeeting_ListRecording parameters: - name: user-id @@ -6978,7 +6978,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 @@ -7379,7 +7379,7 @@ paths: tags: - users.onlineMeeting summary: List transcripts - description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time.' + description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 @@ -8315,11 +8315,11 @@ paths: get: tags: - users.presence - summary: 'presence: setStatusMessage' - description: Set a presence status message for a user. An optional expiration date and time can be supplied. + summary: Get presence + description: Get a user's presence information. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 operationId: user_GetPresence parameters: - name: user-id @@ -8485,7 +8485,7 @@ paths: tags: - users.presence summary: Invoke action setPresence - description: Set the state of a user's presence session as an application. + description: 'Set the state of a user''s presence session as an application. For more information about presence sessions, states permutations, and timeouts, see Manage presence state using the Microsoft Graph API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0 @@ -9220,17 +9220,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -9649,6 +9649,10 @@ components: type: boolean description: Indicates whether delta roster is enabled for the call. nullable: true + isInteractiveRosterEnabled: + type: boolean + description: Indicates whether delta roster filtering by participant interactivity is enabled. + nullable: true additionalProperties: type: object microsoft.graph.callRoute: @@ -9999,6 +10003,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -10039,6 +10047,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean diff --git a/openApiDocs/v1.0/Compliance.yml b/openApiDocs/v1.0/Compliance.yml index 570a46a169d..570db7eb593 100644 --- a/openApiDocs/v1.0/Compliance.yml +++ b/openApiDocs/v1.0/Compliance.yml @@ -4885,17 +4885,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -8806,6 +8806,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -8846,6 +8850,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -18049,37 +18054,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.printTaskProcessingState: diff --git a/openApiDocs/v1.0/DeviceManagement.Administration.yml b/openApiDocs/v1.0/DeviceManagement.Administration.yml index 0d337574bdf..298f8d2192c 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -2373,11 +2373,11 @@ paths: patch: tags: - deviceManagement.roleDefinition - summary: Update deviceAndAppManagementRoleDefinition - description: Update the properties of a deviceAndAppManagementRoleDefinition object. + summary: Update roleDefinition + description: Update the properties of a roleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateRoleDefinition parameters: - name: roleDefinition-id @@ -7324,7 +7324,7 @@ components: nullable: true operatingSystem: type: string - description: 'The operating system (OS) of the image. For example, Windows 10 Enterprise. Read-only.' + description: 'The operating system (OS) of the image. For example, Windows 11 Enterprise. Read-only.' nullable: true osBuildNumber: type: string @@ -11155,17 +11155,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -15495,6 +15495,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -15535,6 +15539,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -24806,37 +24811,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml index b4e2045984c..045b8df0323 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml @@ -95,11 +95,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: List deviceEnrollmentPlatformRestrictionsConfigurations - description: List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. + summary: List deviceEnrollmentLimitConfigurations + description: List properties and relationships of the deviceEnrollmentLimitConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceEnrollmentConfiguration parameters: - $ref: '#/components/parameters/top' @@ -176,11 +176,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentPlatformRestrictionsConfiguration - description: Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. + summary: Get deviceEnrollmentWindowsHelloForBusinessConfiguration + description: Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id @@ -224,11 +224,11 @@ paths: patch: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Update deviceEnrollmentPlatformRestrictionsConfiguration - description: Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. + summary: Update deviceEnrollmentLimitConfiguration + description: Update the properties of a deviceEnrollmentLimitConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id @@ -259,11 +259,11 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Delete deviceEnrollmentLimitConfiguration - description: Deletes a deviceEnrollmentLimitConfiguration. + summary: Delete deviceEnrollmentWindowsHelloForBusinessConfiguration + description: Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index 505a9f3f5a6..80f1c038c32 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -941,7 +941,7 @@ paths: description: Read properties and relationships of the deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceManagement parameters: - name: $select @@ -981,7 +981,7 @@ paths: description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-tem-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceManagement requestBody: description: New property values @@ -1612,11 +1612,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - summary: Create androidWorkProfileCompliancePolicy - description: Create a new androidWorkProfileCompliancePolicy object. + summary: Create windowsPhone81CompliancePolicy + description: Create a new windowsPhone81CompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceCompliancePolicy requestBody: description: New navigation property @@ -1639,11 +1639,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get iosCompliancePolicy - description: Read properties and relationships of the iosCompliancePolicy object. + summary: Get windows10CompliancePolicy + description: Read properties and relationships of the windows10CompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -1722,11 +1722,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete androidWorkProfileCompliancePolicy - description: Deletes a androidWorkProfileCompliancePolicy. + summary: Delete windows10CompliancePolicy + description: Deletes a windows10CompliancePolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -4298,11 +4298,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: List androidWorkProfileGeneralDeviceConfigurations - description: List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + summary: List iosGeneralDeviceConfigurations + description: List properties and relationships of the iosGeneralDeviceConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosgeneraldeviceconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceConfiguration parameters: - $ref: '#/components/parameters/top' @@ -4352,11 +4352,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create windowsPhone81GeneralConfiguration - description: Create a new windowsPhone81GeneralConfiguration object. + summary: Create androidWorkProfileGeneralDeviceConfiguration + description: Create a new androidWorkProfileGeneralDeviceConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81generalconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceConfiguration requestBody: description: New navigation property @@ -4379,11 +4379,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get macOSCustomConfiguration - description: Read properties and relationships of the macOSCustomConfiguration object. + summary: Get windowsPhone81GeneralConfiguration + description: Read properties and relationships of the windowsPhone81GeneralConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81generalconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4427,11 +4427,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update windows10TeamGeneralConfiguration - description: Update the properties of a windows10TeamGeneralConfiguration object. + summary: Update sharedPCConfiguration + description: Update the properties of a sharedPCConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10teamgeneralconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4462,11 +4462,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete macOSDeviceFeaturesConfiguration - description: Deletes a macOSDeviceFeaturesConfiguration. + summary: Delete windowsPhone81CustomConfiguration + description: Deletes a windowsPhone81CustomConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macosdevicefeaturesconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81customconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -18277,7 +18277,7 @@ components: nullable: true operatingSystem: type: string - description: 'The operating system (OS) of the image. For example, Windows 10 Enterprise. Read-only.' + description: 'The operating system (OS) of the image. For example, Windows 11 Enterprise. Read-only.' nullable: true osBuildNumber: type: string @@ -20702,17 +20702,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -24252,6 +24252,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -24292,6 +24296,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -32826,37 +32831,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 06290e534fc..556d0fda4f3 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -10902,17 +10902,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -15323,6 +15323,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -15363,6 +15367,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -22397,37 +22402,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index 6007100c656..e54c55d92f2 100644 --- a/openApiDocs/v1.0/Devices.CorporateManagement.yml +++ b/openApiDocs/v1.0/Devices.CorporateManagement.yml @@ -14,7 +14,7 @@ paths: description: Read properties and relationships of the deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetDeviceAppManagement parameters: - name: $select @@ -54,7 +54,7 @@ paths: description: Update the properties of a deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateDeviceAppManagement requestBody: description: New property values @@ -2252,11 +2252,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: List managedAppPolicies - description: List properties and relationships of the managedAppPolicy objects. + summary: List managedAppProtections + description: List properties and relationships of the managedAppProtection objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppPolicy parameters: - $ref: '#/components/parameters/top' @@ -2329,11 +2329,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get managedAppPolicy - description: Read properties and relationships of the managedAppPolicy object. + summary: Get windowsInformationProtection + description: Read properties and relationships of the windowsInformationProtection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotection-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedAppPolicy parameters: - name: managedAppPolicy-id @@ -2488,11 +2488,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: List androidManagedAppRegistrations - description: List properties and relationships of the androidManagedAppRegistration objects. + summary: List iosManagedAppRegistrations + description: List properties and relationships of the iosManagedAppRegistration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppRegistration parameters: - $ref: '#/components/parameters/top' @@ -2569,11 +2569,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: Get iosManagedAppRegistration - description: Read properties and relationships of the iosManagedAppRegistration object. + summary: Get androidManagedAppRegistration + description: Read properties and relationships of the androidManagedAppRegistration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedAppRegistration parameters: - name: managedAppRegistration-id @@ -3561,11 +3561,11 @@ paths: get: tags: - deviceAppManagement.managedAppStatus - summary: List managedAppStatuses - description: List properties and relationships of the managedAppStatus objects. + summary: List managedAppStatusRaws + description: List properties and relationships of the managedAppStatusRaw objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppStatus parameters: - $ref: '#/components/parameters/top' @@ -3839,11 +3839,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBook - description: Read properties and relationships of the managedEBook object. + summary: Get iosVppEBook + description: Read properties and relationships of the iosVppEBook object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedEBook parameters: - name: managedEBook-id @@ -4015,11 +4015,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create iosVppEBookAssignment - description: Create a new iosVppEBookAssignment object. + summary: Create managedEBookAssignment + description: Create a new managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_CreateAssignment parameters: - name: managedEBook-id @@ -4051,11 +4051,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBookAssignment - description: Read properties and relationships of the managedEBookAssignment object. + summary: Get iosVppEBookAssignment + description: Read properties and relationships of the iosVppEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_GetAssignment parameters: - name: managedEBook-id @@ -7765,11 +7765,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: List managedApps - description: List properties and relationships of the managedApp objects. + summary: List windowsMicrosoftEdgeApps + description: List properties and relationships of the windowsMicrosoftEdgeApp objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListMobileApp parameters: - $ref: '#/components/parameters/top' @@ -7819,11 +7819,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create win32LobApp - description: Create a new win32LobApp object. + summary: Create microsoftStoreForBusinessApp + description: Create a new microsoftStoreForBusinessApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-microsoftstoreforbusinessapp-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateMobileApp requestBody: description: New navigation property @@ -7846,11 +7846,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get macOSOfficeSuiteApp - description: Read properties and relationships of the macOSOfficeSuiteApp object. + summary: Get managedIOSLobApp + description: Read properties and relationships of the managedIOSLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-managedioslobapp-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMobileApp parameters: - name: mobileApp-id @@ -7894,11 +7894,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update managedIOSStoreApp - description: Update the properties of a managedIOSStoreApp object. + summary: Update macOSLobApp + description: Update the properties of a macOSLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managediosstoreapp-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateMobileApp parameters: - name: mobileApp-id @@ -7929,11 +7929,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete iosiPadOSWebClip - description: Deletes a iosiPadOSWebClip. + summary: Delete windowsUniversalAppX + description: Deletes a windowsUniversalAppX. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteMobileApp parameters: - name: mobileApp-id @@ -32835,6 +32835,8 @@ components: - title: win32LobApp type: object properties: + allowedArchitectures: + $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' applicableArchitectures: $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' installCommandLine: @@ -37291,22 +37293,22 @@ components: - box - localStorage type: string - description: Storage locations where managed apps can potentially store their data + description: The storage locations where managed apps can potentially store their data. x-ms-enum: name: managedAppDataStorageLocation modelAsString: false values: - value: oneDriveForBusiness - description: OneDrive for business + description: Indicates allowed storage location for the managed app to save files is 'OneDrive for Business'. name: oneDriveForBusiness - value: sharePoint - description: SharePoint + description: Indicates allowed storage location for the managed app to save files is 'Sharepoint'. name: sharePoint - value: box - description: Box + description: Indicates that the allowed storage location for a managed app to save files is to 'Box'. Box is a non-Microsoft solution that enables cloud-based file storage capabilities. name: box - value: localStorage - description: Local storage on the device + description: Indicates allowed storage location for the managed app to save files is local storage on the device. name: localStorage microsoft.graph.managedAppDataTransferLevel: title: managedAppDataTransferLevel @@ -39717,17 +39719,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -42744,6 +42746,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -42784,6 +42790,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -51139,37 +51146,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 512418c836b..6effac53316 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -9276,6 +9276,7 @@ paths: tags: - education.reportsRoot summary: Get readingAssignmentSubmissions from education + description: Details of submitted reading assignments. operationId: education.report_GetReadingAssignmentSubmission parameters: - name: readingAssignmentSubmission-id @@ -9469,6 +9470,7 @@ paths: tags: - education.reportsRoot summary: Get reflectCheckInResponses from education + description: Details of check-in responses. operationId: education.report_GetReflectCheckInResponse parameters: - name: reflectCheckInResponse-id @@ -16276,11 +16278,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.readingAssignmentSubmission' + description: Details of submitted reading assignments. x-ms-navigationProperty: true reflectCheckInResponses: type: array items: $ref: '#/components/schemas/microsoft.graph.reflectCheckInResponse' + description: Details of check-in responses. x-ms-navigationProperty: true additionalProperties: type: object @@ -19372,17 +19376,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -23354,6 +23358,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -23394,6 +23402,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -32159,37 +32168,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index c92ab012d3e..d82fd31cafd 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -80673,17 +80673,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -85068,6 +85068,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -85108,6 +85112,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -89252,37 +89257,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.printerCapabilities: diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index cbf738c1c2d..af7a7625e4d 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -905,7 +905,7 @@ paths: description: Delete conversation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 operationId: group_DeleteConversation parameters: - name: group-id @@ -10291,11 +10291,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversationThread + summary: Delete conversation thread description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 operationId: group_DeleteThread parameters: - name: group-id @@ -20451,17 +20451,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -24533,6 +24533,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -24573,6 +24577,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -33518,37 +33523,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index 26fc3e43848..91301022f58 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -25521,17 +25521,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -30768,6 +30768,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -30808,6 +30812,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -40584,37 +40589,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index b8e729c602e..463bf0d0df3 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -14695,11 +14695,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentWorkflowExtension - description: Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + summary: Get accessPackageAssignmentRequestWorkflowExtension + description: Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalog_GetCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -57910,11 +57910,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: Get agreement - description: Retrieve the properties and relationships of an agreement object. + summary: List files (terms of use agreement files) + description: Retrieve all files related to an agreement. This includes the default file and all localized files. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse_GetAgreement parameters: - name: agreement-id @@ -75400,17 +75400,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -80363,6 +80363,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -80403,6 +80407,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -89437,37 +89442,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 76423a51486..007a39dc229 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -5928,11 +5928,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update ipNamedlocation - description: Update the properties of an ipNamedLocation object. + summary: Update countryNamedLocation + description: Update the properties of a countryNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 operationId: identity.conditionalAccess_UpdateNamedLocation parameters: - name: namedLocation-id @@ -16848,11 +16848,11 @@ paths: patch: tags: - tenantRelationships.multiTenantOrganization - summary: Create multiTenantOrganization - description: 'Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization.' + summary: Update multiTenantOrganization + description: Update the properties of a multitenant organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 operationId: tenantRelationship_UpdateMultiTenantOrganization requestBody: description: New navigation property values @@ -25862,17 +25862,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -31060,6 +31060,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -31100,6 +31104,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -40415,37 +40420,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Search.yml b/openApiDocs/v1.0/Search.yml index 2acfb3b24d0..fdc1b0b9bc2 100644 --- a/openApiDocs/v1.0/Search.yml +++ b/openApiDocs/v1.0/Search.yml @@ -962,11 +962,11 @@ paths: put: tags: - external.externalConnection - summary: Update externalItem - description: Update the properties of an externalItem object. + summary: Create externalItem + description: Create a new externalItem object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0 operationId: external.connection_SetItem parameters: - name: externalConnection-id diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 14df3520200..3200cb0e15c 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -24126,10 +24126,14 @@ components: - title: ediscoveryCaseSettings type: object properties: + caseType: + $ref: '#/components/schemas/microsoft.graph.security.caseType' ocr: $ref: '#/components/schemas/microsoft.graph.security.ocrSettings' redundancyDetection: $ref: '#/components/schemas/microsoft.graph.security.redundancyDetectionSettings' + reviewSetSettings: + $ref: '#/components/schemas/microsoft.graph.security.reviewSetSettings' topicModeling: $ref: '#/components/schemas/microsoft.graph.security.topicModelingSettings' additionalProperties: @@ -29192,6 +29196,13 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.security.caseType: + title: caseType + enum: + - standard + - premium + - unknownFutureValue + type: string microsoft.graph.security.ocrSettings: title: ocrSettings type: object @@ -29246,6 +29257,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.security.reviewSetSettings: + title: reviewSetSettings + enum: + - none + - disableGrouping + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.security.topicModelingSettings: title: topicModelingSettings type: object @@ -31510,17 +31530,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -37121,6 +37141,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -37161,6 +37185,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -45416,37 +45441,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.printMargin: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index ff29a9f5e08..0abfaf207d4 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -69365,11 +69365,11 @@ paths: get: tags: - sites.list - summary: List operations on a list - description: Get a list of rich long-running operations associated with a list. + summary: Get metadata for a list + description: Returns the metadata for a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0 operationId: site_GetList parameters: - name: site-id @@ -121025,17 +121025,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -125337,6 +125337,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -125377,6 +125381,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -129160,37 +129165,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.printerCapabilities: diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index f264976451c..da7254be96d 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -1392,11 +1392,11 @@ paths: get: tags: - chats.conversationMember - summary: Get conversationMember - description: Retrieve a conversationMember from a chat or channel. + summary: Get conversationMember in a chat + description: Retrieve a conversationMember from a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 operationId: chat_GetMember parameters: - name: chat-id @@ -1722,11 +1722,11 @@ paths: post: tags: - chats.chatMessage - summary: Send message in a chat - description: Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: chat_CreateMessage parameters: - name: chat-id @@ -20373,11 +20373,11 @@ paths: post: tags: - teams.channel - summary: Add conversationMember - description: Add a conversationMember to a channel. + summary: Add member to channel + description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 operationId: team.channel_CreateMember parameters: - name: team-id @@ -20481,11 +20481,11 @@ paths: patch: tags: - teams.channel - summary: Update member in channel - description: Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Update conversationMember + description: Update the role of a conversationMember in a team or channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 operationId: team.channel_UpdateMember parameters: - name: team-id @@ -20532,11 +20532,11 @@ paths: delete: tags: - teams.channel - summary: Delete conversationMember - description: Delete a conversationMember from a channel. + summary: Remove member from channel + description: Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0 operationId: team.channel_DeleteMember parameters: - name: team-id @@ -70976,17 +70976,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -73905,6 +73905,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -73945,6 +73949,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -74483,37 +74488,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.attendeeType: diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index 7f6daaa9b5f..2454eb685f5 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -4109,17 +4109,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -7922,6 +7922,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -7962,6 +7966,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -17103,37 +17108,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 3a99941d19a..d2aa2196635 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -3315,17 +3315,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -7229,6 +7229,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -7269,6 +7273,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -16469,37 +16474,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 6f290fa8fb2..dfe18718998 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -73,11 +73,11 @@ paths: post: tags: - users.user - summary: Create user - description: Create a new user object. + summary: Create User + description: "Create a new user.\nThe request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0 operationId: user_CreateUser requestBody: description: New entity @@ -152,7 +152,7 @@ paths: description: Update the properties of a user object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-user-update?view=graph-rest-1.0 operationId: user_UpdateUser parameters: - name: user-id @@ -183,11 +183,11 @@ paths: delete: tags: - users.user - summary: Delete user - description: Deletes a user. + summary: Delete a user + description: 'Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 operationId: user_DeleteUser parameters: - name: user-id @@ -11494,7 +11494,7 @@ paths: description: Update the properties of a user object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-user-update?view=graph-rest-1.0 operationId: user_UpdateUserGraphBPreUserPrincipalName parameters: - name: userPrincipalName @@ -11525,11 +11525,11 @@ paths: delete: tags: - users.user - summary: Delete user - description: Deletes a user. + summary: Delete a user + description: 'Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 operationId: user_DeleteUserGraphBPreUserPrincipalName parameters: - name: userPrincipalName @@ -16267,17 +16267,17 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.' nullable: true availability: type: string - description: 'The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown.' + description: 'The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.' nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' sequenceNumber: type: string - description: The lexicographically sortable string stamp that represents the version of a presence object. + description: The lexicographically sortable String stamp that represents the version of a presence object. nullable: true readOnly: true statusMessage: @@ -21223,6 +21223,10 @@ components: type: boolean description: Indicates whether breakout rooms are enabled for the meeting. nullable: true + allowCopyingAndSharingMeetingContent: + type: boolean + description: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + nullable: true allowedLobbyAdmitters: $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' allowedPresenters: @@ -21263,6 +21267,7 @@ components: $ref: '#/components/schemas/microsoft.graph.chatRestrictions' isEndToEndEncryptionEnabled: type: boolean + description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. nullable: true isEntryExitAnnounced: type: boolean @@ -30302,37 +30307,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. additionalProperties: type: object microsoft.graph.scheduleEntityTheme: diff --git a/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md b/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md index e69de29bb2d..d05037861a5 100644 --- a/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md +++ b/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md @@ -0,0 +1,11 @@ +### Example + +```powershell + +Import-Module Microsoft.Graph.Beta.Applications + +Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId + +``` +This example shows how to use the Get-MgBetaServicePrincipalSynchronizationTemplate Cmdlet. + diff --git a/src/Applications/beta/examples/Get-MgBetaServicePrincipalTokenLifetimePolicyByRef.md b/src/Applications/beta/examples/Get-MgBetaServicePrincipalTokenLifetimePolicyByRef.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalCreatedObject.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalCreatedObject.md index 246a628170e..b78aaf3e238 100644 --- a/src/Applications/v1.0/examples/Get-MgServicePrincipalCreatedObject.md +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalCreatedObject.md @@ -1,7 +1,11 @@ -### Example 1: Using the Get-MgServicePrincipalCreatedObject Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Applications + Get-MgServicePrincipalCreatedObject -ServicePrincipalId $servicePrincipalId + ``` This example shows how to use the Get-MgServicePrincipalCreatedObject Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalOwnedObject.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalOwnedObject.md index 7443ae80461..086b7c88195 100644 --- a/src/Applications/v1.0/examples/Get-MgServicePrincipalOwnedObject.md +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalOwnedObject.md @@ -1,7 +1,11 @@ -### Example 1: Using the Get-MgServicePrincipalOwnedObject Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Applications + Get-MgServicePrincipalOwnedObject -ServicePrincipalId $servicePrincipalId + ``` This example shows how to use the Get-MgServicePrincipalOwnedObject Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md index ce3990f381e..e69de29bb2d 100644 --- a/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md @@ -1,11 +0,0 @@ -### Example - -```powershell - -Import-Module Microsoft.Graph.Applications - -Get-MgServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId - -``` -This example shows how to use the Get-MgServicePrincipalSynchronizationTemplate Cmdlet. - diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index dd3a8494a1c..dcfb6276015 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1 +1 @@ -[{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/addKey","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphKeyCredential","Module":"Applications","Command":"Add-MgApplicationKey"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/addPassword","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPasswordCredential","Module":"Applications","Command":"Add-MgApplicationPassword"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/applyDecisions","Variants":["Apply","ApplyViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Add-MgBetaAccessReviewDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions","Variants":["Apply","ApplyViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Add-MgBetaAccessReviewInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/addKey","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphKeyCredential","Module":"Beta.Applications","Command":"Add-MgBetaApplicationKey"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/addPassword","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPasswordCredential","Module":"Beta.Applications","Command":"Add-MgBetaApplicationPassword"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaChatMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Compliance","Command":"Add-MgBetaComplianceEdiscoveryCaseCustodianHold"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Compliance","Command":"Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags","Variants":["Apply","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Compliance","Command":"Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Compliance","Command":"Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps","Variants":["Add","AddExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Add-MgBetaDriveListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Add-MgBetaDriveListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalActivityResult","Module":"Beta.Search","Command":"Add-MgBetaExternalConnectionItemActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Add-MgBetaGroupDriveListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/addFavorite","Variants":["Add","AddViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Add-MgBetaGroupFavorite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Add-MgBetaGroupSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentModelUsage","Module":"Beta.Groups","Command":"Add-MgBetaGroupSiteContentModelGetByNameToDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/addToDrive","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentModelUsage","Module":"Beta.Sites","Command":"Add-MgBetaGroupSiteContentModelToDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Add-MgBetaGroupSiteContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Add-MgBetaGroupSiteListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaGroupTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaGroupTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaGroupTeamMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaGroupTeamPrimaryChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaGroupTeamPrimaryChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Add-MgBetaGroupToLifecyclePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions","Variants":["Apply","ApplyViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions","Variants":["Apply","ApplyViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags","Variants":["Apply","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSelfSignedCertificate","Module":"Beta.Applications","Command":"Add-MgBetaServicePrincipalTokenSigningCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Add-MgBetaShareListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Add-MgBetaShareListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/add","Variants":["Add","AddExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Add-MgBetaSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentModelUsage","Module":"Beta.Sites","Command":"Add-MgBetaSiteContentModelGetByNameToDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Add-MgBetaSiteContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Add-MgBetaSiteContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Add-MgBetaSiteListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Add-MgBetaSiteListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaTeamMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaTeamPrimaryChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaTeamPrimaryChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaTeamworkDeletedTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaTeamworkDeletedTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Add-MgBetaUserChatMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Add-MgBetaUserDriveListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/followedSites/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Add-MgBetaUserFollowedSite"},{"Method":"POST","CommandAlias":"Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById"},{"Method":"POST","CommandAlias":"Add-MgBetaWuDeploymentAudienceMember","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Add-MgBetaWindowsUpdatesDeploymentAudienceMember"},{"Method":"POST","CommandAlias":"Add-MgBetaWuDeploymentAudienceMemberGraphBPreId","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById"},{"Method":"POST","CommandAlias":"Add-MgBetaWuPolicyAudienceExclusionMember","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember"},{"Method":"POST","CommandAlias":"Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById"},{"Method":"POST","CommandAlias":"Add-MgBetaWuPolicyAudienceMember","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Add-MgBetaWindowsUpdatesPolicyAudienceMember"},{"Method":"POST","CommandAlias":"Add-MgBetaWuPolicyAudienceMemberGraphBPreId","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Add-MgBetaWindowsUpdatesPolicyAudienceMemberById"},{"Method":"POST","CommandAlias":"Add-MgBetaWuUpdatableAssetMember","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Add-MgBetaWindowsUpdatesUpdatableAssetMember"},{"Method":"POST","CommandAlias":"Add-MgBetaWuUpdatableAssetMemberGraphBPreId","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Add-MgBetaWindowsUpdatesUpdatableAssetMemberById"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgChatMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/addLargeGalleryView","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAddLargeGalleryViewOperation","Module":"CloudCommunications","Command":"Add-MgCommunicationCallLargeGalleryView"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Add-MgDriveListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Add-MgDriveListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-addactivities?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalActivityResult","Module":"Search","Command":"Add-MgExternalConnectionItemActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Add-MgGroupDriveListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Add-MgGroupDriveListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/addFavorite","Variants":["Add","AddViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Add-MgGroupFavorite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Add-MgGroupSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Add-MgGroupSiteContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Add-MgGroupSiteContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Add-MgGroupSiteListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Add-MgGroupSiteListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgGroupTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgGroupTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgGroupTeamMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgGroupTeamPrimaryChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgGroupTeamPrimaryChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Add-MgGroupToLifecyclePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions","Variants":["Apply","ApplyViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Add-MgSecurityCaseEdiscoveryCaseCustodianHold"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags","Variants":["Apply","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/addKey","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphKeyCredential","Module":"Applications","Command":"Add-MgServicePrincipalKey"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/addPassword","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPasswordCredential","Module":"Applications","Command":"Add-MgServicePrincipalPassword"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSelfSignedCertificate","Module":"Applications","Command":"Add-MgServicePrincipalTokenSigningCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Add-MgShareListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Add-MgShareListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/add","Variants":["Add","AddExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Add-MgSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Add-MgSiteContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Add-MgSiteContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Add-MgSiteListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Add-MgSiteListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgTeamMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgTeamPrimaryChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgTeamPrimaryChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgTeamworkDeletedTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgTeamworkDeletedTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Add-MgUserChatMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Add-MgUserDriveListContentTypeCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Add-MgUserDriveListContentTypeCopyFromContentTypeHub"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/followedSites/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Add-MgUserFollowedSite"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps","Variants":["Approve","ApproveExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/unsetVerifiedPublisher","Variants":["Unset","UnsetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Clear-MgApplicationVerifiedPublisher"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/unsetVerifiedPublisher","Variants":["Unset","UnsetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Clear-MgBetaApplicationVerifiedPublisher"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaChatMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaChatMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData","Variants":["Purge","PurgeViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData"},{"Method":"POST","CommandAlias":"Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe","Variants":["Wipe","WipeViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/clearEnrollmentTimeDeviceMembershipTarget","Variants":["Clear","ClearViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Clear-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/wipe","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Clear-MgBetaDeviceManagementComanagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/clearEnrollmentTimeDeviceMembershipTarget","Variants":["Clear","ClearViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/wipe","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Clear-MgBetaDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaGroupTeamChannelMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaGroupTeamChannelMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaGroupTeamPrimaryChannelMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData","Variants":["Purge","PurgeExpanded","PurgeViaIdentity","PurgeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaTeamChannelMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaTeamChannelMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaTeamPrimaryChannelMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaTeamPrimaryChannelMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/wipeAndBlockManagedApps","Variants":["Wipe","WipeViaIdentity"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Clear-MgBetaUserAndBlockManagedApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaUserChatMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Clear-MgBetaUserChatMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag","Variants":["Wipe1","WipeExpanded1","WipeViaIdentity1","WipeViaIdentityExpanded1"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Clear-MgBetaUserManagedAppRegistrationByDeviceTag"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/wipe","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Clear-MgBetaUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgChatMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgChatMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/presences/{presence-id}/clearPresence","Variants":["Clear","ClearExpanded","ClearViaIdentity","ClearViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Clear-MgCommunicationPresence"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/presences/{presence-id}/clearUserPreferredPresence","Variants":["Clear","ClearViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Clear-MgCommunicationPresenceUserPreferredPresence"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/wipe","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement","Command":"Clear-MgDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgGroupTeamChannelMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgGroupTeamChannelMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgGroupTeamPrimaryChannelMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgGroupTeamPrimaryChannelMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData","Variants":["Purge","PurgeExpanded","PurgeViaIdentity","PurgeViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Clear-MgSecurityCaseEdiscoveryCaseSearchData"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgTeamChannelMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgTeamChannelMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgTeamPrimaryChannelMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgTeamPrimaryChannelMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgTeamworkDeletedTeamChannelMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgUserChatMessageReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Clear-MgUserChatMessageReplyReaction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/wipe","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Clear-MgUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Presence.ReadWrite","Description":"Read and write your presence information","FullDescription":"Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/presence/clearPresence","Variants":["Clear","ClearExpanded","ClearViaIdentity","ClearViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Clear-MgUserPresence"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Presence.ReadWrite","Description":"Read and write your presence information","FullDescription":"Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/presence/clearUserPreferredPresence","Variants":["Clear","ClearViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Clear-MgUserPresenceUserPreferredPresence"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/close","Variants":["Close","CloseViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Close-MgBetaComplianceEdiscoveryCase"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/close","Variants":["Close","CloseViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Close-MgBetaSecurityCaseEdiscoveryCase"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/close","Variants":["Close","CloseViaIdentity"],"OutputType":null,"Module":"Security","Command":"Close-MgSecurityCaseEdiscoveryCase"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')","Variants":["Compare","CompareViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingComparison","Module":"Beta.DeviceManagement","Command":"Compare-MgBetaDeviceManagementIntent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')","Variants":["Compare","CompareViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingComparison","Module":"Beta.DeviceManagement","Command":"Compare-MgBetaDeviceManagementTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')","Variants":["Compare","CompareViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingComparison","Module":"Beta.DeviceManagement","Command":"Compare-MgBetaDeviceManagementTemplateMigratableTo"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Complete-MgBetaChatMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkSettings/completeSignup","Variants":["Complete","CompleteExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup","Variants":["Complete","CompleteExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/impactedResources/{impactedResource-id}/complete","Variants":["Complete","CompleteViaIdentity"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Complete-MgBetaDirectoryImpactedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/complete","Variants":["Complete","CompleteViaIdentity"],"OutputType":"IMicrosoftGraphRecommendation","Module":"Beta.Identity.DirectoryManagement","Command":"Complete-MgBetaDirectoryRecommendation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete","Variants":["Complete","CompleteViaIdentity"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Complete-MgBetaDirectoryRecommendationImpactedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Complete-MgBetaGroupTeamChannelMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Complete-MgBetaGroupTeamMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Complete-MgBetaGroupTeamPrimaryChannelMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Complete-MgBetaTeamChannelMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Complete-MgBetaTeamMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Complete-MgBetaTeamPrimaryChannelMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Complete-MgBetaTeamworkDeletedTeamChannelMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Complete-MgBetaUserChatMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/complete","Variants":["Complete","CompleteViaIdentity"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Complete-MgBetaUserOutlookTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete","Variants":["Complete","CompleteViaIdentity"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Complete-MgBetaUserOutlookTaskFolderTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete","Variants":["Complete","CompleteViaIdentity"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Complete-MgBetaUserOutlookTaskGroupTaskFolderTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Complete-MgGroupTeamChannelMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Complete-MgGroupTeamMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Complete-MgGroupTeamPrimaryChannelMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Complete-MgTeamChannelMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Complete-MgTeamMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Complete-MgTeamPrimaryChannelMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Complete-MgTeamworkDeletedTeamChannelMigration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Confirm-MgApplicationMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Confirm-MgApplicationMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/auditLogs/signIns/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"OutputType":null,"Module":"Reports","Command":"Confirm-MgAuditLogSignInCompromised"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/auditLogs/signIns/confirmSafe","Variants":["Confirm","ConfirmExpanded"],"OutputType":null,"Module":"Reports","Command":"Confirm-MgAuditLogSignInSafe"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaAdministrativeUnitMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaAdministrativeUnitMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Confirm-MgBetaApplicationMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Confirm-MgBetaApplicationMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/signIns/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Confirm-MgBetaAuditLogSignInCompromised"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/signIns/confirmSafe","Variants":["Confirm","ConfirmExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Confirm-MgBetaAuditLogSignInSafe"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaContactMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaContactMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contracts/{contract-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaContractMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contracts/{contract-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaContractMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')","Variants":["Verify","VerifyViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Functions","Command":"Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDeviceMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDeviceMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDirectoryDeletedItemMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDirectoryDeletedItemMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryObjects/{directoryObject-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DirectoryObjects","Command":"Confirm-MgBetaDirectoryObjectMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryObjects/{directoryObject-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DirectoryObjects","Command":"Confirm-MgBetaDirectoryObjectMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDirectoryRoleMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDirectoryRoleMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDirectoryRoleTemplateMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDirectoryRoleTemplateMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDirectorySettingTemplateMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDirectorySettingTemplateMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/verify","Variants":["Verify","VerifyViaIdentity"],"OutputType":"IMicrosoftGraphDomain","Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaDomain"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/checkGrantedPermissionsForApp","Variants":["Check","CheckViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Groups","Command":"Confirm-MgBetaGroupGrantedPermissionForApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Confirm-MgBetaGroupMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Confirm-MgBetaGroupMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature","Variants":["Verify","VerifyExpanded","VerifyViaIdentity","VerifyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Confirm-MgBetaGroupSiteInformationProtectionSignature"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/confirm","Variants":["Confirm","ConfirmViaIdentity"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Confirm-MgBetaGroupTeamScheduleTimeCard"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/confirmForUser","Variants":["Confirm","ConfirmExpanded","ConfirmViaIdentity","ConfirmViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Confirm-MgBetaGroupTeamScheduleTimeCardForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/verifySignature","Variants":["Verify","VerifyExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Confirm-MgBetaInformationProtectionSignature"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaOrganizationMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Confirm-MgBetaOrganizationMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Confirm-MgBetaRiskyServicePrincipalCompromised"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Confirm-MgBetaRiskyUserCompromised"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-confirmsafe?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/confirmSafe","Variants":["Confirm","ConfirmExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Confirm-MgBetaRiskyUserSafe"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Confirm-MgBetaServicePrincipalMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Confirm-MgBetaServicePrincipalMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm","Variants":["Confirm","ConfirmViaIdentity"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Confirm-MgBetaTeamScheduleTimeCard"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirmForUser","Variants":["Confirm","ConfirmExpanded","ConfirmViaIdentity","ConfirmViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Confirm-MgBetaTeamScheduleTimeCardForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/verifySignature","Variants":["Verify","VerifyExpanded","VerifyViaIdentity","VerifyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Confirm-MgBetaUserInformationProtectionSignature"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Confirm-MgBetaUserMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Confirm-MgBetaUserMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgContactMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgContactMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contracts/{contract-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgContractMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contracts/{contract-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgContractMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')","Variants":["Verify","VerifyViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Functions","Command":"Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgDeviceMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgDeviceMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgDirectoryDeletedItemMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgDirectoryDeletedItemMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryObjects/{directoryObject-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"DirectoryObjects","Command":"Confirm-MgDirectoryObjectMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryObjects/{directoryObject-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"DirectoryObjects","Command":"Confirm-MgDirectoryObjectMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgDirectoryRoleMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgDirectoryRoleMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgDirectoryRoleTemplateMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgDirectoryRoleTemplateMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/verify","Variants":["Verify","VerifyViaIdentity"],"OutputType":"IMicrosoftGraphDomain","Module":"Identity.DirectoryManagement","Command":"Confirm-MgDomain"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/checkGrantedPermissionsForApp","Variants":["Check","CheckViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Groups","Command":"Confirm-MgGroupGrantedPermissionForApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Confirm-MgGroupMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Confirm-MgGroupMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Confirm-MgGroupSettingTemplateMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Confirm-MgGroupSettingTemplateMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/confirm","Variants":["Confirm","ConfirmViaIdentity"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Confirm-MgGroupTeamScheduleTimeCard"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgOrganizationMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Confirm-MgOrganizationMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Confirm-MgRiskyServicePrincipalCompromised"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Confirm-MgRiskyUserCompromised"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-confirmsafe?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/confirmSafe","Variants":["Confirm","ConfirmExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Confirm-MgRiskyUserSafe"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Confirm-MgServicePrincipalMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Confirm-MgServicePrincipalMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm","Variants":["Confirm","ConfirmViaIdentity"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Confirm-MgTeamScheduleTimeCard"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Users.Actions","Command":"Confirm-MgUserMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"OutputType":null,"Module":"Users.Actions","Command":"Confirm-MgUserMemberObject"},{"Method":"GET","CommandAlias":"Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')","Variants":["Convert","ConvertViaIdentity"],"OutputType":"IMicrosoftGraphMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User-ConvertToInternal.ReadWrite.All","Description":"Convert an external user to internal member user","FullDescription":"Allow the app to convert an external user to an internal member user on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User-ConvertToInternal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/convertExternalToInternalMemberUser","Variants":["Convert","ConvertExpanded","ConvertViaIdentity","ConvertViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversionUserDetails","Module":"Beta.Users.Actions","Command":"Convert-MgBetaUserExternalToInternalMemberUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Copy-MgBetaDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Copy-MgBetaDriveListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Copy-MgBetaDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Copy-MgBetaGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Copy-MgBetaGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteNotebookSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteNotebookSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteNotebookSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteNotebookSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteNotebookSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteNotebookSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenotePageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaGroupOnenoteSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenotePageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Copy-MgBetaGroupSiteOnenoteSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/clone","Variants":["Clone","CloneExpanded","CloneViaIdentity","CloneViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Copy-MgBetaGroupTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Copy-MgBetaShareListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Copy-MgBetaSiteContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Copy-MgBetaSiteListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteNotebookSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteNotebookSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenotePageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaSiteOnenoteSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Team.Create","Description":"Create teams","FullDescription":"Allows the app to create teams on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/clone","Variants":["Clone","CloneExpanded","CloneViaIdentity","CloneViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Copy-MgBetaTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Copy-MgBetaUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Copy-MgBetaUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Copy-MgBetaUserMailFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Copy-MgBetaUserMailFolderChildFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Copy-MgBetaUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Copy-MgBetaUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Copy-MgBetaUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteNotebookSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteNotebookSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteNotebookSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteNotebookSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteNotebookSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteNotebookSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenotePageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Copy-MgBetaUserOnenoteSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Copy-MgDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Copy-MgDriveListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Copy-MgDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Copy-MgGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Copy-MgGroupDriveListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Copy-MgGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteNotebookSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteNotebookSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteNotebookSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteNotebookSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteNotebookSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteNotebookSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenotePageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgGroupOnenoteSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Copy-MgGroupSiteContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Copy-MgGroupSiteListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteNotebookSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteNotebookSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteNotebookSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteNotebookSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteNotebookSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteNotebookSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenotePageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Copy-MgGroupSiteOnenoteSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/clone","Variants":["Clone","CloneExpanded","CloneViaIdentity","CloneViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Copy-MgGroupTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Copy-MgShareListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Copy-MgSiteContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Copy-MgSiteListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteNotebookSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteNotebookSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteNotebookSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenotePageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgSiteOnenoteSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Team.Create","Description":"Create teams","FullDescription":"Allows the app to create teams on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/clone","Variants":["Clone","CloneExpanded","CloneViaIdentity","CloneViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Copy-MgTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Copy-MgUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Copy-MgUserDriveListContentTypeToDefaultContentLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Copy-MgUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Copy-MgUserMailFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Copy-MgUserMailFolderChildFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Copy-MgUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Copy-MgUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Copy-MgUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteNotebookSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteNotebookSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteNotebookSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteNotebookSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteNotebookSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteNotebookSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenotePageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteSectionGroupSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteSectionGroupSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteSectionGroupSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteSectionPageToSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteSectionToNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Copy-MgUserOnenoteSectionToSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/disable","Variants":["Disable","DisableViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Disable-MgBetaDeviceManagementComanagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode","Variants":["Disable","DisableViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Disable-MgBetaDeviceManagementComanagedDeviceLostMode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/disable","Variants":["Disable","DisableViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Disable-MgBetaDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode","Variants":["Disable","DisableViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Disable-MgBetaDeviceManagementManagedDeviceLostMode"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn","Variants":["Disable","DisableViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Disable-MgBetaUserAuthenticationMethodSmsSignIn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/disable","Variants":["Disable","DisableViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Disable-MgBetaUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode","Variants":["Disable","DisableViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Disable-MgBetaUserManagedDeviceLostMode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode","Variants":["Disable","DisableViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Disable-MgDeviceManagementManagedDeviceLostMode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn","Variants":["Disable","DisableViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Disable-MgUserAuthenticationPhoneMethodSmsSignIn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode","Variants":["Disable","DisableViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Disable-MgUserManagedDeviceLostMode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect","Variants":["Disconnect","DisconnectViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Disconnect-MgDeviceManagementRemoteAssistancePartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters/enable","Variants":["Enable","EnableExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Enable-MgBetaDeviceManagementAssignmentFilter"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode","Variants":["Enable","EnableExpanded","EnableViaIdentity","EnableViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Enable-MgBetaDeviceManagementComanagedDeviceLostMode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/enableGlobalScripts","Variants":["Enable"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode","Variants":["Enable","EnableExpanded","EnableViaIdentity","EnableViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Enable-MgBetaDeviceManagementManagedDeviceLostMode"},{"Method":"POST","CommandAlias":"Enable-MgBetaBackupRestore","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/enable","Variants":["Enable","EnableExpanded"],"OutputType":"IMicrosoftGraphServiceStatus","Module":"Beta.BackupRestore","Command":"Enable-MgBetaSolutionBackupRestore"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn","Variants":["Enable","EnableViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Enable-MgBetaUserAuthenticationMethodSmsSignIn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode","Variants":["Enable","EnableExpanded","EnableViaIdentity","EnableViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Enable-MgBetaUserManagedDeviceLostMode"},{"Method":"POST","CommandAlias":"Enable-MgBackupRestore","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/enable","Variants":["Enable","EnableExpanded"],"OutputType":"IMicrosoftGraphServiceStatus","Module":"BackupRestore","Command":"Enable-MgSolutionBackupRestore"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn","Variants":["Enable","EnableViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Enable-MgUserAuthenticationPhoneMethodSmsSignIn"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Compliance","Command":"Export-MgBetaComplianceEdiscoveryCaseReviewSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig","Variants":["Export","ExportViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Export-MgBetaDirectoryInboundSharedUserProfilePersonalData"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export","Variants":["Export","ExportViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Export-MgBetaPrivilegedAccessResourceRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/export","Variants":["Export","ExportViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Export-MgBetaPrivilegedAccessRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation/billed/export","Variants":["Export","ExportExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Beta.Reports","Command":"Export-MgBetaReportPartnerBillingReconciliationBilled"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-unbilledreconciliation-export?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation/unbilled/export","Variants":["Export","ExportExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Beta.Reports","Command":"Export-MgBetaReportPartnerBillingReconciliationUnbilled"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/partners/billing/usage/billed/export","Variants":["Export","ExportExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Beta.Reports","Command":"Export-MgBetaReportPartnerBillingUsageBilled"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/partners/billing/usage/unbilled/export","Variants":["Export","ExportExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Beta.Reports","Command":"Export-MgBetaReportPartnerBillingUsageUnbilled"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-exportreport?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-exportresult?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/exportDeviceAndAppManagementData","Variants":["Export","Export1","ExportViaIdentity","ExportViaIdentity1"],"OutputType":null,"Module":"Beta.Users.Functions","Command":"Export-MgBetaUserDeviceAndAppManagementData"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.Export.All","Description":"Export user's data","FullDescription":"Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Export.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/exportPersonalData","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Export-MgBetaUserPersonalData"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation/billed/export","Variants":["Export","ExportExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Reports","Command":"Export-MgReportPartnerBillingReconciliationBilled"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-unbilledreconciliation-export?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation/unbilled/export","Variants":["Export","ExportExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Reports","Command":"Export-MgReportPartnerBillingReconciliationUnbilled"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage/billed/export","Variants":["Export","ExportExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Reports","Command":"Export-MgReportPartnerBillingUsageBilled"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage/unbilled/export","Variants":["Export","ExportExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Reports","Command":"Export-MgReportPartnerBillingUsageUnbilled"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Export-MgSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-exportreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Export-MgSecurityCaseEdiscoveryCaseSearchReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-exportresult?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Export-MgSecurityCaseEdiscoveryCaseSearchResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/exportDeviceAndAppManagementData","Variants":["Export","Export1","ExportViaIdentity","ExportViaIdentity1"],"OutputType":null,"Module":"Users.Functions","Command":"Export-MgUserDeviceAndAppManagementData"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.Export.All","Description":"Export user's data","FullDescription":"Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Export.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/exportPersonalData","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"OutputType":null,"Module":"Users.Actions","Command":"Export-MgUserPersonalData"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Find-MgApplicationSynchronizationJobSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Find-MgApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Find-MgBetaApplicationSynchronizationJobSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice","Variants":["Locate","LocateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Find-MgBetaDeviceManagementComanagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/locateDevice","Variants":["Locate","LocateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Find-MgBetaDeviceManagementManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})","Variants":["Find1","FindViaIdentity1"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Beta.Identity.SignIns","Command":"Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})","Variants":["Find","FindViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Beta.Identity.SignIns","Command":"Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbydomainname?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/findTenantInformationByDomainName(domainName='{domainName}')","Variants":["Find","FindViaIdentity"],"OutputType":"IMicrosoftGraphTenantInformation","Module":"Beta.Identity.DirectoryManagement","Command":"Find-MgBetaTenantRelationshipTenantInformationByDomainName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbytenantid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/findTenantInformationByTenantId(tenantId='{tenantId}')","Variants":["Find","FindViaIdentity"],"OutputType":"IMicrosoftGraphTenantInformation","Module":"Beta.Identity.DirectoryManagement","Command":"Find-MgBetaTenantRelationshipTenantInformationByTenantId"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice","Variants":["Locate","LocateViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Find-MgBetaUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite.Shared","Description":"Read and write to your and shared calendars","FullDescription":"Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/findMeetingTimes","Variants":["Find","FindExpanded","FindViaIdentity","FindViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingTimeSuggestionsResult","Module":"Beta.Users.Actions","Command":"Find-MgBetaUserMeetingTime"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/findRooms","Variants":["Find","Find1","FindViaIdentity","FindViaIdentity1"],"OutputType":"IMicrosoftGraphEmailAddress","Module":"Beta.Users.Functions","Command":"Find-MgBetaUserRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/findRoomLists","Variants":["Find","FindViaIdentity"],"OutputType":"IMicrosoftGraphEmailAddress","Module":"Beta.Users.Functions","Command":"Find-MgBetaUserRoomList"},{"Method":"GET","CommandAlias":"Find-MgBetaWuProductGraphBPreCatalogId","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')","Variants":["Find","FindViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Module":"Beta.WindowsUpdates","Command":"Find-MgBetaWindowsUpdatesProductByCatalogId"},{"Method":"GET","CommandAlias":"Find-MgBetaWuProductGraphBPreKbNumber","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})","Variants":["Find","FindViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Module":"Beta.WindowsUpdates","Command":"Find-MgBetaWindowsUpdatesProductByKbNumber"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/locateDevice","Variants":["Locate","LocateViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Find-MgDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Find-MgServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbydomainname?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/findTenantInformationByDomainName(domainName='{domainName}')","Variants":["Find","FindViaIdentity"],"OutputType":"IMicrosoftGraphTenantInformation","Module":"Identity.DirectoryManagement","Command":"Find-MgTenantRelationshipTenantInformationByDomainName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbytenantid?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/findTenantInformationByTenantId(tenantId='{tenantId}')","Variants":["Find","FindViaIdentity"],"OutputType":"IMicrosoftGraphTenantInformation","Module":"Identity.DirectoryManagement","Command":"Find-MgTenantRelationshipTenantInformationByTenantId"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice","Variants":["Locate","LocateViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Find-MgUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite.Shared","Description":"Read and write to your and shared calendars","FullDescription":"Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/findMeetingTimes","Variants":["Find","FindExpanded","FindViaIdentity","FindViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingTimeSuggestionsResult","Module":"Users.Actions","Command":"Find-MgUserMeetingTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/edge","Variants":["Get"],"OutputType":"IMicrosoftGraphEdge","Module":"DeviceManagement","Command":"Get-MgAdminEdge"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode","Variants":["Get"],"OutputType":"IMicrosoftGraphInternetExplorerMode","Module":"DeviceManagement","Command":"Get-MgAdminEdgeInternetExplorerMode"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBrowserSiteList","Module":"DeviceManagement","Command":"Get-MgAdminEdgeInternetExplorerModeSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists","Variants":["List"],"OutputType":"IMicrosoftGraphBrowserSiteList","Module":"DeviceManagement","Command":"Get-MgAdminEdgeInternetExplorerModeSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgAdminEdgeInternetExplorerModeSiteListCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBrowserSharedCookie","Module":"DeviceManagement","Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies","Variants":["List"],"OutputType":"IMicrosoftGraphBrowserSharedCookie","Module":"DeviceManagement","Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBrowserSite","Module":"DeviceManagement","Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites","Variants":["List"],"OutputType":"IMicrosoftGraphBrowserSite","Module":"DeviceManagement","Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/people","Variants":["Get"],"OutputType":"IMicrosoftGraphPeopleAdminSettings","Module":"Identity.DirectoryManagement","Command":"Get-MgAdminPeople"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/people/itemInsights","Variants":["Get"],"OutputType":"IMicrosoftGraphInsightsSettings","Module":"Identity.DirectoryManagement","Command":"Get-MgAdminPeopleItemInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfileCardProperty","Module":"Identity.DirectoryManagement","Command":"Get-MgAdminPeopleProfileCardProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/people/profileCardProperties","Variants":["List"],"OutputType":"IMicrosoftGraphProfileCardProperty","Module":"Identity.DirectoryManagement","Command":"Get-MgAdminPeopleProfileCardProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/people/profileCardProperties/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgAdminPeopleProfileCardPropertyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/people/pronouns","Variants":["Get"],"OutputType":"IMicrosoftGraphPronounsSettings","Module":"Identity.DirectoryManagement","Command":"Get-MgAdminPeoplePronoun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ReportSettings.Read.All","Description":"Read admin report settings","FullDescription":"Allows the app to read admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ReportSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ReportSettings.ReadWrite.All","Description":"Read and write admin report settings","FullDescription":"Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ReportSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/reportSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphAdminReportSettings","Module":"Reports","Command":"Get-MgAdminReportSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/sharepoint","Variants":["Get"],"OutputType":"IMicrosoftGraphSharepoint","Module":"Sites","Command":"Get-MgAdminSharepoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SharePointTenantSettings.Read.All","Description":"Read SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read the tenant-level settings in SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":"Read and change SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/sharepoint/settings","Variants":["Get"],"OutputType":"IMicrosoftGraphSharepointSettings","Module":"Sites","Command":"Get-MgAdminSharepointSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreement","Module":"Identity.Governance","Command":"Get-MgAgreement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements","Variants":["List"],"OutputType":"IMicrosoftGraphAgreement","Module":"Identity.Governance","Command":"Get-MgAgreement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Identity.Governance","Command":"Get-MgAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/acceptances","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Identity.Governance","Command":"Get-MgAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/acceptances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgAgreementAcceptanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Agreement.Read.All","Description":"Read all terms of use agreements","FullDescription":"Allows the app to read terms of use agreements on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Agreement.ReadWrite.All","Description":"Read and write all terms of use agreements","FullDescription":"Allows the app to read and write terms of use agreements on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFile","Module":"Identity.Governance","Command":"Get-MgAgreementFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"Get-MgAgreementFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgAgreementFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"Get-MgAgreementFileLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"Get-MgAgreementFileLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgAgreementFileLocalizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Get-MgAgreementFileLocalizationVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Get-MgAgreementFileLocalizationVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgAgreementFileLocalizationVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Get-MgAgreementFileVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Get-MgAgreementFileVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgAgreementFileVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/allChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgAllGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/allChannels","Variants":["List"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgAllGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/allChannels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgAllGroupTeamChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/getAllSites","Variants":["Get2"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgAllSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/allChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgAllTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/allChannels","Variants":["List"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgAllTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/allChannels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgAllTeamChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/getAllMessages","Variants":["Get"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgAllTeamMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/getAllMessages","Variants":["Get"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgAllTeamworkDeletedTeamMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgAllUserChatMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgAllUserChatMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgAppCatalogTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgAppCatalogTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/$count","Variants":["Get"],"OutputType":null,"Module":"Teams","Command":"Get-MgAppCatalogTeamAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Teams","Command":"Get-MgAppCatalogTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Teams","Command":"Get-MgAppCatalogTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgAppCatalogTeamAppDefinitionBot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgAppCatalogTeamAppDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"Get-MgApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"Get-MgApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/appManagementPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Applications","Command":"Get-MgApplicationAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/appManagementPolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationAppManagementPolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/appManagementPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationAppManagementPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications(appId='{appId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"Get-MgApplicationByAppId"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgApplicationById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"Get-MgApplicationByUniqueName"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/$count","Variants":["Get"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/createdOnBehalfOf","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgApplicationCreatedOnBehalfOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"Get-MgApplicationDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExtensionProperty","Module":"Applications","Command":"Get-MgApplicationExtensionProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/extensionProperties","Variants":["List"],"OutputType":"IMicrosoftGraphExtensionProperty","Module":"Applications","Command":"Get-MgApplicationExtensionProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/extensionProperties/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationExtensionPropertyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Applications","Command":"Get-MgApplicationFederatedIdentityCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/federatedIdentityCredentials","Variants":["List"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Applications","Command":"Get-MgApplicationFederatedIdentityCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Applications","Command":"Get-MgApplicationFederatedIdentityCredentialByName"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/federatedIdentityCredentials/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationFederatedIdentityCredentialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Applications","Command":"Get-MgApplicationHomeRealmDiscoveryPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Applications","Command":"Get-MgApplicationHomeRealmDiscoveryPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationHomeRealmDiscoveryPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/logo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationLogo"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgApplicationOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgApplicationOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgApplicationOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Applications","Command":"Get-MgApplicationOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Applications","Command":"Get-MgApplicationOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgApplicationOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgApplicationOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Applications","Command":"Get-MgApplicationOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Applications","Command":"Get-MgApplicationOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/$ref","Variants":["List"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationOwnerByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationOwnerCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationOwnerCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationOwnerCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationOwnerCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronization","Module":"Applications","Command":"Get-MgApplicationSynchronization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/acquireAccessToken","Variants":["Acquire","AcquireExpanded","AcquireViaIdentity","AcquireViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationSynchronizationAccessToken"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Applications","Command":"Get-MgApplicationSynchronizationJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs","Variants":["List"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Applications","Command":"Get-MgApplicationSynchronizationJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationSynchronizationJobBulkUpload"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationSynchronizationJobBulkUploadContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationSynchronizationJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Applications","Command":"Get-MgApplicationSynchronizationJobSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Get-MgApplicationSynchronizationJobSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Get-MgApplicationSynchronizationJobSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationSynchronizationJobSchemaDirectoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/secrets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationSynchronizationSecretCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Applications","Command":"Get-MgApplicationSynchronizationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates","Variants":["List"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Applications","Command":"Get-MgApplicationSynchronizationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationSynchronizationTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Applications","Command":"Get-MgApplicationSynchronizationTemplateSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Get-MgApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Get-MgApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applicationTemplates/{applicationTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplicationTemplate","Module":"Applications","Command":"Get-MgApplicationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applicationTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphApplicationTemplate","Module":"Applications","Command":"Get-MgApplicationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applicationTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/tokenIssuancePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Applications","Command":"Get-MgApplicationTokenIssuancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/tokenIssuancePolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationTokenIssuancePolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/tokenIssuancePolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationTokenIssuancePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/tokenLifetimePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Applications","Command":"Get-MgApplicationTokenLifetimePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/tokenLifetimePolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationTokenLifetimePolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/tokenLifetimePolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgApplicationTokenLifetimePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/auditLogs/directoryAudits/{directoryAudit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryAudit","Module":"Reports","Command":"Get-MgAuditLogDirectoryAudit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/auditLogs/directoryAudits","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryAudit","Module":"Reports","Command":"Get-MgAuditLogDirectoryAudit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/auditLogs/directoryAudits/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgAuditLogDirectoryAuditCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/auditLogs/provisioning/{provisioningObjectSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProvisioningObjectSummary","Module":"Reports","Command":"Get-MgAuditLogProvisioning"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/auditLogs/provisioning","Variants":["List"],"OutputType":"IMicrosoftGraphProvisioningObjectSummary","Module":"Reports","Command":"Get-MgAuditLogProvisioning"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/auditLogs/provisioning/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgAuditLogProvisioningCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/auditLogs/signIns/{signIn-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSignIn","Module":"Reports","Command":"Get-MgAuditLogSignIn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/auditLogs/signIns","Variants":["List"],"OutputType":"IMicrosoftGraphSignIn","Module":"Reports","Command":"Get-MgAuditLogSignIn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/auditLogs/signIns/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgAuditLogSignInCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReview","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReview","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/decisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReview","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReview","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstanceDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstanceDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstanceDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstanceMyDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstanceMyDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstanceMyDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstanceReviewer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstanceReviewer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewInstanceReviewerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewMyDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/myDecisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewMyDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/myDecisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewMyDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewReviewer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/reviewers","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewReviewer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/reviewers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAccessReviewReviewerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/edge","Variants":["Get"],"OutputType":"IMicrosoftGraphEdge","Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdge"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode","Variants":["Get"],"OutputType":"IMicrosoftGraphInternetExplorerMode","Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdgeInternetExplorerMode"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBrowserSiteList","Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists","Variants":["List"],"OutputType":"IMicrosoftGraphBrowserSiteList","Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBrowserSharedCookie","Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies","Variants":["List"],"OutputType":"IMicrosoftGraphBrowserSharedCookie","Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBrowserSite","Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites","Variants":["List"],"OutputType":"IMicrosoftGraphBrowserSite","Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/deletedMembers/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitDeletedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/deletedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitDeletedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/deletedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitDeletedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberCountAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitScopedRoleMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["List"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitScopedRoleMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitScopedRoleMemberCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdministrativeUnitUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people","Variants":["Get"],"OutputType":"IMicrosoftGraphPeopleAdminSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeople"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/itemInsights","Variants":["Get"],"OutputType":"IMicrosoftGraphInsightsSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleItemInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/namepronunciationsettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/namePronunciation","Variants":["Get"],"OutputType":"IMicrosoftGraphNamePronunciationSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleNamePronunciation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/photoupdatesettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/photoUpdateSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphPhotoUpdateSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeoplePhotoUpdateSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfileCardProperty","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleProfileCardProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileCardProperties","Variants":["List"],"OutputType":"IMicrosoftGraphProfileCardProperty","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleProfileCardProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/people/profileCardProperties/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleProfileCardPropertyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilepropertysetting-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profilePropertySettings/{profilePropertySetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePropertySetting","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleProfilePropertySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilepropertysettings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profilePropertySettings","Variants":["List"],"OutputType":"IMicrosoftGraphProfilePropertySetting","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleProfilePropertySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/people/profilePropertySettings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleProfilePropertySettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/people/profileSources/{profileSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfileSource","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleProfileSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileSources","Variants":["List"],"OutputType":"IMicrosoftGraphProfileSource","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleProfileSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/people/profileSources(sourceId='{sourceId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfileSource","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleProfileSourceBySourceId"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/people/profileSources/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeopleProfileSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/pronouns","Variants":["Get"],"OutputType":"IMicrosoftGraphPronounsSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaAdminPeoplePronoun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ReportSettings.Read.All","Description":"Read admin report settings","FullDescription":"Allows the app to read admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ReportSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ReportSettings.ReadWrite.All","Description":"Read and write admin report settings","FullDescription":"Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ReportSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/reportSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphAdminReportSettings","Module":"Beta.Reports","Command":"Get-MgBetaAdminReportSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/sharepoint","Variants":["Get"],"OutputType":"IMicrosoftGraphSharepoint","Module":"Beta.Sites","Command":"Get-MgBetaAdminSharepoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SharePointTenantSettings.Read.All","Description":"Read SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read the tenant-level settings in SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":"Read and change SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/sharepoint/settings","Variants":["Get"],"OutputType":"IMicrosoftGraphSharepointSettings","Module":"Beta.Sites","Command":"Get-MgBetaAdminSharepointSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreement","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements","Variants":["List"],"OutputType":"IMicrosoftGraphAgreement","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/acceptances","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/acceptances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementAcceptanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Agreement.Read.All","Description":"Read all terms of use agreements","FullDescription":"Allows the app to read terms of use agreements on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Agreement.ReadWrite.All","Description":"Read and write all terms of use agreements","FullDescription":"Allows the app to read and write terms of use agreements on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFile","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFileLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFileLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFileLocalizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFileLocalizationVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFileLocalizationVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFileLocalizationVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFileVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFileVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaAgreementFileVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/allChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaAllGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/allChannels","Variants":["List"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaAllGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/allChannels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaAllGroupTeamChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/getAllSites","Variants":["Get2"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaAllSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/allChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaAllTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/allChannels","Variants":["List"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaAllTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/allChannels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaAllTeamChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/getAllMessages","Variants":["Get"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaAllTeamMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/getAllMessages","Variants":["Get"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaAllTeamworkDeletedTeamMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaAllUserChatMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaAllUserChatMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/appCatalogs/teamsApps","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinitionBot"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppIcon","Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinitionColorIcon"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTeamworkHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDashboardCardDefinition","Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppDashboardCardDefinition","Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppIcon","Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTeamworkHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/appManagementPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Beta.Applications","Command":"Get-MgBetaApplicationAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/appManagementPolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationAppManagementPolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/appManagementPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationAppManagementPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications(appId='{appId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaApplicationByAppId"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaApplicationById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaApplicationByUniqueName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/connectorGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConnectorGroup","Module":"Beta.Applications","Command":"Get-MgBetaApplicationConnectorGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/connectorGroup/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationConnectorGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/createdOnBehalfOf","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaApplicationCreatedOnBehalfOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaApplicationDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExtensionProperty","Module":"Beta.Applications","Command":"Get-MgBetaApplicationExtensionProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/extensionProperties","Variants":["List"],"OutputType":"IMicrosoftGraphExtensionProperty","Module":"Beta.Applications","Command":"Get-MgBetaApplicationExtensionProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/extensionProperties/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationExtensionPropertyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Beta.Applications","Command":"Get-MgBetaApplicationFederatedIdentityCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/federatedIdentityCredentials","Variants":["List"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Beta.Applications","Command":"Get-MgBetaApplicationFederatedIdentityCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Beta.Applications","Command":"Get-MgBetaApplicationFederatedIdentityCredentialByName"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/federatedIdentityCredentials/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationFederatedIdentityCredentialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Beta.Applications","Command":"Get-MgBetaApplicationHomeRealmDiscoveryPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Beta.Applications","Command":"Get-MgBetaApplicationHomeRealmDiscoveryPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/logo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationLogo"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/owners","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/owners/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationOwnerCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronization","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/acquireAccessToken","Variants":["Acquire","AcquireExpanded","AcquireViaIdentity","AcquireViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationAccessToken"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs","Variants":["List"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationJobBulkUpload"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationJobBulkUploadContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationJobSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationJobSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationJobSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/secrets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationSecretCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates","Variants":["List"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationTemplateSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applicationTemplates/{applicationTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplicationTemplate","Module":"Beta.Applications","Command":"Get-MgBetaApplicationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applicationTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphApplicationTemplate","Module":"Beta.Applications","Command":"Get-MgBetaApplicationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applicationTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/tokenIssuancePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Beta.Applications","Command":"Get-MgBetaApplicationTokenIssuancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/tokenIssuancePolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationTokenIssuancePolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/tokenIssuancePolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationTokenIssuancePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/tokenLifetimePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Beta.Applications","Command":"Get-MgBetaApplicationTokenLifetimePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/tokenLifetimePolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationTokenLifetimePolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/tokenLifetimePolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaApplicationTokenLifetimePolicyCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaApplicationUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":"Read custom security attribute audit logs","FullDescription":"Allows the app to read custom security attributes audit logs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomSecurityAttributeAudit","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogCustomSecurityAttributeAudit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":"Read custom security attribute audit logs","FullDescription":"Allows the app to read custom security attributes audit logs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/customSecurityAttributeAudits","Variants":["List"],"OutputType":"IMicrosoftGraphCustomSecurityAttributeAudit","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogCustomSecurityAttributeAudit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":"Read custom security attribute audit logs","FullDescription":"Allows the app to read custom security attributes audit logs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/auditLogs/customSecurityAttributeAudits/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaAuditLogCustomSecurityAttributeAuditCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/directoryAudits/{directoryAudit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryAudit","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogDirectoryAudit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/directoryAudits","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryAudit","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogDirectoryAudit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/auditLogs/directoryAudits/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaAuditLogDirectoryAuditCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProvisioningObjectSummary","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogDirectoryProvisioning"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/auditLogs/directoryProvisioning","Variants":["List"],"OutputType":"IMicrosoftGraphProvisioningObjectSummary","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogDirectoryProvisioning"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/auditLogs/directoryProvisioning/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaAuditLogDirectoryProvisioningCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/auditLogs/provisioning/{provisioningObjectSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProvisioningObjectSummary","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogProvisioning"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/provisioning","Variants":["List"],"OutputType":"IMicrosoftGraphProvisioningObjectSummary","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogProvisioning"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/auditLogs/provisioning/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaAuditLogProvisioningCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/signIns/{signIn-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSignIn","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogSignIn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/signIns","Variants":["List"],"OutputType":"IMicrosoftGraphSignIn","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogSignIn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/auditLogs/signIns/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaAuditLogSignInCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/selfservicesignup-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/signUps/{selfServiceSignUp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSelfServiceSignUp","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogSignUp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/auditlogroot-list-signups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/signUps","Variants":["List"],"OutputType":"IMicrosoftGraphSelfServiceSignUp","Module":"Beta.Reports","Command":"Get-MgBetaAuditLogSignUp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/auditLogs/signUps/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaAuditLogSignUpCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphBookingBusiness","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusiness"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses","Variants":["List","List1"],"OutputType":"IMicrosoftGraphBookingBusiness","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusiness"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessAppointment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments","Variants":["List","List1"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessAppointment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessAppointmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessCalendarView"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView","Variants":["List","List1"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessCalendarView"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessCalendarViewCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/$count","Variants":["Get","Get1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphBookingCustomer","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphBookingCustomer","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customers/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessCustomerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphBookingCustomQuestion","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessCustomQuestion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions","Variants":["List","List1"],"OutputType":"IMicrosoftGraphBookingCustomQuestion","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessCustomQuestion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessCustomQuestionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphBookingService","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/services","Variants":["List","List1"],"OutputType":"IMicrosoftGraphBookingService","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/services/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessServiceCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphStaffAvailabilityItem","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessStaffAvailability"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphBookingStaffMember","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessStaffMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphBookingStaffMember","Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessStaffMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaBookingBusinessStaffMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingCurrencies/{bookingCurrency-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphBookingCurrency","Module":"Beta.Bookings","Command":"Get-MgBetaBookingCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingCurrencies","Variants":["List","List1"],"OutputType":"IMicrosoftGraphBookingCurrency","Module":"Beta.Bookings","Command":"Get-MgBetaBookingCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingCurrencies/$count","Variants":["Get","Get1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaBookingCurrencyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/businessFlowTemplates/{businessFlowTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBusinessFlowTemplate","Module":"Beta.Identity.Governance","Command":"Get-MgBetaBusinessFlowTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/businessFlowTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphBusinessFlowTemplate","Module":"Beta.Identity.Governance","Command":"Get-MgBetaBusinessFlowTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/businessFlowTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaBusinessFlowTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChat","Module":"Beta.Teams","Command":"Get-MgBetaChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats","Variants":["List"],"OutputType":"IMicrosoftGraphChat","Module":"Beta.Teams","Command":"Get-MgBetaChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"Get-MgBetaChatInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/installedApps","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"Get-MgBetaChatInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatInstalledAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaChatInstalledAppTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Beta.Teams","Command":"Get-MgBetaChatInstalledAppTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessageInfo","Module":"Beta.Teams","Command":"Get-MgBetaChatLastMessagePreview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaChatMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaChatMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaChatMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaChatMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaChatMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaChatMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaChatMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaChatMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaChatMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaChatMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaChatMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaChatMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Get-MgBetaChatOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Get-MgBetaChatOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Get-MgBetaChatPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForChat","Description":"Read resource specific permissions granted on a chat account","FullDescription":"Allows the app to read the resource specific permission granted on the chat, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/permissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Get-MgBetaChatPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForChat","Description":"Read resource specific permissions granted on a chat account","FullDescription":"Allows the app to read the resource specific permission granted on the chat, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatPermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Beta.Teams","Command":"Get-MgBetaChatPinnedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/pinnedMessages","Variants":["List"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Beta.Teams","Command":"Get-MgBetaChatPinnedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/pinnedMessages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatPinnedMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/getAllRetainedMessages","Variants":["Get"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaChatRetainedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaChatTab"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaChatTab"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaChatTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaChatTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance","Variants":["Get"],"OutputType":"IMicrosoftGraphEdiscoveryEdiscoveryroot","Module":"Beta.Compliance","Command":"Get-MgBetaCompliance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery","Variants":["Get"],"OutputType":"IMicrosoftGraphEdiscoveryEdiscoveryroot","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscovery"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryCase","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCase"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryCase","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCase"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryCustodian","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodian"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryCustodian","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodian"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryCaseIndexOperation","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sitesource-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoverySiteSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoverySiteSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-usersource-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryUserSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryUserSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryLegalHold","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHold"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryLegalHold","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHold"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoverySiteSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoverySiteSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryUserSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryUserSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphEdiscoveryDataSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryCaseIndexOperation","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryCaseOperation","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryCaseOperation","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryCaseExportOperation","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryCaseExportOperation","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryReviewSet","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryReviewSet","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryReviewSet","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryReviewSetQuery","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryReviewSetQuery","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/settings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryCaseSettings","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoverySourceCollection","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoverySourceCollection","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryDataSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryDataSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryAddToReviewSetOperation","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryDataSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryDataSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryEstimateStatisticsOperation","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryTag","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryTag","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryTag","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseTagChildTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags","Variants":["List"],"OutputType":"IMicrosoftGraphEdiscoveryTag","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseTagChildTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryTag","Module":"Beta.Compliance","Command":"Get-MgBetaComplianceEdiscoveryCaseTagParent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/{orgContact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactDirectReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/directReports","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactDirectReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactDirectReportAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/directReports/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactDirectReportAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactDirectReportAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/directReports/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactDirectReportAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/directReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactDirectReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/directReports/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactDirectReportCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/directReports/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactDirectReportCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/manager","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactManager"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-get-transitivereports?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveReports","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/transitiveReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactTransitiveReportCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContactUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contracts/{contract-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContract","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContract"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contracts","Variants":["List"],"OutputType":"IMicrosoftGraphContract","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContract"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contracts/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContractById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contracts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContractCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contracts/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContractDelta"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contracts/{contract-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContractMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contracts/{contract-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContractMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contracts/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaContractUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Export.All","Description":"Export user's data","FullDescription":"Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Export.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDataPolicyOperation","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaDataPolicyOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/dataPolicyOperations","Variants":["List"],"OutputType":"IMicrosoftGraphDataPolicyOperation","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaDataPolicyOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/dataPolicyOperations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaDataPolicyOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDevice"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgt","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceAppManagement","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagement"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections","Variants":["List"],"OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEnterpriseCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates","Variants":["List"],"OutputType":"IMicrosoftGraphEnterpriseCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosLobAppProvisioningConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphIosLobAppProvisioningConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections","Variants":["List"],"OutputType":"IMicrosoftGraphIosManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppOperation","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppOperation","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppStatusCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppStatuses/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedAppStatusCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedEBook","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBook"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks","Variants":["List"],"OutputType":"IMicrosoftGraphManagedEBook","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBook"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedEBookAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphManagedEBookAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookCategory","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphManagedEBookCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookCategory","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBookCategories","Variants":["List","List1"],"OutputType":"IMicrosoftGraphManagedEBookCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookCategoryCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBookCategories/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookDeviceState","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookDeviceState"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookDeviceState","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookDeviceState"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookInstallSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEBookInstallSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookInstallSummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserInstallStateSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary","Variants":["List"],"OutputType":"IMicrosoftGraphUserInstallStateSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidForWorkApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/androidForWorkApp","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidForWorkApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/androidLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidManagedStoreApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/androidManagedStoreApp","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidManagedStoreApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidStoreApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/androidStoreApp","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidStoreApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/iosLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphIosLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosStoreApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/iosStoreApp","Variants":["List"],"OutputType":"IMicrosoftGraphIosStoreApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosVppApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/iosVppApp","Variants":["List"],"OutputType":"IMicrosoftGraphIosVppApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosVppAppAssignedLicense","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses","Variants":["List"],"OutputType":"IMicrosoftGraphIosVppAppAssignedLicense","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMacOSDmgApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/macOSDmgApp","Variants":["List"],"OutputType":"IMicrosoftGraphMacOSDmgApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMacOSLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/macOSLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphMacOSLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMacOSPkgApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/macOSPkgApp","Variants":["List"],"OutputType":"IMicrosoftGraphMacOSPkgApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAndroidLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/managedAndroidLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAndroidLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedIosLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/managedIOSLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphManagedIosLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/managedMobileLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileLobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftStoreForBusinessApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp","Variants":["List"],"OutputType":"IMicrosoftGraphMicrosoftStoreForBusinessApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWin32LobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/win32LobApp","Variants":["List"],"OutputType":"IMicrosoftGraphWin32LobApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAppX","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/windowsAppX","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsAppX","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsMobileMsi","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/windowsMobileMSI","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsMobileMsi","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsStoreApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/windowsStoreApp","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsStoreApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUniversalAppX","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/windowsUniversalAppX","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUniversalAppX","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsWebApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/windowsWebApp","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsWebApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWinGetApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/winGetApp","Variants":["List"],"OutputType":"IMicrosoftGraphWinGetApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCatalogPackage","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCatalogPackage","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCatalogPackage"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCatalogPackage","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCatalogPackages","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCatalogPackage","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCatalogPackage"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCatalogPackages/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCategory","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCategory","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCategories","Variants":["List","List1"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCategory"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCategoryCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCategories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfiguration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfiguration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/androidForWorkApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/androidLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/androidManagedStoreApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/androidStoreApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/iosLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/iosStoreApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/iosVppApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/macOSDmgApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/macOSLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/macOSPkgApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/managedAndroidLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/managedIOSLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/managedMobileLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/win32LobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/windowsAppX/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/windowsMobileMSI/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/windowsStoreApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/windowsUniversalAppX/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/windowsWebApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/winGetApp/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppRelationships","Variants":["List","List1"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppRelationships/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementMobileAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtPolicySet","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}","Variants":["Get","Get1","GetExpanded","GetViaIdentity"],"OutputType":"IMicrosoftGraphPolicySet","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementPolicySet"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtPolicySet","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets","Variants":["List"],"OutputType":"IMicrosoftGraphPolicySet","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementPolicySet"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetAssignment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPolicySetAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementPolicySetAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetAssignment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphPolicySetAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementPolicySetAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetAssignmentCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementPolicySetAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementPolicySetCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetItem","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPolicySetItem","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementPolicySetItem"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetItem","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphPolicySetItem","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementPolicySetItem"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetItemCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementPolicySetItemCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/symantecCodeSigningCertificate","Variants":["Get"],"OutputType":"IMicrosoftGraphSymantecCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTask","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceAppManagementTask","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTask"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTask","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/deviceAppManagementTasks","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceAppManagementTask","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTask"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtTaskCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/deviceAppManagementTasks/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementTaskCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtVppToken","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVppToken","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementVppToken"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtVppToken","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/vppTokens","Variants":["List"],"OutputType":"IMicrosoftGraphVppToken","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementVppToken"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtVppTokenCount","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/vppTokens/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementVppTokenCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVppTokenLicenseSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementVppTokenLicenseForApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionWipeAction","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionWipeAction","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtection","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtection","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary"},{"Method":"GET","CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagementApp","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagementApp","Variants":["Get"],"OutputType":"IMicrosoftGraphWindowsManagementApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaDeviceAppManagementWindowsManagementApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices(deviceId='{deviceId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceByDeviceId"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceById"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/commands/{command-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCommand","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceCommand"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/commands","Variants":["List"],"OutputType":"IMicrosoftGraphCommand","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceCommand"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/commands/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceCommandCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/commands/{command-id}/responsepayload","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceCommandResponsepayload"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceManagement","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagement"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary","Variants":["Get"],"OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates","Variants":["List"],"OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/retrieveEnrollmentTimeDeviceMembershipTarget","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidForWorkAppConfigurationSchema","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidForWorkAppConfigurationSchema","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidForWorkEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidForWorkEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphAndroidForWorkSettings","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAndroidForWorkSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Get"],"OutputType":"IMicrosoftGraphApplePushNotificationCertificate","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementApplePushNotificationCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppleUserInitiatedEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphAppleUserInitiatedEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppleEnrollmentProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphAppleEnrollmentProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/getAssignedRoleDetails","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails","Module":"Beta.DeviceManagement.Functions","Command":"Get-MgBetaDeviceManagementAssignedRoleDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignmentFilter","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAssignmentFilter"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignmentFilter","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAssignmentFilter"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAssignmentFilterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAssignmentFilterSupportedProperty","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters/getState","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAssignmentFilterState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAssignmentFilterSupportedProperty","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuditEvent","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementAuditEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/auditEvents","Variants":["List"],"OutputType":"IMicrosoftGraphAuditEvent","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementAuditEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/auditEvents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementAuditEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementAutopilotEvent","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAutopilotEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/autopilotEvents","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementAutopilotEvent","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAutopilotEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/autopilotEvents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementAutopilotEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCartToClassAssociation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementCartToClassAssociation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/cartToClassAssociations","Variants":["List"],"OutputType":"IMicrosoftGraphCartToClassAssociation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementCartToClassAssociation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/cartToClassAssociations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementCartToClassAssociationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCategorySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCategorySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCategorySettingDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["List"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceDetectedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps","Variants":["List"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceDetectedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/retrieveMacOSManagedDeviceLocalAdminAccountDetail","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphMacOSManagedDeviceLocalAdminAccountDetail","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceMacOSManagedDeviceLocalAdminAccountDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/retrievePowerliftAppDiagnosticsDetails(userPrincipalName='{userPrincipalName}')","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphPowerliftIncidentDetail","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/getComanagedDevicesSummary","Variants":["Get"],"OutputType":"IMicrosoftGraphComanagedDevicesSummary","Module":"Beta.DeviceManagement.Functions","Command":"Get-MgBetaDeviceManagementComanagedDeviceSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/users","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsProtectionState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphComanagementEligibleDevice","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementComanagementEligibleDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagementEligibleDevices","Variants":["List"],"OutputType":"IMicrosoftGraphComanagementEligibleDevice","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementComanagementEligibleDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagementEligibleDevices/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementComanagementEligibleDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/getComanagementEligibleDevicesSummary","Variants":["Get"],"OutputType":"IMicrosoftGraphComanagementEligibleDevicesSummary","Module":"Beta.DeviceManagement.Functions","Command":"Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphComplianceManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementComplianceManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceManagementPartners","Variants":["List"],"OutputType":"IMicrosoftGraphComplianceManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementComplianceManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceManagementPartners/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementComplianceManagementPartnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementCompliancePolicy","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementCompliancePolicy","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementComplianceActionItem","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementComplianceActionItem","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicySettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComplianceSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceSettings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComplianceSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceSettings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementComplianceSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementConditionalAccessSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveEnrollmentTimeDeviceMembershipTarget","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicySettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingTemplate","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingTemplate","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationSettings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationSettings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementConfigurationSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/dataSharingConsents/{dataSharingConsent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDataSharingConsent","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDataSharingConsent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/dataSharingConsents","Variants":["List"],"OutputType":"IMicrosoftGraphDataSharingConsent","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDataSharingConsent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/dataSharingConsents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDataSharingConsentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDepOnboardingSetting","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings","Variants":["List"],"OutputType":"IMicrosoftGraphDepOnboardingSetting","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDepIosEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDepMacOSEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultTvOSEnrollmentProfile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDepTvOSEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingDefaultTvOSEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultVisionOSEnrollmentProfile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDepVisionOSEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingDefaultVisionOSEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphImportedAppleDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities","Variants":["List"],"OutputType":"IMicrosoftGraphImportedAppleDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementDerivedCredentialSettings","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDerivedCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/derivedCredentials","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementDerivedCredentialSettings","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDerivedCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/derivedCredentials/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDerivedCredentialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDetectedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/detectedApps","Variants":["List"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDetectedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/detectedApps/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDetectedAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDetectedAppManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDetectedAppManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCategories","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCategories/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire","Variants":["Get"],"OutputType":"IMicrosoftGraphRetireScheduledManagedDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceOverview","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceUserOverview","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfiguration","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfiguration","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationConflictSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationConflictSummary","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationConflictSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationConflictSummary/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceOverview","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationGroupAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationGroupAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfiguration","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions","Variants":["Get"],"OutputType":"IMicrosoftGraphIosAvailableUpdateVersion","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAllDeviceCertificateState","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAllDeviceCertificateState","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestrictedAppsViolation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations","Variants":["List"],"OutputType":"IMicrosoftGraphRestrictedAppsViolation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationUserStateSummaries","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationUserStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationUserStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserOverview","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceHealthScript","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScript"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceHealthScript","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScript"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceHealthScriptAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceHealthScriptAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceHealthScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceHealthScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceHealthScriptRemediationHistory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/getRemediationSummary","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceHealthScriptRemediationSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceHealthScriptRunSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceShellScript","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScript"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceShellScript","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScript"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptRunSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptRunSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptUserRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptUserRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementDomainJoinConnector","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementDomainJoinConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/domainJoinConnectors","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementDomainJoinConnector","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementDomainJoinConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/domainJoinConnectors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementDomainJoinConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/getEffectivePermissions","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Functions","Command":"Get-MgBetaDeviceManagementEffectivePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePool","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools","Variants":["List"],"OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePool","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEmbeddedSimDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates","Variants":["List"],"OutputType":"IMicrosoftGraphEmbeddedSimDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementExchangeConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeConnectors","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementExchangeConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeConnectors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementExchangeConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}","Variants":["Get","Get1","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementExchangeOnPremisePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeOnPremisesPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementExchangeOnPremisePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings","Variants":["Get","Get1","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeOnPremisesPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryParent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyConfiguration","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyConfiguration","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyConfigurationAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyConfigurationAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionValue","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionValue","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyPresentationValue","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyPresentationValue","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitionFiles","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitionFiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyMigrationReport","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyMigrationReport","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicySettingMapping","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicySettingMapping","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnsupportedGroupPolicyExtension","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphUnsupportedGroupPolicyExtension","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyObjectFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyObjectFile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyObjectFiles","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyObjectFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyObjectFile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyObjectFiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyObjectFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyUploadedDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyUploadedDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupPolicyOperation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations","Variants":["List"],"OutputType":"IMicrosoftGraphGroupPolicyOperation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphImportedDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementImportedDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedDeviceIdentities","Variants":["List"],"OutputType":"IMicrosoftGraphImportedDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementImportedDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedDeviceIdentities/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementImportedDeviceIdentityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities","Variants":["List"],"OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementIntent","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementIntent","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementIntentAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementIntentAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementIntentSettingCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementIntentSettingCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCategorySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCategorySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCategorySettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCategorySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCategorySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementIntentCustomizedSetting","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentCustomizedSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentDeviceState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentDeviceState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentDeviceStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentDeviceStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/settings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementIntentUserState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentUserState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementIntentUserState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentUserState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentUserStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementIntentUserStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementIntentUserStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIntuneBrandingProfile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementIntuneBrandingProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphIntuneBrandingProfile","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementIntuneBrandingProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIntuneBrandingProfileAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphIntuneBrandingProfileAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementIntuneBrandingProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementIoUpdateStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/iosUpdateStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementIoUpdateStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/iosUpdateStatuses/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementIoUpdateStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateAccountSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateAccountSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateCategorySummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries","Variants":["List"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateCategorySummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateStateSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["List"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceCleanupRule","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceCleanupRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceCleanupRules","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceCleanupRule","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceCleanupRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceCleanupRules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceDetectedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/detectedApps","Variants":["List"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceDetectedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceEncryptionState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceEncryptionState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceEncryptionStates","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceEncryptionState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceEncryptionState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceEncryptionStates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceFileVaultKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceHealthScriptState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceHealthScriptState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/retrieveMacOSManagedDeviceLocalAdminAccountDetail","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphMacOSManagedDeviceLocalAdminAccountDetail","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceOverview","Variants":["Get"],"OutputType":"IMicrosoftGraphManagedDeviceOverview","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/retrievePowerliftAppDiagnosticsDetails(userPrincipalName='{userPrincipalName}')","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphPowerliftIncidentDetail","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/users","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}/getAllManagedDeviceWindowsOSImages","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceWindowsOSImages","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceWindowsOSImages/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsProtectionState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftTunnelHealthThreshold","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelHealthThresholds","Variants":["List"],"OutputType":"IMicrosoftGraphMicrosoftTunnelHealthThreshold","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelHealthThresholds/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses","Variants":["List"],"OutputType":"IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftTunnelSite","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites","Variants":["List"],"OutputType":"IMicrosoftGraphMicrosoftTunnelSite","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftTunnelServer","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers","Variants":["List"],"OutputType":"IMicrosoftGraphMicrosoftTunnelServer","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphKeyLongValuePair","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMetricTimeSeriesDataPoint","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementMobileThreatDefenseConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileThreatDefenseConnectors","Variants":["List"],"OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementMobileThreatDefenseConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileThreatDefenseConnectors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceManagementMonitoring","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMonitoring"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRecords/{alertRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementAlertRecord","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMonitoringAlertRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRecords","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementAlertRecord","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMonitoringAlertRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRecords/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMonitoringAlertRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRecords/getPortalNotifications","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceManagementPortalNotification","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRules/{alertRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementAlertRule","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMonitoringAlertRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRules","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementAlertRule","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMonitoringAlertRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementMonitoringAlertRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/ndesConnectors/{ndesConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNdesConnector","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementNdeConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/ndesConnectors","Variants":["List"],"OutputType":"IMicrosoftGraphNdesConnector","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementNdeConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/ndesConnectors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementNdeConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotificationMessageTemplate","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementNotificationMessageTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphNotificationMessageTemplate","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementNotificationMessageTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementNotificationMessageTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages","Variants":["List"],"OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementPartners","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementPartners/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementPartnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteActionAudits/{remoteActionAudit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRemoteActionAudit","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementRemoteActionAudit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteActionAudits","Variants":["List"],"OutputType":"IMicrosoftGraphRemoteActionAudit","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementRemoteActionAudit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteActionAudits/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementRemoteActionAuditCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRemoteAssistancePartner","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRemoteAssistancePartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteAssistancePartners","Variants":["List"],"OutputType":"IMicrosoftGraphRemoteAssistancePartner","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRemoteAssistancePartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteAssistancePartners/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRemoteAssistancePartnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceManagementReports","Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getActiveMalwareReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportActiveMalwareReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getActiveMalwareSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/retrieveAndroidWorkProfileDeviceMigrationStatuses","Variants":["Retrieve","RetrieveExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportAndroidWorkProfileDeviceMigrationStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getAppsInstallSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportAppInstallSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/retrieveAppleDeviceOSUpdateStatus","Variants":["Retrieve","RetrieveExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportAppleDeviceOSUpdateStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/retrieveAppleOSUpdateFailures","Variants":["Retrieve","RetrieveExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportAppleOSUpdateFailure"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getAppStatusOverviewReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportAppStatusOverviewReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getCachedReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCachedReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementCachedReportConfiguration","Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCachedReportConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/cachedReportConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementCachedReportConfiguration","Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCachedReportConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/cachedReportConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCachedReportConfigurationCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/retrieveCloudPkiLeafCertificateReport","Variants":["Retrieve","RetrieveExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/retrieveCloudPkiLeafCertificateSummaryReport","Variants":["Retrieve","RetrieveExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getCompliancePolicyDevicesReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getCompliancePolicyNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getCompliancePoliciesReportForDevice","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getComplianceSettingDetailsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportComplianceSettingDetailReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getComplianceSettingNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getComplianceSettingsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportComplianceSettingReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getConfigurationPolicyDevicesReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getConfigurationPolicyNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getConfigurationPoliciesReportForDevice","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getConfigurationSettingDetailsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getConfigurationSettingNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getConfigurationSettingsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportConfigurationSettingReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/retrieveDeviceAppInstallationStatusReport","Variants":["Retrieve","RetrieveExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceAppInstallationStatusReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDeviceManagementIntentSettingsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDeviceNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDevicePoliciesComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDevicePolicySettingsComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDevicesStatusBySettingReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getEncryptionReportForDevices","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportEncryptionReportForDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementExportJob","Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportExportJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/exportJobs","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementExportJob","Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportExportJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/exportJobs/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportExportJobCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getFailedMobileAppsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportFailedMobileAppReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getFailedMobileAppsSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getReportFilters","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportFilter"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getHistoricalReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportHistoricalReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getMalwareSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportMalwareSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getPolicyNonComplianceMetadata","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getPolicyNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportPolicyNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getPolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getQuietTimePolicyUsersReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getQuietTimePolicyUserSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getRelatedAppsStatusReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportRelatedAppStatusReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getRemoteAssistanceSessionsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/retrieveSecurityTaskAppsReport","Variants":["Retrieve","RetrieveExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportSecurityTaskAppReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getSettingNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportSettingNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getUnhealthyDefenderAgentsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getUnhealthyFirewallReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportUnhealthyFirewallReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getUnhealthyFirewallSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getUserInstallStatusReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportUserInstallStatusReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/retrieveWin32CatalogAppsUpdateReport","Variants":["Retrieve","RetrieveExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getWindowsUpdateAlertSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports/getZebraFotaDeploymentReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileBase","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementResourceAccessProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileBase","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementResourceAccessProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementResourceAccessProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementResourceAccessProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementResourceAccessProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceOperation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementResourceOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceOperations","Variants":["List"],"OutputType":"IMicrosoftGraphResourceOperation","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementResourceOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceOperations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementResourceOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementReusableSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reusableSettings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementReusableSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reusableSettings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementReusableSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleScopeTag","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags","Variants":["List"],"OutputType":"IMicrosoftGraphRoleScopeTag","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphRoleAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleScopeTag","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleScopeTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags","Variants":["List"],"OutputType":"IMicrosoftGraphRoleScopeTag","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleScopeTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleScopeTagAutoAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleScopeTagAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphRoleScopeTagAutoAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleScopeTagAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/getRoleScopeTagsByIds(ids={ids})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleScopeTag","Module":"Beta.DeviceManagement.Functions","Command":"Get-MgBetaDeviceManagementRoleScopeTagById"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleScopeTag","Module":"Beta.DeviceManagement.Functions","Command":"Get-MgBetaDeviceManagementRoleScopeTagByResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementRoleScopeTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScript","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScript"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScript","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScript"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptDeviceRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptDeviceRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptDeviceRunStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptGroupAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptGroupAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptGroupAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptRunSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptRunSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptUserRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptUserRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptUserRunStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementSettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/settingDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementSettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/settingDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementSettingDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/softwareUpdateStatusSummary","Variants":["Get"],"OutputType":"IMicrosoftGraphSoftwareUpdateStatusSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Functions","Command":"Get-MgBetaDeviceManagementSuggestedEnrollmentLimit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTelecomExpenseManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/telecomExpenseManagementPartners","Variants":["List"],"OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTelecomExpenseManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/telecomExpenseManagementPartners/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementTemplate","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementTemplate","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateCategorySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateCategorySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementTemplate","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementTemplate","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateMigratableToSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTemplateSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions","Variants":["List"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermsAndConditionsGroupAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionGroupAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphTermsAndConditionsGroupAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionGroupAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/troubleshootingEvents","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/troubleshootingEvents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementTroubleshootingEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/userPfxCertificates/{userPFXCertificate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserPfxCertificate","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementUserPfxCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/userPfxCertificates","Variants":["List"],"OutputType":"IMicrosoftGraphUserPfxCertificate","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementUserPfxCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/userPfxCertificates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementUserPfxCertificateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/retrieveUserRoleDetail(userid='{userid}')","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetail","Module":"Beta.DeviceManagement.Functions","Command":"Get-MgBetaDeviceManagementUserRoleDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint","Variants":["Get"],"OutputType":"IMicrosoftGraphVirtualEndpoint","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcAuditEvent","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointAuditEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/auditEvents","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcAuditEvent","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointAuditEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/auditEvents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcBulkAction","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointBulkAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/bulkActions","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcBulkAction","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointBulkAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/bulkActions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPc","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointCloudPc"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/cloudPCs","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPc","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointCloudPc"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping","Variants":["Get"],"OutputType":"IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcDeviceImage","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointDeviceImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/deviceImages","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcDeviceImage","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointDeviceImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/deviceImages/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcExternalPartnerSetting","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcExternalPartnerSetting","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcFrontLineServicePlan","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcFrontLineServicePlan","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcGalleryImage","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointGalleryImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/galleryImages","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcGalleryImage","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointGalleryImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/galleryImages/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/organizationSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphCloudPcOrganizationSettings","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/reports","Variants":["Get"],"OutputType":"IMicrosoftGraphCloudPcReports","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcExportJob","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointReportExportJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcExportJob","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointReportExportJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcServicePlan","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointServicePlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/servicePlans","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcServicePlan","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointServicePlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/servicePlans/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcSnapshot","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointSnapshot"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/snapshots","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcSnapshot","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointSnapshot"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/snapshots/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcSupportedRegion","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/supportedRegions","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcSupportedRegion","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/supportedRegions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcUserSetting","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcUserSetting","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphWindowsAutopilotSettings","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsAutopilotSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsMalwareInformation","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsMalwareInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsMalwareInformation","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsMalwareInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsMalwareInformationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates","Variants":["List"],"OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsQualityUpdateProfile","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsQualityUpdateProfile","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsQualityUpdateProfileAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsQualityUpdateProfileAssignment","Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredOwnerCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceRegisteredUserCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/deviceTemplate/{deviceTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/deviceTemplate","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/deviceTemplate/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceTransitiveMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRight","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceUsageRights"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/usageRights","Variants":["List"],"OutputType":"IMicrosoftGraphUsageRight","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceUsageRights"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/usageRights/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceUsageRightsCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDeviceUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory","Variants":["Get"],"OutputType":"IMicrosoftGraphDirectory","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/deletedMembers/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitDeletedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/deletedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitDeletedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/deletedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitDeletedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/administrativeUnits/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["List"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttributeSet","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAttributeSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/attributeSets","Variants":["List"],"OutputType":"IMicrosoftGraphAttributeSet","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAttributeSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/attributeSets/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAttributeSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices","Variants":["Get"],"OutputType":"IMicrosoftGraphAuthenticationMethodDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAuthenticationMethodDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathtokenauthenticationmethoddevice-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethoddevice-list-hardwareoathdevices?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices","Variants":["List"],"OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceAssignTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceAssignToMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceAssignToServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceAssignToServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/certificateAuthorities","Variants":["Get"],"OutputType":"IMicrosoftGraphCertificateAuthorityPath","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCertificateAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCertificateBasedApplicationConfiguration","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphCertificateBasedApplicationConfiguration","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthorityasentity-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCertificateAuthorityAsEntity","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities","Variants":["List"],"OutputType":"IMicrosoftGraphCertificateAuthorityAsEntity","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MutualTlsOauthConfiguration.Read.All","Description":"Read all device authentication certificate configurations.","FullDescription":"Allows the app to read all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mutualtlsoauthconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations/{mutualTlsOauthConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMutualTlsOauthConfiguration","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MutualTlsOauthConfiguration.Read.All","Description":"Read all device authentication certificate configurations.","FullDescription":"Allows the app to read all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":"Read and write all device authentication certificate configurations.","FullDescription":"Allows the app to read and write all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritypath-list-mutualtlsoauthconfigurations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphMutualTlsOauthConfiguration","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MutualTlsOauthConfiguration.Read.All","Description":"Read all device authentication certificate configurations.","FullDescription":"Allows the app to read all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":"Read and write all device authentication certificate configurations.","FullDescription":"Allows the app to read and write all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAllowedValue","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues","Variants":["List"],"OutputType":"IMicrosoftGraphAllowedValue","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItem"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedAdministrativeUnit","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedAdministrativeUnit","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedApplication","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsApplication"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedApplication","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsApplication"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsDevice"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsDevice"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedGroup","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsGroup"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedGroup","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/deletedItems/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsGroup"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedServicePrincipal","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsServicePrincipal"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedServicePrincipal","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsServicePrincipal"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedUser","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsUser"},{"Method":"GET","CommandAlias":"Get-MgBetaDirectoryDeletedUser","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/deletedItems/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemById"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/administrativeUnit/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/application/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/device/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/group/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/servicePrincipal/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/user/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemCountAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeletedItemMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeviceLocalCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/deviceLocalCredentials","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeviceLocalCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deviceLocalCredentials/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryDeviceLocalCredentialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalUserProfile.Read.All","Description":"Read external user profiles","FullDescription":"Allows the app to read available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/externalUserProfiles/{externalUserProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryExternalUserProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalUserProfile.Read.All","Description":"Read external user profiles","FullDescription":"Allows the app to read available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/externalUserProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphExternalUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryExternalUserProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalUserProfile.Read.All","Description":"Read external user profiles","FullDescription":"Allows the app to read available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/externalUserProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryExternalUserProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryFeatureRolloutPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryFeatureRolloutPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryFeatureRolloutPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryFederationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/federationConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryFederationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/federationConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryFederationConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/impactedResources/{impactedResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryImpactedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/impactedResources","Variants":["List"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryImpactedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/impactedResources/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryImpactedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInboundSharedUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryInboundSharedUserProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/inboundSharedUserProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphInboundSharedUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryInboundSharedUserProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/inboundSharedUserProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryInboundSharedUserProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DirectoryObjects","Command":"Get-MgBetaDirectoryObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryObjects","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DirectoryObjects","Command":"Get-MgBetaDirectoryObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryObjects/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DirectoryObjects","Command":"Get-MgBetaDirectoryObjectById"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryObjects/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DirectoryObjects","Command":"Get-MgBetaDirectoryObjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryObjects/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DirectoryObjects","Command":"Get-MgBetaDirectoryObjectDelta"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryObjects/{directoryObject-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DirectoryObjects","Command":"Get-MgBetaDirectoryObjectMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryObjects/{directoryObject-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DirectoryObjects","Command":"Get-MgBetaDirectoryObjectMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryObjects/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DirectoryObjects","Command":"Get-MgBetaDirectoryObjectUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryOnPremiseSynchronization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnPremDirectorySynchronization.Read.All","Description":"Read all on-premises directory synchronization information","FullDescription":"Allows the app to read all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremDirectorySynchronization.ReadWrite.All","Description":"Read and write all on-premises directory synchronization information","FullDescription":"Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/onPremisesSynchronization","Variants":["List"],"OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryOnPremiseSynchronization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnPremDirectorySynchronization.Read.All","Description":"Read all on-premises directory synchronization information","FullDescription":"Allows the app to read all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremDirectorySynchronization.ReadWrite.All","Description":"Read and write all on-premises directory synchronization information","FullDescription":"Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/onPremisesSynchronization/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryOnPremiseSynchronizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOutboundSharedUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryOutboundSharedUserProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphOutboundSharedUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryOutboundSharedUserProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryOutboundSharedUserProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryOutboundSharedUserProfileTenant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants","Variants":["List"],"OutputType":"IMicrosoftGraphTenantReference","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryOutboundSharedUserProfileTenant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PendingExternalUserProfile.Read.All","Description":"Read pending external user profiles","FullDescription":"Allows the app to read available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPendingExternalUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryPendingExternalUserProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PendingExternalUserProfile.Read.All","Description":"Read pending external user profiles","FullDescription":"Allows the app to read available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/pendingExternalUserProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphPendingExternalUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryPendingExternalUserProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PendingExternalUserProfile.Read.All","Description":"Read pending external user profiles","FullDescription":"Allows the app to read available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/pendingExternalUserProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryPendingExternalUserProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure","Variants":["Get"],"OutputType":"IMicrosoftGraphPublicKeyInfrastructureRoot","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryPublicKeyInfrastructure"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-list-certificatebasedauthconfigurations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritydetail-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-list-certificateauthorities?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities","Variants":["List"],"OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthorityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecommendation","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRecommendation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations","Variants":["List"],"OutputType":"IMicrosoftGraphRecommendation","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRecommendation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendationconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendationConfiguration","Variants":["Get"],"OutputType":"IMicrosoftGraphRecommendationConfiguration","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRecommendationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/recommendations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRecommendationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRecommendationImpactedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-list-impactedresources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/impactedResources","Variants":["List"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRecommendationImpactedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRecommendationImpactedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleByRoleTemplateId"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberCountAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleScopedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleScopedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleScopedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoleTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoleTemplates/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleTemplateById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoleTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoleTemplates/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleTemplateDelta"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleTemplateMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleTemplateMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoleTemplates/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleTemplateUserOwnedObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryRoleUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/settings/{directorySetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectorySetting","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/settings","Variants":["List"],"OutputType":"IMicrosoftGraphDirectorySetting","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directorySettingTemplates/{directorySettingTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectorySettingTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySettingTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directorySettingTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphDirectorySettingTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySettingTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directorySettingTemplates/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySettingTemplateById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directorySettingTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySettingTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directorySettingTemplates/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySettingTemplateDelta"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySettingTemplateMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySettingTemplateMemberObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directorySettingTemplates/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySettingTemplateUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/sharedEmailDomains/{sharedEmailDomain-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSharedEmailDomain","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySharedEmailDomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/sharedEmailDomains","Variants":["List"],"OutputType":"IMicrosoftGraphSharedEmailDomain","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySharedEmailDomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/sharedEmailDomains/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySharedEmailDomainCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySubscriptionByOcpSubscriptionId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/subscriptions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectorySubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates","Variants":["Get"],"OutputType":"IMicrosoftGraphTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/deviceInstances/{device-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplateDeviceInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/deviceInstances","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplateDeviceInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/deviceInstances(deviceId='{deviceId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplateDeviceInstanceByDeviceId"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/deviceInstances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplateDeviceInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicetemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplateDeviceTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/template-list-devicetemplates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplateDeviceTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplateDeviceTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/owners/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplateDeviceTemplateOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicetemplate-list-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/owners","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplateDeviceTemplateOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/owners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDirectoryTemplateDeviceTemplateOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDomain","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomain"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains","Variants":["List"],"OutputType":"IMicrosoftGraphDomain","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomain"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInternalDomainFederation","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainFederationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/federationConfiguration","Variants":["List"],"OutputType":"IMicrosoftGraphInternalDomainFederation","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainFederationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/federationConfiguration/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainFederationConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/domainNameReferences/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainNameReference"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/domainNameReferences","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainNameReference"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/domainNameReferences/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainNameReferenceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-rootdomain?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/rootDomain","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDomain","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainRootDomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainServiceConfigurationRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/serviceConfigurationRecords","Variants":["List"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainServiceConfigurationRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/serviceConfigurationRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainServiceConfigurationRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSharedEmailDomainInvitation","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainSharedEmailDomainInvitation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/sharedEmailDomainInvitations","Variants":["List"],"OutputType":"IMicrosoftGraphSharedEmailDomainInvitation","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainSharedEmailDomainInvitation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/sharedEmailDomainInvitations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainSharedEmailDomainInvitationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainVerificationDnsRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/verificationDnsRecords","Variants":["List"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainVerificationDnsRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/verificationDnsRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaDomainVerificationDnsRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaDriveActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/bundles","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveBundleContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveBundleContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveBundleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaDriveContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/following","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveFollowingContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveFollowingContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveFollowingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaDriveItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaDriveItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Files","Command":"Get-MgBetaDriveItemAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveItemAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveItemAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemChildContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Files","Command":"Get-MgBetaDriveItemExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveItemItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Get-MgBetaDriveItemRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Files","Command":"Get-MgBetaDriveList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaDriveListActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaDriveListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaDriveListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Get-MgBetaDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Get-MgBetaDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveListSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaDriveRootActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveRootActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaDriveRootAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Files","Command":"Get-MgBetaDriveRootAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveRootAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveRootAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootChildContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveRootCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveRootCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveRootCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveRootDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Files","Command":"Get-MgBetaDriveRootExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveRootItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveRootLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveRootLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Get-MgBetaDriveRootRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveRootVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/special","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveSpecialContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveSpecialContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaDriveSpecialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentCategories","Variants":["List","List1"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentCategories/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentCategories/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentCategoryDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentDefaults","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentDefault"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentGradingCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingScheme","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentGradingScheme"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentResourceDependentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentRubricByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentSettings","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingScheme","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSettingGradingCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories","Variants":["List"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSettingGradingCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingScheme","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSettingGradingScheme"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationGradingScheme","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSettingGradingScheme"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationClassDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Education","Command":"Get-MgBetaEducationClassGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Education","Command":"Get-MgBetaEducationClassGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Beta.Education","Command":"Get-MgBetaEducationClassMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/members/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassMemberByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Beta.Education","Command":"Get-MgBetaEducationClassModule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules","Variants":["List"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Beta.Education","Command":"Get-MgBetaEducationClassModule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassModuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationModuleResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassModuleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationModuleResource","Module":"Beta.Education","Command":"Get-MgBetaEducationClassModuleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassModuleResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-getrecentlymodifiedsubmissions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/getRecentlyModifiedSubmissions","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationClassRecentlyModifiedSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"Get-MgBetaEducationClassSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/schools","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"Get-MgBetaEducationClassSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/schools/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassSchoolCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/teachers","Variants":["List"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Beta.Education","Command":"Get-MgBetaEducationClassTeacher"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/teachers/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassTeacherByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/teachers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationClassTeacherCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me","Variants":["Get"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Beta.Education","Command":"Get-MgBetaEducationMe"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/categories","Variants":["List"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/categories/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentCategoryDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentGradingCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/gradingScheme","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingScheme","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentGradingScheme"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentResourceDependentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentRubricByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationMeClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/classes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationMeClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/classes/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Get-MgBetaEducationMeRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/rubrics","Variants":["List"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Get-MgBetaEducationMeRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/rubrics/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeRubricCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"Get-MgBetaEducationMeSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/schools","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"Get-MgBetaEducationMeSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/schools/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeSchoolCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/taughtClasses/{educationClass-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationMeTaughtClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/taughtClasses","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationMeTaughtClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/taughtClasses/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeTaughtClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/user","Variants":["Get"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Education","Command":"Get-MgBetaEducationMeUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/user/mailboxSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Education","Command":"Get-MgBetaEducationMeUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/user/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Education","Command":"Get-MgBetaEducationMeUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/user/serviceProvisioningErrors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationMeUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports","Variants":["Get"],"OutputType":"IMicrosoftGraphReportsRoot","Module":"Beta.Education","Command":"Get-MgBetaEducationReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationReportReadingAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-readingassignmentsubmissions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/reports/readingAssignmentSubmissions","Variants":["List"],"OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationReportReadingAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/readingAssignmentSubmissions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationReportReadingAssignmentSubmissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/readingCoachPassages/{readingCoachPassage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphReadingCoachPassage","Module":"Beta.Education","Command":"Get-MgBetaEducationReportReadingCoachPassage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-readingcoachpassages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/reports/readingCoachPassages","Variants":["List"],"OutputType":"IMicrosoftGraphReadingCoachPassage","Module":"Beta.Education","Command":"Get-MgBetaEducationReportReadingCoachPassage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/readingCoachPassages/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationReportReadingCoachPassageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphReflectCheckInResponse","Module":"Beta.Education","Command":"Get-MgBetaEducationReportReflectCheck"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reflect.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reflect.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-reflectcheckinresponses?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/reports/reflectCheckInResponses","Variants":["List"],"OutputType":"IMicrosoftGraphReflectCheckInResponse","Module":"Beta.Education","Command":"Get-MgBetaEducationReportReflectCheck"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reflect.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reflect.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/reflectCheckInResponses/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationReportReflectCheckInResponseCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/speakerAssignmentSubmissions/{speakerAssignmentSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSpeakerAssignmentSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationReportSpeakerAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-speakerassignmentsubmissions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/reports/speakerAssignmentSubmissions","Variants":["List"],"OutputType":"IMicrosoftGraphSpeakerAssignmentSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationReportSpeakerAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/speakerAssignmentSubmissions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationReportSpeakerAssignmentSubmissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education","Variants":["Get"],"OutputType":"IMicrosoftGraphEducationRoot","Module":"Beta.Education","Command":"Get-MgBetaEducationRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"Get-MgBetaEducationSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"Get-MgBetaEducationSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-get-administrativeunit?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Education","Command":"Get-MgBetaEducationSchoolAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/classes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationSchoolClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/classes/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationSchoolClassByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/classes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationSchoolClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/schools/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationSchoolCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.WriteWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"Get-MgBetaEducationSchoolDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/users","Variants":["List"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Beta.Education","Command":"Get-MgBetaEducationSchoolUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/users/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationSchoolUserByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/users/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationSchoolUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Beta.Education","Command":"Get-MgBetaEducationUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users","Variants":["List"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Beta.Education","Command":"Get-MgBetaEducationUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories","Variants":["List"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentCategoryDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentGradingCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingScheme","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentGradingScheme"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentResourceDependentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentRubricByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationUserClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/classes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationUserClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/classes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.WriteWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Beta.Education","Command":"Get-MgBetaEducationUserDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/user/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Education","Command":"Get-MgBetaEducationUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Get-MgBetaEducationUserRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/rubrics","Variants":["List"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Get-MgBetaEducationUserRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/rubrics/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserRubricCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"Get-MgBetaEducationUserSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/schools","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"Get-MgBetaEducationUserSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/schools/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserSchoolCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/user/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Education","Command":"Get-MgBetaEducationUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/taughtClasses/{educationClass-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationUserTaughtClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/taughtClasses","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Get-MgBetaEducationUserTaughtClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/taughtClasses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Get-MgBetaEducationUserTaughtClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequestRequirements","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess","Variants":["Access","Access1","AccessViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomExtensionHandler","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers","Variants":["List"],"OutputType":"IMicrosoftGraphCustomExtensionHandler","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings","Variants":["List"],"OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentResourceRole","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentResourceRole","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageByUniqueName"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalog"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalog"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomAccessPackageWorkflowExtension","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphCustomAccessPackageWorkflowExtension","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResources","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResources/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceEnvironments","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageResourceRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageResourceRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAssignmentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConnectedOrganization","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConnectedOrganization","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementConnectedOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations","Variants":["List"],"OutputType":"IMicrosoftGraphConnectedOrganization","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementConnectedOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementConnectedOrganizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/settings","Variants":["Get"],"OutputType":"IMicrosoftGraphEntitlementManagementSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageSubject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/subjects","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageSubject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageSubject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementSubjectByObjectId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConnectedOrganization","Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementSubjectConnectedOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/subjects/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaEntitlementManagementSubjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external","Variants":["Get"],"OutputType":"IMicrosoftGraphExternalConnectorsExternal","Module":"Beta.Search","Command":"Get-MgBetaExternal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/authorizationSystems/{authorizationSystem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthorizationSystem","Module":"Beta.Search","Command":"Get-MgBetaExternalAuthorizationSystem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/authorizationSystems","Variants":["List"],"OutputType":"IMicrosoftGraphAuthorizationSystem","Module":"Beta.Search","Command":"Get-MgBetaExternalAuthorizationSystem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/authorizationSystems/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalAuthorizationSystemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDataCollectionInfo","Module":"Beta.Search","Command":"Get-MgBetaExternalAuthorizationSystemDataCollectionInfo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Module":"Beta.Search","Command":"Get-MgBetaExternalConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Module":"Beta.Search","Command":"Get-MgBetaExternalConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionGroupMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionGroupMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionGroupMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionItemActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionItemActivityPerformedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/quota","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsConnectionQuota","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionQuota"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/schema","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsSchema","Module":"Beta.Search","Command":"Get-MgBetaExternalConnectionSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData","Variants":["Get"],"OutputType":"IMicrosoftGraphIndustryDataRoot","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryData"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-DataConnector.Read.All","Description":"View data connector definitions","FullDescription":"Allows the app to read data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/dataConnectors/{industryDataConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataConnector","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-DataConnector.Read.All","Description":"View data connector definitions","FullDescription":"Allows the app to read data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/dataConnectors","Variants":["List"],"OutputType":"IMicrosoftGraphIndustryDataConnector","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-DataConnector.Read.All","Description":"View data connector definitions","FullDescription":"Allows the app to read data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/dataConnectors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataSourceSystemDefinition","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataConnectorSourceSystem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-InboundFlow.Read.All","Description":"View inbound flow definitions","FullDescription":"Allows the app to read inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/inboundFlows/{inboundFlow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataInboundFlow","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataInboundFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-InboundFlow.Read.All","Description":"View inbound flow definitions","FullDescription":"Allows the app to read inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-inboundflow-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/inboundFlows","Variants":["List"],"OutputType":"IMicrosoftGraphIndustryDataInboundFlow","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataInboundFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-InboundFlow.Read.All","Description":"View inbound flow definitions","FullDescription":"Allows the app to read inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/inboundFlows/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataInboundFlowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-DataConnector.Read.All","Description":"View data connector definitions","FullDescription":"Allows the app to read data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataConnector","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataInboundFlowDataConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-TimePeriod.Read.All","Description":"Read time period definitions","FullDescription":"Allows the app to read time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/inboundFlows/{inboundFlow-id}/year","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataYearTimePeriodDefinition","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataInboundFlowYear"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/operations/{longRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/operations","Variants":["List"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/operations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-OutboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.Read.All","Description":"View outbound flowsets and flows definitions","FullDescription":"Allows the app to read outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.ReadWrite.All","Description":"Manage outbound flowsets and flows definitions","FullDescription":"Allows the app to read and write outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-OutboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.Read.All","Description":"View outbound flowsets and flows definitions","FullDescription":"Allows the app to read outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.ReadWrite.All","Description":"Manage outbound flowsets and flows definitions","FullDescription":"Allows the app to read and write outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets","Variants":["List"],"OutputType":"IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-OutboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.Read.All","Description":"View outbound flowsets and flows definitions","FullDescription":"Allows the app to read outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.ReadWrite.All","Description":"Manage outbound flowsets and flows definitions","FullDescription":"Allows the app to read and write outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataProvisioningFlow","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows","Variants":["List"],"OutputType":"IMicrosoftGraphIndustryDataProvisioningFlow","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-ReferenceDefinition.Read.All","Description":"View reference definitions","FullDescription":"Allows the app to read reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/referenceDefinitions/{referenceDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataReferenceDefinition","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataReferenceDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/referenceDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphIndustryDataReferenceDefinition","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataReferenceDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/referenceDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataReferenceDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-ReferenceDefinition.Read.All","Description":"View reference definitions","FullDescription":"Allows the app to read reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/roleGroups/{roleGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataRoleGroup","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataRoleGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/roleGroups","Variants":["List"],"OutputType":"IMicrosoftGraphIndustryDataRoleGroup","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataRoleGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/roleGroups/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataRoleGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-Run.Read.All","Description":"View current and previous runs","FullDescription":"Allows the app to read current and previous IndustryData runs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/runs/{industryDataRun-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataRun","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-Run.Read.All","Description":"View current and previous runs","FullDescription":"Allows the app to read current and previous IndustryData runs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/runs","Variants":["List"],"OutputType":"IMicrosoftGraphIndustryDataRun","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataRun"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphIndustryDataRunActivity","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataRunActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/runs/{industryDataRun-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphIndustryDataRunActivity","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataRunActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/runs/{industryDataRun-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataRunActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-Run.Read.All","Description":"View current and previous runs","FullDescription":"Allows the app to read current and previous IndustryData runs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/runs/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataRunCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-Run.Read.All","Description":"View current and previous runs","FullDescription":"Allows the app to read current and previous IndustryData runs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/runs/{industryDataRun-id}/getStatistics","Variants":["Get","Get1","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataRunStatistics","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataRunStatistics"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-SourceSystem.Read.All","Description":"View source system definitions","FullDescription":"Allows the app to read source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/sourceSystems/{sourceSystemDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataSourceSystemDefinition","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataSourceSystem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-SourceSystem.Read.All","Description":"View source system definitions","FullDescription":"Allows the app to read source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/sourceSystems","Variants":["List"],"OutputType":"IMicrosoftGraphIndustryDataSourceSystemDefinition","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataSourceSystem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-SourceSystem.Read.All","Description":"View source system definitions","FullDescription":"Allows the app to read source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/sourceSystems/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataSourceSystemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-TimePeriod.Read.All","Description":"Read time period definitions","FullDescription":"Allows the app to read time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/years/{yearTimePeriodDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIndustryDataYearTimePeriodDefinition","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataYear"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-TimePeriod.Read.All","Description":"Read time period definitions","FullDescription":"Allows the app to read time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/years","Variants":["List"],"OutputType":"IMicrosoftGraphIndustryDataYearTimePeriodDefinition","Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataYear"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IndustryData-TimePeriod.Read.All","Description":"Read time period definitions","FullDescription":"Allows the app to read time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/years/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaExternalIndustryDataYearCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials","Variants":["Get"],"OutputType":"IMicrosoftGraphFinancials","Module":"Beta.Financials","Command":"Get-MgBetaFinancial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCompany","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompany"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies","Variants":["List"],"OutputType":"IMicrosoftGraphCompany","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompany"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/accounts/{account-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/accounts","Variants":["List"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/accounts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyAccountCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgedAccountsPayable","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyAgedAccountPayable"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/agedAccountsPayable","Variants":["List"],"OutputType":"IMicrosoftGraphAgedAccountsPayable","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyAgedAccountPayable"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/agedAccountsPayable/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyAgedAccountPayableCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgedAccountsReceivable","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyAgedAccountReceivable"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/agedAccountsReceivable","Variants":["List"],"OutputType":"IMicrosoftGraphAgedAccountsReceivable","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyAgedAccountReceivable"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/agedAccountsReceivable/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyAgedAccountReceivableCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/countriesRegions/{countryRegion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCountryRegion","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCountryRegion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/countriesRegions","Variants":["List"],"OutputType":"IMicrosoftGraphCountryRegion","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCountryRegion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/countriesRegions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCountryRegionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/currencies/{currency-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/currencies","Variants":["List"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/currencies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCurrencyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers","Variants":["List"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomerPayment","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPayment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments","Variants":["List"],"OutputType":"IMicrosoftGraphCustomerPayment","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPayment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomerPaymentJournal","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals","Variants":["List"],"OutputType":"IMicrosoftGraphCustomerPaymentJournal","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomerPayment","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments","Variants":["List"],"OutputType":"IMicrosoftGraphCustomerPayment","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyCustomerShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/dimensions/{dimension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDimension","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyDimension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/dimensions","Variants":["List"],"OutputType":"IMicrosoftGraphDimension","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyDimension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/dimensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyDimensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDimensionValue","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyDimensionValue"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/dimensionValues","Variants":["List","List1"],"OutputType":"IMicrosoftGraphDimensionValue","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyDimensionValue"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyDimensionValueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEmployee","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyEmployee"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees","Variants":["List"],"OutputType":"IMicrosoftGraphEmployee","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyEmployee"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyEmployeeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyEmployeePicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyEmployeePicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyEmployeePictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyEmployeePictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGeneralLedgerEntry","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyGeneralLedgerEntry"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/generalLedgerEntries","Variants":["List"],"OutputType":"IMicrosoftGraphGeneralLedgerEntry","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyGeneralLedgerEntry"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/generalLedgerEntries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyGeneralLedgerEntryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/companyInformation/{companyInformation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCompanyInformation","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/companyInformation","Variants":["List"],"OutputType":"IMicrosoftGraphCompanyInformation","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/companyInformation/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyInformationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyInformationPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/itemCategories/{itemCategory-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyItemCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/itemCategories","Variants":["List"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyItemCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/itemCategories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyItemCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyItemPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyItemPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journals/{journal-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphJournal","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyJournal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journals","Variants":["List"],"OutputType":"IMicrosoftGraphJournal","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyJournal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journals/{journal-id}/account","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyJournalAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journals/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyJournalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journalLines/{journalLine-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphJournalLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyJournalLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journalLines","Variants":["List","List1"],"OutputType":"IMicrosoftGraphJournalLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyJournalLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journalLines/{journalLine-id}/account","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyJournalLineAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journalLines/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyJournalLineCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPaymentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentMethods","Variants":["List"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPaymentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPaymentMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentTerms","Variants":["List"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentTerms/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPaymentTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPurchaseInvoice","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices","Variants":["List"],"OutputType":"IMicrosoftGraphPurchaseInvoice","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPurchaseInvoiceLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines","Variants":["List","List1"],"OutputType":"IMicrosoftGraphPurchaseInvoiceLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture","Variants":["List","List1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVendor","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendor"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSalesCreditMemo","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos","Variants":["List"],"OutputType":"IMicrosoftGraphSalesCreditMemo","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSalesCreditMemoLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines","Variants":["List"],"OutputType":"IMicrosoftGraphSalesCreditMemoLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSalesCreditMemoLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines","Variants":["List"],"OutputType":"IMicrosoftGraphSalesCreditMemoLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSalesInvoice","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices","Variants":["List"],"OutputType":"IMicrosoftGraphSalesInvoice","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSalesInvoiceLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSalesInvoiceLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceLineAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceLineCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture","Variants":["List","List1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoicePaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSalesOrder","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders","Variants":["List"],"OutputType":"IMicrosoftGraphSalesOrder","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCustomerCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSalesOrderLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSalesOrderLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderLineAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderLineCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderLineItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderLineItemCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture","Variants":["List","List1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleOrderPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSalesQuote","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes","Variants":["List"],"OutputType":"IMicrosoftGraphSalesQuote","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSalesQuoteLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSalesQuoteLine","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteLine"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccount","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteLineAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteLineCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteLineItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteLineItemCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture","Variants":["List","List1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteLineItemPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuotePaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanySaleQuoteShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/shipmentMethods","Variants":["List"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyShipmentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/shipmentMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyShipmentMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxAreas/{taxArea-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTaxArea","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyTaxArea"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxAreas","Variants":["List"],"OutputType":"IMicrosoftGraphTaxArea","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyTaxArea"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxAreas/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyTaxAreaCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxGroups/{taxGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTaxGroup","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyTaxGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxGroups","Variants":["List"],"OutputType":"IMicrosoftGraphTaxGroup","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyTaxGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyTaxGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnitOfMeasure","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyUnitOfMeasure"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/unitsOfMeasure","Variants":["List"],"OutputType":"IMicrosoftGraphUnitOfMeasure","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyUnitOfMeasure"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/unitsOfMeasure/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyUnitOfMeasureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVendor","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyVendor"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors","Variants":["List"],"OutputType":"IMicrosoftGraphVendor","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyVendor"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyVendorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/currency","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyVendorCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyVendorPaymentMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyVendorPaymentTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyVendorPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture","Variants":["List"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyVendorPicture"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyVendorPictureContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Get-MgBetaFinancialCompanyVendorPictureCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/acceptedSenders","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupAcceptedSender"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/acceptedSenders/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupAcceptedSenderByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/acceptedSenders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupAcceptedSenderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaGroupAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/appRoleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaGroupAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaGroupAppRoleAssignmentCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupByUniqueName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendar","Module":"Beta.Calendar","Command":"Get-MgBetaGroupCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaGroupCalendarEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/events","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaGroupCalendarEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Beta.Calendar","Command":"Get-MgBetaGroupCalendarPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/calendarPermissions","Variants":["List"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Beta.Calendar","Command":"Get-MgBetaGroupCalendarPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/calendarPermissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaGroupCalendarPermissionCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/getSchedule","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScheduleInformation","Module":"Beta.Calendar","Command":"Get-MgBetaGroupCalendarSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/calendarView","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaGroupCalendarView"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversation","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations","Variants":["List"],"OutputType":"IMicrosoftGraphConversation","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThread"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads","Variants":["List"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThread"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPost","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPost"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts","Variants":["List"],"OutputType":"IMicrosoftGraphPost","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostInReplyToAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostInReplyToAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostInReplyToExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostInReplyToExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostInReplyToMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions","Variants":["List"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostInReplyToMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostInReplyToMentionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions","Variants":["List"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupConversationThreadPostMentionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/createdOnBehalfOf","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupCreatedOnBehalfOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaGroupDefaultDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaGroupDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaGroupDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/bundles","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveBundleContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveBundleContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveBundleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/following","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveFollowingContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveFollowingContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveFollowingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemChildContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveListSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootChildContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveRootVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/special","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaGroupDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveSpecialContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveSpecialContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaGroupDriveSpecialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/endpoints/{endpoint-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Groups","Command":"Get-MgBetaGroupEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/endpoints","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Groups","Command":"Get-MgBetaGroupEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/endpoints/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupEndpointCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaGroupEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaGroupEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/calendar","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendar","Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/instances/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaGroupEventInstanceDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Groups","Command":"Get-MgBetaGroupExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Module":"Beta.Groups","Command":"Get-MgBetaGroupLifecyclePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groupLifecyclePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Module":"Beta.Groups","Command":"Get-MgBetaGroupLifecyclePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/groupLifecyclePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Module":"Beta.Groups","Command":"Get-MgBetaGroupLifecyclePolicyByGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groupLifecyclePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupLifecyclePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/members/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/members/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/members/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberCountAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/membersWithLicenseErrors/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks","Variants":["List"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCopyNotebookModel","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookFromWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteNotebookSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/operations","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenotePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenotePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenotePageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenotePageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecentNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteRecentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/resources","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteResourceContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaGroupOnenoteSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/owners","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/owners/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupOwnerCountAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-getpasswordsinglesignoncredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/getPasswordSingleSignOnCredentials","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPasswordSingleSignOnCredentialSet","Module":"Beta.Groups","Command":"Get-MgBetaGroupPasswordSingleSignOnCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Groups","Command":"Get-MgBetaGroupPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/permissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Groups","Command":"Get-MgBetaGroupPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupPermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/photo","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.Groups","Command":"Get-MgBetaGroupPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/photos","Variants":["List"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.Groups","Command":"Get-MgBetaGroupPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/photo/$value","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/planner","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerGroup","Module":"Beta.Planner","Command":"Get-MgBetaGroupPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaGroupPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaGroupPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Planner","Command":"Get-MgBetaGroupPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaGroupPlannerPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaGroupPlannerPlanDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Planner","Command":"Get-MgBetaGroupPlannerPlanDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Get-MgBetaGroupPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/rejectedSenders","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupRejectedSender"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/rejectedSenders/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupRejectedSenderByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/rejectedSenders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupRejectedSenderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/settings/{directorySetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectorySetting","Module":"Beta.Groups","Command":"Get-MgBetaGroupSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/settings","Variants":["List"],"OutputType":"IMicrosoftGraphDirectorySetting","Module":"Beta.Groups","Command":"Get-MgBetaGroupSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/settings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}","Variants":["Get","Get2","GetViaIdentity","GetViaIdentity2"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaGroupSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites","Variants":["List"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaGroupSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteApplicableContentTypeForList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteByPath"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentModel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentModel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels","Variants":["List"],"OutputType":"IMicrosoftGraphContentModel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentModel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentModelUsage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentModelAppliedDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentModel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentModelByName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentModelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentModelUsage","Module":"Beta.Groups","Command":"Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes","Variants":["List","List1"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/$count","Variants":["Get1","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteDefaultDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentProcessingJob","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteDocumentProcessingJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentProcessingJob","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteDocumentProcessingJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteDocumentProcessingJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/drives/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteDriveCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/externalColumns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/externalColumns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteExternalColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["List"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPath"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Groups","Command":"Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels","Variants":["List"],"OutputType":"IMicrosoftGraphContentModel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathContentModel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentProcessingJob","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathDocumentProcessingJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInformationProtection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathInformationProtection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items","Variants":["List"],"OutputType":"IMicrosoftGraphBaseItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["List"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pageTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphPageTemplate","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathPageTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecycleBin","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathRecycleBin"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites","Variants":["List"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStore","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetByPathTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Groups","Command":"Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInformationProtection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBitlocker","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionBitlocker"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys","Variants":["List"],"OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInformationProtectionPolicy","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionPolicyLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels","Variants":["List"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionPolicyLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels","Variants":["List"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/rights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRightsIncluded","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelRight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["List"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRightsIncluded","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelRight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityPolicySettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["List"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/items/{baseItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBaseItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphBaseItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists","Variants":["List1"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemActivityDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemActivityDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemActivityDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemActivityListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteListSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks","Variants":["List"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCopyNotebookModel","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookFromWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecentNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookRecentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenotePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenotePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenotePageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenotePageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteResourceContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSitePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/sitePage","Variants":["List"],"OutputType":"IMicrosoftGraphSitePage","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCanvasLayout","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayout"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["List"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVerticalSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageAsSitePageWebPartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/sitePage/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageCountAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPageTemplate","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphPageTemplate","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCanvasLayout","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayout"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections","Variants":["List"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVerticalSection","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartPositionOfWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateWebPartCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePageTemplateWebPartPositionOfWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSitePermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecycleBin","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBin"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecycleBinItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items","Variants":["List"],"OutputType":"IMicrosoftGraphRecycleBinItem","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStore","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetParentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaGroupSiteTermStoreSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/sites/{site-id1}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaGroupSubSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/sites","Variants":["List2"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaGroupSubSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/sites/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaGroupSubSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeam","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels","Variants":["List1"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelAllMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelFileFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelFileFolderContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelFileFolderContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsChannelPlanner","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelRetainedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams","Variants":["List"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelSharedWithTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamChannelTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/incomingChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamIncomingChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/incomingChannels","Variants":["List"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamIncomingChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/incomingChannels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamIncomingChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/installedApps","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/installedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamInstalledAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamInstalledAppTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamInstalledAppTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/members","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/operations","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/owners/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/owners","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/owners(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamOwnerByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/owners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/owners/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamOwnerMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamOwnerServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/permissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/photo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/photo/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelAllMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelFileFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelFileFolderContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/allMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsChannelPlanner","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams","Variants":["List"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamPrimaryChannelTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSchedule","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDayNote","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleDayNote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/dayNotes","Variants":["List"],"OutputType":"IMicrosoftGraphDayNote","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleDayNote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/dayNotes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleDayNoteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleOfferShiftRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests","Variants":["List"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleOfferShiftRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleOfferShiftRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleOpenShift"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShifts","Variants":["List"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleOpenShift"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests","Variants":["List"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShifts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleOpenShiftCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleSchedulingGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/schedulingGroups","Variants":["List"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleSchedulingGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleSchedulingGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShift","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleShift"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shifts","Variants":["List"],"OutputType":"IMicrosoftGraphShift","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleShift"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shifts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleShiftCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShiftsRoleDefinition","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleShiftRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphShiftsRoleDefinition","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleShiftRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests","Variants":["List"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeCard"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards","Variants":["List"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeCard"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeCardCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeOff"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timesOff","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeOff"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timesOff/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeOffCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeOffReason"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffReasons","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeOffReason"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeOffReasonCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeOffRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffRequests","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeOffRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamScheduleTimeOffRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags","Variants":["List"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamTagMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamTagMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamTagMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/template","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/templateDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamTemplateDefinition","Module":"Beta.Teams","Command":"Get-MgBetaGroupTeamTemplateDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Beta.Groups","Command":"Get-MgBetaGroupThread"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads","Variants":["List"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Beta.Groups","Command":"Get-MgBetaGroupThread"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPost","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPost"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts","Variants":["List"],"OutputType":"IMicrosoftGraphPost","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostInReplyToAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostInReplyToAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostInReplyToAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostInReplyToExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostInReplyToExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostInReplyToExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostInReplyToMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions","Variants":["List"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostInReplyToMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostInReplyToMentionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions","Variants":["List"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupThreadPostMentionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMembers/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Get-MgBetaGroupTransitiveMemberOfCountAsGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Groups","Command":"Get-MgBetaGroupUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityApiConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/apiConnectors","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityApiConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/apiConnectors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityApiConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow","Variants":["List"],"OutputType":"IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationConditionsApplications","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationConditionApplication","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnAttributeCollectionHandler","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnAuthenticationMethodLoadStartHandler","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationConditionsApplications","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationConditionApplication","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationEventListener","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventListener"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventListeners","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationEventListener","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventListener"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventListeners/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityAuthenticationEventListenerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphB2CIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows","Variants":["List"],"OutputType":"IMicrosoftGraphB2CIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders","Variants":["List","List1"],"OutputType":"IMicrosoftGraphIdentityProvider","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowIdentityProviderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages","Variants":["List"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["List"],"OutputType":"IMicrosoftGraphUserFlowLanguagePage","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguageOverridePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["List"],"OutputType":"IMicrosoftGraphUserFlowLanguagePage","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguageOverridePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows","Variants":["List"],"OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserFlowApiConnectorConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityProvider","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders","Variants":["List","List1"],"OutputType":"IMicrosoftGraphIdentityProvider","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowIdentityProviderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages","Variants":["List"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["List"],"OutputType":"IMicrosoftGraphUserFlowLanguagePage","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguageOverridePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["List"],"OutputType":"IMicrosoftGraphUserFlowLanguagePage","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguageOverridePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowPostAttributeCollection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowPostFederationSignup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowPreTokenIssuance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationContextClassReferences","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths","Variants":["Get1"],"OutputType":"IMicrosoftGraphAuthenticationStrengthRoot","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrength"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAuthenticationMethodModeDetail","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes","Variants":["List1"],"OutputType":"IMicrosoftGraphAuthenticationMethodModeDetail","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count","Variants":["Get1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies","Variants":["List1"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["List1"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count","Variants":["Get1","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/$count","Variants":["Get1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConditionalAccessTemplate","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/conditionalAccess/templates","Variants":["List"],"OutputType":"IMicrosoftGraphConditionalAccessTemplate","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/templates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityConditionalAccessTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/continuousAccessEvaluationPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphContinuousAccessEvaluationPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityContinuouAccessEvaluationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityCustomAuthenticationExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/customAuthenticationExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityCustomAuthenticationExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/customAuthenticationExtensions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityCustomAuthenticationExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AccessReview","Description":"Read and write your organization's directory access review default policy","FullDescription":"Allows the app to read and write your organization's directory access review default policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AccessReview","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/policy","Variants":["Get"],"OutputType":"IMicrosoftGraphAccessReviewPolicy","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAccessReviewPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppConsentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAppConsentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphAppConsentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAppConsentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAppConsentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserConsentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUserConsentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps","Variants":["List"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems","Variants":["Get"],"OutputType":"IMicrosoftGraphDeletedItemContainer","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceRun","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceRun","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceRun","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceRun","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/settings","Variants":["Get"],"OutputType":"IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowTemplate","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowTemplate","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics","Variants":["Get"],"OutputType":"IMicrosoftGraphPermissionsAnalyticsAggregation","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws","Variants":["Get"],"OutputType":"IMicrosoftGraphPermissionsAnalytics","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAw"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/findings","Variants":["List"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/findings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthorizationSystem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure","Variants":["Get"],"OutputType":"IMicrosoftGraphPermissionsAnalytics","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzure"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/findings","Variants":["List"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/findings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthorizationSystem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp","Variants":["Get"],"OutputType":"IMicrosoftGraphPermissionsAnalytics","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/findings","Variants":["List"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/findings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthorizationSystem","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement","Variants":["Get"],"OutputType":"IMicrosoftGraphPermissionsManagement","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionsRequestChange","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionsRequestChange","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals","Variants":["List"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps","Variants":["List"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsRequests","Variants":["List"],"OutputType":"IMicrosoftGraphScheduledPermissionsRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess","Variants":["Get"],"OutputType":"IMicrosoftGraphPrivilegedAccessRoot","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccess"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group","Variants":["Get"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroup","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals","Variants":["List"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps","Variants":["List"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlert","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlert","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertConfiguration","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertConfiguration","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertIncident"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertIncident","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertIncident"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/operations","Variants":["List"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/operations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreement","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements","Variants":["List"],"OutputType":"IMicrosoftGraphAgreement","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreementAcceptances","Variants":["List","List1"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFile","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/identityProviders","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/identityProviders/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityProviderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/userFlows/{identityUserFlow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityUserFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/userFlows","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityUserFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityUserFlowAttribute"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/userFlowAttributes","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityUserFlowAttribute"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/userFlowAttributes/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityUserFlowAttributeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/userFlows/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaIdentityUserFlowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection","Variants":["Get"],"OutputType":"IMicrosoftGraphInformationProtection","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/bitlocker","Variants":["Get"],"OutputType":"IMicrosoftGraphBitlocker","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionBitlocker"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionBitlockerRecoveryKey"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/bitlocker/recoveryKeys","Variants":["List"],"OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionBitlockerRecoveryKey"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/bitlocker/recoveryKeys/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionDataLossPreventionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/dataLossPreventionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionDataLossPreventionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/dataLossPreventionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionDataLossPreventionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/policy","Variants":["Get"],"OutputType":"IMicrosoftGraphInformationProtectionPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionPolicyLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/policy/labels","Variants":["List"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionPolicyLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/policy/labels/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionPolicyLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/sensitivityLabels/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionSensitivityLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/sensitivityLabels/{sensitivityLabel-id}/rights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRightsIncluded","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionSensitivityLabelRight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionSensitivityLabelSublabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRightsIncluded","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionSensitivityLabelSublabelRight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/sensitivityPolicySettings","Variants":["Get"],"OutputType":"IMicrosoftGraphSensitivityPolicySettings","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionSensitivityPolicySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionThreatAssessmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionThreatAssessmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionThreatAssessmentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionThreatAssessmentRequestResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["List"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionThreatAssessmentRequestResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/invitations","Variants":["List"],"OutputType":"IMicrosoftGraphInvitation","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInvitation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/invitations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInvitationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/invitations/invitedUser/mailboxSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInvitationInvitedUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/invitations/invitedUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInvitationInvitedUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/invitations/invitedUser/serviceProvisioningErrors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/invitations/invitedUserSponsors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInvitationInvitedUserSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/invitations/invitedUserSponsors","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInvitationInvitedUserSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/invitations/invitedUserSponsors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaInvitationInvitedUserSponsorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessAlert","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-alerts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/alerts","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessAlert","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/alerts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessAlertCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/alerts/getAlertFrequencies(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessAlertFrequencyPoint","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessAlertFrequency"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/alerts/{alert-id}/policy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessFilteringPolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessAlertPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/alerts/getAlertSeveritySummaries(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessAlertSeveritySummary","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessAlertSeveritySummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/alerts/getAlertSummaries(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessAlertSummary","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessAlertSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity","Variants":["Get"],"OutputType":"IMicrosoftGraphNetworkaccessConnectivity","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessBranchSite","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranch"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-connectivity-list-branches?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessBranchSite","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranch"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchconnectivityconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchDeviceLink"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-devicelinks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchDeviceLink"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchDeviceLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-forwardingprofiles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessRemoteNetwork","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetwork"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessRemoteNetwork","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetwork"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-devicelink-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-filteringpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessFilteringPolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-filteringpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessFilteringPolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringPolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringPolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringPolicyRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessFilteringProfile","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessFilteringProfile","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/{conditionalAccessPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessConditionalAccessPolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessConditionalAccessPolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringProfilePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringProfilePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessFilteringProfilePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingPolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingPolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingPolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingPolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingPolicyRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingprofiles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingProfilePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-list-policies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingProfilePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingProfilePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessForwardingProfileServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs","Variants":["Get"],"OutputType":"IMicrosoftGraphNetworkaccessLogs","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLog"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-connection-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/logs/connections/{connection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessConnection","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-logs-list-connections?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/logs/connections","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessConnection","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/connections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogConnectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogRemoteNetwork"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-logs-list-remotenetworks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/logs/remoteNetworks","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogRemoteNetwork"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/remoteNetworks/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogRemoteNetworkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessTraffic","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogTraffic"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-logs-list-traffic?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/logs/traffic","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessTraffic","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogTraffic"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogTrafficCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogTrafficDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogTrafficUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/user/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogTrafficUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/user/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogTrafficUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/user/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessLogTrafficUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-reports-getconnectionsummaries?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/reports/getConnectionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessConnectionSummary","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessReportConnectionSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports/getCrossTenantSummary(startDateTime={startDateTime},endDateTime={endDateTime},discoveryPivotDateTime={discoveryPivotDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessCrossTenantSummary","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessReportCrossTenantSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports/getDestinationSummaries(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessDestinationSummary","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessReportDestinationSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports/getDeviceUsageSummary(startDateTime={startDateTime},endDateTime={endDateTime},activityPivotDateTime={activityPivotDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessDeviceUsageSummary","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessReportDeviceUsageSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-reports-getdiscoveredapplicationsegmentreport?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime},userId='@userId')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessDiscoveredApplicationSegmentReport","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess","Variants":["Get"],"OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessRoot","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessRootNetworkAccessRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/settings","Variants":["Get"],"OutputType":"IMicrosoftGraphNetworkaccessSettings","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/settings/conditionalAccess","Variants":["Get"],"OutputType":"IMicrosoftGraphNetworkaccessConditionalAccessSettings","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessSettingConditionalAccess"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/settings/crossTenantAccess","Variants":["Get"],"OutputType":"IMicrosoftGraphNetworkaccessCrossTenantAccessSettings","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessSettingCrossTenantAccess"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/settings/forwardingOptions","Variants":["Get"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingOptions","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessSettingForwardingOption"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tenantstatus-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tenantStatus","Variants":["Get"],"OutputType":"IMicrosoftGraphNetworkaccessTenantStatus","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTenantStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessThreatIntelligencePolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-threatintelligencepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessThreatIntelligencePolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules/{policyRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicyRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/tls","Variants":["Get"],"OutputType":"IMicrosoftGraphNetworkaccessTlsTermination","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTl"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-externalcertificateauthoritycertificate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates/{externalCertificateAuthorityCertificate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessExternalCertificateAuthorityCertificate","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlstermination-list-externalcertificateauthoritycertificates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessExternalCertificateAuthorityCertificate","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessTlsInspectionPolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTlInspectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-tlsinspectionpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessTlsInspectionPolicy","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTlInspectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTlInspectionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionrule-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules/{policyRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTlInspectionPolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicy-list-policyrules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules","Variants":["List"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTlInspectionPolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Get-MgBetaNetworkAccessTlInspectionPolicyRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/oauth2PermissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/oauth2PermissionGrants/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaOauth2PermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/oauth2PermissionGrants/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaOauth2PermissionGrantDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnPremisesPublishingProfile","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphOnPremisesPublishingProfile","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnPremisesAgent","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents","Variants":["List"],"OutputType":"IMicrosoftGraphOnPremisesAgent","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups","Variants":["List","List1","List2"],"OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnPremisesAgent","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupAgent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents","Variants":["List"],"OutputType":"IMicrosoftGraphOnPremisesAgent","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupAgent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref","Variants":["List","List1"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPublishedResource","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources","Variants":["List"],"OutputType":"IMicrosoftGraphPublishedResource","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups","Variants":["List"],"OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/{ipApplicationSegment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIPApplicationSegment","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileApplicationSegment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnPremisesPublishingProfiles.ReadWrite.All","Description":"Manage on-premises published resources","FullDescription":"Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremisesPublishingProfiles.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments","Variants":["List"],"OutputType":"IMicrosoftGraphIPApplicationSegment","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileApplicationSegment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnPremisesPublishingProfiles.ReadWrite.All","Description":"Manage on-premises published resources","FullDescription":"Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremisesPublishingProfiles.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConnector","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors","Variants":["List"],"OutputType":"IMicrosoftGraphConnector","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConnectorGroup","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups","Variants":["List"],"OutputType":"IMicrosoftGraphConnectorGroup","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphConnector","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphConnectorGroup","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPublishedResource","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfilePublishedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources","Variants":["List"],"OutputType":"IMicrosoftGraphPublishedResource","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfilePublishedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups","Variants":["List"],"OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaOnPremisePublishingProfilePublishedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrganization","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization","Variants":["List"],"OutputType":"IMicrosoftGraphOrganization","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/branding","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrganizationalBranding","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBranding"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingBackgroundImage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingBannerLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingCustomCss"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/favicon","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingFavicon"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingHeaderLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations","Variants":["List"],"OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingLocalizationBackgroundImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingLocalizationBannerLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingLocalizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingLocalizationCustomCss"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingLocalizationFavicon"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingLocalizationHeaderLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingLocalizationSquareLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingSquareLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationBrandingSquareLogoDark"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaOrganizationCertificateBasedAuthConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration","Variants":["List"],"OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaOrganizationCertificateBasedAuthConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationExtensionCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/partnerInformation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPartnerInformation","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationPartnerInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/settings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrganizationSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/contactInsights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInsightsSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationSettingContactInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/itemInsights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInsightsSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationSettingItemInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/microsoftApplicationDataAccess","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftApplicationDataAccessSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/peopleInsights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInsightsSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationSettingPersonInsight"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaOrganizationUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/places/{place-id}/room","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoom","Module":"Beta.Calendar","Command":"Get-MgBetaPlaceAsRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/places/room","Variants":["List"],"OutputType":"IMicrosoftGraphRoom","Module":"Beta.Calendar","Command":"Get-MgBetaPlaceAsRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoomList","Module":"Beta.Calendar","Command":"Get-MgBetaPlaceAsRoomList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/roomList","Variants":["List"],"OutputType":"IMicrosoftGraphRoomList","Module":"Beta.Calendar","Command":"Get-MgBetaPlaceAsRoomList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoom","Module":"Beta.Calendar","Command":"Get-MgBetaPlaceAsRoomListRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/rooms","Variants":["List"],"OutputType":"IMicrosoftGraphRoom","Module":"Beta.Calendar","Command":"Get-MgBetaPlaceAsRoomListRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/rooms/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaPlaceAsRoomListRoomCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/workspaces/{workspace-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWorkspace","Module":"Beta.Calendar","Command":"Get-MgBetaPlaceAsRoomListWorkspace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/workspaces","Variants":["List"],"OutputType":"IMicrosoftGraphWorkspace","Module":"Beta.Calendar","Command":"Get-MgBetaPlaceAsRoomListWorkspace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/workspaces/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaPlaceAsRoomListWorkspaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaPlaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/room/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaPlaceCountAsRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/roomList/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaPlaceCountAsRoomList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner","Variants":["Get"],"OutputType":"IMicrosoftGraphPlanner","Module":"Beta.Planner","Command":"Get-MgBetaPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Planner","Command":"Get-MgBetaPlannerBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Planner","Command":"Get-MgBetaPlannerBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/buckets/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaPlannerBucketCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/buckets/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Planner","Command":"Get-MgBetaPlannerBucketDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/buckets/{plannerBucket-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Get-MgBetaPlannerBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Planner","Command":"Get-MgBetaPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/plans/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaPlannerPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaPlannerPlanDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Planner","Command":"Get-MgBetaPlannerPlanDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Get-MgBetaPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerRoster","Module":"Beta.Planner","Command":"Get-MgBetaPlannerRoster"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/rosters","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerRoster","Module":"Beta.Planner","Command":"Get-MgBetaPlannerRoster"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/rosters/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaPlannerRosterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerRosterMember","Module":"Beta.Planner","Command":"Get-MgBetaPlannerRosterMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerRosterMember","Module":"Beta.Planner","Command":"Get-MgBetaPlannerRosterMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaPlannerRosterMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaPlannerRosterPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaPlannerRosterPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}/plans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaPlannerRosterPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Get-MgBetaPlannerTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Get-MgBetaPlannerTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Planner","Command":"Get-MgBetaPlannerTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Planner","Command":"Get-MgBetaPlannerTaskBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/tasks/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaPlannerTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Get-MgBetaPlannerTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Planner","Command":"Get-MgBetaPlannerTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Planner","Command":"Get-MgBetaPlannerTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AccessReview","Description":"Read and write your organization's directory access review default policy","FullDescription":"Allows the app to read and write your organization's directory access review default policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AccessReview","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/accessReviewPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphAccessReviewPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAccessReviewPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/activityBasedTimeoutPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/activityBasedTimeoutPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConsentRequest","Description":"Read and write consent request policy","FullDescription":"Allows the app to read and write your organization's consent request policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConsentRequest","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/adminConsentRequestPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphAdminConsentRequestPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAdminConsentRequestPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/appManagementPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAppManagementPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAppManagementPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAppManagementPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/appManagementPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAppManagementPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":"Read and write your authentication flow policies","FullDescription":"Allows the app to read and write the authentication flow policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationFlowsPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphAuthenticationFlowsPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationFlowPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationMethodsPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphAuthenticationMethodsPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationMethodPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationStrengthPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationStrengthPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthenticationStrengthPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthorizationPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthorizationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authorizationPolicy","Variants":["List"],"OutputType":"IMicrosoftGraphAuthorizationPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthorizationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthorizationPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDefaultUserRoleOverride","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides","Variants":["List"],"OutputType":"IMicrosoftGraphDefaultUserRoleOverride","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/b2cAuthenticationMethodsPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphB2CAuthenticationMethodsPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyB2CAuthenticationMethodPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphClaimsMappingPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyClaimMappingPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/claimsMappingPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphClaimsMappingPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyClaimMappingPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyClaimMappingPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyClaimMappingPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyClaimMappingPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/claimsMappingPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyClaimMappingPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyCrossTenantAccessPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Get"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyCrossTenantAccessPolicyDefault"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyCrossTenantAccessPolicyPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/partners","Variants":["List"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyCrossTenantAccessPolicyPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/partners/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Get"],"OutputType":"IMicrosoftGraphPolicyTemplate","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyCrossTenantAccessPolicyTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Get"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Get"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/defaultAppManagementPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphTenantAppManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyDefaultAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.DeviceConfiguration","Description":"Read your organization's device configuration policies","FullDescription":"Allows the app to read your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.DeviceConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.DeviceConfiguration","Description":"Read and write your organization's device configuration policies","FullDescription":"Allows the app to read and write your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.DeviceConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/deviceRegistrationPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceRegistrationPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyDeviceRegistrationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/directoryRoleAccessReviewPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphDirectoryRoleAccessReviewPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ExternalIdentities","Description":"Read and write your organization's external identities policy","FullDescription":"Allows the application to read and update the organization's external identities policy on your behalf. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ExternalIdentities","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/externalIdentitiesPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphExternalIdentitiesPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyExternalIdentityPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyFeatureRolloutPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyFeatureRolloutPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyFeatureRolloutPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyFeatureRolloutPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/federatedTokenValidationPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphFederatedTokenValidationPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyFederatedTokenValidationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/homeRealmDiscoveryPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/homeRealmDiscoveryPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":"Read and write your organization's security defaults policy","FullDescription":"Allows the app to read and write your organization's security defaults policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobilityManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphMobilityManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileAppManagementPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobilityManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileDeviceManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphMobilityManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileDeviceManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionGrantPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionGrantPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPolicyExclude"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPolicyExclude"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPolicyExcludeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPolicyInclude"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPolicyInclude"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPolicyIncludeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPreApprovalPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPreApprovalPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPreApprovalPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/permissionGrantPreApprovalPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/roleManagementPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/roleManagementPolicyAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicyAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyEffectiveRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyEffectiveRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyRoleManagementPolicyRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipalCreationPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyServicePrincipalCreationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipalCreationPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyServicePrincipalCreationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyExclude"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyExclude"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyInclude"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyInclude"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenIssuancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenIssuancePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenIssuancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenIssuancePolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenIssuancePolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenIssuancePolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/tokenIssuancePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenIssuancePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenLifetimePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenLifetimePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenLifetimePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenLifetimePolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenLifetimePolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenLifetimePolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/tokenLifetimePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaPolicyTokenLifetimePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print","Variants":["Get"],"OutputType":"IMicrosoftGraphPrint","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/connectors/{printConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/connectors","Variants":["List"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/connectors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/operations/{printOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintOperation","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/operations","Variants":["List"],"OutputType":"IMicrosoftGraphPrintOperation","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/operations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrinter","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers","Variants":["List"],"OutputType":"IMicrosoftGraphPrinter","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/getCapabilities","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrinterCapabilities","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterCapability"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/connectors/{printConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/connectors","Variants":["List"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/connectors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs","Variants":["List"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJobDocument"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents","Variants":["List"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJobDocument"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJobDocumentContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJobDocumentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJobTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJobTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJobTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJobTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterJobTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShare"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares","Variants":["List","List1"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShare"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedGroups","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedGroups/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedUsers","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedUserByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/shares/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs","Variants":["List"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJobDocument"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["List"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJobDocument"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJobDocumentContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJobDocumentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJobTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJobTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJobTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJobTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterShareJobTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/printer","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrinter","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterSharePrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/taskTriggers","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/taskTriggers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterTaskTriggerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintPrinterTaskTriggerDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/services/{printService-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintService","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/services","Variants":["List"],"OutputType":"IMicrosoftGraphPrintService","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/services/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintServiceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintServiceEndpoint","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintServiceEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/services/{printService-id}/endpoints","Variants":["List"],"OutputType":"IMicrosoftGraphPrintServiceEndpoint","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintServiceEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/services/{printService-id}/endpoints/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintServiceEndpointCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShare"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares","Variants":["List"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShare"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedGroups","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedUsers","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedUserByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedUsers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs","Variants":["List"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJobDocument"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["List"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJobDocument"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJobDocumentContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJobDocumentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJobTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJobTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJobTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJobTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintShareJobTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/printer","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrinter","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintSharePrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/taskDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/taskDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintTaskDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintTaskDefinitionTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintTaskDefinitionTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintTaskDefinitionTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Beta.Devices.CloudPrint","Command":"Get-MgBetaPrintTaskDefinitionTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests","Variants":["List"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestApprover"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestApprover"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestApproverByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestApproverCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestCollaborator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestCollaborator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestCollaboratorByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta","ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestFinalAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta","ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestFinalReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["List"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestNoteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeam","Module":"Beta.Compliance","Command":"Get-MgBetaPrivacySubjectRightsRequestTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccess","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccess"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccess","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccess"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceParent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceSubject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceSubject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleSettingResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceSubject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceSubject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleAssignmentSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleDefinitionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleSettingResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedApprovalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/request","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedApprovalRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRole","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedApprovalRoleInfo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedApprovalRoleInfoAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedApprovalRoleInfoAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/settings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedApprovalRoleInfoSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/summary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedApprovalRoleInfoSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedOperationEvents/{privilegedOperationEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedOperationEvent","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedOperationEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedOperationEvents","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedOperationEvent","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedOperationEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedOperationEvents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedOperationEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRole","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedRole","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAccess.ReadWrite.AzureAD","Description":"Read and write privileged access to Azure AD","FullDescription":"Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAccess.ReadWrite.AzureAD","Description":"Read and write privileged access to Azure AD","FullDescription":"Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRole","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRole","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments","Variants":["List","List1"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}/settings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}/summary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Module":"Beta.Identity.Governance","Command":"Get-MgBetaPrivilegedRoleSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programs/{program-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProgram","Module":"Beta.Identity.Governance","Command":"Get-MgBetaProgram"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/programs","Variants":["List"],"OutputType":"IMicrosoftGraphProgram","Module":"Beta.Identity.Governance","Command":"Get-MgBetaProgram"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControls/{programControl-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":"IMicrosoftGraphProgramControl","Module":"Beta.Identity.Governance","Command":"Get-MgBetaProgramControl"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/programControls","Variants":["List","List1","List2"],"OutputType":"IMicrosoftGraphProgramControl","Module":"Beta.Identity.Governance","Command":"Get-MgBetaProgramControl"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControls/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaProgramControlCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControls/{programControl-id}/program","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphProgram","Module":"Beta.Identity.Governance","Command":"Get-MgBetaProgramControlProgram"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControlTypes/{programControlType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProgramControlType","Module":"Beta.Identity.Governance","Command":"Get-MgBetaProgramControlType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/programControlTypes","Variants":["List"],"OutputType":"IMicrosoftGraphProgramControlType","Module":"Beta.Identity.Governance","Command":"Get-MgBetaProgramControlType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControlTypes/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaProgramControlTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programs/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaProgramCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getApiUsage(serviceArea='@serviceArea',period='@period',appId='@appId')","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportApiUsage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppCredentialSignInActivity","Module":"Beta.Reports","Command":"Get-MgBetaReportAppCredentialSignInActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/appCredentialSignInActivities","Variants":["List"],"OutputType":"IMicrosoftGraphAppCredentialSignInActivity","Module":"Beta.Reports","Command":"Get-MgBetaReportAppCredentialSignInActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/appCredentialSignInActivities/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportAppCredentialSignInActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplicationSignInDetailedSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportApplicationSignInDetailedSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/applicationSignInDetailedSummary","Variants":["List"],"OutputType":"IMicrosoftGraphApplicationSignInDetailedSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportApplicationSignInDetailedSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/applicationSignInDetailedSummary/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportApplicationSignInDetailedSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getAttackSimulationRepeatOffenders","Variants":["Get"],"OutputType":"IMicrosoftGraphAttackSimulationRepeatOffender","Module":"Beta.Reports","Command":"Get-MgBetaReportAttackSimulationRepeatOffender"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getAttackSimulationTrainingUserCoverage","Variants":["Get"],"OutputType":"IMicrosoftGraphAttackSimulationTrainingUserCoverage","Module":"Beta.Reports","Command":"Get-MgBetaReportAttackSimulationTrainingUserCoverage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getAttackSimulationSimulationUserCoverage","Variants":["Get"],"OutputType":"IMicrosoftGraphAttackSimulationUserCoverage","Module":"Beta.Reports","Command":"Get-MgBetaReportAttackSimulationUserCoverage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods","Variants":["Get"],"OutputType":"IMicrosoftGraphAuthenticationMethodsRoot","Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userEventsSummary/{userEventsSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserEventsSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserEventSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-usereventssummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/authenticationMethods/userEventsSummary","Variants":["List"],"OutputType":"IMicrosoftGraphUserEventsSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserEventSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userEventsSummary/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserEventSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userMfaSignInSummary/{userMfaSignInSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserMfaSignInSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-usermfasigninsummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/authenticationMethods/userMfaSignInSummary","Variants":["List"],"OutputType":"IMicrosoftGraphUserMfaSignInSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userMfaSignInSummary/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserMfaSignInSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary/{userPasswordResetsAndChangesSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserPasswordResetsAndChangesSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userpasswordresetsandchangessummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary","Variants":["List"],"OutputType":"IMicrosoftGraphUserPasswordResetsAndChangesSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserRegistrationDetails","Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserRegistrationDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/authenticationMethods/userRegistrationDetails","Variants":["List"],"OutputType":"IMicrosoftGraphUserRegistrationDetails","Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserRegistrationDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userRegistrationDetails/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getAzureADApplicationSignInSummary(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplicationSignInSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportAzureAdApplicationSignInSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getBrowserDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportBrowserDistributionUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getBrowserUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportBrowserUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getBrowserUserDetail(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportBrowserUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getCredentialUsageSummary(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCredentialUsageSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportCredentialUsageSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getCredentialUserRegistrationCount","Variants":["Get"],"OutputType":"IMicrosoftGraphCredentialUserRegistrationCount","Module":"Beta.Reports","Command":"Get-MgBetaReportCredentialUserRegistrationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCredentialUserRegistrationDetails","Module":"Beta.Reports","Command":"Get-MgBetaReportCredentialUserRegistrationDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/credentialUserRegistrationDetails","Variants":["List"],"OutputType":"IMicrosoftGraphCredentialUserRegistrationDetails","Module":"Beta.Reports","Command":"Get-MgBetaReportCredentialUserRegistrationDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/credentialUserRegistrationDetails/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportCredentialUserRegistrationDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsage/{printUsage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsage","Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsage","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsage","Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/dailyPrintUsageByPrinter","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsageByPrinter/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageByPrinterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/dailyPrintUsageByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/dailyPrintUsageByUser","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsageByUser/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageByUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsage/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageSummaryByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsageSummariesByPrinter","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageSummaryByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsageSummariesByPrinter/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageSummaryByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsageSummariesByUser","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageSummaryByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/dailyPrintUsageSummariesByUser/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportDailyPrintUsageSummaryByUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/deviceConfigurationDeviceActivity","Variants":["Device"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportDeviceConfigurationDeviceActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/deviceConfigurationUserActivity","Variants":["Device"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportDeviceConfigurationUserActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getEmailActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportEmailActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getEmailActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportEmailActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getEmailActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportEmailActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getEmailAppUsageAppsUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportEmailAppUsageAppUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getEmailAppUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportEmailAppUsageUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getEmailAppUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportEmailAppUsageUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getEmailAppUsageVersionsUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportEmailAppUsageVersionUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getFormsUserActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportFormUserActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getFormsUserActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportFormUserActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getFormsUserActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportFormUserActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphArchivedPrintJob","Module":"Beta.Reports","Command":"Get-MgBetaReportGroupArchivedPrintJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/healthMonitoring","Variants":["Get"],"OutputType":"IMicrosoftGraphHealthMonitoringRoot","Module":"Beta.Reports","Command":"Get-MgBetaReportHealthMonitoring"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"HealthMonitoringAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all scenario health monitoring alerts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlert.ReadWrite.All","Description":"Read and write all scenario monitoring alerts","FullDescription":"Allows the app to read and write all scenario monitoring alerts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"HealthMonitoringAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-alert-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/healthMonitoring/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHealthMonitoringAlert","Module":"Beta.Reports","Command":"Get-MgBetaReportHealthMonitoringAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"HealthMonitoringAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all scenario health monitoring alerts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-healthmonitoringroot-list-alerts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/healthMonitoring/alerts","Variants":["List"],"OutputType":"IMicrosoftGraphHealthMonitoringAlert","Module":"Beta.Reports","Command":"Get-MgBetaReportHealthMonitoringAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"HealthMonitoringAlertConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlertConfig.Read.All","Description":"Read all alert configurations","FullDescription":"Allows the app to read all scenario health monitoring alert configurations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlertConfig.ReadWrite.All","Description":"Read and write all scenario monitoring alert configurations","FullDescription":"Allows the app to read and write all scenario monitoring alert configurations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-alertconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/healthMonitoring/alertConfigurations/{alertConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHealthMonitoringAlertConfiguration","Module":"Beta.Reports","Command":"Get-MgBetaReportHealthMonitoringAlertConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"HealthMonitoringAlertConfig.Read.All","Description":"Read all alert configurations","FullDescription":"Allows the app to read all scenario health monitoring alert configurations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlertConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-healthmonitoringroot-list-alertconfigurations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/healthMonitoring/alertConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphHealthMonitoringAlertConfiguration","Module":"Beta.Reports","Command":"Get-MgBetaReportHealthMonitoringAlertConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"HealthMonitoringAlertConfig.Read.All","Description":"Read all alert configurations","FullDescription":"Allows the app to read all scenario health monitoring alert configurations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlertConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/healthMonitoring/alertConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportHealthMonitoringAlertConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"HealthMonitoringAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all scenario health monitoring alerts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/healthMonitoring/alerts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportHealthMonitoringAlertCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getM365AppPlatformUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportM365AppPlatformUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getM365AppUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportM365AppUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getM365AppUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportM365AppUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getMailboxUsageDetail(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMailboxUsageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getMailboxUsageMailboxCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMailboxUsageMailboxCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getMailboxUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMailboxUsageStorage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')","Variants":["Detail","DetailViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')","Variants":["Managed","ManagedViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/managedDeviceEnrollmentFailureDetails","Variants":["Detail","Detail1","DetailViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportManagedDeviceEnrollmentFailureDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/managedDeviceEnrollmentFailureTrends","Variants":["Managed"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportManagedDeviceEnrollmentFailureTrend"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/managedDeviceEnrollmentTopFailures","Variants":["Top","Top1","TopViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportManagedDeviceEnrollmentTopFailure"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmicrosoft365copilotusageuserdetail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getMicrosoft365CopilotUsageUserDetail(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMicrosoft365CopilotUsageUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmicrosoft365copilotusercountsummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getMicrosoft365CopilotUserCountSummary(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMicrosoft365CopilotUserCountSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmicrosoft365copilotusercounttrend?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getMicrosoft365CopilotUserCountTrend(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMicrosoft365CopilotUserCountTrend"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageByPrinter","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageByPrinter/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageByPrinterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageByUser","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageByUser/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageByUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageSummariesByPrinter","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageSummariesByPrinter/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageSummariesByUser","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/monthlyPrintUsageSummariesByUser/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365ActivationCounts","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365ActivationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365ActivationsUserCounts","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365ActivationUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365ActivationsUserDetail","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365ActivationUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365ActiveUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOffice365ActiveUserCounts","Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365ActiveUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365ActiveUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphOffice365ActiveUserDetail","Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365ActiveUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365GroupsActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOffice365GroupsActivityCounts","Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365GroupActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365GroupsActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphOffice365GroupsActivityDetail","Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365GroupActivityDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365GroupsActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOffice365GroupsActivityFileCounts","Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365GroupActivityFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365GroupsActivityGroupCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOffice365GroupsActivityGroupCounts","Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365GroupActivityGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365GroupsActivityStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOffice365GroupsActivityStorage","Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365GroupActivityStorage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOffice365ServicesUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOffice365ServicesUserCounts","Module":"Beta.Reports","Command":"Get-MgBetaReportOffice365ServiceUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOneDriveActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportOneDriveActivityFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOneDriveActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportOneDriveActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOneDriveActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportOneDriveActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOneDriveUsageAccountCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportOneDriveUsageAccountCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOneDriveUsageAccountDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportOneDriveUsageAccountDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOneDriveUsageFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportOneDriveUsageFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getOneDriveUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportOneDriveUsageStorage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners","Variants":["Get"],"OutputType":"IMicrosoftGraphPartners","Module":"Beta.Reports","Command":"Get-MgBetaReportPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing","Variants":["Get"],"OutputType":"IMicrosoftGraphPartnersBilling","Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBilling"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPartnersBillingManifest","Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingManifest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/manifests","Variants":["List"],"OutputType":"IMicrosoftGraphPartnersBillingManifest","Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingManifest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/manifests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingManifestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/operations","Variants":["List"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/operations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation","Variants":["Get"],"OutputType":"IMicrosoftGraphPartnersBillingReconciliation","Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingReconciliation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingReconciliationBilled"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingReconciliationUnbilled"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/usage","Variants":["Get"],"OutputType":"IMicrosoftGraphPartnersBillingAzureUsage","Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingUsage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/usage/billed","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingUsageBilled"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/usage/unbilled","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportPartnerBillingUsageUnbilled"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphArchivedPrintJob","Module":"Beta.Reports","Command":"Get-MgBetaReportPrinterArchivedPrintJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getRelyingPartyDetailedSummary(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRelyingPartyDetailedSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportRelyingPartyDetailedSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/security","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSecurity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/security/getAttackSimulationRepeatOffenders","Variants":["Get"],"OutputType":"IMicrosoftGraphAttackSimulationRepeatOffender","Module":"Beta.Reports","Command":"Get-MgBetaReportSecurityAttackSimulationRepeatOffender"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/security/getAttackSimulationTrainingUserCoverage","Variants":["Get"],"OutputType":"IMicrosoftGraphAttackSimulationTrainingUserCoverage","Module":"Beta.Reports","Command":"Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/security/getAttackSimulationSimulationUserCoverage","Variants":["Get"],"OutputType":"IMicrosoftGraphAttackSimulationUserCoverage","Module":"Beta.Reports","Command":"Get-MgBetaReportSecurityAttackSimulationUserCoverage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/serviceActivity","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsfordesktopmailbyreademail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForDesktopMailByReadEmail(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForDesktopMailByReadEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforemailbymodernauthentication?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForEmailByModernAuthentication(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForEmailByModernAuthentication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforexcelweb?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForExcelWeb(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforiosorandroidmailbyreademail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForiOSOrAndroidMailByReadEmail(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForiOsorAndroidMailByReadEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforonenoteweb?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForOneNoteWeb(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForOneNoteWeb"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforoutlookmacbyreademail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForOutlookMacByReadEmail(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMacByReadEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforoutlookmobilebyreademail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForOutlookMobileByReadEmail(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMobileByReadEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforoutlookwebbyappopening?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForOutlookWebByAppOpening(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByAppOpening"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforoutlookwebbyreademail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForOutlookWebByReadEmail(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByReadEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforpowerpointweb?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForPowerPointWeb(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForPowerPointWeb"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforvisioweb?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForVisioWeb(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForVisioWeb"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforwordweb?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getActiveUserMetricsForWordWeb(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityActiveUserMetricForWordWeb"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getaudiostreamsoverudpmetricsforteams?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getAudioStreamsOverUdpMetricsForTeams(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityPerformanceMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityAudioStreamOverUdpMetricForTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getaudiostreamqoemetricsforteams?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getAudioStreamQoEMetricsForTeams(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityPerformanceMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityAudioStreamQoEMetricForTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getconnectivitymetricsforexchange?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getConnectivityMetricsForExchange(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityPerformanceMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityConnectivityMetricForExchange"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmessagevolumemetricsforemaildelivery?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getMessageVolumeMetricsForEmailDelivery(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityMessageVolumeMetricForEmailDelivery"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmessagevolumemetricsforteamschat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getMessageVolumeMetricsForTeamsChat(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityMessageVolumeMetricForTeamChat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessblockedsignin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getMetricsForConditionalAccessBlockedSignIn(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityMetricForMfaSignInFailure"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getusagemetricsforteamsbylaunch?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getUsageMetricsForTeamsByLaunch(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityUsageMetricForTeamByLaunch"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getusagemetricsforteamsbymeetingsjoined?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/serviceActivity/getUsageMetricsForTeamsByMeetingsJoined(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceActivityValueMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportServiceActivityUsageMetricForTeamByMeetingJoined"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipalSignInActivity","Module":"Beta.Reports","Command":"Get-MgBetaReportServicePrincipalSignInActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/servicePrincipalSignInActivities","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipalSignInActivity","Module":"Beta.Reports","Command":"Get-MgBetaReportServicePrincipalSignInActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/servicePrincipalSignInActivities/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportServicePrincipalSignInActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSharePointActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSharePointActivityFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSharePointActivityPages(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSharePointActivityPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSharePointActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSharePointActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSharePointActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSharePointActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSharePointSiteUsageDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSharePointSiteUsageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSharePointSiteUsageFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSharePointSiteUsageFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSharePointSiteUsagePages(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSharePointSiteUsagePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSharePointSiteUsageSiteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSharePointSiteUsageSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSharePointSiteUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSharePointSiteUsageStorage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessOrganizerActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessParticipantActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/sla","Variants":["Get"],"OutputType":"IMicrosoftGraphServiceLevelAgreementRoot","Module":"Beta.Reports","Command":"Get-MgBetaReportSla"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/sla/azureADAuthentication","Variants":["Get"],"OutputType":"IMicrosoftGraphAzureAdAuthentication","Module":"Beta.Reports","Command":"Get-MgBetaReportSlaAzureAdAuthentication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsTeamActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsTeamActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamActivityDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsTeamActivityDistributionCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamActivityDistributionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsTeamCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamDeviceUsageDistributionUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamDeviceUsageTotalUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamDeviceUsageUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamDeviceUsageUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsUserActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamUserActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamUserActivityDistributionTotalUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamUserActivityDistributionUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsUserActivityTotalCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamUserActivityTotalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamUserActivityTotalDistributionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsUserActivityTotalUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamUserActivityTotalUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsUserActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamUserActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getTeamsUserActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportTeamUserActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphArchivedPrintJob","Module":"Beta.Reports","Command":"Get-MgBetaReportUserArchivedPrintJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserCredentialUsageDetails","Module":"Beta.Reports","Command":"Get-MgBetaReportUserCredentialUsageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userCredentialUsageDetails","Variants":["List"],"OutputType":"IMicrosoftGraphUserCredentialUsageDetails","Module":"Beta.Reports","Command":"Get-MgBetaReportUserCredentialUsageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userCredentialUsageDetails/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserCredentialUsageDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights","Variants":["Get"],"OutputType":"IMicrosoftGraphUserInsightsRoot","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily","Variants":["Get"],"OutputType":"IMicrosoftGraphDailyUserInsightMetricsRoot","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDaily"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphActiveUsersMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyActiveUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/daily/activeUsers","Variants":["List"],"OutputType":"IMicrosoftGraphActiveUsersMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyActiveUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/activeUsers/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyActiveUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/authentications/{authenticationsMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationsMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyAuthentication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/daily/authentications","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationsMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyAuthentication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/authentications/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyAuthenticationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDailyInactiveUsersMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyInactiveUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/inactiveUsers","Variants":["List"],"OutputType":"IMicrosoftGraphDailyInactiveUsersMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyInactiveUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDailyInactiveUsersByApplicationMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyInactiveUserByApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/inactiveUsersByApplication","Variants":["List"],"OutputType":"IMicrosoftGraphDailyInactiveUsersByApplicationMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyInactiveUserByApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/inactiveUsersByApplication/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/inactiveUsers/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyInactiveUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMfaCompletionMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyMfaCompletion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/daily/mfaCompletions","Variants":["List"],"OutputType":"IMicrosoftGraphMfaCompletionMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyMfaCompletion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/mfaCompletions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyMfaCompletionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/mfaTelecomFraud/{mfaTelecomFraudMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMfaTelecomFraudMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyMfaTelecomFraud"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/mfaTelecomFraud","Variants":["List"],"OutputType":"IMicrosoftGraphMfaTelecomFraudMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyMfaTelecomFraud"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/mfaTelecomFraud/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyMfaTelecomFraudCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/signUps/{userSignUpMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserSignUpMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailySignUp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/daily/signUps","Variants":["List"],"OutputType":"IMicrosoftGraphUserSignUpMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailySignUp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/signUps/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailySignUpCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/summary/{insightSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInsightSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailySummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/summary","Variants":["List"],"OutputType":"IMicrosoftGraphInsightSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailySummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/summary/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailySummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/userCount/{userCountMetric-id}","Variants":["Get","Get1","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserCountMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/daily/userCount","Variants":["List"],"OutputType":"IMicrosoftGraphUserCountMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightDailyUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly","Variants":["Get"],"OutputType":"IMicrosoftGraphMonthlyUserInsightMetricsRoot","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthly"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphActiveUsersMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyActiveUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/monthly/activeUsers","Variants":["List"],"OutputType":"IMicrosoftGraphActiveUsersMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyActiveUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/activeUsers/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyActiveUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/authentications/{authenticationsMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationsMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyAuthentication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/monthly/authentications","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationsMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyAuthentication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/authentications/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyAuthenticationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMonthlyInactiveUsersMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyInactiveUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/inactiveUsers","Variants":["List"],"OutputType":"IMicrosoftGraphMonthlyInactiveUsersMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyInactiveUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/inactiveUsersByApplication","Variants":["List"],"OutputType":"IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/inactiveUsersByApplication/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/inactiveUsers/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyInactiveUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMfaCompletionMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyMfaCompletion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/monthly/mfaCompletions","Variants":["List"],"OutputType":"IMicrosoftGraphMfaCompletionMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyMfaCompletion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/mfaCompletions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyMfaCompletionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/mfaRegisteredUsers/{mfaUserCountMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMfaUserCountMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/mfaRegisteredUsers","Variants":["List"],"OutputType":"IMicrosoftGraphMfaUserCountMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/mfaRegisteredUsers/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyMfaRegisteredUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/requests/{userRequestsMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserRequestsMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/monthly/requests","Variants":["List"],"OutputType":"IMicrosoftGraphUserRequestsMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/requests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlyRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/signUps/{userSignUpMetric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserSignUpMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlySignUp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/monthly/signUps","Variants":["List"],"OutputType":"IMicrosoftGraphUserSignUpMetric","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlySignUp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/signUps/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlySignUpCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/summary/{insightSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInsightSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlySummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-summary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/userInsights/monthly/summary","Variants":["List"],"OutputType":"IMicrosoftGraphInsightSummary","Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlySummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/summary/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportUserInsightMonthlySummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getYammerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportYammerActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getYammerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportYammerActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getYammerActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportYammerActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportYammerDeviceUsageDistributionUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getYammerDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportYammerDeviceUsageUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getYammerDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportYammerDeviceUsageUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getYammerGroupsActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportYammerGroupActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getYammerGroupsActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportYammerGroupActivityDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/getYammerGroupsActivityGroupCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Get-MgBetaReportYammerGroupActivityGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRiskDetection","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskDetection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskDetections","Variants":["List"],"OutputType":"IMicrosoftGraphRiskDetection","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskDetection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskDetections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskDetectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRiskyServicePrincipal","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals","Variants":["List"],"OutputType":"IMicrosoftGraphRiskyServicePrincipal","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyServicePrincipalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyServicePrincipalHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history","Variants":["List"],"OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyServicePrincipalHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyServicePrincipalHistoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRiskyUser","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyUsers","Variants":["List"],"OutputType":"IMicrosoftGraphRiskyUser","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyUserHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history","Variants":["List"],"OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyUserHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaRiskyUserHistoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement","Variants":["Get"],"OutputType":"IMicrosoftGraphRoleManagement","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC","Variants":["Get"],"OutputType":"IMicrosoftGraphRbacApplicationMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPc"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes","Variants":["List"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement","Variants":["Get"],"OutputType":"IMicrosoftGraphRbacApplicationMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes","Variants":["List"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory","Variants":["Get"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals","Variants":["List"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps","Variants":["List"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps","Variants":["List"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals","Variants":["List"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps","Variants":["List"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement","Variants":["Get"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals","Variants":["List"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps","Variants":["List"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange","Variants":["Get"],"OutputType":"IMicrosoftGraphUnifiedRbacApplication","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchange"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/customAppScopes/{customAppScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeCustomAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/customAppScopes","Variants":["List"],"OutputType":"IMicrosoftGraphCustomAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeCustomAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/customAppScopes/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeCustomAppScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSchemaExtension","Module":"Beta.SchemaExtensions","Command":"Get-MgBetaSchemaExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/schemaExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphSchemaExtension","Module":"Beta.SchemaExtensions","Command":"Get-MgBetaSchemaExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/schemaExtensions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.SchemaExtensions","Command":"Get-MgBetaSchemaExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/acronyms/{acronym-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSearchAcronym","Module":"Beta.Search","Command":"Get-MgBetaSearchAcronym"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/acronyms","Variants":["List"],"OutputType":"IMicrosoftGraphSearchAcronym","Module":"Beta.Search","Command":"Get-MgBetaSearchAcronym"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/search/acronyms/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaSearchAcronymCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/bookmarks/{bookmark-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSearchBookmark","Module":"Beta.Search","Command":"Get-MgBetaSearchBookmark"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/bookmarks","Variants":["List"],"OutputType":"IMicrosoftGraphSearchBookmark","Module":"Beta.Search","Command":"Get-MgBetaSearchBookmark"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/search/bookmarks/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaSearchBookmarkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/search","Variants":["Get"],"OutputType":"IMicrosoftGraphSearchEntity","Module":"Beta.Search","Command":"Get-MgBetaSearchEntity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/qnas/{qna-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSearchQna","Module":"Beta.Search","Command":"Get-MgBetaSearchQna"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/qnas","Variants":["List"],"OutputType":"IMicrosoftGraphSearchQna","Module":"Beta.Search","Command":"Get-MgBetaSearchQna"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/search/qnas/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Search","Command":"Get-MgBetaSearchQnaCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityActions.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityActions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/securityActions/{securityAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityActionAutoGenerated","Module":"Beta.Security","Command":"Get-MgBetaSecurityAction"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityActions.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityActions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/securityActions","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityActionAutoGenerated","Module":"Beta.Security","Command":"Get-MgBetaSecurityAction"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityActions.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityActions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/securityActions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAlert","Module":"Beta.Security","Command":"Get-MgBetaSecurityAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/alerts","Variants":["List"],"OutputType":"IMicrosoftGraphAlert","Module":"Beta.Security","Command":"Get-MgBetaSecurityAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/alerts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAlertCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/alerts_v2/{alert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Beta.Security","Command":"Get-MgBetaSecurityAlertV2"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/alerts_v2","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Beta.Security","Command":"Get-MgBetaSecurityAlertV2"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/alerts_v2/$count","Variants":["Get1"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAlertV2Count"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/simulations/{simulation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSimulation","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/simulations","Variants":["List"],"OutputType":"IMicrosoftGraphSimulation","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSimulationAutomation","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationAutomation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations","Variants":["List"],"OutputType":"IMicrosoftGraphSimulationAutomation","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationAutomation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationAutomationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSimulationAutomationRun","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationAutomationRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs","Variants":["List"],"OutputType":"IMicrosoftGraphSimulationAutomationRun","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationAutomationRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationAutomationRunCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/simulations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndUserNotification","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationEndUserNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications","Variants":["List"],"OutputType":"IMicrosoftGraphEndUserNotification","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationEndUserNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationEndUserNotificationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndUserNotificationDetail","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details","Variants":["List"],"OutputType":"IMicrosoftGraphEndUserNotificationDetail","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphLandingPage","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationLandingPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages","Variants":["List"],"OutputType":"IMicrosoftGraphLandingPage","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationLandingPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationLandingPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLandingPageDetail","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationLandingPageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details","Variants":["List"],"OutputType":"IMicrosoftGraphLandingPageDetail","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationLandingPageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationLandingPageDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphLoginPage","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationLoginPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/loginPages","Variants":["List"],"OutputType":"IMicrosoftGraphLoginPage","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationLoginPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/loginPages/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationLoginPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttackSimulationOperation","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/operations","Variants":["List"],"OutputType":"IMicrosoftGraphAttackSimulationOperation","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/operations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/payload-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPayload","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationPayload"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/payloads","Variants":["List"],"OutputType":"IMicrosoftGraphPayload","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationPayload"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/payloads/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationPayloadCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTraining","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationTraining"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/trainings","Variants":["List"],"OutputType":"IMicrosoftGraphTraining","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationTraining"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTrainingCampaign","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationTrainingCampaign"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/trainingCampaigns","Variants":["List"],"OutputType":"IMicrosoftGraphTrainingCampaign","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationTrainingCampaign"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainingCampaigns/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationTrainingCampaignCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationTrainingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTrainingLanguageDetail","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails","Variants":["List"],"OutputType":"IMicrosoftGraphTrainingLanguageDetail","Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityAuditCoreRoot","Module":"Beta.Security","Command":"Get-MgBetaSecurityAuditLog"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/auditLog/queries/{auditLogQuery-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAuditLogQuery","Module":"Beta.Security","Command":"Get-MgBetaSecurityAuditLogQuery"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/auditLog/queries","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityAuditLogQuery","Module":"Beta.Security","Command":"Get-MgBetaSecurityAuditLogQuery"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog/queries/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAuditLogQueryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAuditLogRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityAuditLogQueryRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/auditLog/queries/{auditLogQuery-id}/records","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityAuditLogRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityAuditLogQueryRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog/queries/{auditLogQuery-id}/records/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityAuditLogQueryRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityCasesRoot","Module":"Beta.Security","Command":"Get-MgBetaSecurityCase"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCase"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCase"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodian"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodian"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryIndexOperation","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryHoldPolicy","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryHoldPolicy","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers/{ediscoveryCaseMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseMember","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasemember-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseMember","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryIndexOperation","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCaseOperation","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityCaseOperation","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryfile-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearch"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearch"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryEstimateOperation","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseSettings","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Beta.Security","Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTagParent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudAppSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityCloudAppSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cloudAppSecurityProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphCloudAppSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityCloudAppSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cloudAppSecurityProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCloudAppSecurityProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/collaboration","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityCollaborationRoot","Module":"Beta.Security","Command":"Get-MgBetaSecurityCollaboration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityAnalyzedMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAnalyzedMessage.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/collaboration/analyzedEmails/{analyzedEmail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAnalyzedEmail","Module":"Beta.Security","Command":"Get-MgBetaSecurityCollaborationAnalyzedEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityAnalyzedMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAnalyzedMessage.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/collaboration/analyzedEmails","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityAnalyzedEmail","Module":"Beta.Security","Command":"Get-MgBetaSecurityCollaborationAnalyzedEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityAnalyzedMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAnalyzedMessage.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/collaboration/analyzedEmails/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityCollaborationAnalyzedEmailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityDataDiscoveryRoot","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataDiscovery"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery/cloudAppDiscovery","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityDataDiscoveryReport","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataDiscoveryCloudAppDiscovery"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/{cloudAppDiscoveryReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCloudAppDiscoveryReport","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStream"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudApp-Discovery.Read.All","Description":"Read discovered cloud application data","FullDescription":"Allows the app to read details of discovered cloud apps in the organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudApp-Discovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-datadiscoveryreport-list-uploadedstreams?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityCloudAppDiscoveryReport","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStream"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudApp-Discovery.Read.All","Description":"Read discovered cloud application data","FullDescription":"Allows the app to read details of discovered cloud apps in the organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudApp-Discovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStreamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance","Variants":["Get"],"OutputType":"IMicrosoftGraphTenantDataSecurityAndGovernance","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/policyFiles/{policyFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPolicyFile","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernancePolicyFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/policyFiles","Variants":["List"],"OutputType":"IMicrosoftGraphPolicyFile","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernancePolicyFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/policyFiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernancePolicyFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernanceProtectionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantdatasecurityandgovernance-list-sensitivitylabels?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels","Variants":["List"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/usagerightsincluded-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/rights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRightsIncluded","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelRight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["List"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRightsIncluded","Module":"Beta.Security","Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabelRight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/domainSecurityProfiles/{domainSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDomainSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityDomainSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/domainSecurityProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphDomainSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityDomainSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/domainSecurityProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityDomainSecurityProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/fileSecurityProfiles/{fileSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFileSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityFileSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/fileSecurityProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphFileSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityFileSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/fileSecurityProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityFileSecurityProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/hostSecurityProfiles/{hostSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHostSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityHostSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/hostSecurityProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphHostSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityHostSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/hostSecurityProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityHostSecurityProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityIdentityContainer","Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/identityAccounts/{identityAccounts-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIdentityAccounts","Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentityAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/identityAccounts","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityIdentityAccounts","Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentityAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/identityAccounts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentityAccountCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentityHealthIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/identities/healthIssues","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentityHealthIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/healthIssues/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentityHealthIssueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/identities/sensors/{sensor-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySensor","Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentitySensor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-identitycontainer-list-sensors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/identities/sensors","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySensor","Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentitySensor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/sensors/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentitySensorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-getdeploymentaccesskey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/identities/sensors/getDeploymentAccessKey","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentitySensorDeploymentAccessKey"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-getdeploymentpackageuri?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/identities/sensors/getDeploymentPackageUri","Variants":["Get"],"OutputType":"IMicrosoftGraphSecuritySensorDeploymentPackage","Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentitySensorDeploymentPackageUri"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentitySensorHealthIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/sensors/{sensor-id}/healthIssues","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentitySensorHealthIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/sensors/{sensor-id}/healthIssues/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityIdentitySensorHealthIssueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/incidents/{incident-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIncident","Module":"Beta.Security","Command":"Get-MgBetaSecurityIncident"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/incidents","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityIncident","Module":"Beta.Security","Command":"Get-MgBetaSecurityIncident"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidents/{incident-id}/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Beta.Security","Command":"Get-MgBetaSecurityIncidentAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidents/{incident-id}/alerts","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Beta.Security","Command":"Get-MgBetaSecurityIncidentAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityIncidentAlertCommentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidents/{incident-id}/alerts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityIncidentAlertCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityIncidentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidentTasks/{incidentTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIncidentTask","Module":"Beta.Security","Command":"Get-MgBetaSecurityIncidentTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-incidenttasks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/incidentTasks","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityIncidentTask","Module":"Beta.Security","Command":"Get-MgBetaSecurityIncidentTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidentTasks/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityIncidentTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidentTasks/{incidentTask-id}/incident","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIncident","Module":"Beta.Security","Command":"Get-MgBetaSecurityIncidentTaskIncident"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityInformationProtection","Module":"Beta.Security","Command":"Get-MgBetaSecurityInformationProtection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/labelPolicySettings","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityInformationProtectionPolicySetting","Module":"Beta.Security","Command":"Get-MgBetaSecurityInformationProtectionLabelPolicySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"Get-MgBetaSecurityInformationProtectionSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"Get-MgBetaSecurityInformationProtectionSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityInformationProtectionSensitivityLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"Get-MgBetaSecurityInformationProtectionSensitivityLabelParent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/ipSecurityProfiles/{ipSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIPSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityIPSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/ipSecurityProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphIPSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityIPSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/ipSecurityProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityIPSecurityProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityLabelsRoot","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/authorities","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/authorities/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelAuthorityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/categories","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/categories/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelCategorySubcategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelCategorySubcategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelCategorySubcategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCitationTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelCitation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/citations","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityCitationTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelCitation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/citations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelCitationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelDepartment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/departments","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelDepartment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/departments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelDepartmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelFilePlanReference"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/filePlanReferences","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelFilePlanReference"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/filePlanReferences/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelFilePlanReferenceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionEventType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityRetentionLabel","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/retentionLabels","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityRetentionLabel","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityFilePlanDescriptor","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptor"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCitationTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner","Variants":["Get"],"OutputType":"IMicrosoftGraphPartnerSecurity","Module":"Beta.Security","Command":"Get-MgBetaSecurityPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PartnerSecurity.ReadWrite.All","Description":"Read security alerts and update status of security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts and update status of alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PartnerSecurity.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/partner/securityAlerts/{partnerSecurityAlert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPartnerSecurityAlert","Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PartnerSecurity.ReadWrite.All","Description":"Read security alerts and update status of security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts and update status of alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PartnerSecurity.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/partner/securityAlerts","Variants":["List"],"OutputType":"IMicrosoftGraphPartnerSecurityAlert","Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PartnerSecurity.ReadWrite.All","Description":"Read security alerts and update status of security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts and update status of alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PartnerSecurity.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityAlerts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityAlertCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityscore-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/partner/securityScore","Variants":["Get"],"OutputType":"IMicrosoftGraphPartnerSecurityScore","Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityScore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/customerInsights/{customerInsight-tenantId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPartnerSecurityCustomerInsight","Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityScoreCustomerInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityscore-list-customerinsights?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/partner/securityScore/customerInsights","Variants":["List"],"OutputType":"IMicrosoftGraphPartnerSecurityCustomerInsight","Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityScoreCustomerInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/customerInsights/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityScoreCustomerInsightCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-securityscorehistory-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/partner/securityScore/history/{securityScoreHistory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPartnerSecurityScoreHistory","Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityScoreHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityscore-list-history?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/partner/securityScore/history","Variants":["List"],"OutputType":"IMicrosoftGraphPartnerSecurityScoreHistory","Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityScoreHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/history/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityScoreHistoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-securityrequirement-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/partner/securityScore/requirements/{securityRequirement-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPartnerSecurityRequirement","Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityScoreRequirement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityscore-list-requirements?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/partner/securityScore/requirements","Variants":["List"],"OutputType":"IMicrosoftGraphPartnerSecurityRequirement","Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityScoreRequirement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/requirements/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityPartnerSecurityScoreRequirementCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/providerTenantSettings/{providerTenantSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProviderTenantSetting","Module":"Beta.Security","Command":"Get-MgBetaSecurityProviderTenantSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/providerTenantSettings","Variants":["List"],"OutputType":"IMicrosoftGraphProviderTenantSetting","Module":"Beta.Security","Command":"Get-MgBetaSecurityProviderTenantSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/providerTenantSettings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityProviderTenantSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/rules","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityRulesRoot","Module":"Beta.Security","Command":"Get-MgBetaSecurityRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomDetection.Read.All","Description":"Read custom detection rules","FullDescription":"Allows the app to read custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/rules/detectionRules/{detectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDetectionRule","Module":"Beta.Security","Command":"Get-MgBetaSecurityRuleDetectionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomDetection.Read.All","Description":"Read custom detection rules","FullDescription":"Allows the app to read custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/rules/detectionRules","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityDetectionRule","Module":"Beta.Security","Command":"Get-MgBetaSecurityRuleDetectionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomDetection.Read.All","Description":"Read custom detection rules","FullDescription":"Allows the app to read custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/rules/detectionRules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityRuleDetectionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/secureScores/{secureScore-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecureScore","Module":"Beta.Security","Command":"Get-MgBetaSecuritySecureScore"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/secureScores","Variants":["List"],"OutputType":"IMicrosoftGraphSecureScore","Module":"Beta.Security","Command":"Get-MgBetaSecuritySecureScore"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecureScoreControlProfile","Module":"Beta.Security","Command":"Get-MgBetaSecuritySecureScoreControlProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/secureScoreControlProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphSecureScoreControlProfile","Module":"Beta.Security","Command":"Get-MgBetaSecuritySecureScoreControlProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/secureScoreControlProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecuritySecureScoreControlProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/secureScores/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecuritySecureScoreCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests","Variants":["List"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestApprover"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestApprover"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestApproverByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestApproverCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestCollaborator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestCollaborator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestCollaboratorByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestFinalAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestFinalReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["List"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestNoteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/team","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeam","Module":"Beta.Security","Command":"Get-MgBetaSecuritySubjectRightsRequestTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityThreatIntelligence","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligence"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceArticle"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/articles","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceArticle"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/articles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceArticleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityArticleIndicator","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceArticleIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/articleIndicators","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityArticleIndicator","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceArticleIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/articleIndicators/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostChildHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostChildHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityHostComponent","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostComponent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostComponents","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostComponent","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostComponent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostComponents/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostComponentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostComponentHost"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityHostCookie","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostCookie"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostCookies","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostCookie","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostCookie"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostCookies/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostCookieCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostCookieHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPairs","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}/childHost","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPairChildHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPairs/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPairCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPairParentHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostParentHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostParentHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDns"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDns"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityHostPort","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPort"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPorts","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostPort","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPort"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPorts/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPortCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPortHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySslCertificate","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHostReputation","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostReputation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostSslCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostSslCertificates","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostSslCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostSubdomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostSubdomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityHostTracker","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostTracker"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostTrackers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostTracker","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostTracker"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/trackers/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostTrackerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostTrackerHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/whois","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityWhoisRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceHostWhoi"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/intelProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/passiveDnsRecords","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/passiveDnsRecords/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceProfileIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelligenceProfileIndicators","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceProfileIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySslCertificate","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/sslCertificates","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySslCertificate","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/sslCertificates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceSubdomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/subdomains","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceSubdomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/subdomains/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceSubdomainCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceSubdomainHost"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityVulnerability","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceVulnerability"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityVulnerability","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceVulnerability"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisHistoryRecords","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisHistoryRecords/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityWhoisRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisRecords","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityWhoisRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisRecords/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityThreatSubmissionRoot","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreats/{emailThreatSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEmailThreatSubmission","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionEmailThreat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreats","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEmailThreatSubmission","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionEmailThreat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreats/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionEmailThreatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":"Read and write all threat submission policies","FullDescription":"Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEmailThreatSubmissionPolicy","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":"Read and write all threat submission policies","FullDescription":"Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreatSubmissionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEmailThreatSubmissionPolicy","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":"Read and write all threat submission policies","FullDescription":"Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreatSubmissionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/fileThreats/{fileThreatSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityFileThreatSubmission","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionFileThreat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/fileThreats","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityFileThreatSubmission","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionFileThreat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/fileThreats/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionFileThreatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/urlThreats/{urlThreatSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityUrlThreatSubmission","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionUrlThreat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/urlThreats","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityUrlThreatSubmission","Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionUrlThreat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/urlThreats/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityThreatSubmissionUrlThreatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/tiIndicators/{tiIndicator-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTiIndicator","Module":"Beta.Security","Command":"Get-MgBetaSecurityTiIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/tiIndicators","Variants":["List"],"OutputType":"IMicrosoftGraphTiIndicator","Module":"Beta.Security","Command":"Get-MgBetaSecurityTiIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/tiIndicators/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityTiIndicatorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggers","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityTriggersRoot","Module":"Beta.Security","Command":"Get-MgBetaSecurityTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityRetentionEvent","Module":"Beta.Security","Command":"Get-MgBetaSecurityTriggerRetentionEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/triggers/retentionEvents","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityRetentionEvent","Module":"Beta.Security","Command":"Get-MgBetaSecurityTriggerRetentionEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggers/retentionEvents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityTriggerRetentionEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Beta.Security","Command":"Get-MgBetaSecurityTriggerRetentionEventType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggerTypes","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityTriggerTypesRoot","Module":"Beta.Security","Command":"Get-MgBetaSecurityTriggerType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Beta.Security","Command":"Get-MgBetaSecurityTriggerTypeRetentionEventType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/triggerTypes/retentionEventTypes","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Beta.Security","Command":"Get-MgBetaSecurityTriggerTypeRetentionEventType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggerTypes/retentionEventTypes/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/userSecurityProfiles/{userSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityUserSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/userSecurityProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphUserSecurityProfile","Module":"Beta.Security","Command":"Get-MgBetaSecurityUserSecurityProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/userSecurityProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaSecurityUserSecurityProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceHealth","Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementHealthOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/healthOverviews","Variants":["List"],"OutputType":"IMicrosoftGraphServiceHealth","Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementHealthOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/healthOverviews/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementHealthOverviewCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceHealthIssue","Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementHealthOverviewIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues","Variants":["List"],"OutputType":"IMicrosoftGraphServiceHealthIssue","Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementHealthOverviewIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementHealthOverviewIssueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceHealthIssue","Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/issues","Variants":["List"],"OutputType":"IMicrosoftGraphServiceHealthIssue","Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/issues/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementIssueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceUpdateMessage","Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages","Variants":["List"],"OutputType":"IMicrosoftGraphServiceUpdateMessage","Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceAnnouncementAttachment","Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphServiceAnnouncementAttachment","Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementMessageAttachmentArchive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementMessageAttachmentContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementMessageAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Get-MgBetaServiceAnnouncementMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalAppManagementPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalAppRoleAssignedTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalAppRoleAssignedTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalAppRoleAssignedToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalAppRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals(appId='{appId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalByAppId"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphClaimsMappingPolicy","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalClaimMappingPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalClaimMappingPolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalClaimMappingPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customclaimspolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsPolicy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomClaimsPolicy","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalClaimPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalCreatedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalCreatedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalCreatedObjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalDelegatedPermissionClassification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalDelegatedPermissionClassification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalEndpointCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLicenseDetails","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalLicenseDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails","Variants":["List"],"OutputType":"IMicrosoftGraphLicenseDetails","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalLicenseDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalLicenseDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsLicensingDetails","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOauth2PermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalOwnerCountAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPasswordSingleSignOnCredentialSet","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalPasswordSingleSignOnCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRemoteDesktopSecurityConfiguration","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps/{approvedClientApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApprovedClientApp","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps","Variants":["List"],"OutputType":"IMicrosoftGraphApprovedClientApp","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetDeviceGroup","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups","Variants":["List"],"OutputType":"IMicrosoftGraphTargetDeviceGroup","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaServicePrincipalRiskDetection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/servicePrincipalRiskDetections","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaServicePrincipalRiskDetection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/servicePrincipalRiskDetections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaServicePrincipalRiskDetectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronization","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken","Variants":["Acquire","AcquireExpanded","AcquireViaIdentity","AcquireViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationAccessToken"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs","Variants":["List"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationJobBulkUpload"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeProvisioning.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":"Read and edit the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read and edit the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.Read.All","Description":"Read the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationJobSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationSecretCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates","Variants":["List"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationTemplateSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTokenIssuancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTokenIssuancePolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTokenIssuancePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTokenLifetimePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTokenLifetimePolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTokenLifetimePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Applications","Command":"Get-MgBetaServicePrincipalUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/settings/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaShareContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaShareContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaShareContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaShareCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaShareCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaShareCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaShareDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaShareItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaShareItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaShareItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaShareItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaShareLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaShareLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaShareLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Files","Command":"Get-MgBetaShareList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaShareListActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaShareListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaShareListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaShareListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaShareListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaShareListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaShareListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaShareListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaShareListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaShareListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaShareListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaShareListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities","Variants":["List","List1"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaShareListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaShareListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaShareListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaShareListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaShareListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaShareListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaShareListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaShareListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List","List1"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaShareListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaShareListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaShareListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions","Variants":["List","List1"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaShareListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaShareListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions","Variants":["List","List1"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaShareListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Get-MgBetaShareListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Get-MgBetaShareListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaShareListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaShareListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaShareListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaShareListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareListSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaSharePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/root","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaShareRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareRootContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/root/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaShareRootContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSharedDriveItem","Module":"Beta.Files","Command":"Get-MgBetaShareSharedDriveItemSharedDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares","Variants":["List"],"OutputType":"IMicrosoftGraphSharedDriveItem","Module":"Beta.Files","Command":"Get-MgBetaShareSharedDriveItemSharedDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/site","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Files","Command":"Get-MgBetaShareSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites","Variants":["List"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaSiteActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticItemActivityStatActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaSiteAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteApplicableContentTypeForList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaSiteByPath"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentModelUsage","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentModelGetByNameAppliedDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/base","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes","Variants":["List","List1"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/$count","Variants":["Get1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaSiteDefaultDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaSiteDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaSiteDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaSiteDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/drives/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteDriveCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/externalColumns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/externalColumns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/externalColumns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteExternalColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["List"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPath"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathApplicableContentTypeForList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/externalColumns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Notes","Command":"Get-MgBetaSiteGetByPathOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["List"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/sites","Variants":["List"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStore","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetByPathTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaSiteGetGraphBPrePathActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaSiteItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaSiteItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaSiteLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaSiteLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaSiteLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"Get-MgBetaSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists","Variants":["List1"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"Get-MgBetaSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"Get-MgBetaSiteListActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaSiteListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaSiteListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaSiteListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Sites","Command":"Get-MgBetaSiteListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemActivityDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemActivityDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemActivityDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemActivityListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Get-MgBetaSiteListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Get-MgBetaSiteListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaSiteListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaSiteListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Sites","Command":"Get-MgBetaSiteListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Sites","Command":"Get-MgBetaSiteListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteListSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks","Variants":["List"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCopyNotebookModel","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookFromWebUrl"},{"Method":"GET","CommandAlias":"Get-MgBetaSiteRecentNotebook","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecentNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookRecentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteNotebookSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/operations","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenotePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenotePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenotePageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenotePageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/resources","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteResourceContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaSiteOnenoteSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Get-MgBetaSiteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Get-MgBetaSiteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"Get-MgBetaSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"Get-MgBetaSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSitePage","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/pages/sitePage","Variants":["List"],"OutputType":"IMicrosoftGraphSitePage","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCanvasLayout","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayout"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["List"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVerticalSection","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageAsSitePageWebPartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/sitePage/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageCountAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaSitePageCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaSitePageCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaSitePageCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Sites","Command":"Get-MgBetaSitePageLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Get-MgBetaSitePageLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Sites","Command":"Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Beta.Sites","Command":"Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Beta.Sites","Command":"Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Beta.Sites","Command":"Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaSitePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Get-MgBetaSitePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSitePermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/termStore","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStore","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetParentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreGroupSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["List"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Get-MgBetaSiteTermStoreSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore","Variants":["Get"],"OutputType":"IMicrosoftGraphBackupRestoreRoot","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreDriveInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreDriveInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveInclusionRules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnits/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailnotificationssetting-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/emailNotificationsSetting","Variants":["Get"],"OutputType":"IMicrosoftGraphEmailNotificationsSetting","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreEmailNotificationSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxprotectionunitsbulkadditionjobs-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxprotectionunitsbulkadditionjobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExchangeRestoreSession","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions","Variants":["List"],"OutputType":"IMicrosoftGraphExchangeRestoreSession","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts","Variants":["List"],"OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreMailboxInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreMailboxInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxInclusionRules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnits/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveprotectionunitsbulkadditionjobs-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveprotectionunitsbulkadditionjobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions","Variants":["List"],"OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveRestoreArtifact","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts","Variants":["List"],"OutputType":"IMicrosoftGraphDriveRestoreArtifact","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifactsbulkadditionrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/restorePoints","Variants":["List"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/restorePoints/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestorePointCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProtectionUnitBase","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestorePointProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProtectionUnitBase","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphProtectionUnitBase","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/driveProtectionUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/driveProtectionUnit","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/mailboxProtectionUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/mailboxProtectionUnit","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/siteProtectionUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/siteProtectionUnit","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/driveProtectionUnit/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/mailboxProtectionUnit/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/siteProtectionUnit/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceApp","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreServiceApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/serviceApps","Variants":["List"],"OutputType":"IMicrosoftGraphServiceApp","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreServiceApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/serviceApps/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreServiceAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestoreSessionBase","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Restore.Read.All","Description":"Read restore sessions","FullDescription":"Allows the app to read restore sessions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":"Read restore sessions and start restore sessions from backups","FullDescription":"Allows the app to restore Microsoft 365 resources from a backed up snapshot, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/restoreSessions","Variants":["List"],"OutputType":"IMicrosoftGraphRestoreSessionBase","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Restore.Read.All","Description":"Read restore sessions","FullDescription":"Allows the app to read restore sessions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":"Read restore sessions and start restore sessions from backups","FullDescription":"Allows the app to restore Microsoft 365 resources from a backed up snapshot, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/restoreSessions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/siteprotectionunitsbulkadditionjobs-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteprotectionunitsbulkadditionjobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSharePointRestoreSession","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions","Variants":["List"],"OutputType":"IMicrosoftGraphSharePointRestoreSession","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteRestoreArtifact","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts","Variants":["List"],"OutputType":"IMicrosoftGraphSiteRestoreArtifact","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifactsbulkadditionrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSiteInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSiteInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteInclusionRules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnits/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBusinessScenario","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenario"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios","Variants":["List"],"OutputType":"IMicrosoftGraphBusinessScenario","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenario"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBusinessScenario","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioByUniqueName"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBusinessScenarioPlanner","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlanner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioData.Read.OwnedBy","Description":"Read data for business scenarios this app creates or owns","FullDescription":"Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/getPlan","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBusinessScenarioPlanReference","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanConfiguration","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanConfigurationLocalization","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlanConfigurationLocalization","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioData.Read.OwnedBy","Description":"Read data for business scenarios this app creates or owns","FullDescription":"Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBusinessScenarioTask","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioData.Read.OwnedBy","Description":"Read data for business scenarios this app creates or owns","FullDescription":"Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphBusinessScenarioTask","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskConfiguration","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioData.Read.OwnedBy","Description":"Read data for business scenarios this app creates or owns","FullDescription":"Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.BusinessScenario","Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscribedSku","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaSubscribedSku"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/subscribedSkus","Variants":["List"],"OutputType":"IMicrosoftGraphSubscribedSku","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaSubscribedSku"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.ChangeNotifications","Command":"Get-MgBetaSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.ChangeNotifications","Command":"Get-MgBetaSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/subscriptions/getVapidPublicKey","Variants":["Get"],"OutputType":null,"Module":"Beta.ChangeNotifications","Command":"Get-MgBetaSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/sites/{site-id1}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaSubSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/sites","Variants":["List2"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaSubSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/sites/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaSubSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeam","Module":"Beta.Teams","Command":"Get-MgBetaTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams","Variants":["List"],"OutputType":"IMicrosoftGraphTeam","Module":"Beta.Teams","Command":"Get-MgBetaTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels","Variants":["List1"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelAllMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"File.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelFileFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelFileFolderContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelFileFolderContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-allmembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsChannelPlanner","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamschannelplanner-list-plans?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucketCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucketDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelRetainedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams","Variants":["List"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelSharedWithTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaTeamChannelTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Teams","Command":"Get-MgBetaTeamGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/incomingChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaTeamIncomingChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/incomingChannels","Variants":["List"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaTeamIncomingChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/incomingChannels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamIncomingChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"Get-MgBetaTeamInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/installedApps","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"Get-MgBetaTeamInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamInstalledAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaTeamInstalledAppTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Beta.Teams","Command":"Get-MgBetaTeamInstalledAppTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/getOpenShifts","Variants":["Get"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Beta.Teams","Command":"Get-MgBetaTeamOpenShift"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Get-MgBetaTeamOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Get-MgBetaTeamOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/owners/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Teams","Command":"Get-MgBetaTeamOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/owners","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Teams","Command":"Get-MgBetaTeamOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/owners(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Teams","Command":"Get-MgBetaTeamOwnerByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/owners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/owners/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Teams","Command":"Get-MgBetaTeamOwnerMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Teams","Command":"Get-MgBetaTeamOwnerServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamOwnerServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Get-MgBetaTeamPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForTeam","Description":"Read resource specific permissions granted on a team","FullDescription":"Allows the app to read the resource specific permission granted on the team, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsApp.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/permissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Get-MgBetaTeamPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForTeam","Description":"Read resource specific permissions granted on a team","FullDescription":"Allows the app to read the resource specific permission granted on the team, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsApp.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/photo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.Teams","Command":"Get-MgBetaTeamPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/photo/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/allMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelAllMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/filesFolder","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelFileFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelFileFolderContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/filesFolder/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelFileFolderContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/allMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsChannelPlanner","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams","Variants":["List"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaTeamPrimaryChannelTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSchedule","Module":"Beta.Teams","Command":"Get-MgBetaTeamSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDayNote","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleDayNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/dayNotes","Variants":["List"],"OutputType":"IMicrosoftGraphDayNote","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleDayNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/dayNotes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleDayNoteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleOfferShiftRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/offerShiftRequests","Variants":["List"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleOfferShiftRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/offerShiftRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleOfferShiftRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleOpenShift"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShifts","Variants":["List"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleOpenShift"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleOpenShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests","Variants":["List"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleOpenShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleOpenShiftChangeRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShifts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleOpenShiftCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleSchedulingGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/schedulingGroups","Variants":["List"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleSchedulingGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/schedulingGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleSchedulingGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShift","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleShift"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shifts","Variants":["List"],"OutputType":"IMicrosoftGraphShift","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleShift"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shifts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleShiftCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SchedulePermissions.ReadWrite.All","Description":"Read/Write your schedule permissions for a role.","FullDescription":"Allows the app to read/write schedule permissions for a specific role in Shifts application on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SchedulePermissions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShiftsRoleDefinition","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleShiftRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SchedulePermissions.ReadWrite.All","Description":"Read/Write your schedule permissions for a role.","FullDescription":"Allows the app to read/write schedule permissions for a specific role in Shifts application on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SchedulePermissions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphShiftsRoleDefinition","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleShiftRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SchedulePermissions.ReadWrite.All","Description":"Read/Write your schedule permissions for a role.","FullDescription":"Allows the app to read/write schedule permissions for a specific role in Shifts application on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SchedulePermissions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleShiftRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleSwapShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests","Variants":["List"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleSwapShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleSwapShiftChangeRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeCard"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards","Variants":["List"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeCard"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeCardCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeOff"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timesOff","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeOff"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timesOff/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeOffCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeOffReason"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffReasons","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeOffReason"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffReasons/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeOffReasonCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeOffRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffRequests","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeOffRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamScheduleTimeOffRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/getShifts","Variants":["Get"],"OutputType":"IMicrosoftGraphShift","Module":"Beta.Teams","Command":"Get-MgBetaTeamShift"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Beta.Teams","Command":"Get-MgBetaTeamTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/tags","Variants":["List"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Beta.Teams","Command":"Get-MgBetaTeamTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/tags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamTagMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamTagMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamTagMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/template","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/templateDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamTemplateDefinition","Module":"Beta.Teams","Command":"Get-MgBetaTeamTemplateDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/getTimesOff","Variants":["Get"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Beta.Teams","Command":"Get-MgBetaTeamTimeOff"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Teamwork.Read.All","Description":"Read organizational teamwork settings","FullDescription":"Allows the app to read the teamwork settings of your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork","Variants":["Get"],"OutputType":"IMicrosoftGraphTeamwork","Module":"Beta.Teams","Command":"Get-MgBetaTeamwork"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedChat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedChats","Variants":["List"],"OutputType":"IMicrosoftGraphDeletedChat","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedChat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedChats/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedChatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeletedTeam","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams","Variants":["List"],"OutputType":"IMicrosoftGraphDeletedTeam","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels","Variants":["List"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelAllMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelFileFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsChannelPlanner","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams","Variants":["List"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeletedTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkDevice","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/devices","Variants":["List"],"OutputType":"IMicrosoftGraphTeamworkDevice","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/activity","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkDeviceActivity","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeviceActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/configuration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkDeviceConfiguration","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeviceConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/health","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkDeviceHealth","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeviceHealth"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkDeviceOperation","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeviceOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphTeamworkDeviceOperation","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeviceOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkDeviceOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkAppSettings.Read.All","Description":"Read Teams app settings","FullDescription":"Allows the app to read the Teams app settings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkAppSettings.ReadWrite.All","Description":"Read and write Teams app settings","FullDescription":"Allows the app to read and write the Teams app settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/teamsAppSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphTeamsAppSettings","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkTeamAppSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamTemplates/{teamTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamTemplate","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkTeamTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamTemplates.Read","Description":"Read available Teams templates","FullDescription":"Read available Teams templates, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamTemplates.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/teamTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphTeamTemplate","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkTeamTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamTemplates.Read","Description":"Read available Teams templates","FullDescription":"Read available Teams templates, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamTemplates.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkTeamTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamTemplates.Read","Description":"Read available Teams templates","FullDescription":"Read available Teams templates, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamTemplates.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamTemplateDefinition","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkTeamTemplateDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions","Variants":["List"],"OutputType":"IMicrosoftGraphTeamTemplateDefinition","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkTeamTemplateDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkTeamTemplateDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWorkforceIntegration","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkWorkforceIntegration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/workforceIntegrations","Variants":["List"],"OutputType":"IMicrosoftGraphWorkforceIntegration","Module":"Beta.Teams","Command":"Get-MgBetaTeamworkWorkforceIntegration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/workforceIntegrations/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaTeamworkWorkforceIntegrationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationship"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationship"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenants/{tenant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsTenant","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenants","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsTenant","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenant"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertLog","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertLog"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs","Variants":["List","List1"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertLog","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertLog"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertLogCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantApiNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantApiNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsAppPerformance","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAppPerformance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/appPerformances","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsAppPerformance","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAppPerformance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/appPerformances/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsAuditEvent","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAuditEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/auditEvents","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsAuditEvent","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAuditEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/auditEvents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantAuditEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcConnection","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcConnections","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcConnection","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcConnections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcDevice","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcDevices","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcDevice","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcDevices/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcOverview","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcsOverview","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcOverview","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcsOverview/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenants/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsTenantCustomizedInformation","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsTenantCustomizedInformation","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsTenantDetailedInformation","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDetailedInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsTenantDetailedInformation","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDetailedInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceAppPerformance","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceAppPerformances","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceAppPerformance","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceAppPerformances/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceHealthStatus","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceHealthStatus","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantEmailNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantEmailNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsTenantGroup","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantGroups","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsTenantGroup","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantGroups/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceCompliance","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceCompliance","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActions/{managementAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementAction","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementAction"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActions","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagementAction","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementAction"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActions/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementIntent","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementIntent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementIntents","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagementIntent","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementIntent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementIntents/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollection","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections","Variants":["List","List1"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollection","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps","Variants":["List","List1"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions","Variants":["List","List1"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsMyRole","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantMyRole"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/myRoles","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsMyRole","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantMyRole"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/myRoles/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantMyRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsTenantTag","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantTags","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsTenantTag","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantTags/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedTenantsWindowsProtectionState","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsProtectionStates","Variants":["List"],"OutputType":"IMicrosoftGraphManagedTenantsWindowsProtectionState","Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsProtectionStates/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/multiTenantOrganization","Variants":["Get"],"OutputType":"IMicrosoftGraphMultiTenantOrganization","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTenantRelationshipMultiTenantOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/multiTenantOrganization/joinRequest","Variants":["Get"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/multiTenantOrganization/tenants","Variants":["List"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/multiTenantOrganization/tenants/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/trustFramework","Variants":["Get"],"OutputType":"IMicrosoftGraphTrustFramework","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFramework"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.Read.All","Description":"Read trust framework key sets","FullDescription":"Allows the app to read trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTrustFrameworkKeySet","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkKeySet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.Read.All","Description":"Read trust framework key sets","FullDescription":"Allows the app to read trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets","Variants":["List"],"OutputType":"IMicrosoftGraphTrustFrameworkKeySet","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkKeySet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.Read.All","Description":"Read trust framework key sets","FullDescription":"Allows the app to read trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTrustFrameworkKey","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkKeySetActiveKey"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.Read.All","Description":"Read trust framework key sets","FullDescription":"Allows the app to read trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/trustFramework/keySets/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkKeySetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkKeySetKey"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/{trustFrameworkKey_v2-kid}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTrustFrameworkKeyV2","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkKeySetKeyV2"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2","Variants":["List"],"OutputType":"IMicrosoftGraphTrustFrameworkKeyV2","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkKeySetKeyV2"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/policies","Variants":["List"],"OutputType":"IMicrosoftGraphTrustFrameworkPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkPolicyContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/trustFramework/policies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaTrustFrameworkPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users","Command":"Get-MgBetaUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users","Command":"Get-MgBetaUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserActivity","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphUserActivity","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphActivityHistoryItem","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserActivityHistoryItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems","Variants":["List"],"OutputType":"IMicrosoftGraphActivityHistoryItem","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserActivityHistoryItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserActivity","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserActivityHistoryItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserActivityHistoryItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphActivityStatistics","Module":"Beta.People","Command":"Get-MgBetaUserActivityStatistics"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/analytics/activityStatistics","Variants":["List"],"OutputType":"IMicrosoftGraphActivityStatistics","Module":"Beta.People","Command":"Get-MgBetaUserActivityStatistics"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaUserAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AgreementAcceptance.Read","Description":"Read your terms of use acceptance statuses","FullDescription":"Allows the app to read your terms of use acceptance statuses.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AgreementAcceptance.Read.All","Description":"Read all terms of use acceptance statuses","FullDescription":"Allows the app to read terms of use acceptance statuses on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/agreementAcceptances","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Beta.Identity.Governance","Command":"Get-MgBetaUserAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AgreementAcceptance.Read","Description":"Read your terms of use acceptance statuses","FullDescription":"Allows the app to read your terms of use acceptance statuses.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AgreementAcceptance.Read.All","Description":"Read all terms of use acceptance statuses","FullDescription":"Allows the app to read terms of use acceptance statuses on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/agreementAcceptances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Get-MgBetaUserAgreementAcceptanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/analytics/activityStatistics/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserAnalyticActivityStatisticsCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Users","Command":"Get-MgBetaUserAppRoleAssignedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/appRoleAssignedResources","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Users","Command":"Get-MgBetaUserAppRoleAssignedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/appRoleAssignedResources(appId='{appId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Users","Command":"Get-MgBetaUserAppRoleAssignedResourceByAppId"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/appRoleAssignedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserAppRoleAssignedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaUserAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/appRoleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Get-MgBetaUserAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Get-MgBetaUserAppRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationEmailMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/emailMethods","Variants":["List"],"OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationEmailMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/emailMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationEmailMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/externalAuthenticationMethods/{externalAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationExternalAuthenticationMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/externalAuthenticationMethods","Variants":["List"],"OutputType":"IMicrosoftGraphExternalAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationExternalAuthenticationMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/externalAuthenticationMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFido2AuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationFido2Method"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/fido2Methods","Variants":["List"],"OutputType":"IMicrosoftGraphFido2AuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationFido2Method"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/fido2Methods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationFido2MethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHardwareOathAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods","Variants":["List"],"OutputType":"IMicrosoftGraphHardwareOathAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/assignTo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/assignTo/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/assignTo/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/assignTo/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices","Variants":["List"],"OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/methods","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/methods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods","Variants":["List"],"OutputType":"IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/operations","Variants":["List"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods","Variants":["List"],"OutputType":"IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPasswordAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPasswordMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/passwordMethods","Variants":["List"],"OutputType":"IMicrosoftGraphPasswordAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPasswordMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/passwordMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPasswordMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPhoneMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/phoneMethods","Variants":["List"],"OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPhoneMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/phoneMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPhoneMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlatformCredentialAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPlatformCredentialMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/platformCredentialMethods","Variants":["List"],"OutputType":"IMicrosoftGraphPlatformCredentialAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPlatformCredentialMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/platformCredentialMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPlatformCredentialMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/qrcodepinauthenticationmethod-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphQrCodePinAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationQrCodePinMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod/pin","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphQrPin","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationQrCodePinMethodPin"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/qrcode-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod/standardQRCode","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphQrCode","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod/temporaryQRCode","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphQrCode","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/requirements","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationRequirement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/signInPreferences","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSignInPreferences","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationSignInPreference"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSoftwareOathAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationSoftwareOathMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/softwareOathMethods","Variants":["List"],"OutputType":"IMicrosoftGraphSoftwareOathAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationSoftwareOathMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/softwareOathMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationSoftwareOathMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationTemporaryAccessPassMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods","Variants":["List"],"OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationTemporaryAccessPassMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users.Actions","Command":"Get-MgBetaUserById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users","Command":"Get-MgBetaUserByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendars/{calendar-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphCalendar","Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendars","Variants":["List"],"OutputType":"IMicrosoftGraphCalendar","Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendars/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/calendars/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphCalendar","Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendars/{calendar-id}/events","Variants":["List1"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendarGroup","Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendarGroups","Variants":["List"],"OutputType":"IMicrosoftGraphCalendarGroup","Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars","Variants":["List"],"OutputType":"IMicrosoftGraphCalendar","Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarGroupCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendarGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendar/calendarPermissions","Variants":["List","List1"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendar/calendarPermissions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendar/calendarView","Variants":["List","List1"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaUserCalendarView"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.WhereInstalled","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChat","Module":"Beta.Teams","Command":"Get-MgBetaUserChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats","Variants":["List"],"OutputType":"IMicrosoftGraphChat","Module":"Beta.Teams","Command":"Get-MgBetaUserChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"Get-MgBetaUserChatInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/installedApps","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"Get-MgBetaUserChatInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatInstalledAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaUserChatInstalledAppTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Beta.Teams","Command":"Get-MgBetaUserChatInstalledAppTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessageInfo","Module":"Beta.Teams","Command":"Get-MgBetaUserChatLastMessagePreview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaUserChatMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Get-MgBetaUserChatMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Get-MgBetaUserChatOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Get-MgBetaUserChatOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Get-MgBetaUserChatPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Get-MgBetaUserChatPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatPermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Beta.Teams","Command":"Get-MgBetaUserChatPinnedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages","Variants":["List"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Beta.Teams","Command":"Get-MgBetaUserChatPinnedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatPinnedMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Get-MgBetaUserChatRetainedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaUserChatTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Get-MgBetaUserChatTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserChatTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaUserChatTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts","Variants":["List"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContactFolder","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders","Variants":["List"],"OutputType":"IMicrosoftGraphContactFolder","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContactFolder","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders","Variants":["List"],"OutputType":"IMicrosoftGraphContactFolder","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts","Variants":["List"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderContactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderContactDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderContactExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderContactPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderContactPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphContactFolder","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderChildFolderDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts","Variants":["List"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderContactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderContactDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderContactExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderContactPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderContactPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphContactFolder","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactFolderDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Get-MgBetaUserContactPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/createdObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserCreatedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/createdObjects","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserCreatedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Users","Command":"Get-MgBetaUserCreatedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/createdObjects/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Users","Command":"Get-MgBetaUserCreatedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/createdObjects/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserCreatedObjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/createdObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserCreatedObjectCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendar","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendar","Module":"Beta.Calendar","Command":"Get-MgBetaUserDefaultCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendar/events","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaUserDefaultCalendarEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaUserDefaultDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users.Functions","Command":"Get-MgBetaUserDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices(deviceId='{deviceId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceByDeviceId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/commands/{command-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCommand","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceCommand"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/commands","Variants":["List"],"OutputType":"IMicrosoftGraphCommand","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceCommand"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/commands/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceCommandCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceCommandResponsepayload"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/devices/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserDeviceEnrollmentConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserDeviceEnrollmentConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserDeviceEnrollmentConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserDeviceEnrollmentConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserDeviceEnrollmentConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserDeviceManagementTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserDeviceManagementTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserDeviceManagementTroubleshootingEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredOwnerCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/$ref","Variants":["List"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceRegisteredUserCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/deviceTemplate/{deviceTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceTemplate","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/deviceTemplate","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceTemplate","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/deviceTemplate/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRight","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceUsageRights"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/usageRights","Variants":["List"],"OutputType":"IMicrosoftGraphUsageRight","Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceUsageRights"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/usageRights/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Get-MgBetaUserDeviceUsageRightsCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/directReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserDirectReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/directReports","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserDirectReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/directReports/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Users","Command":"Get-MgBetaUserDirectReportAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/directReports/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Beta.Users","Command":"Get-MgBetaUserDirectReportAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/directReports/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users","Command":"Get-MgBetaUserDirectReportAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/directReports/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users","Command":"Get-MgBetaUserDirectReportAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/directReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserDirectReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/directReports/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserDirectReportCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/directReports/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserDirectReportCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaUserDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaUserDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaUserDriveActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/bundles","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveBundleContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveBundleContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveBundleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaUserDriveContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaUserDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaUserDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/following","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveFollowingContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveFollowingContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveFollowingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemChildContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Files","Command":"Get-MgBetaUserDriveList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaUserDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveListSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootChildContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemDriveItemContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootSubscriptionVapidPublicKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveRootVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/special","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Get-MgBetaUserDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveSpecialContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveSpecialContentStream"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Get-MgBetaUserDriveSpecialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"Beta.Users.Functions","Command":"Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaUserEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaUserEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Calendar","Command":"Get-MgBetaUserEventAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Calendar","Command":"Get-MgBetaUserEventAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaUserEventAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/calendar","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendar","Module":"Beta.Calendar","Command":"Get-MgBetaUserEventCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaUserEventCount"},{"Method":"GET","CommandAlias":"Get-MgBetaUserCalendarEventDelta","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaUserEventDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaUserEventExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Calendar","Command":"Get-MgBetaUserEventExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Get-MgBetaUserEventExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaUserEventInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/instances/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Get-MgBetaUserEventInstanceDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Users","Command":"Get-MgBetaUserExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/followedSites/{site-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaUserFollowedSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/followedSites","Variants":["List"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Get-MgBetaUserFollowedSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/followedSites/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Get-MgBetaUserFollowedSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/inferenceClassification","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInferenceClassification","Module":"Beta.Mail","Command":"Get-MgBetaUserInferenceClassification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInferenceClassificationOverride","Module":"Beta.Mail","Command":"Get-MgBetaUserInferenceClassificationOverride"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/inferenceClassification/overrides","Variants":["List"],"OutputType":"IMicrosoftGraphInferenceClassificationOverride","Module":"Beta.Mail","Command":"Get-MgBetaUserInferenceClassificationOverride"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/inferenceClassification/overrides/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserInferenceClassificationOverrideCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInformationProtection","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/bitlocker","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBitlocker","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionBitlocker"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionBitlockerRecoveryKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/bitlocker/recoveryKeys","Variants":["List"],"OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionBitlockerRecoveryKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionDataLossPreventionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionDataLossPreventionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInformationProtectionPolicy","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionPolicyLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy/labels","Variants":["List"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionPolicyLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy/labels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionPolicyLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels","Variants":["List"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionSensitivityLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/rights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRightsIncluded","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionSensitivityLabelRight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["List"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRightsIncluded","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionSensitivityLabelSublabelRight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityPolicySettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityPolicySettings","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionSensitivityPolicySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["List"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemInsights","Module":"Beta.Users","Command":"Get-MgBetaUserInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSharedInsight","Module":"Beta.Users","Command":"Get-MgBetaUserInsightShared"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/shared","Variants":["List"],"OutputType":"IMicrosoftGraphSharedInsight","Module":"Beta.Users","Command":"Get-MgBetaUserInsightShared"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/shared/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserInsightSharedCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserInsightSharedLastSharedMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserInsightSharedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTrending","Module":"Beta.Users","Command":"Get-MgBetaUserInsightTrending"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/trending","Variants":["List"],"OutputType":"IMicrosoftGraphTrending","Module":"Beta.Users","Command":"Get-MgBetaUserInsightTrending"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/trending/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserInsightTrendingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/trending/{trending-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserInsightTrendingResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsedInsight","Module":"Beta.Users","Command":"Get-MgBetaUserInsightUsed"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/used","Variants":["List"],"OutputType":"IMicrosoftGraphUsedInsight","Module":"Beta.Users","Command":"Get-MgBetaUserInsightUsed"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/used/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserInsightUsedCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/used/{usedInsight-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserInsightUsedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/invitedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserInvitedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/joinedGroups","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Get-MgBetaUserJoinedGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/joinedTeams","Variants":["List"],"OutputType":"IMicrosoftGraphTeam","Module":"Beta.Teams","Command":"Get-MgBetaUserJoinedTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLicenseDetails","Module":"Beta.Users","Command":"Get-MgBetaUserLicenseDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/licenseDetails","Variants":["List"],"OutputType":"IMicrosoftGraphLicenseDetails","Module":"Beta.Users","Command":"Get-MgBetaUserLicenseDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/licenseDetails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserLicenseDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/licenseDetails/getTeamsLicensingDetails","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsLicensingDetails","Module":"Beta.Users","Command":"Get-MgBetaUserLicenseDetailTeamLicensingDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/getLoggedOnManagedDevices","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.Users.Functions","Command":"Get-MgBetaUserLoggedOnManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Users","Command":"Get-MgBetaUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders","Variants":["List"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders","Variants":["List"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions","Variants":["List"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageMentionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules","Variants":["List"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderMessageRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/operations/{mailFolderOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailFolderOperation","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphMailFolderOperation","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserConfiguration","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderUserConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphUserConfiguration","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderUserConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderChildFolderUserConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions","Variants":["List"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageMentionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules","Variants":["List"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderMessageRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/operations/{mailFolderOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailFolderOperation","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphMailFolderOperation","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserConfiguration","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderUserConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphUserConfiguration","Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderUserConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMailFolderUserConfigurationCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.Read.Shared","Description":"Read mail you can access","FullDescription":"Allows the app to read mail you can access, including shared mail.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/getMailTips","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailTips","Module":"Beta.Users.Actions","Command":"Get-MgBetaUserMailTip"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/getManagedAppBlockedUsers","Variants":["Get"],"OutputType":null,"Module":"Beta.Users.Functions","Command":"Get-MgBetaUserManagedAppBlockedUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/getManagedAppDiagnosticStatuses","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppDiagnosticStatus","Module":"Beta.Users.Functions","Command":"Get-MgBetaUserManagedAppDiagnosticStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/getManagedAppPolicies","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Users.Functions","Command":"Get-MgBetaUserManagedAppPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedAppRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedAppRegistrations","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedAppRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedAppRegistrations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedAppRegistrationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["List"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceCompliancePolicyState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceCompliancePolicyState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceCompliancePolicyStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceConfigurationStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceDetectedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps","Variants":["List"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceDetectedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceDetectedAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceFileVaultKey"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceHealthScriptState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceHealthScriptState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceHealthScriptStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceLogCollectionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceLogCollectionResponse"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceLogCollectionResponse"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/retrieveMacOSManagedDeviceLocalAdminAccountDetail","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphMacOSManagedDeviceLocalAdminAccountDetail","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceMobileAppConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceMobileAppConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceNonCompliantSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/retrievePowerliftAppDiagnosticsDetails(userPrincipalName='{userPrincipalName}')","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphPowerliftIncidentDetail","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDevicePowerliftAppDiagnosticDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceSecurityBaselineState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceSecurityBaselineState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceSecurityBaselineStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/users","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsProtectionState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceWindowsProtectionState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/getManagedDevicesWithAppFailures","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users.Functions","Command":"Get-MgBetaUserManagedDeviceWithAppFailure"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/retrieveManagedDevicesWithAppInstallationIssues","Variants":["Retrieve","RetrieveViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceSummarizedAppState","Module":"Beta.Users.Functions","Command":"Get-MgBetaUserManagedDeviceWithAppInstallationIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/getManagedDevicesWithFailedOrPendingApps","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceSummarizedAppState","Module":"Beta.Users.Functions","Command":"Get-MgBetaUserManagedDeviceWithFailedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/manager","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserManager"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/manager/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserManagerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Get-MgBetaUserMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Get-MgBetaUserMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Users","Command":"Get-MgBetaUserMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Users","Command":"Get-MgBetaUserMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Users","Command":"Get-MgBetaUserMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/directoryRole","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Users","Command":"Get-MgBetaUserMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Users","Command":"Get-MgBetaUserMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Users","Command":"Get-MgBetaUserMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserMemberOfCountAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Get-MgBetaUserMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Get-MgBetaUserMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Mail","Command":"Get-MgBetaUserMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Mail","Command":"Get-MgBetaUserMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMessageAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMessageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Get-MgBetaUserMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Mail","Command":"Get-MgBetaUserMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMessageExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Mail","Command":"Get-MgBetaUserMessageMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/mentions","Variants":["List"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Mail","Command":"Get-MgBetaUserMessageMention"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/mentions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Get-MgBetaUserMessageMentionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppIntentAndState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserMobileAppIntentAndState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppIntentAndStates","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppIntentAndState","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserMobileAppIntentAndState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppIntentAndStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserMobileAppIntentAndStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserMobileAppTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserMobileAppTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserMobileAppTroubleshootingEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/notifications/{notification-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotification","Module":"Beta.Users","Command":"Get-MgBetaUserNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/notifications","Variants":["List"],"OutputType":"IMicrosoftGraphNotification","Module":"Beta.Users","Command":"Get-MgBetaUserNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/notifications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserNotificationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Beta.Users","Command":"Get-MgBetaUserOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/oauth2PermissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Beta.Users","Command":"Get-MgBetaUserOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/oauth2PermissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOauth2PermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks","Variants":["List"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCopyNotebookModel","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookFromWebUrl"},{"Method":"GET","CommandAlias":"Get-MgBetaUserOnenoteRecentNotebook","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecentNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookRecentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteNotebookSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/operations","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenotePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenotePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenotePageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenotePageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/resources","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteResourceContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Get-MgBetaUserOnenoteSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOutlookCategory","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookMasterCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/masterCategories","Variants":["List"],"OutputType":"IMicrosoftGraphOutlookCategory","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookMasterCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/masterCategories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOutlookMasterCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOutlookTaskFolder","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders","Variants":["List"],"OutputType":"IMicrosoftGraphOutlookTaskFolder","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskFolderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskFolderTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskFolderTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskFolderTaskAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskFolderTaskAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskFolderTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOutlookTaskGroup","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups","Variants":["List"],"OutputType":"IMicrosoftGraphOutlookTaskGroup","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOutlookTaskFolder","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroupTaskFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders","Variants":["List"],"OutputType":"IMicrosoftGraphOutlookTaskFolder","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroupTaskFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDeviceAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDeviceAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDeviceAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDeviceAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDeviceAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDeviceAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDeviceCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDeviceCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedDevices/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOwnedDeviceCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObjectAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObjectAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObjectAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObjectAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObjectAsServicePrincipal"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/getUserOwnedObjects","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users.Actions","Command":"Get-MgBetaUserOwnedObjectByType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObjectCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObjectCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/ownedObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserOwnedObjectCountAsServicePrincipal"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/getPasswordSingleSignOnCredentials","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPasswordSingleSignOnCredentialSet","Module":"Beta.Users.Actions","Command":"Get-MgBetaUserPasswordSingleSignOnCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/people/{person-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPerson","Module":"Beta.People","Command":"Get-MgBetaUserPerson"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":"Read all users' relevant people lists","FullDescription":"Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/people","Variants":["List"],"OutputType":"IMicrosoftGraphPerson","Module":"Beta.People","Command":"Get-MgBetaUserPerson"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":"Read all users' relevant people lists","FullDescription":"Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/people/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserPersonCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/photo","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.Users","Command":"Get-MgBetaUserPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/photos","Variants":["List"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.Users","Command":"Get-MgBetaUserPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/photo/$value","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPlannerUser","Module":"Beta.Planner","Command":"Get-MgBetaUserPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/all","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerDelta","Module":"Beta.Planner","Command":"Get-MgBetaUserPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/all/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerAllCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/planner/all/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerDelta","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerAllDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/favoritePlans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerFavoritePlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/favoritePlans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerFavoritePlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/favoritePlans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerFavoritePlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/myDayTasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerMyDayTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/myDayTasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerMyDayTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/myDayTasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerMyDayTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerPlanDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/recentPlans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerRecentPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/recentPlans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerRecentPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/recentPlans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerRecentPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/rosterPlans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerRosterPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/planner/rosterPlans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerRosterPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/rosterPlans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerRosterPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/planner/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Get-MgBetaUserPlannerTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfile","Module":"Beta.People","Command":"Get-MgBetaUserProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/account/{userAccountInformation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserAccountInformation","Module":"Beta.People","Command":"Get-MgBetaUserProfileAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/account","Variants":["List"],"OutputType":"IMicrosoftGraphUserAccountInformation","Module":"Beta.People","Command":"Get-MgBetaUserProfileAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/account/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileAccountCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/addresses/{itemAddress-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAddress","Module":"Beta.People","Command":"Get-MgBetaUserProfileAddress"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/addresses","Variants":["List"],"OutputType":"IMicrosoftGraphItemAddress","Module":"Beta.People","Command":"Get-MgBetaUserProfileAddress"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/addresses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileAddressCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPersonAnnualEvent","Module":"Beta.People","Command":"Get-MgBetaUserProfileAnniversary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/anniversaries","Variants":["List"],"OutputType":"IMicrosoftGraphPersonAnnualEvent","Module":"Beta.People","Command":"Get-MgBetaUserProfileAnniversary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/anniversaries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileAnniversaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/awards/{personAward-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPersonAward","Module":"Beta.People","Command":"Get-MgBetaUserProfileAward"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/awards","Variants":["List"],"OutputType":"IMicrosoftGraphPersonAward","Module":"Beta.People","Command":"Get-MgBetaUserProfileAward"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/awards/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileAwardCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/certifications/{personCertification-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPersonCertification","Module":"Beta.People","Command":"Get-MgBetaUserProfileCertification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/certifications","Variants":["List"],"OutputType":"IMicrosoftGraphPersonCertification","Module":"Beta.People","Command":"Get-MgBetaUserProfileCertification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/certifications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileCertificationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/educationalActivities/{educationalActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationalActivity","Module":"Beta.People","Command":"Get-MgBetaUserProfileEducationalActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/educationalActivities","Variants":["List"],"OutputType":"IMicrosoftGraphEducationalActivity","Module":"Beta.People","Command":"Get-MgBetaUserProfileEducationalActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/educationalActivities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileEducationalActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/emails/{itemEmail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemEmail","Module":"Beta.People","Command":"Get-MgBetaUserProfileEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/emails","Variants":["List"],"OutputType":"IMicrosoftGraphItemEmail","Module":"Beta.People","Command":"Get-MgBetaUserProfileEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/emails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileEmailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/interests/{personInterest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPersonInterest","Module":"Beta.People","Command":"Get-MgBetaUserProfileInterest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/interests","Variants":["List"],"OutputType":"IMicrosoftGraphPersonInterest","Module":"Beta.People","Command":"Get-MgBetaUserProfileInterest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/interests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileInterestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/languages/{languageProficiency-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLanguageProficiency","Module":"Beta.People","Command":"Get-MgBetaUserProfileLanguage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/languages","Variants":["List"],"OutputType":"IMicrosoftGraphLanguageProficiency","Module":"Beta.People","Command":"Get-MgBetaUserProfileLanguage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/languages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileLanguageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/names/{personName-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPersonName","Module":"Beta.People","Command":"Get-MgBetaUserProfileName"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/names","Variants":["List"],"OutputType":"IMicrosoftGraphPersonName","Module":"Beta.People","Command":"Get-MgBetaUserProfileName"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/names/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileNameCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/notes/{personAnnotation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPersonAnnotation","Module":"Beta.People","Command":"Get-MgBetaUserProfileNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/notes","Variants":["List"],"OutputType":"IMicrosoftGraphPersonAnnotation","Module":"Beta.People","Command":"Get-MgBetaUserProfileNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/notes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileNoteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/patents/{itemPatent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemPatent","Module":"Beta.People","Command":"Get-MgBetaUserProfilePatent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/patents","Variants":["List"],"OutputType":"IMicrosoftGraphItemPatent","Module":"Beta.People","Command":"Get-MgBetaUserProfilePatent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/patents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfilePatentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/phones/{itemPhone-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemPhone","Module":"Beta.People","Command":"Get-MgBetaUserProfilePhone"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/phones","Variants":["List"],"OutputType":"IMicrosoftGraphItemPhone","Module":"Beta.People","Command":"Get-MgBetaUserProfilePhone"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/phones/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfilePhoneCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/positions/{workPosition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWorkPosition","Module":"Beta.People","Command":"Get-MgBetaUserProfilePosition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/positions","Variants":["List"],"OutputType":"IMicrosoftGraphWorkPosition","Module":"Beta.People","Command":"Get-MgBetaUserProfilePosition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/positions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfilePositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/projects/{projectParticipation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProjectParticipation","Module":"Beta.People","Command":"Get-MgBetaUserProfileProject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/projects","Variants":["List"],"OutputType":"IMicrosoftGraphProjectParticipation","Module":"Beta.People","Command":"Get-MgBetaUserProfileProject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/projects/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileProjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/publications/{itemPublication-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemPublication","Module":"Beta.People","Command":"Get-MgBetaUserProfilePublication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/publications","Variants":["List"],"OutputType":"IMicrosoftGraphItemPublication","Module":"Beta.People","Command":"Get-MgBetaUserProfilePublication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/publications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfilePublicationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/skills/{skillProficiency-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSkillProficiency","Module":"Beta.People","Command":"Get-MgBetaUserProfileSkill"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/skills","Variants":["List"],"OutputType":"IMicrosoftGraphSkillProficiency","Module":"Beta.People","Command":"Get-MgBetaUserProfileSkill"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/skills/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileSkillCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/webAccounts/{webAccount-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebAccount","Module":"Beta.People","Command":"Get-MgBetaUserProfileWebAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/webAccounts","Variants":["List"],"OutputType":"IMicrosoftGraphWebAccount","Module":"Beta.People","Command":"Get-MgBetaUserProfileWebAccount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/webAccounts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileWebAccountCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/websites/{personWebsite-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPersonWebsite","Module":"Beta.People","Command":"Get-MgBetaUserProfileWebsite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/websites","Variants":["List"],"OutputType":"IMicrosoftGraphPersonWebsite","Module":"Beta.People","Command":"Get-MgBetaUserProfileWebsite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/websites/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Get-MgBetaUserProfileWebsiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDeviceAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDeviceAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDeviceAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDeviceAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDeviceAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDeviceAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDeviceCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDeviceCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/registeredDevices/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserRegisteredDeviceCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaUserScopedRoleMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/scopedRoleMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaUserScopedRoleMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/scopedRoleMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Get-MgBetaUserScopedRoleMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurity1","Module":"Beta.Security","Command":"Get-MgBetaUserSecurity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityInformationProtection","Module":"Beta.Security","Command":"Get-MgBetaUserSecurityInformationProtection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/labelPolicySettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityInformationProtectionPolicySetting","Module":"Beta.Security","Command":"Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"Get-MgBetaUserSecurityInformationProtectionSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"Get-MgBetaUserSecurityInformationProtectionSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserSettings","Module":"Beta.Users","Command":"Get-MgBetaUserSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/contactMergeSuggestions","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContactMergeSuggestions","Module":"Beta.Users","Command":"Get-MgBetaUserSettingContactMergeSuggestion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/usersettings-list-exchange?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/settings/exchange","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExchangeSettings","Module":"Beta.Users","Command":"Get-MgBetaUserSettingExchange"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/itemInsights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserInsightsSettings","Module":"Beta.Users","Command":"Get-MgBetaUserSettingItemInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/regionalAndLanguageSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRegionalAndLanguageSettings","Module":"Beta.Users","Command":"Get-MgBetaUserSettingRegionalAndLanguageSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserShiftPreferences.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserShiftPreferences.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShiftPreferences","Module":"Beta.Users","Command":"Get-MgBetaUserSettingShiftPreference"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserStorage","Module":"Beta.Users","Command":"Get-MgBetaUserSettingStorage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage/quota","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedStorageQuota","Module":"Beta.Users","Command":"Get-MgBetaUserSettingStorageQuota"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Module":"Beta.Users","Command":"Get-MgBetaUserSettingStorageQuotaService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage/quota/services","Variants":["List"],"OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Module":"Beta.Users","Command":"Get-MgBetaUserSettingStorageQuotaService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage/quota/services/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserSettingStorageQuotaServiceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsSetting","Module":"Beta.Users","Command":"Get-MgBetaUserSettingWindows"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsSetting","Module":"Beta.Users","Command":"Get-MgBetaUserSettingWindows"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserSettingWindowsCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsSettingInstance","Module":"Beta.Users","Command":"Get-MgBetaUserSettingWindowsInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsSettingInstance","Module":"Beta.Users","Command":"Get-MgBetaUserSettingWindowsInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserSettingWindowsInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/sponsors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/sponsors","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/sponsors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserSponsorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserTeamwork.Read","Description":"Read your teamwork settings.","FullDescription":"Allows the app to read your teamwork settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserTeamwork.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/teamwork","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserTeamwork","Module":"Beta.Teams","Command":"Get-MgBetaUserTeamwork"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAssociatedTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaUserTeamworkAssociatedTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/associatedTeams","Variants":["List"],"OutputType":"IMicrosoftGraphAssociatedTeamInfo","Module":"Beta.Teams","Command":"Get-MgBetaUserTeamworkAssociatedTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/associatedTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserTeamworkAssociatedTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Module":"Beta.Teams","Command":"Get-MgBetaUserTeamworkInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/installedApps","Variants":["List"],"OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Module":"Beta.Teams","Command":"Get-MgBetaUserTeamworkInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChat","Module":"Beta.Teams","Command":"Get-MgBetaUserTeamworkInstalledAppChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/installedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Get-MgBetaUserTeamworkInstalledAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Get-MgBetaUserTeamworkInstalledAppTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Beta.Teams","Command":"Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTodoTaskList","Module":"Beta.Users","Command":"Get-MgBetaUserTodoList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists","Variants":["List"],"OutputType":"IMicrosoftGraphTodoTaskList","Module":"Beta.Users","Command":"Get-MgBetaUserTodoList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoListCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphTodoTaskList","Module":"Beta.Users","Command":"Get-MgBetaUserTodoListDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoListExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Users","Command":"Get-MgBetaUserTodoListExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoListExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTodoTask","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphTodoTask","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachmentBase","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachmentBase","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskAttachmentContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachmentSession","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskAttachmentSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions","Variants":["List"],"OutputType":"IMicrosoftGraphAttachmentSession","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskAttachmentSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskAttachmentSessionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskAttachmentSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChecklistItem","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskChecklistItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems","Variants":["List"],"OutputType":"IMicrosoftGraphChecklistItem","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskChecklistItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskChecklistItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphTodoTask","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLinkedResource","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskLinkedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources","Variants":["List"],"OutputType":"IMicrosoftGraphLinkedResource","Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskLinkedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTodoTaskLinkedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/directoryRole","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/transitiveReports","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/transitiveReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Get-MgBetaUserTransitiveReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserWindowsInformationProtectionDeviceRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/windowsInformationProtectionDeviceRegistrations","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserWindowsInformationProtectionDeviceRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Get1","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEvent","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEvent","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventPresenterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventPresenterSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventPresenterSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventPresenterSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionAttendanceReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionByJoinWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionPresenterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionRegistrationByEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionRegistrationByUserId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventSessionRegistrationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhall"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhall"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-getbyuseridandrole?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallByUserIdAndRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-getbyuserrole?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallByUserRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallPresenterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallPresenterSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallPresenterSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallPresenterSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionPresenterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventTownhallSessionRegistrationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinar"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinar"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarByUserIdAndRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/getByUserRole(role='{role}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarByUserRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarPresenterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarPresenterSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarPresenterSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarPresenterSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationByEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationByUserId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarRegistrationSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionPresenterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Get-MgBetaVirtualEventWebinarSessionRegistrationCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuCatalogEntry","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/catalog/entries/{catalogEntry-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesCatalogEntry"},{"Method":"GET","CommandAlias":"Get-MgBetaWuCatalogEntry","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/catalog/entries","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesCatalogEntry"},{"Method":"GET","CommandAlias":"Get-MgBetaWuCatalogEntryCount","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/catalog/entries/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesCatalogEntryCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeployment","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesDeployment","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeployment"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeployment","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesDeployment","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeployment"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContent","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContent","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceExclusion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceExclusion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesUpdatableAsset","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceExclusionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceMember","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceMember"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceMember","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesUpdatableAsset","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceMember"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentAudienceMemberCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuDeploymentCount","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesDeploymentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicy","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesUpdatePolicy","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicy","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesUpdatePolicy","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudience","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesDeploymentAudience","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudience"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContent","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContent","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceExclusion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceExclusion"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceExclusion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesUpdatableAsset","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceExclusion"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceExclusionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceMember","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceMember"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceMember","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesUpdatableAsset","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceMember"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyAudienceMemberCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyComplianceChange","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesComplianceChange","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyComplianceChange"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyComplianceChange","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesComplianceChange","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyComplianceChange"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyComplianceChangeCount","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyComplianceChangeUpdatePolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesUpdatePolicy","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy"},{"Method":"GET","CommandAlias":"Get-MgBetaWuPolicyCount","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProduct","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProduct"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProduct","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProduct"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductCount","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductEdition","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/editions/{edition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesEdition","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductEdition"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductEdition","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/editions","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesEdition","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductEdition"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductEditionCount","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/editions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductEditionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductKnownIssue","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnownIssue","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductKnownIssue"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductKnownIssue","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnownIssue","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductKnownIssue"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductKnownIssueGraphBPreTimeRange","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnownIssue","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductKnownIssueCount","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductKnownIssueCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductRevision","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesProductRevision","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductRevision"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductRevision","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesProductRevision","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductRevision"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductRevisionCatalogEntry","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductRevisionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductRevisionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuProductRevisionKnowledgeBaseArticle","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle"},{"Method":"GET","CommandAlias":"Get-MgBetaWuResourceConnection","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/resourceConnections/{resourceConnection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUpdatesResourceConnection","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesResourceConnection"},{"Method":"GET","CommandAlias":"Get-MgBetaWuResourceConnection","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/resourceConnections","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesResourceConnection","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesResourceConnection"},{"Method":"GET","CommandAlias":"Get-MgBetaWuResourceConnectionCount","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/resourceConnections/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesResourceConnectionCount"},{"Method":"GET","CommandAlias":"Get-MgBetaWuUpdatableAsset","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesUpdatableAsset"},{"Method":"GET","CommandAlias":"Get-MgBetaWuUpdatableAsset","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUpdatesUpdatableAsset","Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesUpdatableAsset"},{"Method":"GET","CommandAlias":"Get-MgBetaWuUpdatableAssetCount","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/$count","Variants":["Get"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Get-MgBetaWindowsUpdatesUpdatableAssetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBookingBusiness","Module":"Bookings","Command":"Get-MgBookingBusiness"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses","Variants":["List"],"OutputType":"IMicrosoftGraphBookingBusiness","Module":"Bookings","Command":"Get-MgBookingBusiness"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Bookings","Command":"Get-MgBookingBusinessAppointment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments","Variants":["List"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Bookings","Command":"Get-MgBookingBusinessAppointment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgBookingBusinessAppointmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Bookings","Command":"Get-MgBookingBusinessCalendarView"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView","Variants":["List"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Bookings","Command":"Get-MgBookingBusinessCalendarView"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgBookingBusinessCalendarViewCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/$count","Variants":["Get"],"OutputType":null,"Module":"Bookings","Command":"Get-MgBookingBusinessCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgBookingBusinessCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers","Variants":["List"],"OutputType":"IMicrosoftGraphBookingCustomerBase","Module":"Bookings","Command":"Get-MgBookingBusinessCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgBookingBusinessCustomerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBookingCustomQuestion","Module":"Bookings","Command":"Get-MgBookingBusinessCustomQuestion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions","Variants":["List"],"OutputType":"IMicrosoftGraphBookingCustomQuestion","Module":"Bookings","Command":"Get-MgBookingBusinessCustomQuestion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgBookingBusinessCustomQuestionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBookingService","Module":"Bookings","Command":"Get-MgBookingBusinessService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services","Variants":["List"],"OutputType":"IMicrosoftGraphBookingService","Module":"Bookings","Command":"Get-MgBookingBusinessService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgBookingBusinessServiceCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphStaffAvailabilityItem","Module":"Bookings","Command":"Get-MgBookingBusinessStaffAvailability"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgBookingBusinessStaffMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers","Variants":["List"],"OutputType":"IMicrosoftGraphBookingStaffMemberBase","Module":"Bookings","Command":"Get-MgBookingBusinessStaffMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgBookingBusinessStaffMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingCurrencies/{bookingCurrency-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBookingCurrency","Module":"Bookings","Command":"Get-MgBookingCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingCurrencies","Variants":["List"],"OutputType":"IMicrosoftGraphBookingCurrency","Module":"Bookings","Command":"Get-MgBookingCurrency"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingCurrencies/$count","Variants":["Get"],"OutputType":null,"Module":"Bookings","Command":"Get-MgBookingCurrencyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChat","Module":"Teams","Command":"Get-MgChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats","Variants":["List"],"OutputType":"IMicrosoftGraphChat","Module":"Teams","Command":"Get-MgChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/$count","Variants":["Get"],"OutputType":null,"Module":"Teams","Command":"Get-MgChatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"Get-MgChatInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/installedApps","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"Get-MgChatInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgChatInstalledAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgChatInstalledAppTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Teams","Command":"Get-MgChatInstalledAppTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessageInfo","Module":"Teams","Command":"Get-MgChatLastMessagePreview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgChatMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgChatMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgChatMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgChatMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgChatMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgChatMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgChatMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgChatMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgChatMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgChatMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgChatMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgChatMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgChatMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgChatMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgChatMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgChatMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgChatMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Get-MgChatPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForChat","Description":"Read resource specific permissions granted on a chat account","FullDescription":"Allows the app to read the resource specific permission granted on the chat, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/permissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Get-MgChatPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForChat","Description":"Read resource specific permissions granted on a chat account","FullDescription":"Allows the app to read the resource specific permission granted on the chat, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgChatPermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Teams","Command":"Get-MgChatPinnedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/pinnedMessages","Variants":["List"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Teams","Command":"Get-MgChatPinnedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/pinnedMessages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgChatPinnedMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/getAllRetainedMessages","Variants":["Get"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgChatRetainedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgChatTab"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgChatTab"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgChatTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgChatTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCall","Module":"CloudCommunications","Command":"Get-MgCommunicationCall"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAudioRoutingGroup","Module":"CloudCommunications","Command":"Get-MgCommunicationCallAudioRoutingGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/audioRoutingGroups","Variants":["List"],"OutputType":"IMicrosoftGraphAudioRoutingGroup","Module":"CloudCommunications","Command":"Get-MgCommunicationCallAudioRoutingGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/audioRoutingGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationCallAudioRoutingGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationCallContentSharingSession"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/contentSharingSessions","Variants":["List"],"OutputType":"IMicrosoftGraphContentSharingSession","Module":"CloudCommunications","Command":"Get-MgCommunicationCallContentSharingSession"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/contentSharingSessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationCallContentSharingSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/$count","Variants":["Get"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationCallCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/operations/{commsOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCommsOperation","Module":"CloudCommunications","Command":"Get-MgCommunicationCallOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphCommsOperation","Module":"CloudCommunications","Command":"Get-MgCommunicationCallOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationCallOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCallasGuest.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/participants/{participant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphParticipant","Module":"CloudCommunications","Command":"Get-MgCommunicationCallParticipant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/participants","Variants":["List"],"OutputType":"IMicrosoftGraphParticipant","Module":"CloudCommunications","Command":"Get-MgCommunicationCallParticipant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/participants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationCallParticipantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCallRecordsCallRecord","Module":"CloudCommunications","Command":"Get-MgCommunicationCallRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/$count","Variants":["Get"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationCallRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/organizer_v2","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCallRecordsOrganizer","Module":"CloudCommunications","Command":"Get-MgCommunicationCallRecordOrganizerV2"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/participants_v2/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationCallRecordParticipant"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCallRecordsParticipant","Module":"CloudCommunications","Command":"Get-MgCommunicationCallRecordParticipantV2"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/participants_v2","Variants":["List"],"OutputType":"IMicrosoftGraphCallRecordsParticipant","Module":"CloudCommunications","Command":"Get-MgCommunicationCallRecordParticipantV2"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/sessions/{session-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCallRecordsSession","Module":"CloudCommunications","Command":"Get-MgCommunicationCallRecordSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphCallRecordsSession","Module":"CloudCommunications","Command":"Get-MgCommunicationCallRecordSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationCallRecordSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationCallRecordSessionSegmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}","Variants":["Get","Get1","GetExpanded","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnlineMeeting","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeeting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/onlineMeetings","Variants":["List"],"OutputType":"IMicrosoftGraphOnlineMeeting","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeeting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports","Variants":["List"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingAttendanceReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingAttendeeReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/$count","Variants":["Get"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Get","Get1","GetViaIdentity"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingRecording"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings","Variants":["List"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingRecording"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingRecordingContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingRecordingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingRecordingDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Get","Get1","GetViaIdentity"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingTranscript"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts","Variants":["List"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingTranscript"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingTranscriptContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingTranscriptCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingTranscriptDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingTranscriptMetadataContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/presences/{presence-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPresence","Module":"CloudCommunications","Command":"Get-MgCommunicationPresence"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Presence.Read","Description":"Read your presence information","FullDescription":"Allows the app to read your presence information on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/presences","Variants":["List"],"OutputType":"IMicrosoftGraphPresence","Module":"CloudCommunications","Command":"Get-MgCommunicationPresence"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/getPresencesByUserId","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphPresence","Module":"CloudCommunications","Command":"Get-MgCommunicationPresenceByUserId"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Presence.Read","Description":"Read your presence information","FullDescription":"Allows the app to read your presence information on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/presences/$count","Variants":["Get"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgCommunicationPresenceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/compliance","Variants":["Get"],"OutputType":"IMicrosoftGraphCompliance","Module":"Compliance","Command":"Get-MgCompliance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Identity.DirectoryManagement","Command":"Get-MgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Identity.DirectoryManagement","Command":"Get-MgContact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgContactById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Identity.DirectoryManagement","Command":"Get-MgContactDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgContactDirectReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/directReports","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgContactDirectReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Identity.DirectoryManagement","Command":"Get-MgContactDirectReportAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/directReports/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Identity.DirectoryManagement","Command":"Get-MgContactDirectReportAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgContactDirectReportAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/directReports/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgContactDirectReportAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/directReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactDirectReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/directReports/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactDirectReportCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/directReports/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactDirectReportCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/manager","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgContactManager"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.DirectoryManagement","Command":"Get-MgContactServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgContactTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgContactTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgContactTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgContactTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgContactTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgContactTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContactTransitiveMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contracts/{contract-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContract","Module":"Identity.DirectoryManagement","Command":"Get-MgContract"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contracts","Variants":["List"],"OutputType":"IMicrosoftGraphContract","Module":"Identity.DirectoryManagement","Command":"Get-MgContract"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contracts/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgContractById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contracts/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContractCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contracts/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgContractDelta"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contracts/{contract-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContractMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contracts/{contract-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgContractMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Export.All","Description":"Export user's data","FullDescription":"Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Export.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDataPolicyOperation","Module":"Identity.SignIns","Command":"Get-MgDataPolicyOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/dataPolicyOperations","Variants":["List"],"OutputType":"IMicrosoftGraphDataPolicyOperation","Module":"Identity.SignIns","Command":"Get-MgDataPolicyOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/dataPolicyOperations/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgDataPolicyOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Get-MgDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Get-MgDevice"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgt","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceAppManagement","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagement"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementAndroidManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementAndroidManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementDefaultManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections","Variants":["List"],"OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementDefaultManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementDefaultManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementDefaultManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtectionCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementDefaultManagedAppProtectionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosManagedAppProtection","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementiOSManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections","Variants":["List"],"OutputType":"IMicrosoftGraphIosManagedAppProtection","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementiOSManagedAppProtection"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppPolicy"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppPolicy"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistration"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistration"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationOperation","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppOperation","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationOperation"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationOperation","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppOperation","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationOperation"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationOperationCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationOperationCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppStatus","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppStatus"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppStatus","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppStatus"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedAppStatusCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppStatuses/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedAppStatusCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedEBook","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBook"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks","Variants":["List"],"OutputType":"IMicrosoftGraphManagedEBook","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBook"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedEBookAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphManagedEBookAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookDeviceState","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookDeviceState"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookDeviceState","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookDeviceState"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookDeviceStateCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookDeviceStateCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookInstallSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEBookInstallSummary","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookInstallSummary"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserInstallStateSummary","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummary"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary","Variants":["List"],"OutputType":"IMicrosoftGraphUserInstallStateSummary","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummary"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/androidLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAndroidStoreApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/androidStoreApp","Variants":["List"],"OutputType":"IMicrosoftGraphAndroidStoreApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/iosLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphIosLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosStoreApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/iosStoreApp","Variants":["List"],"OutputType":"IMicrosoftGraphIosStoreApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosVppApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoVppApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/iosVppApp","Variants":["List"],"OutputType":"IMicrosoftGraphIosVppApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoVppApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMacOSDmgApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/macOSDmgApp","Variants":["List"],"OutputType":"IMicrosoftGraphMacOSDmgApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMacOSLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/macOSLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphMacOSLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAndroidLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/managedAndroidLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAndroidLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedIosLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/managedIOSLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphManagedIosLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/managedMobileLobApp","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileLobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftStoreForBusinessApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp","Variants":["List"],"OutputType":"IMicrosoftGraphMicrosoftStoreForBusinessApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWin32LobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/win32LobApp","Variants":["List"],"OutputType":"IMicrosoftGraphWin32LobApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppX","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAppX","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppX"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppX","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/windowsAppX","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsAppX","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppX"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsMobileMsi","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/windowsMobileMSI","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsMobileMsi","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsUniversalAppX","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/windowsUniversalAppX","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsUniversalAppX","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"OutputType":"IMicrosoftGraphMobileContainedApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsWebApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/windowsWebApp","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsWebApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCategory","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCategory","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppCategories","Variants":["List","List1"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCategory"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCategoryCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppCategories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCategoryCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfiguration"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfiguration"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationUserStatus"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationUserStatus"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/androidLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/androidStoreApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/iosLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/iosStoreApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsIoVppApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/iosVppApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsIoVppApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/macOSDmgApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/macOSLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/managedAndroidLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/managedIOSLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/managedMobileLobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/win32LobApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsWindowAppX","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/windowsAppX/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/windowsMobileMSI/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/windowsUniversalAppX/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/windowsWebApp/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppRelationships","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppRelationship"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtMobileAppRelationshipCount","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppRelationships/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementMobileAppRelationshipCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps","Variants":["List"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtVppToken","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVppToken","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementVppToken"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtVppToken","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/vppTokens","Variants":["List"],"OutputType":"IMicrosoftGraphVppToken","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementVppToken"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtVppTokenCount","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/vppTokens/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementVppTokenCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicy"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicy"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"GET","CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices(deviceId='{deviceId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceByDeviceId"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceManagement","Module":"DeviceManagement","Command":"Get-MgDeviceManagement"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Get"],"OutputType":"IMicrosoftGraphApplePushNotificationCertificate","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementApplePushNotificationCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuditEvent","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementAuditEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/auditEvents","Variants":["List"],"OutputType":"IMicrosoftGraphAuditEvent","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementAuditEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementAuditEventAuditActivityType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/auditEvents/getAuditCategories","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementAuditEventAuditCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/auditEvents/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementAuditEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphComplianceManagementPartner","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementComplianceManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/complianceManagementPartners","Variants":["List"],"OutputType":"IMicrosoftGraphComplianceManagementPartner","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementComplianceManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/complianceManagementPartners/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementComplianceManagementPartnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementConditionalAccessSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDetectedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/detectedApps","Variants":["List"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDetectedApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/detectedApps/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDetectedAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDetectedAppManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDetectedAppManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDetectedAppManagedDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCategories","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCategories/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceOverview","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyUserStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyUserStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceComplianceUserOverview","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfiguration","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfiguration","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStateSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationDeviceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationDeviceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceOverview","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationUserStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationUserStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationUserStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserOverview","Module":"DeviceManagement","Command":"Get-MgDeviceManagementDeviceConfigurationUserStatusOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementDeviceEnrollmentConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/getEffectivePermissions(scope='{scope}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRolePermission","Module":"DeviceManagement.Functions","Command":"Get-MgDeviceManagementEffectivePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementExchangeConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/exchangeConnectors","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementExchangeConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/exchangeConnectors/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementExchangeConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities","Variants":["List"],"OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementIoUpdateStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/iosUpdateStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementIoUpdateStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/iosUpdateStatuses/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementIoUpdateStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceCompliancePolicyState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceCompliancePolicyState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceConfigurationStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDeviceOverview","Variants":["Get"],"OutputType":"IMicrosoftGraphManagedDeviceOverview","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/users","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsProtectionState","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceWindowsProtectionState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"DeviceManagement","Command":"Get-MgDeviceManagementMobileAppTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents","Variants":["List"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"DeviceManagement","Command":"Get-MgDeviceManagementMobileAppTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"DeviceManagement","Command":"Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"DeviceManagement","Command":"Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementMobileAppTroubleshootingEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementMobileThreatDefenseConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/mobileThreatDefenseConnectors","Variants":["List"],"OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementMobileThreatDefenseConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/mobileThreatDefenseConnectors/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementMobileThreatDefenseConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotificationMessageTemplate","Module":"DeviceManagement","Command":"Get-MgDeviceManagementNotificationMessageTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphNotificationMessageTemplate","Module":"DeviceManagement","Command":"Get-MgDeviceManagementNotificationMessageTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementNotificationMessageTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Module":"DeviceManagement","Command":"Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages","Variants":["List"],"OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Module":"DeviceManagement","Command":"Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementPartner","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceManagementPartners","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementPartner","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceManagementPartners/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementPartnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRemoteAssistancePartner","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRemoteAssistancePartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/remoteAssistancePartners","Variants":["List"],"OutputType":"IMicrosoftGraphRemoteAssistancePartner","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRemoteAssistancePartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/remoteAssistancePartners/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRemoteAssistancePartnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceManagementReports","Module":"Reports","Command":"Get-MgDeviceManagementReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getCachedReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportCachedReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getCompliancePolicyNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getComplianceSettingNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportComplianceSettingNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getConfigurationPolicyNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getConfigurationSettingNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/reports/retrieveDeviceAppInstallationStatusReport","Variants":["Retrieve","RetrieveExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportDeviceAppInstallationStatusReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getDeviceManagementIntentSettingsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportDeviceManagementIntentSettingReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getDeviceNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportDeviceNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementExportJob","Module":"Reports","Command":"Get-MgDeviceManagementReportExportJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/exportJobs","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementExportJob","Module":"Reports","Command":"Get-MgDeviceManagementReportExportJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/reports/exportJobs/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportExportJobCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getReportFilters","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportFilter"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getHistoricalReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportHistoricalReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getPolicyNonComplianceMetadata","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportPolicyNonComplianceMetadata"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getPolicyNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportPolicyNonComplianceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getPolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports/getSettingNonComplianceReport","Variants":["Get","GetExpanded"],"OutputType":null,"Module":"Reports","Command":"Get-MgDeviceManagementReportSettingNonComplianceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceOperation","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementResourceOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/resourceOperations","Variants":["List"],"OutputType":"IMicrosoftGraphResourceOperation","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementResourceOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/resourceOperations/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementResourceOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/roleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleAssignment","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleDefinitionRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphRoleAssignment","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleDefinitionRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/softwareUpdateStatusSummary","Variants":["Get"],"OutputType":"IMicrosoftGraphSoftwareUpdateStatusSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementSoftwareUpdateStatusSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTelecomExpenseManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/telecomExpenseManagementPartners","Variants":["List"],"OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTelecomExpenseManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/telecomExpenseManagementPartners/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTelecomExpenseManagementPartnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTermAndCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions","Variants":["List"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTermAndCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTermAndConditionAcceptanceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses","Variants":["List"],"OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTermAndConditionAcceptanceStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTermAndConditionAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTermAndConditionAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTermAndConditionAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementTermAndConditionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"DeviceManagement","Command":"Get-MgDeviceManagementTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/troubleshootingEvents","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"DeviceManagement","Command":"Get-MgDeviceManagementTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/troubleshootingEvents/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementTroubleshootingEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint","Variants":["Get"],"OutputType":"IMicrosoftGraphVirtualEndpoint","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcAuditEvent","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointAuditEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/auditEvents","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcAuditEvent","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointAuditEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/auditEvents/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointAuditEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPc","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointCloudPc"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/cloudPCs","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPc","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointCloudPc"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointCloudPcCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcDeviceImage","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointDeviceImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/deviceImages","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcDeviceImage","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointDeviceImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/deviceImages/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointDeviceImageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/deviceImages/getSourceImages","Variants":["Get"],"OutputType":"IMicrosoftGraphCloudPcSourceDeviceImage","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcGalleryImage","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointGalleryImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/galleryImages","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcGalleryImage","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointGalleryImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/galleryImages/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointGalleryImageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointOnPremiseConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointOnPremiseConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcUserSetting","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointUserSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcUserSetting","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointUserSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointUserSettingAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointUserSettingAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Get-MgDeviceManagementVirtualEndpointUserSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementWindowsAutopilotDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementWindowsAutopilotDeviceIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsMalwareInformation","Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsMalwareInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsMalwareInformation","Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsMalwareInformation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation/$count","Variants":["Get"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsMalwareInformationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates","Variants":["List"],"OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredOwnerCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceRegisteredUserCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDeviceTransitiveMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory","Variants":["Get"],"OutputType":"IMicrosoftGraphDirectory","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitScopedRoleMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["List"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitScopedRoleMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttributeSet","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAttributeSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/attributeSets","Variants":["List"],"OutputType":"IMicrosoftGraphAttributeSet","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAttributeSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/attributeSets/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryAttributeSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryCustomSecurityAttributeDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryCustomSecurityAttributeDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAllowedValue","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues","Variants":["List"],"OutputType":"IMicrosoftGraphAllowedValue","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryCustomSecurityAttributeDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItem"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedAdministrativeUnit","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsAdministrativeUnit"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedAdministrativeUnit","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsAdministrativeUnit"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedApplication","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsApplication"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedApplication","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsApplication"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsDevice"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsDevice"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedGroup","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsGroup"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedGroup","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deletedItems/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsGroup"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedServicePrincipal","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsServicePrincipal"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedServicePrincipal","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsServicePrincipal"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedUser","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsUser"},{"Method":"GET","CommandAlias":"Get-MgDirectoryDeletedUser","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deletedItems/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemById"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/administrativeUnit/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/application/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/device/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/group/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/servicePrincipal/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deletedItems/user/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemCountAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeletedItemMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeviceLocalCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deviceLocalCredentials","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeviceLocalCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deviceLocalCredentials/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryDeviceLocalCredentialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryFederationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/federationConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryFederationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/federationConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryFederationConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"DirectoryObjects","Command":"Get-MgDirectoryObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryObjects","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"DirectoryObjects","Command":"Get-MgDirectoryObject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryObjects/getAvailableExtensionProperties","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphExtensionProperty","Module":"DirectoryObjects","Command":"Get-MgDirectoryObjectAvailableExtensionProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryObjects/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"DirectoryObjects","Command":"Get-MgDirectoryObjectById"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryObjects/$count","Variants":["Get"],"OutputType":null,"Module":"DirectoryObjects","Command":"Get-MgDirectoryObjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryObjects/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"DirectoryObjects","Command":"Get-MgDirectoryObjectDelta"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryObjects/{directoryObject-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"DirectoryObjects","Command":"Get-MgDirectoryObjectMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryObjects/{directoryObject-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"DirectoryObjects","Command":"Get-MgDirectoryObjectMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryOnPremiseSynchronization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnPremDirectorySynchronization.Read.All","Description":"Read all on-premises directory synchronization information","FullDescription":"Allows the app to read all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremDirectorySynchronization.ReadWrite.All","Description":"Read and write all on-premises directory synchronization information","FullDescription":"Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/onPremisesSynchronization","Variants":["List"],"OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryOnPremiseSynchronization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnPremDirectorySynchronization.Read.All","Description":"Read all on-premises directory synchronization information","FullDescription":"Allows the app to read all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremDirectorySynchronization.ReadWrite.All","Description":"Read and write all on-premises directory synchronization information","FullDescription":"Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/onPremisesSynchronization/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryOnPremiseSynchronizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure","Variants":["Get"],"OutputType":"IMicrosoftGraphPublicKeyInfrastructureRoot","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryPublicKeyInfrastructure"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-list-certificatebasedauthconfigurations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-list-certificateauthorities?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities","Variants":["List"],"OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthorityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleByRoleTemplateId"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberCountAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleScopedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleScopedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleScopedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoleTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleTemplateById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleTemplateDelta"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleTemplateMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectoryRoleTemplateMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectorySubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectorySubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Identity.DirectoryManagement","Command":"Get-MgDirectorySubscriptionByCommerceSubscriptionId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/subscriptions/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDirectorySubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDomain","Module":"Identity.DirectoryManagement","Command":"Get-MgDomain"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains","Variants":["List"],"OutputType":"IMicrosoftGraphDomain","Module":"Identity.DirectoryManagement","Command":"Get-MgDomain"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDomainCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInternalDomainFederation","Module":"Identity.DirectoryManagement","Command":"Get-MgDomainFederationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/federationConfiguration","Variants":["List"],"OutputType":"IMicrosoftGraphInternalDomainFederation","Module":"Identity.DirectoryManagement","Command":"Get-MgDomainFederationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/federationConfiguration/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDomainFederationConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/domainNameReferences/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDomainNameReference"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/domainNameReferences","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgDomainNameReference"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/domainNameReferences/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDomainNameReferenceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-get-rootdomain?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/rootDomain","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDomain","Module":"Identity.DirectoryManagement","Command":"Get-MgDomainRootDomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Identity.DirectoryManagement","Command":"Get-MgDomainServiceConfigurationRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/serviceConfigurationRecords","Variants":["List"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Identity.DirectoryManagement","Command":"Get-MgDomainServiceConfigurationRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/serviceConfigurationRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDomainServiceConfigurationRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Identity.DirectoryManagement","Command":"Get-MgDomainVerificationDnsRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/verificationDnsRecords","Variants":["List"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Identity.DirectoryManagement","Command":"Get-MgDomainVerificationDnsRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/verificationDnsRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgDomainVerificationDnsRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/bundles","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveBundleContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveBundleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgDriveContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/following","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveFollowingContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveFollowingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgDriveItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Files","Command":"Get-MgDriveItemAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveItemAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveItemAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveItemItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveItemItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgDriveItemListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveItemListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgDriveItemListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveItemListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveItemListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveItemListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Get-MgDriveItemRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Files","Command":"Get-MgDriveList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgDriveListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Get-MgDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Get-MgDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgDriveListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgDriveListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgDriveListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgDriveListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgDriveListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Get-MgDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Get-MgDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveRootActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgDriveRootAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Files","Command":"Get-MgDriveRootAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveRootAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveRootAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveRootCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveRootCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveRootCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveRootDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveRootItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveRootItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveRootLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveRootLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveRootLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgDriveRootListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgDriveRootListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgDriveRootListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgDriveRootListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgDriveRootListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveRootListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Get-MgDriveRootRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveRootVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/special","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveSpecialContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgDriveSpecialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Get-MgEducationClassAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Get-MgEducationClassAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"Get-MgEducationClassAssignmentCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentCategories","Variants":["List","List1"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"Get-MgEducationClassAssignmentCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassAssignmentCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentCategories/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassAssignmentCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentCategories/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"Get-MgEducationClassAssignmentCategoryDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentDefaults","Module":"Education","Command":"Get-MgEducationClassAssignmentDefault"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Get-MgEducationClassAssignmentDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Education","Command":"Get-MgEducationClassAssignmentGradingCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"Get-MgEducationClassAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"Get-MgEducationClassAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassAssignmentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Get-MgEducationClassAssignmentRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassAssignmentRubricByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentSettings","Module":"Education","Command":"Get-MgEducationClassAssignmentSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Education","Command":"Get-MgEducationClassAssignmentSettingGradingCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories","Variants":["List"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Education","Command":"Get-MgEducationClassAssignmentSettingGradingCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassAssignmentSettingGradingCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Get-MgEducationClassAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Get-MgEducationClassAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassAssignmentSubmissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"Get-MgEducationClassAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"Get-MgEducationClassAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassAssignmentSubmissionOutcomeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationClassAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationClassAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassAssignmentSubmissionResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationClassAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationClassAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationClassDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Education","Command":"Get-MgEducationClassGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Education","Command":"Get-MgEducationClassGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Education","Command":"Get-MgEducationClassMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/members/$ref","Variants":["List"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassMemberByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Education","Command":"Get-MgEducationClassModule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules","Variants":["List"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Education","Command":"Get-MgEducationClassModule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassModuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationModuleResource","Module":"Education","Command":"Get-MgEducationClassModuleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationModuleResource","Module":"Education","Command":"Get-MgEducationClassModuleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassModuleResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-getrecentlymodifiedsubmissions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/getRecentlyModifiedSubmissions","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Get-MgEducationClassRecentlyModifiedSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"Get-MgEducationClassSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/schools","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"Get-MgEducationClassSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/schools/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassSchoolCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/teachers","Variants":["List"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Education","Command":"Get-MgEducationClassTeacher"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/teachers/$ref","Variants":["List"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassTeacherByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/teachers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationClassTeacherCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me","Variants":["Get"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Education","Command":"Get-MgEducationMe"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Get-MgEducationMeAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Get-MgEducationMeAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/categories","Variants":["List"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"Get-MgEducationMeAssignmentCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeAssignmentCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeAssignmentCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/categories/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"Get-MgEducationMeAssignmentCategoryDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Get-MgEducationMeAssignmentDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Education","Command":"Get-MgEducationMeAssignmentGradingCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"Get-MgEducationMeAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"Get-MgEducationMeAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeAssignmentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Get-MgEducationMeAssignmentRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeAssignmentRubricByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Get-MgEducationMeAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Get-MgEducationMeAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeAssignmentSubmissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"Get-MgEducationMeAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"Get-MgEducationMeAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeAssignmentSubmissionOutcomeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationMeAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationMeAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeAssignmentSubmissionResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationMeAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationMeAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationMeClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/classes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationMeClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/classes/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Get-MgEducationMeRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/rubrics","Variants":["List"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Get-MgEducationMeRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/rubrics/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeRubricCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"Get-MgEducationMeSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/schools","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"Get-MgEducationMeSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/schools/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeSchoolCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/taughtClasses/{educationClass-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationMeTaughtClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/taughtClasses","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationMeTaughtClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/taughtClasses/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeTaughtClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/user","Variants":["Get"],"OutputType":"IMicrosoftGraphUser","Module":"Education","Command":"Get-MgEducationMeUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/user/mailboxSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Education","Command":"Get-MgEducationMeUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/user/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Education","Command":"Get-MgEducationMeUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/user/serviceProvisioningErrors/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationMeUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports","Variants":["Get"],"OutputType":"IMicrosoftGraphReportsRoot","Module":"Education","Command":"Get-MgEducationReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Module":"Education","Command":"Get-MgEducationReportReadingAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-readingassignmentsubmissions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/reports/readingAssignmentSubmissions","Variants":["List"],"OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Module":"Education","Command":"Get-MgEducationReportReadingAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports/readingAssignmentSubmissions/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationReportReadingAssignmentSubmissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphReflectCheckInResponse","Module":"Education","Command":"Get-MgEducationReportReflectCheck"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reflect.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reflect.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-reflectcheckinresponses?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/reports/reflectCheckInResponses","Variants":["List"],"OutputType":"IMicrosoftGraphReflectCheckInResponse","Module":"Education","Command":"Get-MgEducationReportReflectCheck"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduReports-Reflect.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reflect.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports/reflectCheckInResponses/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationReportReflectCheckInResponseCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education","Variants":["Get"],"OutputType":"IMicrosoftGraphEducationRoot","Module":"Education","Command":"Get-MgEducationRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"Get-MgEducationSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"Get-MgEducationSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Education","Command":"Get-MgEducationSchoolAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/classes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationSchoolClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/classes/$ref","Variants":["List"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationSchoolClassByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/classes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationSchoolClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/schools/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationSchoolCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.WriteWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"Get-MgEducationSchoolDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/users","Variants":["List"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Education","Command":"Get-MgEducationSchoolUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/users/$ref","Variants":["List"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationSchoolUserByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/users/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationSchoolUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Education","Command":"Get-MgEducationUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users","Variants":["List"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Education","Command":"Get-MgEducationUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Get-MgEducationUserAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Get-MgEducationUserAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories","Variants":["List"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"Get-MgEducationUserAssignmentCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserAssignmentCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserAssignmentCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"Get-MgEducationUserAssignmentCategoryDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Get-MgEducationUserAssignmentDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Education","Command":"Get-MgEducationUserAssignmentGradingCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"Get-MgEducationUserAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"Get-MgEducationUserAssignmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserAssignmentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Get-MgEducationUserAssignmentRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserAssignmentRubricByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Get-MgEducationUserAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Get-MgEducationUserAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserAssignmentSubmissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"Get-MgEducationUserAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"Get-MgEducationUserAssignmentSubmissionOutcome"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserAssignmentSubmissionOutcomeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationUserAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationUserAssignmentSubmissionResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserAssignmentSubmissionResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationUserAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Get-MgEducationUserAssignmentSubmissionSubmittedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationUserClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/classes","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationUserClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/classes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/$count","Variants":["Get"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.WriteWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Education","Command":"Get-MgEducationUserDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/user/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Education","Command":"Get-MgEducationUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Get-MgEducationUserRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/rubrics","Variants":["List"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Get-MgEducationUserRubric"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/rubrics/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserRubricCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"Get-MgEducationUserSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/schools","Variants":["List"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"Get-MgEducationUserSchool"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/schools/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserSchoolCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/user/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Education","Command":"Get-MgEducationUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/taughtClasses/{educationClass-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationUserTaughtClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/taughtClasses","Variants":["List"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Get-MgEducationUserTaughtClass"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/taughtClasses/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Education","Command":"Get-MgEducationUserTaughtClassCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequestRequirements","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages","Variants":["List"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageCatalog"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageIncompatibleGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageIncompatibleWith"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAccessPackageIncompatibleWith"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignments","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageAssignment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignments/additionalAccess","Variants":["Access","Access1","AccessViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentAdditional"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignments/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicyAccessPackage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicyCatalog"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings","Variants":["List"],"OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageQuestion","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicyQuestion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageQuestion","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicyQuestion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentPolicyQuestionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementAssignmentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalog"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalog"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogAccessPackageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogCustomWorkflowExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogCustomWorkflowExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles","Variants":["List","List1","List2"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List","List1"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes","Variants":["List","List1","List2"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List","List1"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConnectedOrganization","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementConnectedOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations","Variants":["List"],"OutputType":"IMicrosoftGraphConnectedOrganization","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementConnectedOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementConnectedOrganizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementConnectedOrganizationExternalSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementConnectedOrganizationInternalSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalog"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogAccessPackage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogAccessPackage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles","Variants":["List","List1","List2"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List","List1"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes","Variants":["List","List1","List2"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List","List1"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceScopeResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceScopeResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceScopeResourceRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceScopeResourceRoleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceScopeResourceRoleResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/settings","Variants":["Get"],"OutputType":"IMicrosoftGraphEntitlementManagementSettings","Module":"Identity.Governance","Command":"Get-MgEntitlementManagementSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external","Variants":["Get"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Module":"Search","Command":"Get-MgExternal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Module":"Search","Command":"Get-MgExternalConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Module":"Search","Command":"Get-MgExternalConnection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/$count","Variants":["Get"],"OutputType":null,"Module":"Search","Command":"Get-MgExternalConnectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Module":"Search","Command":"Get-MgExternalConnectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Module":"Search","Command":"Get-MgExternalConnectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Search","Command":"Get-MgExternalConnectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Module":"Search","Command":"Get-MgExternalConnectionGroupMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Module":"Search","Command":"Get-MgExternalConnectionGroupMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Search","Command":"Get-MgExternalConnectionGroupMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Module":"Search","Command":"Get-MgExternalConnectionItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Module":"Search","Command":"Get-MgExternalConnectionItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Module":"Search","Command":"Get-MgExternalConnectionItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Module":"Search","Command":"Get-MgExternalConnectionItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Search","Command":"Get-MgExternalConnectionItemActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Module":"Search","Command":"Get-MgExternalConnectionItemActivityPerformedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Search","Command":"Get-MgExternalConnectionItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Module":"Search","Command":"Get-MgExternalConnectionOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Module":"Search","Command":"Get-MgExternalConnectionOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Search","Command":"Get-MgExternalConnectionOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/schema","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalConnectorsSchema","Module":"Search","Command":"Get-MgExternalConnectionSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/acceptedSenders","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupAcceptedSender"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/acceptedSenders/$ref","Variants":["List"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupAcceptedSenderByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/acceptedSenders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupAcceptedSenderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgGroupAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/appRoleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgGroupAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgGroupAppRoleAssignmentCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupByUniqueName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendar","Module":"Calendar","Command":"Get-MgGroupCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgGroupCalendarEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/events","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgGroupCalendarEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Calendar","Command":"Get-MgGroupCalendarPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/calendarPermissions","Variants":["List"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Calendar","Command":"Get-MgGroupCalendarPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/calendarPermissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgGroupCalendarPermissionCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/getSchedule","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScheduleInformation","Module":"Calendar","Command":"Get-MgGroupCalendarSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/calendarView","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgGroupCalendarView"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversation","Module":"Groups","Command":"Get-MgGroupConversation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations","Variants":["List"],"OutputType":"IMicrosoftGraphConversation","Module":"Groups","Command":"Get-MgGroupConversation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupConversationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Groups","Command":"Get-MgGroupConversationThread"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads","Variants":["List"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Groups","Command":"Get-MgGroupConversationThread"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupConversationThreadCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPost","Module":"Groups","Command":"Get-MgGroupConversationThreadPost"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts","Variants":["List"],"OutputType":"IMicrosoftGraphPost","Module":"Groups","Command":"Get-MgGroupConversationThreadPost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"Get-MgGroupConversationThreadPostAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"Get-MgGroupConversationThreadPostAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupConversationThreadPostAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupConversationThreadPostCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupConversationThreadPostExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Groups","Command":"Get-MgGroupConversationThreadPostExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupConversationThreadPostExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"Get-MgGroupConversationThreadPostInReplyToAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"Get-MgGroupConversationThreadPostInReplyToAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupConversationThreadPostInReplyToAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupConversationThreadPostInReplyToExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Groups","Command":"Get-MgGroupConversationThreadPostInReplyToExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupConversationThreadPostInReplyToExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/$count","Variants":["Get"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/createdOnBehalfOf","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupCreatedOnBehalfOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgGroupDefaultDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgGroupDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgGroupDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/bundles","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveBundleContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveBundleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgGroupDriveContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgGroupDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgGroupDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/following","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveFollowingContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveFollowingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgGroupDriveItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Files","Command":"Get-MgGroupDriveItemAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveItemAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveItemAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveItemItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgGroupDriveItemListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveItemListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgGroupDriveItemListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveItemListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgGroupDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgGroupDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveItemListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgGroupDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgGroupDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgGroupDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgGroupDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Get-MgGroupDriveItemRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgGroupDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgGroupDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgGroupDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgGroupDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgGroupDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgGroupDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Files","Command":"Get-MgGroupDriveList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgGroupDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgGroupDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgGroupDriveListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgGroupDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgGroupDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgGroupDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgGroupDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Get-MgGroupDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Get-MgGroupDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgGroupDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgGroupDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgGroupDriveListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgGroupDriveListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgGroupDriveListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgGroupDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgGroupDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgGroupDriveListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgGroupDriveListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgGroupDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgGroupDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgGroupDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgGroupDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Get-MgGroupDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Get-MgGroupDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgGroupDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgGroupDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveRootActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgGroupDriveRootAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Files","Command":"Get-MgGroupDriveRootAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveRootAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveRootAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveRootCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveRootCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveRootCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveRootDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveRootItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveRootLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveRootLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgGroupDriveRootListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgGroupDriveRootListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgGroupDriveRootListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgGroupDriveRootListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgGroupDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgGroupDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveRootListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgGroupDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgGroupDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgGroupDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgGroupDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Get-MgGroupDriveRootRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgGroupDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgGroupDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgGroupDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgGroupDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgGroupDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgGroupDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveRootVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/special","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgGroupDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveSpecialContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgGroupDriveSpecialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgGroupEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgGroupEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Calendar","Command":"Get-MgGroupEventAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Calendar","Command":"Get-MgGroupEventAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgGroupEventAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/calendar","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendar","Module":"Calendar","Command":"Get-MgGroupEventCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgGroupEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgGroupEventDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgGroupEventExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Calendar","Command":"Get-MgGroupEventExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgGroupEventExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgGroupEventInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/instances/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgGroupEventInstanceDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Groups","Command":"Get-MgGroupExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Module":"Groups","Command":"Get-MgGroupLifecyclePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupLifecyclePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Module":"Groups","Command":"Get-MgGroupLifecyclePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/groupLifecyclePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Module":"Groups","Command":"Get-MgGroupLifecyclePolicyByGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groupLifecyclePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupLifecyclePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Groups","Command":"Get-MgGroupMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Groups","Command":"Get-MgGroupMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Groups","Command":"Get-MgGroupMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Groups","Command":"Get-MgGroupMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Groups","Command":"Get-MgGroupMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Groups","Command":"Get-MgGroupMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Groups","Command":"Get-MgGroupMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Groups","Command":"Get-MgGroupMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Groups","Command":"Get-MgGroupMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Groups","Command":"Get-MgGroupMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/$ref","Variants":["List"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberCountAsUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Groups","Command":"Get-MgGroupMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Groups","Command":"Get-MgGroupMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/membersWithLicenseErrors/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupMemberWithLicenseErrorCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Notes","Command":"Get-MgGroupOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks","Variants":["List"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteNotebookCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCopyNotebookModel","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookFromWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgGroupOnenoteNotebookSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Get-MgGroupOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/operations","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Get-MgGroupOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgGroupOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgGroupOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenotePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenotePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenotePageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenotePageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecentNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteRecentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Get-MgGroupOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/resources","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Get-MgGroupOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteResourceContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgGroupOnenoteSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgGroupOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgGroupOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgGroupOnenoteSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgGroupOnenoteSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgGroupOnenoteSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgGroupOnenoteSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Groups","Command":"Get-MgGroupOwnerAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Groups","Command":"Get-MgGroupOwnerAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Groups","Command":"Get-MgGroupOwnerAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Groups","Command":"Get-MgGroupOwnerAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupOwnerAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupOwnerAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Groups","Command":"Get-MgGroupOwnerAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Groups","Command":"Get-MgGroupOwnerAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Groups","Command":"Get-MgGroupOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Groups","Command":"Get-MgGroupOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Groups","Command":"Get-MgGroupOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Groups","Command":"Get-MgGroupOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/$ref","Variants":["List"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupOwnerByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupOwnerCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupOwnerCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupOwnerCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupOwnerCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupOwnerCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupOwnerCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Groups","Command":"Get-MgGroupPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/permissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Groups","Command":"Get-MgGroupPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupPermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/photo","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Groups","Command":"Get-MgGroupPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/photos","Variants":["List"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Groups","Command":"Get-MgGroupPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/photo/$value","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/planner","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerGroup","Module":"Planner","Command":"Get-MgGroupPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Planner","Command":"Get-MgGroupPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Planner","Command":"Get-MgGroupPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Planner","Command":"Get-MgGroupPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/planner/plans/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Planner","Command":"Get-MgGroupPlannerPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Planner","Command":"Get-MgGroupPlannerPlanDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Planner","Command":"Get-MgGroupPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/rejectedSenders","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupRejectedSender"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/rejectedSenders/$ref","Variants":["List"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupRejectedSenderByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/rejectedSenders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupRejectedSenderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/settings/{groupSetting-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphGroupSetting","Module":"Groups","Command":"Get-MgGroupSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/settings","Variants":["List","List1"],"OutputType":"IMicrosoftGraphGroupSetting","Module":"Groups","Command":"Get-MgGroupSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/settings/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupSettingCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupSettingTemplates/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupSettingTemplateById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groupSettingTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupSettingTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupSettingTemplates/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupSettingTemplateDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroupSettingTemplate","Module":"Groups","Command":"Get-MgGroupSettingTemplateGroupSettingTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupSettingTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphGroupSettingTemplate","Module":"Groups","Command":"Get-MgGroupSettingTemplateGroupSettingTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupSettingTemplateMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupSettingTemplateMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}","Variants":["Get","Get2","GetViaIdentity","GetViaIdentity2"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgGroupSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites","Variants":["List"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgGroupSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgGroupSiteActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Sites","Command":"Get-MgGroupSiteAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgGroupSiteAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgGroupSiteAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Sites","Command":"Get-MgGroupSiteAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Sites","Command":"Get-MgGroupSiteAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteAnalyticItemActivityStatActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Sites","Command":"Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgGroupSiteAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgGroupSiteAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteApplicableContentTypeForList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgGroupSiteByPath"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes","Variants":["List","List1"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Get-MgGroupSiteContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Get-MgGroupSiteContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/$count","Variants":["Get1","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSiteCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgGroupSiteCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgGroupSiteCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgGroupSiteDefaultDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgGroupSiteDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgGroupSiteDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgGroupSiteDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/drives/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteDriveCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/externalColumns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/externalColumns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteExternalColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["List"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"Get-MgGroupSiteGetByPath"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Sites","Command":"Get-MgGroupSiteGetByPathAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Groups","Command":"Get-MgGroupSiteGetByPathApplicableContentTypeForList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteGetByPathColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteGetByPathContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgGroupSiteGetByPathDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgGroupSiteGetByPathDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteGetByPathExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items","Variants":["List"],"OutputType":"IMicrosoftGraphBaseItem","Module":"Sites","Command":"Get-MgGroupSiteGetByPathItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Sites","Command":"Get-MgGroupSiteGetByPathOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Get-MgGroupSiteGetByPathOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["List"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"Get-MgGroupSiteGetByPathPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"Get-MgGroupSiteGetByPathPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites","Variants":["List"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgGroupSiteGetByPathSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Get-MgGroupSiteGetByPathTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores","Variants":["List"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Get-MgGroupSiteGetByPathTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Groups","Command":"Get-MgGroupSiteGetGraphBPrePathActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSiteGetGraphBPrePathCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/items/{baseItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBaseItem","Module":"Sites","Command":"Get-MgGroupSiteItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphBaseItem","Module":"Sites","Command":"Get-MgGroupSiteItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSiteItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgGroupSiteItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSiteLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgGroupSiteLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgGroupSiteLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"Get-MgGroupSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists","Variants":["List1"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"Get-MgGroupSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Get-MgGroupSiteListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Get-MgGroupSiteListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgGroupSiteListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgGroupSiteListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSiteListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgGroupSiteListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgGroupSiteListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgGroupSiteListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Sites","Command":"Get-MgGroupSiteListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Sites","Command":"Get-MgGroupSiteListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgGroupSiteListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Sites","Command":"Get-MgGroupSiteListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSiteListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgGroupSiteListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Sites","Command":"Get-MgGroupSiteListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Sites","Command":"Get-MgGroupSiteListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Sites","Command":"Get-MgGroupSiteListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Sites","Command":"Get-MgGroupSiteListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Sites","Command":"Get-MgGroupSiteListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Sites","Command":"Get-MgGroupSiteListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Get-MgGroupSiteListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Get-MgGroupSiteListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Sites","Command":"Get-MgGroupSiteListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Sites","Command":"Get-MgGroupSiteListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Sites","Command":"Get-MgGroupSiteOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks","Variants":["List"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCopyNotebookModel","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookFromWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecentNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookRecentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Get-MgGroupSiteOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Get-MgGroupSiteOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Get-MgGroupSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Get-MgGroupSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenotePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenotePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenotePageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenotePageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Sites","Command":"Get-MgGroupSiteOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Sites","Command":"Get-MgGroupSiteOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteResourceContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Get-MgGroupSiteOnenoteSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Get-MgGroupSiteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Get-MgGroupSiteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"Get-MgGroupSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"Get-MgGroupSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSitePage","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/sitePage","Variants":["List"],"OutputType":"IMicrosoftGraphSitePage","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCanvasLayout","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayout"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["List"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVerticalSection","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageAsSitePageWebPartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/sitePage/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageCountAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSitePageCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgGroupSitePageCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgGroupSitePageCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgGroupSitePageLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgGroupSitePageLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Sites","Command":"Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Sites","Command":"Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Sites","Command":"Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"Get-MgGroupSitePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"Get-MgGroupSitePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSitePermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Get-MgGroupSiteTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStores","Variants":["List"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Get-MgGroupSiteTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStores/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetParentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreGroupSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgGroupSiteTermStoreSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/sites/{site-id1}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgGroupSubSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/sites","Variants":["List2"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgGroupSubSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/sites/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgGroupSubSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeam","Module":"Teams","Command":"Get-MgGroupTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels","Variants":["List1"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelAllMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Teams","Command":"Get-MgGroupTeamChannelFileFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelFileFolderContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgGroupTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgGroupTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamChannelMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgGroupTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgGroupTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamChannelMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgGroupTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgGroupTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamChannelRetainedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Get-MgGroupTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams","Variants":["List"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Get-MgGroupTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgGroupTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgGroupTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelSharedWithTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgGroupTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgGroupTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamChannelTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgGroupTeamChannelTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Teams","Command":"Get-MgGroupTeamGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Teams","Command":"Get-MgGroupTeamGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/incomingChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgGroupTeamIncomingChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/incomingChannels","Variants":["List"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgGroupTeamIncomingChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/incomingChannels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamIncomingChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"Get-MgGroupTeamInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/installedApps","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"Get-MgGroupTeamInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/installedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamInstalledAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgGroupTeamInstalledAppTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Teams","Command":"Get-MgGroupTeamInstalledAppTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgGroupTeamMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/members","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgGroupTeamMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Teams","Command":"Get-MgGroupTeamOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/operations","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Teams","Command":"Get-MgGroupTeamOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Get-MgGroupTeamPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/permissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Get-MgGroupTeamPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/photo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Teams","Command":"Get-MgGroupTeamPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/photo/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelAllMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelFileFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelFileFolderContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/allMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams","Variants":["List"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgGroupTeamPrimaryChannelTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSchedule","Module":"Teams","Command":"Get-MgGroupTeamSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDayNote","Module":"Teams","Command":"Get-MgGroupTeamScheduleDayNote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/dayNotes","Variants":["List"],"OutputType":"IMicrosoftGraphDayNote","Module":"Teams","Command":"Get-MgGroupTeamScheduleDayNote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/dayNotes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleDayNoteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Teams","Command":"Get-MgGroupTeamScheduleOfferShiftRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests","Variants":["List"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Teams","Command":"Get-MgGroupTeamScheduleOfferShiftRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleOfferShiftRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Teams","Command":"Get-MgGroupTeamScheduleOpenShift"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShifts","Variants":["List"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Teams","Command":"Get-MgGroupTeamScheduleOpenShift"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Teams","Command":"Get-MgGroupTeamScheduleOpenShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests","Variants":["List"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Teams","Command":"Get-MgGroupTeamScheduleOpenShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleOpenShiftChangeRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShifts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleOpenShiftCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Teams","Command":"Get-MgGroupTeamScheduleSchedulingGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/schedulingGroups","Variants":["List"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Teams","Command":"Get-MgGroupTeamScheduleSchedulingGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleSchedulingGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShift","Module":"Teams","Command":"Get-MgGroupTeamScheduleShift"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/shifts","Variants":["List"],"OutputType":"IMicrosoftGraphShift","Module":"Teams","Command":"Get-MgGroupTeamScheduleShift"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/shifts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleShiftCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Teams","Command":"Get-MgGroupTeamScheduleSwapShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests","Variants":["List"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Teams","Command":"Get-MgGroupTeamScheduleSwapShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleSwapShiftChangeRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeCard"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards","Variants":["List"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeCard"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeCardCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeOff"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timesOff","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeOff"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timesOff/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeOffCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeOffReason"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffReasons","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeOffReason"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeOffReasonCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeOffRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffRequests","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeOffRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamScheduleTimeOffRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Teams","Command":"Get-MgGroupTeamTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags","Variants":["List"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Teams","Command":"Get-MgGroupTeamTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Teams","Command":"Get-MgGroupTeamTagMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Teams","Command":"Get-MgGroupTeamTagMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamTagMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/template","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgGroupTeamTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Groups","Command":"Get-MgGroupThread"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads","Variants":["List"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Groups","Command":"Get-MgGroupThread"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupThreadCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPost","Module":"Groups","Command":"Get-MgGroupThreadPost"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts","Variants":["List"],"OutputType":"IMicrosoftGraphPost","Module":"Groups","Command":"Get-MgGroupThreadPost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"Get-MgGroupThreadPostAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"Get-MgGroupThreadPostAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupThreadPostAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupThreadPostCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupThreadPostExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Groups","Command":"Get-MgGroupThreadPostExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupThreadPostExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"Get-MgGroupThreadPostInReplyToAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"Get-MgGroupThreadPostInReplyToAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupThreadPostInReplyToAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupThreadPostInReplyToExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Groups","Command":"Get-MgGroupThreadPostInReplyToExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupThreadPostInReplyToExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupTransitiveMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupTransitiveMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Groups","Command":"Get-MgGroupTransitiveMemberAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupTransitiveMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupTransitiveMemberCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupTransitiveMemberCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupTransitiveMemberCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupTransitiveMemberCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupTransitiveMemberCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMembers/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupTransitiveMemberCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Get-MgGroupTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Groups","Command":"Get-MgGroupTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Groups","Command":"Get-MgGroupTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Get-MgGroupTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Get-MgGroupTransitiveMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"Get-MgIdentityApiConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/apiConnectors","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"Get-MgIdentityApiConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/apiConnectors/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityApiConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow","Variants":["List"],"OutputType":"IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationConditionsApplications","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationConditionApplication","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnAttributeCollectionHandler","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnAuthenticationMethodLoadStartHandler","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationConditionsApplications","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowCondition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowIncludeApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationConditionApplication","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowIncludeApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowIncludeApplicationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationEventListener","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventListener"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventListeners","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationEventListener","Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventListener"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventListeners/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityAuthenticationEventListenerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows","Variants":["List"],"OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserFlowApiConnectorConfiguration","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowApiConnectorConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityProvider","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders","Variants":["List","List1"],"OutputType":"IMicrosoftGraphIdentityProvider","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowIdentityProviderByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowIdentityProviderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages","Variants":["List"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguageDefaultPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["List"],"OutputType":"IMicrosoftGraphUserFlowLanguagePage","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguageDefaultPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguageDefaultPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguageDefaultPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguageOverridePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["List"],"OutputType":"IMicrosoftGraphUserFlowLanguagePage","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguageOverridePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguageOverridePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowLanguageOverridePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowPostAttributeCollection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowPostFederationSignup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowPostFederationSignupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowUserAttributeAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowUserAttributeAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Identity.SignIns","Command":"Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessAuthenticationContextClassReference"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/authenticationContextClassReferences","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessAuthenticationContextClassReference"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/namedLocations/{namedLocation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNamedLocation","Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessNamedLocation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/namedLocations","Variants":["List"],"OutputType":"IMicrosoftGraphNamedLocation","Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessNamedLocation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/namedLocations/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessNamedLocationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConditionalAccessPolicy","Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/policies","Variants":["List"],"OutputType":"IMicrosoftGraphConditionalAccessPolicy","Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/policies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConditionalAccessTemplate","Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/templates","Variants":["List"],"OutputType":"IMicrosoftGraphConditionalAccessTemplate","Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/templates/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityConditionalAccessTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Module":"Identity.SignIns","Command":"Get-MgIdentityCustomAuthenticationExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/customAuthenticationExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Module":"Identity.SignIns","Command":"Get-MgIdentityCustomAuthenticationExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/customAuthenticationExtensions/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityCustomAuthenticationExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["List"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppConsentRequest","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAppConsentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphAppConsentRequest","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAppConsentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAppConsentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserConsentRequest","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUserConsentRequest","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages","Variants":["List"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems","Variants":["Get"],"OutputType":"IMicrosoftGraphDeletedItemContainer","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceRun","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceRun","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceRun","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceRun","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/settings","Variants":["Get"],"OutputType":"IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowTemplate","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowTemplate","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess","Variants":["Get"],"OutputType":"IMicrosoftGraphPrivilegedAccessRoot","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccess"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group","Variants":["Get"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroup","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals","Variants":["List"],"OutputType":"IMicrosoftGraphApproval","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages","Variants":["List"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreement","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements","Variants":["List"],"OutputType":"IMicrosoftGraphAgreement","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreementAcceptances","Variants":["List","List1"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFile","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Identity.SignIns","Command":"Get-MgIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/identityProviders","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Identity.SignIns","Command":"Get-MgIdentityProvider"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/identityProviders/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityProviderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Identity.SignIns","Command":"Get-MgIdentityUserFlowAttribute"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/userFlowAttributes","Variants":["List"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Identity.SignIns","Command":"Get-MgIdentityUserFlowAttribute"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/userFlowAttributes/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgIdentityUserFlowAttributeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection","Variants":["Get"],"OutputType":"IMicrosoftGraphInformationProtection","Module":"Identity.SignIns","Command":"Get-MgInformationProtection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/bitlocker","Variants":["Get"],"OutputType":"IMicrosoftGraphBitlocker","Module":"Identity.SignIns","Command":"Get-MgInformationProtectionBitlocker"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Module":"Identity.SignIns","Command":"Get-MgInformationProtectionBitlockerRecoveryKey"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/informationProtection/bitlocker/recoveryKeys","Variants":["List"],"OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Module":"Identity.SignIns","Command":"Get-MgInformationProtectionBitlockerRecoveryKey"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/bitlocker/recoveryKeys/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgInformationProtectionBitlockerRecoveryKeyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Identity.SignIns","Command":"Get-MgInformationProtectionThreatAssessmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests","Variants":["List"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Identity.SignIns","Command":"Get-MgInformationProtectionThreatAssessmentRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgInformationProtectionThreatAssessmentRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Identity.SignIns","Command":"Get-MgInformationProtectionThreatAssessmentRequestResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["List"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Identity.SignIns","Command":"Get-MgInformationProtectionThreatAssessmentRequestResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgInformationProtectionThreatAssessmentRequestResultCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/invitations","Variants":["List"],"OutputType":"IMicrosoftGraphInvitation","Module":"Identity.SignIns","Command":"Get-MgInvitation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/invitations/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgInvitationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/invitations/invitedUser/mailboxSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.SignIns","Command":"Get-MgInvitationInvitedUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/invitations/invitedUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Identity.SignIns","Command":"Get-MgInvitationInvitedUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/invitations/invitedUser/serviceProvisioningErrors/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgInvitationInvitedUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/invitations/invitedUserSponsors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgInvitationInvitedUserSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/invitations/invitedUserSponsors","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgInvitationInvitedUserSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/invitations/invitedUserSponsors/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgInvitationInvitedUserSponsorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Identity.SignIns","Command":"Get-MgOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/oauth2PermissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Identity.SignIns","Command":"Get-MgOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/oauth2PermissionGrants/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgOauth2PermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/oauth2PermissionGrants/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Identity.SignIns","Command":"Get-MgOauth2PermissionGrantDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrganization","Module":"Identity.DirectoryManagement","Command":"Get-MgOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization","Variants":["List"],"OutputType":"IMicrosoftGraphOrganization","Module":"Identity.DirectoryManagement","Command":"Get-MgOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrganizationalBranding","Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBranding"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingBackgroundImage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingBannerLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingCustomCss"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/favicon","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingFavicon"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingHeaderLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations","Variants":["List"],"OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingLocalization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingLocalizationBackgroundImage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingLocalizationBannerLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingLocalizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingLocalizationCustomCss"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingLocalizationFavicon"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingLocalizationHeaderLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingLocalizationSquareLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingLocalizationSquareLogoDark"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingSquareLogo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationBrandingSquareLogoDark"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Module":"Identity.SignIns","Command":"Get-MgOrganizationCertificateBasedAuthConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration","Variants":["List"],"OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Module":"Identity.SignIns","Command":"Get-MgOrganizationCertificateBasedAuthConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgOrganizationCertificateBasedAuthConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationExtensionCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgOrganizationMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/places/{place-id}/room","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoom","Module":"Calendar","Command":"Get-MgPlaceAsRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/places/room","Variants":["List"],"OutputType":"IMicrosoftGraphRoom","Module":"Calendar","Command":"Get-MgPlaceAsRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/{place-id}/roomList","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoomList","Module":"Calendar","Command":"Get-MgPlaceAsRoomList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/roomList","Variants":["List"],"OutputType":"IMicrosoftGraphRoomList","Module":"Calendar","Command":"Get-MgPlaceAsRoomList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRoom","Module":"Calendar","Command":"Get-MgPlaceAsRoomListRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/{place-id}/roomList/rooms","Variants":["List"],"OutputType":"IMicrosoftGraphRoom","Module":"Calendar","Command":"Get-MgPlaceAsRoomListRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/{place-id}/roomList/rooms/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgPlaceAsRoomListRoomCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/$count","Variants":["Get"],"OutputType":null,"Module":"Calendar","Command":"Get-MgPlaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/room/$count","Variants":["Get"],"OutputType":null,"Module":"Calendar","Command":"Get-MgPlaceCountAsRoom"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/roomList/$count","Variants":["Get"],"OutputType":null,"Module":"Calendar","Command":"Get-MgPlaceCountAsRoomList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/planner","Variants":["Get"],"OutputType":"IMicrosoftGraphPlanner","Module":"Planner","Command":"Get-MgPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Planner","Command":"Get-MgPlannerBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Planner","Command":"Get-MgPlannerBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/planner/buckets/$count","Variants":["Get"],"OutputType":null,"Module":"Planner","Command":"Get-MgPlannerBucketCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/buckets/{plannerBucket-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Planner","Command":"Get-MgPlannerBucketTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Planner","Command":"Get-MgPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Planner","Command":"Get-MgPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Planner","Command":"Get-MgPlannerPlanBucket"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/planner/plans/$count","Variants":["Get"],"OutputType":null,"Module":"Planner","Command":"Get-MgPlannerPlanCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Planner","Command":"Get-MgPlannerPlanDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Planner","Command":"Get-MgPlannerPlanTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Planner","Command":"Get-MgPlannerTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Planner","Command":"Get-MgPlannerTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Planner","Command":"Get-MgPlannerTaskAssignedToTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Planner","Command":"Get-MgPlannerTaskBucketTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/planner/tasks/$count","Variants":["Get"],"OutputType":null,"Module":"Planner","Command":"Get-MgPlannerTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Planner","Command":"Get-MgPlannerTaskDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Planner","Command":"Get-MgPlannerTaskProgressTaskBoardFormat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyActivityBasedTimeoutPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/activityBasedTimeoutPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyActivityBasedTimeoutPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyActivityBasedTimeoutPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyActivityBasedTimeoutPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/activityBasedTimeoutPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyActivityBasedTimeoutPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConsentRequest","Description":"Read and write consent request policy","FullDescription":"Allows the app to read and write your organization's consent request policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConsentRequest","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/adminConsentRequestPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphAdminConsentRequestPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyAdminConsentRequestPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/appManagementPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyAppManagementPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyAppManagementPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyAppManagementPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/appManagementPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyAppManagementPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":"Read and write your authentication flow policies","FullDescription":"Allows the app to read and write the authentication flow policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationFlowsPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphAuthenticationFlowsPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationFlowPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationMethodsPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphAuthenticationMethodsPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationMethodPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationStrengthPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationStrengthPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyAuthenticationStrengthPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authorizationPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphAuthorizationPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyAuthorizationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphClaimsMappingPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyClaimMappingPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/claimsMappingPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphClaimsMappingPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyClaimMappingPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyClaimMappingPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyClaimMappingPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyClaimMappingPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/claimsMappingPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyClaimMappingPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/conditionalAccessPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyConditionalAccessPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyCrossTenantAccessPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Get"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault","Module":"Identity.SignIns","Command":"Get-MgPolicyCrossTenantAccessPolicyDefault"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Module":"Identity.SignIns","Command":"Get-MgPolicyCrossTenantAccessPolicyPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/partners","Variants":["List"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Module":"Identity.SignIns","Command":"Get-MgPolicyCrossTenantAccessPolicyPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/partners/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyCrossTenantAccessPolicyPartnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner","Module":"Identity.SignIns","Command":"Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Get"],"OutputType":"IMicrosoftGraphPolicyTemplate","Module":"Identity.SignIns","Command":"Get-MgPolicyCrossTenantAccessPolicyTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Get"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate","Module":"Identity.SignIns","Command":"Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Get"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate","Module":"Identity.SignIns","Command":"Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/defaultAppManagementPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphTenantAppManagementPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyDefaultAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.DeviceConfiguration","Description":"Read your organization's device configuration policies","FullDescription":"Allows the app to read your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.DeviceConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.DeviceConfiguration","Description":"Read and write your organization's device configuration policies","FullDescription":"Allows the app to read and write your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.DeviceConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/deviceRegistrationPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphDeviceRegistrationPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyDeviceRegistrationPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyFeatureRolloutPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyFeatureRolloutPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyFeatureRolloutPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["List"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyFeatureRolloutPolicyApplyToByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyFeatureRolloutPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyFeatureRolloutPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyHomeRealmDiscoveryPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/homeRealmDiscoveryPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyHomeRealmDiscoveryPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/homeRealmDiscoveryPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyHomeRealmDiscoveryPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":"Read and write your organization's security defaults policy","FullDescription":"Allows the app to read and write your organization's security defaults policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Get"],"OutputType":"IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionGrantPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyPermissionGrantPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionGrantPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyPermissionGrantPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyPermissionGrantPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Identity.SignIns","Command":"Get-MgPolicyPermissionGrantPolicyExclude"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Identity.SignIns","Command":"Get-MgPolicyPermissionGrantPolicyExclude"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyPermissionGrantPolicyExcludeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Identity.SignIns","Command":"Get-MgPolicyPermissionGrantPolicyInclude"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes","Variants":["List"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Identity.SignIns","Command":"Get-MgPolicyPermissionGrantPolicyInclude"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyPermissionGrantPolicyIncludeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicyAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicyAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyAssignmentPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyEffectiveRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyEffectiveRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyEffectiveRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyRoleManagementPolicyRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyTokenIssuancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenIssuancePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyTokenIssuancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyTokenIssuancePolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyTokenIssuancePolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyTokenIssuancePolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/tokenIssuancePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyTokenIssuancePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyTokenLifetimePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenLifetimePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Identity.SignIns","Command":"Get-MgPolicyTokenLifetimePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyTokenLifetimePolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"Get-MgPolicyTokenLifetimePolicyApplyTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyTokenLifetimePolicyApplyToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/tokenLifetimePolicies/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgPolicyTokenLifetimePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print","Variants":["Get"],"OutputType":"IMicrosoftGraphPrint","Module":"Devices.CloudPrint","Command":"Get-MgPrint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/connectors/{printConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Devices.CloudPrint","Command":"Get-MgPrintConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/connectors","Variants":["List"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Devices.CloudPrint","Command":"Get-MgPrintConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/connectors/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/operations/{printOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintOperation","Module":"Devices.CloudPrint","Command":"Get-MgPrintOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/operations","Variants":["List"],"OutputType":"IMicrosoftGraphPrintOperation","Module":"Devices.CloudPrint","Command":"Get-MgPrintOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/operations/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrinter","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers","Variants":["List"],"OutputType":"IMicrosoftGraphPrinter","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/connectors/{printConnector-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/connectors","Variants":["List"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterConnector"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/connectors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterConnectorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs","Variants":["List"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJobDocument"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents","Variants":["List"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJobDocument"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJobDocumentContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJobDocumentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJobTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJobTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJobTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJobTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterJobTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/shares/{printerShare-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterShare"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/shares","Variants":["List"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterShare"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/shares/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterShareCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/taskTriggers","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/taskTriggers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterTaskTriggerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Devices.CloudPrint","Command":"Get-MgPrintPrinterTaskTriggerDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/services/{printService-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintService","Module":"Devices.CloudPrint","Command":"Get-MgPrintService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/services","Variants":["List"],"OutputType":"IMicrosoftGraphPrintService","Module":"Devices.CloudPrint","Command":"Get-MgPrintService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/services/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintServiceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintServiceEndpoint","Module":"Devices.CloudPrint","Command":"Get-MgPrintServiceEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/services/{printService-id}/endpoints","Variants":["List"],"OutputType":"IMicrosoftGraphPrintServiceEndpoint","Module":"Devices.CloudPrint","Command":"Get-MgPrintServiceEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/services/{printService-id}/endpoints/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintServiceEndpointCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Devices.CloudPrint","Command":"Get-MgPrintShare"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares","Variants":["List"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Devices.CloudPrint","Command":"Get-MgPrintShare"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedGroups","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["List"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedGroupByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedUsers","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["List"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedUserByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedUsers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareAllowedUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs","Variants":["List"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJobDocument"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["List"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJobDocument"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJobDocumentContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJobDocumentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJobTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJobTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJobTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJobTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Devices.CloudPrint","Command":"Get-MgPrintShareJobTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/printer","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrinter","Module":"Devices.CloudPrint","Command":"Get-MgPrintSharePrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Devices.CloudPrint","Command":"Get-MgPrintTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/taskDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Devices.CloudPrint","Command":"Get-MgPrintTaskDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/taskDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintTaskDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"Get-MgPrintTaskDefinitionTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"Get-MgPrintTaskDefinitionTask"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Get-MgPrintTaskDefinitionTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Devices.CloudPrint","Command":"Get-MgPrintTaskDefinitionTaskTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests","Variants":["List"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestApprover"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestApprover"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestApproverByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestApproverCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestApproverMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestCollaborator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestCollaborator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestCollaboratorByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestCollaboratorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestFinalAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestFinalReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["List"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestNoteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeam","Module":"Compliance","Command":"Get-MgPrivacySubjectRightsRequestTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/authenticationMethods","Variants":["Get"],"OutputType":"IMicrosoftGraphAuthenticationMethodsRoot","Module":"Reports","Command":"Get-MgReportAuthenticationMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserRegistrationDetails","Module":"Reports","Command":"Get-MgReportAuthenticationMethodUserRegistrationDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/authenticationMethods/userRegistrationDetails","Variants":["List"],"OutputType":"IMicrosoftGraphUserRegistrationDetails","Module":"Reports","Command":"Get-MgReportAuthenticationMethodUserRegistrationDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/authenticationMethods/userRegistrationDetails/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportAuthenticationMethodUserRegistrationDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Reports","Command":"Get-MgReportDailyPrintUsageByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/dailyPrintUsageByPrinter","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Reports","Command":"Get-MgReportDailyPrintUsageByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/dailyPrintUsageByPrinter/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportDailyPrintUsageByPrinterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/dailyPrintUsageByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Reports","Command":"Get-MgReportDailyPrintUsageByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/dailyPrintUsageByUser","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Reports","Command":"Get-MgReportDailyPrintUsageByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/dailyPrintUsageByUser/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportDailyPrintUsageByUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/deviceConfigurationDeviceActivity","Variants":["Device"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportDeviceConfigurationDeviceActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/deviceConfigurationUserActivity","Variants":["Device"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportDeviceConfigurationUserActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getEmailActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportEmailActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getEmailActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportEmailActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/getEmailActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportEmailActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getEmailAppUsageAppsUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportEmailAppUsageAppUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getEmailAppUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportEmailAppUsageUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/getEmailAppUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportEmailAppUsageUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getEmailAppUsageVersionsUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportEmailAppUsageVersionUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphArchivedPrintJob","Module":"Reports","Command":"Get-MgReportGroupArchivedPrintJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getM365AppPlatformUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportM365AppPlatformUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getM365AppUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportM365AppUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/getM365AppUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportM365AppUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getMailboxUsageDetail(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportMailboxUsageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getMailboxUsageMailboxCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportMailboxUsageMailboxCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportMailboxUsageQuotaStatusMailboxCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getMailboxUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportMailboxUsageStorage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/managedDeviceEnrollmentFailureDetails","Variants":["Detail","Detail1","DetailViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportManagedDeviceEnrollmentFailureDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/managedDeviceEnrollmentTopFailures","Variants":["Top","Top1","TopViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportManagedDeviceEnrollmentTopFailure"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Reports","Command":"Get-MgReportMonthlyPrintUsageByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/monthlyPrintUsageByPrinter","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByPrinter","Module":"Reports","Command":"Get-MgReportMonthlyPrintUsageByPrinter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/monthlyPrintUsageByPrinter/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportMonthlyPrintUsageByPrinterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/monthlyPrintUsageByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Reports","Command":"Get-MgReportMonthlyPrintUsageByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/monthlyPrintUsageByUser","Variants":["List"],"OutputType":"IMicrosoftGraphPrintUsageByUser","Module":"Reports","Command":"Get-MgReportMonthlyPrintUsageByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/monthlyPrintUsageByUser/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportMonthlyPrintUsageByUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365ActivationCounts","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365ActivationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365ActivationsUserCounts","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365ActivationUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365ActivationsUserDetail","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365ActivationUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365ActiveUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365ActiveUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365ActiveUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365ActiveUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365GroupsActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365GroupActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365GroupsActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365GroupActivityDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365GroupsActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365GroupActivityFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365GroupsActivityGroupCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365GroupActivityGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365GroupsActivityStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365GroupActivityStorage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOffice365ServicesUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOffice365ServiceUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOneDriveActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOneDriveActivityFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOneDriveActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOneDriveActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOneDriveActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOneDriveActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOneDriveUsageAccountCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOneDriveUsageAccountCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOneDriveUsageAccountDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOneDriveUsageAccountDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOneDriveUsageFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOneDriveUsageFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getOneDriveUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportOneDriveUsageStorage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners","Variants":["Get"],"OutputType":"IMicrosoftGraphPartners","Module":"Reports","Command":"Get-MgReportPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing","Variants":["Get"],"OutputType":"IMicrosoftGraphPartnersBilling","Module":"Reports","Command":"Get-MgReportPartnerBilling"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPartnersBillingManifest","Module":"Reports","Command":"Get-MgReportPartnerBillingManifest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/manifests","Variants":["List"],"OutputType":"IMicrosoftGraphPartnersBillingManifest","Module":"Reports","Command":"Get-MgReportPartnerBillingManifest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/manifests/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportPartnerBillingManifestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Reports","Command":"Get-MgReportPartnerBillingOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/operations","Variants":["List"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Reports","Command":"Get-MgReportPartnerBillingOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/operations/$count","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportPartnerBillingOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation","Variants":["Get"],"OutputType":"IMicrosoftGraphPartnersBillingReconciliation","Module":"Reports","Command":"Get-MgReportPartnerBillingReconciliation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportPartnerBillingReconciliationBilled"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportPartnerBillingReconciliationUnbilled"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage","Variants":["Get"],"OutputType":"IMicrosoftGraphPartnersBillingAzureUsage","Module":"Reports","Command":"Get-MgReportPartnerBillingUsage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage/billed","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportPartnerBillingUsageBilled"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage/unbilled","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportPartnerBillingUsageUnbilled"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphArchivedPrintJob","Module":"Reports","Command":"Get-MgReportPrinterArchivedPrintJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getRelyingPartyDetailedSummary(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRelyingPartyDetailedSummary","Module":"Reports","Command":"Get-MgReportRelyingPartyDetailedSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/security","Variants":["Get"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSecurity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/security/getAttackSimulationRepeatOffenders","Variants":["Get"],"OutputType":"IMicrosoftGraphAttackSimulationRepeatOffender","Module":"Reports","Command":"Get-MgReportSecurityAttackSimulationRepeatOffender"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/security/getAttackSimulationTrainingUserCoverage","Variants":["Get"],"OutputType":"IMicrosoftGraphAttackSimulationTrainingUserCoverage","Module":"Reports","Command":"Get-MgReportSecurityAttackSimulationTrainingUserCoverage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/security/getAttackSimulationSimulationUserCoverage","Variants":["Get"],"OutputType":"IMicrosoftGraphAttackSimulationUserCoverage","Module":"Reports","Command":"Get-MgReportSecurityAttackSimulationUserCoverage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSharePointActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSharePointActivityFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSharePointActivityPages(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSharePointActivityPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSharePointActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSharePointActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSharePointActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSharePointActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSharePointSiteUsageDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSharePointSiteUsageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSharePointSiteUsageFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSharePointSiteUsageFileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSharePointSiteUsagePages(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSharePointSiteUsagePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSharePointSiteUsageSiteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSharePointSiteUsageSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSharePointSiteUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSharePointSiteUsageStorage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessDeviceUsageUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessDeviceUsageUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessOrganizerActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessOrganizerActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessParticipantActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessParticipantActivityMinuteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessParticipantActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessPeerToPeerActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getTeamsTeamActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportTeamActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/getTeamsTeamActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportTeamActivityDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getTeamsTeamActivityDistributionCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportTeamActivityDistributionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getTeamsTeamCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportTeamDeviceUsageDistributionUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getTeamsDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportTeamDeviceUsageUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/getTeamsDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportTeamDeviceUsageUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getTeamsUserActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportTeamUserActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getTeamsUserActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportTeamUserActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/getTeamsUserActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportTeamUserActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphArchivedPrintJob","Module":"Reports","Command":"Get-MgReportUserArchivedPrintJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getYammerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportYammerActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getYammerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportYammerActivityUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getYammerActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportYammerActivityUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportYammerDeviceUsageDistributionUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getYammerDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportYammerDeviceUsageUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getYammerDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportYammerDeviceUsageUserDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getYammerGroupsActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportYammerGroupActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getYammerGroupsActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportYammerGroupActivityDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/getYammerGroupsActivityGroupCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Get-MgReportYammerGroupActivityGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRiskDetection","Module":"Identity.SignIns","Command":"Get-MgRiskDetection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskDetections","Variants":["List"],"OutputType":"IMicrosoftGraphRiskDetection","Module":"Identity.SignIns","Command":"Get-MgRiskDetection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskDetections/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgRiskDetectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRiskyServicePrincipal","Module":"Identity.SignIns","Command":"Get-MgRiskyServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals","Variants":["List"],"OutputType":"IMicrosoftGraphRiskyServicePrincipal","Module":"Identity.SignIns","Command":"Get-MgRiskyServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgRiskyServicePrincipalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Module":"Identity.SignIns","Command":"Get-MgRiskyServicePrincipalHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history","Variants":["List"],"OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Module":"Identity.SignIns","Command":"Get-MgRiskyServicePrincipalHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgRiskyServicePrincipalHistoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRiskyUser","Module":"Identity.SignIns","Command":"Get-MgRiskyUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers","Variants":["List"],"OutputType":"IMicrosoftGraphRiskyUser","Module":"Identity.SignIns","Command":"Get-MgRiskyUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgRiskyUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Module":"Identity.SignIns","Command":"Get-MgRiskyUserHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history","Variants":["List"],"OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Module":"Identity.SignIns","Command":"Get-MgRiskyUserHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgRiskyUserHistoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement","Variants":["Get"],"OutputType":"IMicrosoftGraphRoleManagement","Module":"DeviceManagement.Enrollment","Command":"Get-MgRoleManagement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory","Variants":["Get"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryResourceNamespaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement","Variants":["Get"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementResourceNamespace"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementResourceNamespaceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleDefinitionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests","Variants":["List"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSchemaExtension","Module":"SchemaExtensions","Command":"Get-MgSchemaExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/schemaExtensions","Variants":["List"],"OutputType":"IMicrosoftGraphSchemaExtension","Module":"SchemaExtensions","Command":"Get-MgSchemaExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/schemaExtensions/$count","Variants":["Get"],"OutputType":null,"Module":"SchemaExtensions","Command":"Get-MgSchemaExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/acronyms/{acronym-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSearchAcronym","Module":"Search","Command":"Get-MgSearchAcronym"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/acronyms","Variants":["List"],"OutputType":"IMicrosoftGraphSearchAcronym","Module":"Search","Command":"Get-MgSearchAcronym"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/search/acronyms/$count","Variants":["Get"],"OutputType":null,"Module":"Search","Command":"Get-MgSearchAcronymCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/bookmarks/{bookmark-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSearchBookmark","Module":"Search","Command":"Get-MgSearchBookmark"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/bookmarks","Variants":["List"],"OutputType":"IMicrosoftGraphSearchBookmark","Module":"Search","Command":"Get-MgSearchBookmark"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/search/bookmarks/$count","Variants":["Get"],"OutputType":null,"Module":"Search","Command":"Get-MgSearchBookmarkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/search","Variants":["Get"],"OutputType":"IMicrosoftGraphSearchEntity","Module":"Search","Command":"Get-MgSearchEntity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/qnas/{qna-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSearchQna","Module":"Search","Command":"Get-MgSearchQna"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/qnas","Variants":["List"],"OutputType":"IMicrosoftGraphSearchQna","Module":"Search","Command":"Get-MgSearchQna"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/search/qnas/$count","Variants":["Get"],"OutputType":null,"Module":"Search","Command":"Get-MgSearchQnaCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAlert","Module":"Security","Command":"Get-MgSecurityAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/alerts","Variants":["List"],"OutputType":"IMicrosoftGraphAlert","Module":"Security","Command":"Get-MgSecurityAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/alerts/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAlertCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/alerts_v2/{alert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Security","Command":"Get-MgSecurityAlertV2"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/alerts_v2","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Security","Command":"Get-MgSecurityAlertV2"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/alerts_v2/$count","Variants":["Get1"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAlertV2Count"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulations/{simulation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSimulation","Module":"Security","Command":"Get-MgSecurityAttackSimulation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulations","Variants":["List"],"OutputType":"IMicrosoftGraphSimulation","Module":"Security","Command":"Get-MgSecurityAttackSimulation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSimulationAutomation","Module":"Security","Command":"Get-MgSecurityAttackSimulationAutomation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations","Variants":["List"],"OutputType":"IMicrosoftGraphSimulationAutomation","Module":"Security","Command":"Get-MgSecurityAttackSimulationAutomation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationAutomationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSimulationAutomationRun","Module":"Security","Command":"Get-MgSecurityAttackSimulationAutomationRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs","Variants":["List"],"OutputType":"IMicrosoftGraphSimulationAutomationRun","Module":"Security","Command":"Get-MgSecurityAttackSimulationAutomationRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationAutomationRunCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulations/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndUserNotification","Module":"Security","Command":"Get-MgSecurityAttackSimulationEndUserNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/endusernotification-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications","Variants":["List"],"OutputType":"IMicrosoftGraphEndUserNotification","Module":"Security","Command":"Get-MgSecurityAttackSimulationEndUserNotification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationEndUserNotificationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndUserNotificationDetail","Module":"Security","Command":"Get-MgSecurityAttackSimulationEndUserNotificationDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details","Variants":["List"],"OutputType":"IMicrosoftGraphEndUserNotificationDetail","Module":"Security","Command":"Get-MgSecurityAttackSimulationEndUserNotificationDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationEndUserNotificationDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/landingpage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphLandingPage","Module":"Security","Command":"Get-MgSecurityAttackSimulationLandingPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages","Variants":["List"],"OutputType":"IMicrosoftGraphLandingPage","Module":"Security","Command":"Get-MgSecurityAttackSimulationLandingPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationLandingPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLandingPageDetail","Module":"Security","Command":"Get-MgSecurityAttackSimulationLandingPageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details","Variants":["List"],"OutputType":"IMicrosoftGraphLandingPageDetail","Module":"Security","Command":"Get-MgSecurityAttackSimulationLandingPageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationLandingPageDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/loginpage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphLoginPage","Module":"Security","Command":"Get-MgSecurityAttackSimulationLoginPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/loginPages","Variants":["List"],"OutputType":"IMicrosoftGraphLoginPage","Module":"Security","Command":"Get-MgSecurityAttackSimulationLoginPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/loginPages/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationLoginPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttackSimulationOperation","Module":"Security","Command":"Get-MgSecurityAttackSimulationOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/operations","Variants":["List"],"OutputType":"IMicrosoftGraphAttackSimulationOperation","Module":"Security","Command":"Get-MgSecurityAttackSimulationOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/operations/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/payload-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPayload","Module":"Security","Command":"Get-MgSecurityAttackSimulationPayload"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/payloads","Variants":["List"],"OutputType":"IMicrosoftGraphPayload","Module":"Security","Command":"Get-MgSecurityAttackSimulationPayload"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/payloads/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationPayloadCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/training-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTraining","Module":"Security","Command":"Get-MgSecurityAttackSimulationTraining"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings","Variants":["List"],"OutputType":"IMicrosoftGraphTraining","Module":"Security","Command":"Get-MgSecurityAttackSimulationTraining"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationTrainingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/traininglanguagedetail-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTrainingLanguageDetail","Module":"Security","Command":"Get-MgSecurityAttackSimulationTrainingLanguageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails","Variants":["List"],"OutputType":"IMicrosoftGraphTrainingLanguageDetail","Module":"Security","Command":"Get-MgSecurityAttackSimulationTrainingLanguageDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityAttackSimulationTrainingLanguageDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityCasesRoot","Module":"Security","Command":"Get-MgSecurityCase"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCase"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCase"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodian"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodian"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryIndexOperation","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryIndexOperation","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCaseOperation","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityCaseOperation","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearch"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearch"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryEstimateOperation","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseSettings","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseTagChildTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseTagChildTag"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Security","Command":"Get-MgSecurityCaseEdiscoveryCaseTagParent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance","Variants":["Get"],"OutputType":"IMicrosoftGraphTenantDataSecurityAndGovernance","Module":"Security","Command":"Get-MgSecurityDataSecurityAndGovernance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityDataSecurityAndGovernanceProtectionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Security","Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantdatasecurityandgovernance-list-sensitivitylabels?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels","Variants":["List"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Security","Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/usagerightsincluded-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/rights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRightsIncluded","Module":"Security","Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelRight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Security","Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["List"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Security","Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsageRightsIncluded","Module":"Security","Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabelRight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityIdentityContainer","Module":"Security","Command":"Get-MgSecurityIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Security","Command":"Get-MgSecurityIdentityHealthIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/identities/healthIssues","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Security","Command":"Get-MgSecurityIdentityHealthIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/healthIssues/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityIdentityHealthIssueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/identities/sensors/{sensor-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySensor","Module":"Security","Command":"Get-MgSecurityIdentitySensor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-identitycontainer-list-sensors?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/identities/sensors","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySensor","Module":"Security","Command":"Get-MgSecurityIdentitySensor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/sensors/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityIdentitySensorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/sensors/getDeploymentAccessKey","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityIdentitySensorDeploymentAccessKey"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/sensors/getDeploymentPackageUri","Variants":["Get"],"OutputType":"IMicrosoftGraphSecuritySensorDeploymentPackage","Module":"Security","Command":"Get-MgSecurityIdentitySensorDeploymentPackageUri"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Security","Command":"Get-MgSecurityIdentitySensorHealthIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/sensors/{sensor-id}/healthIssues","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Security","Command":"Get-MgSecurityIdentitySensorHealthIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/sensors/{sensor-id}/healthIssues/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityIdentitySensorHealthIssueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/incidents/{incident-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIncident","Module":"Security","Command":"Get-MgSecurityIncident"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/incidents","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityIncident","Module":"Security","Command":"Get-MgSecurityIncident"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/incidents/{incident-id}/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Security","Command":"Get-MgSecurityIncidentAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/incidents/{incident-id}/alerts","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Security","Command":"Get-MgSecurityIncidentAlert"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityIncidentAlertCommentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/incidents/{incident-id}/alerts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityIncidentAlertCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/incidents/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityIncidentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityLabelsRoot","Module":"Security","Command":"Get-MgSecurityLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Module":"Security","Command":"Get-MgSecurityLabelAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/authorities","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Module":"Security","Command":"Get-MgSecurityLabelAuthority"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/authorities/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityLabelAuthorityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Module":"Security","Command":"Get-MgSecurityLabelCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/categories","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Module":"Security","Command":"Get-MgSecurityLabelCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/categories/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityLabelCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Module":"Security","Command":"Get-MgSecurityLabelCategorySubcategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Module":"Security","Command":"Get-MgSecurityLabelCategorySubcategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityLabelCategorySubcategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCitationTemplate","Module":"Security","Command":"Get-MgSecurityLabelCitation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/citations","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityCitationTemplate","Module":"Security","Command":"Get-MgSecurityLabelCitation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/citations/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityLabelCitationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Module":"Security","Command":"Get-MgSecurityLabelDepartment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/departments","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Module":"Security","Command":"Get-MgSecurityLabelDepartment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/departments/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityLabelDepartmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Module":"Security","Command":"Get-MgSecurityLabelFilePlanReference"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/filePlanReferences","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Module":"Security","Command":"Get-MgSecurityLabelFilePlanReference"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/filePlanReferences/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityLabelFilePlanReferenceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Security","Command":"Get-MgSecurityLabelRetentionEventType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityRetentionLabel","Module":"Security","Command":"Get-MgSecurityLabelRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityRetentionLabel","Module":"Security","Command":"Get-MgSecurityLabelRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityLabelRetentionLabelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityFilePlanDescriptor","Module":"Security","Command":"Get-MgSecurityLabelRetentionLabelDescriptor"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Module":"Security","Command":"Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Module":"Security","Command":"Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityCitationTemplate","Module":"Security","Command":"Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Module":"Security","Command":"Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Module":"Security","Command":"Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Module":"Security","Command":"Get-MgSecurityLabelRetentionLabelDispositionReviewStage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Module":"Security","Command":"Get-MgSecurityLabelRetentionLabelDispositionReviewStage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/secureScores/{secureScore-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecureScore","Module":"Security","Command":"Get-MgSecuritySecureScore"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/secureScores","Variants":["List"],"OutputType":"IMicrosoftGraphSecureScore","Module":"Security","Command":"Get-MgSecuritySecureScore"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecureScoreControlProfile","Module":"Security","Command":"Get-MgSecuritySecureScoreControlProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/secureScoreControlProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphSecureScoreControlProfile","Module":"Security","Command":"Get-MgSecuritySecureScoreControlProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/secureScoreControlProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecuritySecureScoreControlProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/secureScores/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecuritySecureScoreCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests","Variants":["List"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestApprover"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestApprover"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestApproverByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestApproverCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestApproverMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestCollaborator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestCollaborator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestCollaboratorByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestCollaboratorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestFinalAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestFinalReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["List"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestNoteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/team","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeam","Module":"Security","Command":"Get-MgSecuritySubjectRightsRequestTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityThreatIntelligence","Module":"Security","Command":"Get-MgSecurityThreatIntelligence"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceArticle"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articles","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceArticle"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articles/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceArticleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityArticleIndicator","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceArticleIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articleIndicators","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityArticleIndicator","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceArticleIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articleIndicators/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceArticleIndicatorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostChildHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostChildHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostChildHostPairCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityHostComponent","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostComponent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostComponents","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostComponent","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostComponent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostComponents/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostComponentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostComponentHost"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityHostCookie","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostCookie"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostCookies","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostCookie","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostCookie"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostCookies/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostCookieCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostCookieHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPairs","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}/childHost","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPairChildHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPairs/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPairCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPairParentHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostParentHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostParentHostPair"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostParentHostPairCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPassiveDns"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPassiveDns"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPassiveDnsCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityHostPort","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPort"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPorts","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostPort","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPort"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPorts/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPortCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPortHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySslCertificate","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHostReputation","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostReputation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostSslCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostSslCertificates","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostSslCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostSslCertificateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostSslCertificateHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostSubdomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostSubdomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostSubdomainCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSecurityHostTracker","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostTracker"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostTrackers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSecurityHostTracker","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostTracker"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/trackers/$count","Variants":["Get","Get1","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostTrackerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostTrackerHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/whois","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityWhoisRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceHostWhoi"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceIntelProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelProfiles","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceIntelProfile"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelProfiles/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceIntelProfileCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceIntelProfileIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceIntelProfileIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligencePassiveDnsRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/passiveDnsRecords","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligencePassiveDnsRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/passiveDnsRecords/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligencePassiveDnsRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceProfileIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelligenceProfileIndicators","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceProfileIndicator"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceProfileIndicatorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySslCertificate","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceSslCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/sslCertificates","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySslCertificate","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceSslCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/sslCertificates/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceSslCertificateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceSubdomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/subdomains","Variants":["List"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceSubdomain"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/subdomains/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceSubdomainCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceSubdomainHost"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityVulnerability","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceVulnerability"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityVulnerability","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceVulnerability"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceVulnerabilityArticle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceVulnerabilityArticle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceVulnerabilityComponent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceVulnerabilityComponent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceVulnerabilityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisHistoryRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisHistoryRecords","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisHistoryRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisHistoryRecords/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityWhoisRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisRecords","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityWhoisRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisRecords/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisRecordHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisRecordHistory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Get-MgSecurityThreatIntelligenceWhoisRecordHost"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggers","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityTriggersRoot","Module":"Security","Command":"Get-MgSecurityTrigger"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityRetentionEvent","Module":"Security","Command":"Get-MgSecurityTriggerRetentionEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/triggers/retentionEvents","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityRetentionEvent","Module":"Security","Command":"Get-MgSecurityTriggerRetentionEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggers/retentionEvents/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityTriggerRetentionEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Security","Command":"Get-MgSecurityTriggerRetentionEventType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggerTypes","Variants":["Get"],"OutputType":"IMicrosoftGraphSecurityTriggerTypesRoot","Module":"Security","Command":"Get-MgSecurityTriggerType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Security","Command":"Get-MgSecurityTriggerTypeRetentionEventType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/triggerTypes/retentionEventTypes","Variants":["List"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Security","Command":"Get-MgSecurityTriggerTypeRetentionEventType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggerTypes/retentionEventTypes/$count","Variants":["Get"],"OutputType":null,"Module":"Security","Command":"Get-MgSecurityTriggerTypeRetentionEventTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceHealth","Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementHealthOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/healthOverviews","Variants":["List"],"OutputType":"IMicrosoftGraphServiceHealth","Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementHealthOverview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/healthOverviews/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementHealthOverviewCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceHealthIssue","Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementHealthOverviewIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues","Variants":["List"],"OutputType":"IMicrosoftGraphServiceHealthIssue","Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementHealthOverviewIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementHealthOverviewIssueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceHealthIssue","Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/issues","Variants":["List"],"OutputType":"IMicrosoftGraphServiceHealthIssue","Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementIssue"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/issues/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementIssueCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceUpdateMessage","Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages","Variants":["List"],"OutputType":"IMicrosoftGraphServiceUpdateMessage","Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceAnnouncementAttachment","Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphServiceAnnouncementAttachment","Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementMessageAttachmentArchive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementMessageAttachmentContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementMessageAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/$count","Variants":["Get"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Get-MgServiceAnnouncementMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Applications","Command":"Get-MgServicePrincipalAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Applications","Command":"Get-MgServicePrincipalAppManagementPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalAppManagementPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgServicePrincipalAppRoleAssignedTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgServicePrincipalAppRoleAssignedTo"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalAppRoleAssignedToCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgServicePrincipalAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgServicePrincipalAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalAppRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals(appId='{appId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgServicePrincipalByAppId"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgServicePrincipalById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphClaimsMappingPolicy","Module":"Applications","Command":"Get-MgServicePrincipalClaimMappingPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalClaimMappingPolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalClaimMappingPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/$count","Variants":["Get"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgServicePrincipalCreatedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgServicePrincipalCreatedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgServicePrincipalCreatedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgServicePrincipalCreatedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalCreatedObjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Module":"Applications","Command":"Get-MgServicePrincipalDelegatedPermissionClassification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Module":"Applications","Command":"Get-MgServicePrincipalDelegatedPermissionClassification"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalDelegatedPermissionClassificationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgServicePrincipalDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Applications","Command":"Get-MgServicePrincipalEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Applications","Command":"Get-MgServicePrincipalEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalEndpointCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Applications","Command":"Get-MgServicePrincipalHomeRealmDiscoveryPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgServicePrincipalMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgServicePrincipalMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Applications","Command":"Get-MgServicePrincipalMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Applications","Command":"Get-MgServicePrincipalMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Applications","Command":"Get-MgServicePrincipalMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Applications","Command":"Get-MgServicePrincipalMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Applications","Command":"Get-MgServicePrincipalMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Applications","Command":"Get-MgServicePrincipalMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalMemberOfCountAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Applications","Command":"Get-MgServicePrincipalOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Applications","Command":"Get-MgServicePrincipalOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOauth2PermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgServicePrincipalOwner"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgServicePrincipalOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgServicePrincipalOwnerAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Applications","Command":"Get-MgServicePrincipalOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Applications","Command":"Get-MgServicePrincipalOwnerAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgServicePrincipalOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Get-MgServicePrincipalOwnerAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Applications","Command":"Get-MgServicePrincipalOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Applications","Command":"Get-MgServicePrincipalOwnerAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$ref","Variants":["List"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnerByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnerCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnerCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnerCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalOwnerCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRemoteDesktopSecurityConfiguration","Module":"Applications","Command":"Get-MgServicePrincipalRemoteDesktopSecurityConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTargetDeviceGroup","Module":"Applications","Command":"Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups","Variants":["List"],"OutputType":"IMicrosoftGraphTargetDeviceGroup","Module":"Applications","Command":"Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Module":"Identity.SignIns","Command":"Get-MgServicePrincipalRiskDetection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/servicePrincipalRiskDetections","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Module":"Identity.SignIns","Command":"Get-MgServicePrincipalRiskDetection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/servicePrincipalRiskDetections/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgServicePrincipalRiskDetectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronization","Module":"Applications","Command":"Get-MgServicePrincipalSynchronization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken","Variants":["Acquire","AcquireExpanded","AcquireViaIdentity","AcquireViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationAccessToken"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs","Variants":["List"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationJobBulkUpload"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationJobBulkUploadContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeProvisioning.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":"Read and edit the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read and edit the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.Read.All","Description":"Read the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationJobSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationSecretCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates","Variants":["List"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationTemplateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationTemplateSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Applications","Command":"Get-MgServicePrincipalTokenIssuancePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalTokenIssuancePolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalTokenIssuancePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies","Variants":["List"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Applications","Command":"Get-MgServicePrincipalTokenLifetimePolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["List"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalTokenLifetimePolicyByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalTokenLifetimePolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgServicePrincipalTransitiveMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgShareContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgShareContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgShareContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/$count","Variants":["Get"],"OutputType":null,"Module":"Files","Command":"Get-MgShareCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgShareCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgShareCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgShareCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgShareDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgShareItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgShareItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgShareItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgShareItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgShareItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgShareLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgShareLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgShareLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgShareLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Files","Command":"Get-MgShareList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgShareListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgShareListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgShareListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgShareListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgShareListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgShareListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgShareListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Get-MgShareListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Get-MgShareListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgShareListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgShareListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgShareListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgShareListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgShareListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgShareListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgShareListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgShareListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgShareListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgShareListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgShareListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgShareListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgShareListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgShareListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgShareListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgShareListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgShareListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List","List1"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgShareListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgShareListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgShareListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions","Variants":["List","List1"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgShareListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Get-MgShareListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Get-MgShareListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgShareListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgShareListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgSharePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/root","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgShareRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgShareRootContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSharedDriveItem","Module":"Files","Command":"Get-MgShareSharedDriveItemSharedDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares","Variants":["List"],"OutputType":"IMicrosoftGraphSharedDriveItem","Module":"Files","Command":"Get-MgShareSharedDriveItemSharedDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/site","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Files","Command":"Get-MgShareSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites","Variants":["List"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgSiteActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Sites","Command":"Get-MgSiteAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgSiteAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgSiteAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Sites","Command":"Get-MgSiteAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Sites","Command":"Get-MgSiteAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteAnalyticItemActivityStatActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Sites","Command":"Get-MgSiteAnalyticItemActivityStatActivityDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgSiteAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgSiteAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteApplicableContentTypeForList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgSiteByPath"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/base","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes","Variants":["List","List1"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Get-MgSiteContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Get-MgSiteContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/$count","Variants":["Get1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgSiteDefaultDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgSiteDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgSiteDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgSiteDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/drives/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteDriveCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/externalColumns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/externalColumns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/externalColumns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteExternalColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["List"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"Get-MgSiteGetByPath"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Sites","Command":"Get-MgSiteGetByPathAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteGetByPathApplicableContentTypeForList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteGetByPathColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteGetByPathContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgSiteGetByPathDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgSiteGetByPathDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/externalColumns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteGetByPathExternalColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Notes","Command":"Get-MgSiteGetByPathOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Get-MgSiteGetByPathOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["List"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"Get-MgSiteGetByPathPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"Get-MgSiteGetByPathPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/sites","Variants":["List"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgSiteGetByPathSite"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Get-MgSiteGetByPathTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStores","Variants":["List"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Get-MgSiteGetByPathTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgSiteGetGraphBPrePathActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgSiteItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgSiteItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgSiteItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgSiteLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgSiteLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgSiteLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"Get-MgSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists","Variants":["List1"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"Get-MgSiteList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Get-MgSiteListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Get-MgSiteListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Get-MgSiteListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Get-MgSiteListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgSiteListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgSiteListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgSiteListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Sites","Command":"Get-MgSiteListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Sites","Command":"Get-MgSiteListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Sites","Command":"Get-MgSiteListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Get-MgSiteListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Sites","Command":"Get-MgSiteListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgSiteListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgSiteListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgSiteListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Sites","Command":"Get-MgSiteListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Sites","Command":"Get-MgSiteListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Sites","Command":"Get-MgSiteListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Sites","Command":"Get-MgSiteListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Sites","Command":"Get-MgSiteListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Sites","Command":"Get-MgSiteListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Get-MgSiteListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Get-MgSiteListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Sites","Command":"Get-MgSiteListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Sites","Command":"Get-MgSiteListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Notes","Command":"Get-MgSiteOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks","Variants":["List"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteNotebookCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCopyNotebookModel","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookFromWebUrl"},{"Method":"GET","CommandAlias":"Get-MgSiteRecentNotebook","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecentNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookRecentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgSiteOnenoteNotebookSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Get-MgSiteOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/operations","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Get-MgSiteOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenotePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenotePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenotePageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenotePageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Get-MgSiteOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/resources","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Get-MgSiteOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteResourceContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgSiteOnenoteSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgSiteOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgSiteOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgSiteOnenoteSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgSiteOnenoteSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgSiteOnenoteSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgSiteOnenoteSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Get-MgSiteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Get-MgSiteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"Get-MgSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"Get-MgSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSitePage","Module":"Sites","Command":"Get-MgSitePageAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/sitePage","Variants":["List"],"OutputType":"IMicrosoftGraphSitePage","Module":"Sites","Command":"Get-MgSitePageAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCanvasLayout","Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayout"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["List"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVerticalSection","Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgSitePageAsSitePageCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgSitePageAsSitePageCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgSitePageAsSitePageLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageAsSitePageWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["List"],"OutputType":"IMicrosoftGraphWebPart","Module":"Sites","Command":"Get-MgSitePageAsSitePageWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageAsSitePageWebPartCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/sitePage/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageCountAsSitePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgSitePageCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgSitePageCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgSitePageCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Sites","Command":"Get-MgSitePageLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Get-MgSitePageLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Sites","Command":"Get-MgSitePageLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Sites","Command":"Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Sites","Command":"Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWebPartPosition","Module":"Sites","Command":"Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"Get-MgSitePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"Get-MgSitePermission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSitePermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Get-MgSiteTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStores","Variants":["List"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Get-MgSiteTermStore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStores/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Get-MgSiteTermStoreGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Get-MgSiteTermStoreGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetParentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreGroupSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetParentGroupSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermChild"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetTermChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermChildRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetTermChildRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermChildRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermChildRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermChildRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermChildSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetTermCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["List","List1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermRelation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Get-MgSiteTermStoreSetTermRelationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermRelationFromTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermRelationSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermRelationToTerm"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Get-MgSiteTermStoreSetTermSet"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore","Variants":["Get"],"OutputType":"IMicrosoftGraphBackupRestoreRoot","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestore"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreDriveInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreDriveInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveInclusionRules/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreDriveInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnits/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreDriveProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxprotectionunitsbulkadditionjobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphExchangeRestoreSession","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions","Variants":["List"],"OutputType":"IMicrosoftGraphExchangeRestoreSession","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts","Variants":["List"],"OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreMailboxInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreMailboxInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxInclusionRules/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreMailboxInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnits/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveprotectionunitsbulkadditionjobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions","Variants":["List"],"OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveRestoreArtifact","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts","Variants":["List"],"OutputType":"IMicrosoftGraphDriveRestoreArtifact","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifactsbulkadditionrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-restorepoints?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restorePoints","Variants":["List"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restorePoints/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestorePointCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProtectionUnitBase","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestorePointProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProtectionUnitBase","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphProtectionUnitBase","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/driveProtectionUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/driveProtectionUnit","Variants":["List"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/mailboxProtectionUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/mailboxProtectionUnit","Variants":["List"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/siteProtectionUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/siteProtectionUnit","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/driveProtectionUnit/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/mailboxProtectionUnit/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionUnits/siteProtectionUnit/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceApp","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreServiceApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/serviceApps","Variants":["List"],"OutputType":"IMicrosoftGraphServiceApp","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreServiceApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/serviceApps/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreServiceAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestoreSessionBase","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Restore.Read.All","Description":"Read restore sessions","FullDescription":"Allows the app to read restore sessions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":"Read restore sessions and start restore sessions from backups","FullDescription":"Allows the app to restore Microsoft 365 resources from a backed up snapshot, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restoreSessions","Variants":["List"],"OutputType":"IMicrosoftGraphRestoreSessionBase","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Restore.Read.All","Description":"Read restore sessions","FullDescription":"Allows the app to read restore sessions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":"Read restore sessions and start restore sessions from backups","FullDescription":"Allows the app to restore Microsoft 365 resources from a backed up snapshot, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restoreSessions/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies","Variants":["List"],"OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/siteprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteprotectionunitsbulkadditionjobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSharePointRestoreSession","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions","Variants":["List"],"OutputType":"IMicrosoftGraphSharePointRestoreSession","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointRestoreSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteRestoreArtifact","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts","Variants":["List"],"OutputType":"IMicrosoftGraphSiteRestoreArtifact","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifactsbulkadditionrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSiteInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteInclusionRules","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSiteInclusionRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteInclusionRules/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSiteInclusionRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnits","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSiteProtectionUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs","Variants":["List"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnits/$count","Variants":["Get"],"OutputType":null,"Module":"BackupRestore","Command":"Get-MgSolutionBackupRestoreSiteProtectionUnitCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscribedSku","Module":"Identity.DirectoryManagement","Command":"Get-MgSubscribedSku"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/subscribedSkus","Variants":["List"],"OutputType":"IMicrosoftGraphSubscribedSku","Module":"Identity.DirectoryManagement","Command":"Get-MgSubscribedSku"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"ChangeNotifications","Command":"Get-MgSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"ChangeNotifications","Command":"Get-MgSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/sites/{site-id1}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgSubSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/sites","Variants":["List2"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgSubSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/sites/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgSubSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeam","Module":"Teams","Command":"Get-MgTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams","Variants":["List"],"OutputType":"IMicrosoftGraphTeam","Module":"Teams","Command":"Get-MgTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels","Variants":["List1"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelAllMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"File.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Teams","Command":"Get-MgTeamChannelFileFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelFileFolderContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-allmembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamChannelMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamChannelMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamChannelRetainedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Get-MgTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams","Variants":["List"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Get-MgTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelSharedWithTeamAllowedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelSharedWithTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamChannelTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgTeamChannelTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/$count","Variants":["Get"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/group/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Teams","Command":"Get-MgTeamGroupServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamGroupServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/incomingChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgTeamIncomingChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/incomingChannels","Variants":["List"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgTeamIncomingChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/incomingChannels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamIncomingChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"Get-MgTeamInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/installedApps","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"Get-MgTeamInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamInstalledAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgTeamInstalledAppTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Teams","Command":"Get-MgTeamInstalledAppTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Teams","Command":"Get-MgTeamOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Teams","Command":"Get-MgTeamOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Get-MgTeamPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForTeam","Description":"Read resource specific permissions granted on a team","FullDescription":"Allows the app to read the resource specific permission granted on the team, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsApp.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/permissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Get-MgTeamPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForTeam","Description":"Read resource specific permissions granted on a team","FullDescription":"Allows the app to read the resource specific permission granted on the team, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsApp.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/photo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Teams","Command":"Get-MgTeamPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/photo/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgTeamPrimaryChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/allMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPrimaryChannelAllMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/filesFolder","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Teams","Command":"Get-MgTeamPrimaryChannelFileFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPrimaryChannelFileFolderContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/allMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPrimaryChannelMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPrimaryChannelMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Get-MgTeamPrimaryChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams","Variants":["List"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Get-MgTeamPrimaryChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPrimaryChannelSharedWithTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgTeamPrimaryChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgTeamPrimaryChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamPrimaryChannelTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgTeamPrimaryChannelTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSchedule","Module":"Teams","Command":"Get-MgTeamSchedule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDayNote","Module":"Teams","Command":"Get-MgTeamScheduleDayNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/dayNotes","Variants":["List"],"OutputType":"IMicrosoftGraphDayNote","Module":"Teams","Command":"Get-MgTeamScheduleDayNote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/dayNotes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleDayNoteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Teams","Command":"Get-MgTeamScheduleOfferShiftRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/offerShiftRequests","Variants":["List"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Teams","Command":"Get-MgTeamScheduleOfferShiftRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/offerShiftRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleOfferShiftRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Teams","Command":"Get-MgTeamScheduleOpenShift"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShifts","Variants":["List"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Teams","Command":"Get-MgTeamScheduleOpenShift"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Teams","Command":"Get-MgTeamScheduleOpenShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests","Variants":["List"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Teams","Command":"Get-MgTeamScheduleOpenShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleOpenShiftChangeRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShifts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleOpenShiftCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Teams","Command":"Get-MgTeamScheduleSchedulingGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/schedulingGroups","Variants":["List"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Teams","Command":"Get-MgTeamScheduleSchedulingGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/schedulingGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleSchedulingGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShift","Module":"Teams","Command":"Get-MgTeamScheduleShift"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/shifts","Variants":["List"],"OutputType":"IMicrosoftGraphShift","Module":"Teams","Command":"Get-MgTeamScheduleShift"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/shifts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleShiftCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Teams","Command":"Get-MgTeamScheduleSwapShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests","Variants":["List"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Teams","Command":"Get-MgTeamScheduleSwapShiftChangeRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleSwapShiftChangeRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Get-MgTeamScheduleTimeCard"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-timecards?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards","Variants":["List"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Get-MgTeamScheduleTimeCard"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleTimeCardCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Teams","Command":"Get-MgTeamScheduleTimeOff"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timesOff","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Teams","Command":"Get-MgTeamScheduleTimeOff"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timesOff/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleTimeOffCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Teams","Command":"Get-MgTeamScheduleTimeOffReason"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffReasons","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Teams","Command":"Get-MgTeamScheduleTimeOffReason"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffReasons/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleTimeOffReasonCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Teams","Command":"Get-MgTeamScheduleTimeOffRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffRequests","Variants":["List"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Teams","Command":"Get-MgTeamScheduleTimeOffRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamScheduleTimeOffRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Teams","Command":"Get-MgTeamTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags","Variants":["List"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Teams","Command":"Get-MgTeamTag"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamTagCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Teams","Command":"Get-MgTeamTagMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Teams","Command":"Get-MgTeamTagMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamTagMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/template","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamTemplate"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Teamwork.Read.All","Description":"Read organizational teamwork settings","FullDescription":"Allows the app to read the teamwork settings of your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork","Variants":["Get"],"OutputType":"IMicrosoftGraphTeamwork","Module":"Teams","Command":"Get-MgTeamwork"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedChat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedChats","Variants":["List"],"OutputType":"IMicrosoftGraphDeletedChat","Module":"Teams","Command":"Get-MgTeamworkDeletedChat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedChats/$count","Variants":["Get"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedChatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeletedTeam","Module":"Teams","Command":"Get-MgTeamworkDeletedTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams","Variants":["List"],"OutputType":"IMicrosoftGraphDeletedTeam","Module":"Teams","Command":"Get-MgTeamworkDeletedTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels","Variants":["List"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelAllMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelFileFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelFileFolderContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers","Variants":["List","List1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelRetainedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams","Variants":["List"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgTeamworkDeletedTeamChannelTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/$count","Variants":["Get"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkDeletedTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamworkAppSettings.Read.All","Description":"Read Teams app settings","FullDescription":"Allows the app to read the Teams app settings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkAppSettings.ReadWrite.All","Description":"Read and write Teams app settings","FullDescription":"Allows the app to read and write the Teams app settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/teamsAppSettings","Variants":["Get"],"OutputType":"IMicrosoftGraphTeamsAppSettings","Module":"Teams","Command":"Get-MgTeamworkTeamAppSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWorkforceIntegration","Module":"Teams","Command":"Get-MgTeamworkWorkforceIntegration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/workforceIntegrations","Variants":["List"],"OutputType":"IMicrosoftGraphWorkforceIntegration","Module":"Teams","Command":"Get-MgTeamworkWorkforceIntegration"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/workforceIntegrations/$count","Variants":["Get"],"OutputType":null,"Module":"Teams","Command":"Get-MgTeamworkWorkforceIntegrationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminCustomer"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminCustomerCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationship"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationship"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests","Variants":["List"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Partner","Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/multiTenantOrganization","Variants":["Get"],"OutputType":"IMicrosoftGraphMultiTenantOrganization","Module":"Identity.SignIns","Command":"Get-MgTenantRelationshipMultiTenantOrganization"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/multiTenantOrganization/joinRequest","Variants":["Get"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord","Module":"Identity.SignIns","Command":"Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Module":"Identity.SignIns","Command":"Get-MgTenantRelationshipMultiTenantOrganizationTenant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/multiTenantOrganization/tenants","Variants":["List"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Module":"Identity.SignIns","Command":"Get-MgTenantRelationshipMultiTenantOrganizationTenant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/multiTenantOrganization/tenants/$count","Variants":["Get"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgTenantRelationshipMultiTenantOrganizationTenantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Users","Command":"Get-MgUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Users","Command":"Get-MgUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserActivity","Module":"CrossDeviceExperiences","Command":"Get-MgUserActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphUserActivity","Module":"CrossDeviceExperiences","Command":"Get-MgUserActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CrossDeviceExperiences","Command":"Get-MgUserActivityCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphActivityHistoryItem","Module":"CrossDeviceExperiences","Command":"Get-MgUserActivityHistoryItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems","Variants":["List"],"OutputType":"IMicrosoftGraphActivityHistoryItem","Module":"CrossDeviceExperiences","Command":"Get-MgUserActivityHistoryItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserActivity","Module":"CrossDeviceExperiences","Command":"Get-MgUserActivityHistoryItemActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CrossDeviceExperiences","Command":"Get-MgUserActivityHistoryItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Identity.Governance","Command":"Get-MgUserAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AgreementAcceptance.Read","Description":"Read your terms of use acceptance statuses","FullDescription":"Allows the app to read your terms of use acceptance statuses.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AgreementAcceptance.Read.All","Description":"Read all terms of use acceptance statuses","FullDescription":"Allows the app to read terms of use acceptance statuses on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/agreementAcceptances","Variants":["List"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Identity.Governance","Command":"Get-MgUserAgreementAcceptance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AgreementAcceptance.Read","Description":"Read your terms of use acceptance statuses","FullDescription":"Allows the app to read your terms of use acceptance statuses.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AgreementAcceptance.Read.All","Description":"Read all terms of use acceptance statuses","FullDescription":"Allows the app to read terms of use acceptance statuses on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/agreementAcceptances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Get-MgUserAgreementAcceptanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgUserAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/appRoleAssignments","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Get-MgUserAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Get-MgUserAppRoleAssignmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationEmailMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/emailMethods","Variants":["List"],"OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationEmailMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/emailMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationEmailMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphFido2AuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationFido2Method"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/fido2Methods","Variants":["List"],"OutputType":"IMicrosoftGraphFido2AuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationFido2Method"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/fido2Methods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationFido2MethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/methods","Variants":["List"],"OutputType":"IMicrosoftGraphAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/methods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationMicrosoftAuthenticatorMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods","Variants":["List"],"OutputType":"IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationMicrosoftAuthenticatorMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/operations","Variants":["List"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPasswordAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationPasswordMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/passwordMethods","Variants":["List"],"OutputType":"IMicrosoftGraphPasswordAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationPasswordMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/passwordMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationPasswordMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationPhoneMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/phoneMethods","Variants":["List"],"OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationPhoneMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/phoneMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationPhoneMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlatformCredentialAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationPlatformCredentialMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/platformCredentialMethods","Variants":["List"],"OutputType":"IMicrosoftGraphPlatformCredentialAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationPlatformCredentialMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/platformCredentialMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationPlatformCredentialMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationPlatformCredentialMethodDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSoftwareOathAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationSoftwareOathMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/softwareOathMethods","Variants":["List"],"OutputType":"IMicrosoftGraphSoftwareOathAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationSoftwareOathMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/softwareOathMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationSoftwareOathMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationTemporaryAccessPassMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods","Variants":["List"],"OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationTemporaryAccessPassMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationTemporaryAccessPassMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationWindowsHelloForBusinessMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationWindowsHelloForBusinessMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.SignIns","Command":"Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/getByIds","Variants":["Get","GetExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users.Actions","Command":"Get-MgUserById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Users","Command":"Get-MgUserByUserPrincipalName"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendars/{calendar-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphCalendar","Module":"Calendar","Command":"Get-MgUserCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendars","Variants":["List"],"OutputType":"IMicrosoftGraphCalendar","Module":"Calendar","Command":"Get-MgUserCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendars/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgUserCalendarCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendars/{calendar-id}/events","Variants":["List1"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgUserCalendarEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendarGroup","Module":"Calendar","Command":"Get-MgUserCalendarGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendarGroups","Variants":["List"],"OutputType":"IMicrosoftGraphCalendarGroup","Module":"Calendar","Command":"Get-MgUserCalendarGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars","Variants":["List"],"OutputType":"IMicrosoftGraphCalendar","Module":"Calendar","Command":"Get-MgUserCalendarGroupCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendarGroups/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgUserCalendarGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Calendar","Command":"Get-MgUserCalendarPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/calendarPermissions","Variants":["List","List1"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Calendar","Command":"Get-MgUserCalendarPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/calendarPermissions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Calendar","Command":"Get-MgUserCalendarPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/calendarView","Variants":["List","List1"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgUserCalendarView"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.WhereInstalled","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChat","Module":"Teams","Command":"Get-MgUserChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats","Variants":["List"],"OutputType":"IMicrosoftGraphChat","Module":"Teams","Command":"Get-MgUserChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserChatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"Get-MgUserChatInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/installedApps","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"Get-MgUserChatInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserChatInstalledAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgUserChatInstalledAppTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Teams","Command":"Get-MgUserChatInstalledAppTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessageInfo","Module":"Teams","Command":"Get-MgUserChatLastMessagePreview"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgUserChatMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/members","Variants":["List"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Get-MgUserChatMember"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/members/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserChatMemberCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserChatMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgUserChatMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgUserChatMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgUserChatMessageHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserChatMessageHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgUserChatMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgUserChatMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserChatMessageReplyCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgUserChatMessageReplyDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgUserChatMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Get-MgUserChatMessageReplyHostedContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserChatMessageReplyHostedContentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Get-MgUserChatPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Get-MgUserChatPermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserChatPermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Teams","Command":"Get-MgUserChatPinnedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages","Variants":["List"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Teams","Command":"Get-MgUserChatPinnedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserChatPinnedMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Get-MgUserChatRetainedMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgUserChatTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/tabs","Variants":["List"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Get-MgUserChatTab"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserChatTabCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgUserChatTabTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Get-MgUserContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts","Variants":["List"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Get-MgUserContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Get-MgUserContactDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"PersonalContacts","Command":"Get-MgUserContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContactFolder","Module":"PersonalContacts","Command":"Get-MgUserContactFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders","Variants":["List"],"OutputType":"IMicrosoftGraphContactFolder","Module":"PersonalContacts","Command":"Get-MgUserContactFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContactFolder","Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders","Variants":["List"],"OutputType":"IMicrosoftGraphContactFolder","Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts","Variants":["List"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderContactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderContactDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderContactExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderContactPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderContactPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphContactFolder","Module":"PersonalContacts","Command":"Get-MgUserContactFolderChildFolderDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Get-MgUserContactFolderContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts","Variants":["List"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Get-MgUserContactFolderContact"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactFolderContactCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Get-MgUserContactFolderContactDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactFolderContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"PersonalContacts","Command":"Get-MgUserContactFolderContactExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactFolderContactExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"PersonalContacts","Command":"Get-MgUserContactFolderContactPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactFolderContactPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactFolderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphContactFolder","Module":"PersonalContacts","Command":"Get-MgUserContactFolderDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"PersonalContacts","Command":"Get-MgUserContactPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Get-MgUserContactPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/$count","Variants":["Get"],"OutputType":null,"Module":"Users","Command":"Get-MgUserCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/createdObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserCreatedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/createdObjects","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserCreatedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Users","Command":"Get-MgUserCreatedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/createdObjects/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Users","Command":"Get-MgUserCreatedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/createdObjects/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserCreatedObjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/createdObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserCreatedObjectCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendar","Module":"Calendar","Command":"Get-MgUserDefaultCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/events","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgUserDefaultCalendarEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgUserDefaultDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/delta","Variants":["Delta"],"OutputType":"IMicrosoftGraphUser","Module":"Users.Functions","Command":"Get-MgUserDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Devices.CorporateManagement","Command":"Get-MgUserDeviceManagementTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Devices.CorporateManagement","Command":"Get-MgUserDeviceManagementTroubleshootingEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgUserDeviceManagementTroubleshootingEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/directReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserDirectReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/directReports","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserDirectReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/directReports/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Users","Command":"Get-MgUserDirectReportAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/directReports/orgContact","Variants":["List"],"OutputType":"IMicrosoftGraphOrgContact","Module":"Users","Command":"Get-MgUserDirectReportAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/directReports/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Users","Command":"Get-MgUserDirectReportAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/directReports/user","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Users","Command":"Get-MgUserDirectReportAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/directReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserDirectReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/directReports/orgContact/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserDirectReportCountAsOrgContact"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/directReports/user/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserDirectReportCountAsUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgUserDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives","Variants":["List"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgUserDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/bundles","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveBundle"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveBundleContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveBundleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgUserDriveContentTypeBase"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgUserDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgUserDriveContentTypeBaseType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveContentTypeBaseTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/following","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveFollowing"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveFollowingContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveFollowingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgUserDriveItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveItemAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Files","Command":"Get-MgUserDriveItemAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveItemAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveItemAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveItemChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveItemItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgUserDriveItemListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveItemListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgUserDriveItemListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveItemListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgUserDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgUserDriveItemListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveItemListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgUserDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgUserDriveItemListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgUserDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgUserDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Get-MgUserDriveItemRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgUserDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgUserDriveItemSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgUserDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgUserDriveItemThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgUserDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgUserDriveItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphList","Module":"Files","Command":"Get-MgUserDriveList"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgUserDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgUserDriveListColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgUserDriveListColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgUserDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes","Variants":["List"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgUserDriveListContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgUserDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgUserDriveListContentTypeColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListContentTypeColumnCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Get-MgUserDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Get-MgUserDriveListContentTypeColumnLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListContentTypeColumnLinkCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgUserDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgUserDriveListContentTypeColumnPosition"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListContentTypeColumnPositionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Get-MgUserDriveListContentTypeColumnSourceColumn"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Get-MgUserDriveListContentTypeCompatibleHubContentType"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListContentTypeCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveListCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveListCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveListCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Get-MgUserDriveListDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgUserDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items","Variants":["List"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgUserDriveListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgUserDriveListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgUserDriveListItemDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgUserDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgUserDriveListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgUserDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgUserDriveListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Get-MgUserDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/operations","Variants":["List"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Get-MgUserDriveListOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgUserDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgUserDriveListSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveListSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveRootActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgUserDriveRootAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveRootAnalyticItemActivityStat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Files","Command":"Get-MgUserDriveRootAnalyticItemActivityStatActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootAnalyticItemActivityStatCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveRootAnalyticLastSevenDay"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveRootAnalyticTime"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/children","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveRootChild"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootChildContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootChildCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveRootCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveRootCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveRootCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveRootDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveRootItemLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveRootLastModifiedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveRootLastModifiedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Get-MgUserDriveRootListItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Get-MgUserDriveRootListItemActivityByInterval"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Get-MgUserDriveRootListItemAnalytic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Files","Command":"Get-MgUserDriveRootListItemCreatedByUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Get-MgUserDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"OutputType":"IMicrosoftGraphServiceProvisioningError","Module":"Files","Command":"Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgUserDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Get-MgUserDriveRootListItemDocumentSetVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootListItemDocumentSetVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootListItemDocumentSetVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveRootListItemDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootListItemDriveItemContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootListItemField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgUserDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions","Variants":["List"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Get-MgUserDriveRootListItemVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootListItemVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootListItemVersionField"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgUserDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions","Variants":["List"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Get-MgUserDriveRootPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootPermissionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Get-MgUserDriveRootRetentionLabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgUserDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions","Variants":["List"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Get-MgUserDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootSubscriptionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgUserDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails","Variants":["List"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Get-MgUserDriveRootThumbnail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootThumbnailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgUserDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/versions","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Get-MgUserDriveRootVersion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootVersionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveRootVersionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/special","Variants":["List"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Get-MgUserDriveSpecial"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveSpecialContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Files","Command":"Get-MgUserDriveSpecialCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgUserEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgUserEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Calendar","Command":"Get-MgUserEventAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Calendar","Command":"Get-MgUserEventAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgUserEventAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/calendar","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphCalendar","Module":"Calendar","Command":"Get-MgUserEventCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgUserEventCount"},{"Method":"GET","CommandAlias":"Get-MgUserCalendarEventDelta","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/events/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgUserEventDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgUserEventExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Calendar","Command":"Get-MgUserEventExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Get-MgUserEventExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgUserEventInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/instances/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Get-MgUserEventInstanceDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Users","Command":"Get-MgUserExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/followedSites/{site-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgUserFollowedSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/followedSites","Variants":["List"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Get-MgUserFollowedSite"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/followedSites/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Get-MgUserFollowedSiteCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/inferenceClassification","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInferenceClassification","Module":"Mail","Command":"Get-MgUserInferenceClassification"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphInferenceClassificationOverride","Module":"Mail","Command":"Get-MgUserInferenceClassificationOverride"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/inferenceClassification/overrides","Variants":["List"],"OutputType":"IMicrosoftGraphInferenceClassificationOverride","Module":"Mail","Command":"Get-MgUserInferenceClassificationOverride"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/inferenceClassification/overrides/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserInferenceClassificationOverrideCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphItemInsights","Module":"Users","Command":"Get-MgUserInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSharedInsight","Module":"Users","Command":"Get-MgUserInsightShared"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/shared","Variants":["List"],"OutputType":"IMicrosoftGraphSharedInsight","Module":"Users","Command":"Get-MgUserInsightShared"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/shared/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserInsightSharedCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserInsightSharedLastSharedMethod"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserInsightSharedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTrending","Module":"Users","Command":"Get-MgUserInsightTrending"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/trending","Variants":["List"],"OutputType":"IMicrosoftGraphTrending","Module":"Users","Command":"Get-MgUserInsightTrending"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/trending/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserInsightTrendingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/trending/{trending-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserInsightTrendingResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUsedInsight","Module":"Users","Command":"Get-MgUserInsightUsed"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/used","Variants":["List"],"OutputType":"IMicrosoftGraphUsedInsight","Module":"Users","Command":"Get-MgUserInsightUsed"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/used/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserInsightUsedCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/used/{usedInsight-id}/resource","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserInsightUsedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/joinedTeams","Variants":["List"],"OutputType":"IMicrosoftGraphTeam","Module":"Teams","Command":"Get-MgUserJoinedTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLicenseDetails","Module":"Users","Command":"Get-MgUserLicenseDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/licenseDetails","Variants":["List"],"OutputType":"IMicrosoftGraphLicenseDetails","Module":"Users","Command":"Get-MgUserLicenseDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/licenseDetails/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserLicenseDetailCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/licenseDetails/getTeamsLicensingDetails","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsLicensingDetails","Module":"Users","Command":"Get-MgUserLicenseDetailTeamLicensingDetail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Users","Command":"Get-MgUserMailboxSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Get-MgUserMailFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders","Variants":["List"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Get-MgUserMailFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Get-MgUserMailFolderChildFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders","Variants":["List"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Get-MgUserMailFolderChildFolder"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderChildFolderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Get-MgUserMailFolderChildFolderDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules","Variants":["List"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderChildFolderMessageRuleCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Get-MgUserMailFolderDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Get-MgUserMailFolderMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Get-MgUserMailFolderMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Mail","Command":"Get-MgUserMailFolderMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Mail","Command":"Get-MgUserMailFolderMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderMessageAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Get-MgUserMailFolderMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Mail","Command":"Get-MgUserMailFolderMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderMessageExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Mail","Command":"Get-MgUserMailFolderMessageRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules","Variants":["List"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Mail","Command":"Get-MgUserMailFolderMessageRule"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMailFolderMessageRuleCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.Read.Shared","Description":"Read mail you can access","FullDescription":"Allows the app to read mail you can access, including shared mail.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/getMailTips","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailTips","Module":"Users.Actions","Command":"Get-MgUserMailTip"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/getManagedAppDiagnosticStatuses","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppDiagnosticStatus","Module":"Users.Functions","Command":"Get-MgUserManagedAppDiagnosticStatus"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/getManagedAppPolicies","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Users.Functions","Command":"Get-MgUserManagedAppPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedAppRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedAppRegistrations","Variants":["List"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedAppRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedAppRegistrations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedAppRegistrationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceCategoryByRef"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceCompliancePolicyState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceCompliancePolicyState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceCompliancePolicyStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceConfigurationState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceConfigurationStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceLogCollectionRequestCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceLogCollectionResponse"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["List"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceLogCollectionResponse"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/users","Variants":["List"],"OutputType":"IMicrosoftGraphUser","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsProtectionState","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceWindowsProtectionState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/getManagedDevicesWithAppFailures","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users.Functions","Command":"Get-MgUserManagedDeviceWithAppFailure"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/manager","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserManager"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/manager/$ref","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserManagerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Users.Actions","Command":"Get-MgUserMemberGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":null,"Module":"Users.Actions","Command":"Get-MgUserMemberObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Users","Command":"Get-MgUserMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Users","Command":"Get-MgUserMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Users","Command":"Get-MgUserMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/directoryRole","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Users","Command":"Get-MgUserMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Users","Command":"Get-MgUserMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Users","Command":"Get-MgUserMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserMemberOfCountAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Get-MgUserMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages","Variants":["List"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Get-MgUserMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachment","Module":"Mail","Command":"Get-MgUserMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachment","Module":"Mail","Command":"Get-MgUserMessageAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMessageAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMessageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMessageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Get-MgUserMessageDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Mail","Command":"Get-MgUserMessageExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Get-MgUserMessageExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Users","Command":"Get-MgUserOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/oauth2PermissionGrants","Variants":["List"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Users","Command":"Get-MgUserOauth2PermissionGrant"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/oauth2PermissionGrants/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserOauth2PermissionGrantCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenote","Module":"Notes","Command":"Get-MgUserOnenote"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks","Variants":["List"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteNotebookCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCopyNotebookModel","Module":"Notes","Command":"Get-MgUserOnenoteNotebookFromWebUrl"},{"Method":"GET","CommandAlias":"Get-MgUserOnenoteRecentNotebook","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphRecentNotebook","Module":"Notes","Command":"Get-MgUserOnenoteNotebookRecentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgUserOnenoteNotebookSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Get-MgUserOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/operations","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Get-MgUserOnenoteOperation"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteOperationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgUserOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgUserOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenotePageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenotePageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenotePageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenotePageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Get-MgUserOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/resources","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Get-MgUserOnenoteResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteResourceContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups","Variants":["List","List1"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSection"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSectionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgUserOnenoteSectionGroupSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgUserOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Get-MgUserOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteSectionPageContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Get-MgUserOnenoteSectionPageCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteSectionPageParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Get-MgUserOnenoteSectionPageParentSection"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Get-MgUserOnenoteSectionParentNotebook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Get-MgUserOnenoteSectionParentSectionGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}","Variants":["Get","Get1","GetExpanded","GetViaIdentity","GetViaIdentity1","GetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnlineMeeting","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeeting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings","Variants":["List"],"OutputType":"IMicrosoftGraphOnlineMeeting","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeeting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports","Variants":["List"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingAttendanceReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingAttendeeReport"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingCount"},{"Method":"GET","CommandAlias":"Get-MgAllUserOnlineMeetingRecording","Permissions":[{"Name":"OnlineMeetingRecording.Read.All","Description":"Read all recordings of online meetings.","FullDescription":"Allows the app to read all recordings of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingRecording"},{"Method":"GET","CommandAlias":"Get-MgAllUserOnlineMeetingRecording","Permissions":[{"Name":"OnlineMeetingRecording.Read.All","Description":"Read all recordings of online meetings.","FullDescription":"Allows the app to read all recordings of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings","Variants":["List"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingRecording"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingRecording.Read.All","Description":"Read all recordings of online meetings.","FullDescription":"Allows the app to read all recordings of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingRecordingContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingRecording.Read.All","Description":"Read all recordings of online meetings.","FullDescription":"Allows the app to read all recordings of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingRecordingCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingRecording.Read.All","Description":"Read all recordings of online meetings.","FullDescription":"Allows the app to read all recordings of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingRecordingDelta"},{"Method":"GET","CommandAlias":"Get-MgAllUserOnlineMeetingTranscript","Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingTranscript"},{"Method":"GET","CommandAlias":"Get-MgAllUserOnlineMeetingTranscript","Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts","Variants":["List"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingTranscript"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingTranscriptContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingTranscriptCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingTranscriptDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingTranscriptMetadataContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"VirtualAppointment.Read","Description":"Read your virtual appointments ","FullDescription":"Allows the app to read virtual appointments on your behalf.  ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualAppointment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualAppointment.ReadWrite","Description":"Read and write your virtual appointments","FullDescription":"Allows the app to read and write virtual appointments on your behalf.  ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphOutlookCategory","Module":"Users","Command":"Get-MgUserOutlookMasterCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/outlook/masterCategories","Variants":["List"],"OutputType":"IMicrosoftGraphOutlookCategory","Module":"Users","Command":"Get-MgUserOutlookMasterCategory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/outlook/masterCategories/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserOutlookMasterCategoryCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserOwnedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserOwnedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Users","Command":"Get-MgUserOwnedDeviceAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Users","Command":"Get-MgUserOwnedDeviceAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Users","Command":"Get-MgUserOwnedDeviceAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Users","Command":"Get-MgUserOwnedDeviceAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Users","Command":"Get-MgUserOwnedDeviceAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Users","Command":"Get-MgUserOwnedDeviceAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserOwnedDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserOwnedDeviceCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserOwnedDeviceCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedDevices/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserOwnedDeviceCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserOwnedObject"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphApplication","Module":"Users","Command":"Get-MgUserOwnedObjectAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/application","Variants":["List"],"OutputType":"IMicrosoftGraphApplication","Module":"Users","Command":"Get-MgUserOwnedObjectAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Users","Command":"Get-MgUserOwnedObjectAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Users","Command":"Get-MgUserOwnedObjectAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Users","Command":"Get-MgUserOwnedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/servicePrincipal","Variants":["List"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Users","Command":"Get-MgUserOwnedObjectAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserOwnedObjectCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/application/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserOwnedObjectCountAsApplication"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserOwnedObjectCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/ownedObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserOwnedObjectCountAsServicePrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/people/{person-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPerson","Module":"People","Command":"Get-MgUserPerson"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":"Read all users' relevant people lists","FullDescription":"Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/people","Variants":["List"],"OutputType":"IMicrosoftGraphPerson","Module":"People","Command":"Get-MgUserPerson"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":"Read all users' relevant people lists","FullDescription":"Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/people/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"People","Command":"Get-MgUserPersonCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/photo","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Users","Command":"Get-MgUserPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/photos","Variants":["List"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Users","Command":"Get-MgUserPhoto"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/photo/$value","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":null,"Module":"Users","Command":"Get-MgUserPhotoContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/planner","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPlannerUser","Module":"Planner","Command":"Get-MgUserPlanner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/planner/plans","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Planner","Command":"Get-MgUserPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/planner/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Planner","Command":"Get-MgUserPlannerTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Presence.Read","Description":"Read your presence information","FullDescription":"Allows the app to read your presence information on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/presence","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphPresence","Module":"CloudCommunications","Command":"Get-MgUserPresence"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserRegisteredDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserRegisteredDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Users","Command":"Get-MgUserRegisteredDeviceAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/appRoleAssignment","Variants":["List"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Users","Command":"Get-MgUserRegisteredDeviceAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDevice","Module":"Users","Command":"Get-MgUserRegisteredDeviceAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/device","Variants":["List"],"OutputType":"IMicrosoftGraphDevice","Module":"Users","Command":"Get-MgUserRegisteredDeviceAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Users","Command":"Get-MgUserRegisteredDeviceAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/endpoint","Variants":["List"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Users","Command":"Get-MgUserRegisteredDeviceAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserRegisteredDeviceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserRegisteredDeviceCountAsAppRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/device/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserRegisteredDeviceCountAsDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/registeredDevices/endpoint/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserRegisteredDeviceCountAsEndpoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"Get-MgUserScopedRoleMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/scopedRoleMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"Get-MgUserScopedRoleMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/scopedRoleMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Get-MgUserScopedRoleMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserSettings","Module":"Users","Command":"Get-MgUserSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/itemInsights","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserInsightsSettings","Module":"Users","Command":"Get-MgUserSettingItemInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserShiftPreferences.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserShiftPreferences.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphShiftPreferences","Module":"Users","Command":"Get-MgUserSettingShiftPreference"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserStorage","Module":"Users","Command":"Get-MgUserSettingStorage"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage/quota","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedStorageQuota","Module":"Users","Command":"Get-MgUserSettingStorageQuota"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Module":"Users","Command":"Get-MgUserSettingStorageQuotaService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage/quota/services","Variants":["List"],"OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Module":"Users","Command":"Get-MgUserSettingStorageQuotaService"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage/quota/services/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserSettingStorageQuotaServiceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsSetting","Module":"Users","Command":"Get-MgUserSettingWindows"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsSetting","Module":"Users","Command":"Get-MgUserSettingWindows"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserSettingWindowsCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphWindowsSettingInstance","Module":"Users","Command":"Get-MgUserSettingWindowsInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances","Variants":["List"],"OutputType":"IMicrosoftGraphWindowsSettingInstance","Module":"Users","Command":"Get-MgUserSettingWindowsInstance"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserSettingWindowsInstanceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/sponsors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/sponsors","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserSponsor"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/sponsors/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserSponsorCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserTeamwork.Read","Description":"Read your teamwork settings.","FullDescription":"Allows the app to read your teamwork settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserTeamwork.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserTeamwork","Module":"Teams","Command":"Get-MgUserTeamwork"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"OutputType":"IMicrosoftGraphAssociatedTeamInfo","Module":"Teams","Command":"Get-MgUserTeamworkAssociatedTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/associatedTeams","Variants":["List"],"OutputType":"IMicrosoftGraphAssociatedTeamInfo","Module":"Teams","Command":"Get-MgUserTeamworkAssociatedTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/associatedTeams/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserTeamworkAssociatedTeamCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Module":"Teams","Command":"Get-MgUserTeamworkInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/installedApps","Variants":["List"],"OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Module":"Teams","Command":"Get-MgUserTeamworkInstalledApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChat","Module":"Teams","Command":"Get-MgUserTeamworkInstalledAppChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/installedApps/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Get-MgUserTeamworkInstalledAppCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Get-MgUserTeamworkInstalledAppTeamApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Teams","Command":"Get-MgUserTeamworkInstalledAppTeamAppDefinition"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTodoTaskList","Module":"Users","Command":"Get-MgUserTodoList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists","Variants":["List"],"OutputType":"IMicrosoftGraphTodoTaskList","Module":"Users","Command":"Get-MgUserTodoList"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoListCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphTodoTaskList","Module":"Users","Command":"Get-MgUserTodoListDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoListExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Users","Command":"Get-MgUserTodoListExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoListExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphTodoTask","Module":"Users","Command":"Get-MgUserTodoTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks","Variants":["List"],"OutputType":"IMicrosoftGraphTodoTask","Module":"Users","Command":"Get-MgUserTodoTask"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachmentBase","Module":"Users","Command":"Get-MgUserTodoTaskAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments","Variants":["List"],"OutputType":"IMicrosoftGraphAttachmentBase","Module":"Users","Command":"Get-MgUserTodoTaskAttachment"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoTaskAttachmentContent"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoTaskAttachmentCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttachmentSession","Module":"Users","Command":"Get-MgUserTodoTaskAttachmentSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions","Variants":["List"],"OutputType":"IMicrosoftGraphAttachmentSession","Module":"Users","Command":"Get-MgUserTodoTaskAttachmentSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoTaskAttachmentSessionContent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoTaskAttachmentSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphChecklistItem","Module":"Users","Command":"Get-MgUserTodoTaskChecklistItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems","Variants":["List"],"OutputType":"IMicrosoftGraphChecklistItem","Module":"Users","Command":"Get-MgUserTodoTaskChecklistItem"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoTaskChecklistItemCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoTaskCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"OutputType":"IMicrosoftGraphTodoTask","Module":"Users","Command":"Get-MgUserTodoTaskDelta"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoTaskExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions","Variants":["List"],"OutputType":"IMicrosoftGraphExtension","Module":"Users","Command":"Get-MgUserTodoTaskExtension"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoTaskExtensionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphLinkedResource","Module":"Users","Command":"Get-MgUserTodoTaskLinkedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources","Variants":["List"],"OutputType":"IMicrosoftGraphLinkedResource","Module":"Users","Command":"Get-MgUserTodoTaskLinkedResource"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTodoTaskLinkedResourceCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Users","Command":"Get-MgUserTransitiveMemberOf"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Users","Command":"Get-MgUserTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Users","Command":"Get-MgUserTransitiveMemberOfAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Users","Command":"Get-MgUserTransitiveMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/directoryRole","Variants":["List"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Users","Command":"Get-MgUserTransitiveMemberOfAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphGroup","Module":"Users","Command":"Get-MgUserTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/group","Variants":["List"],"OutputType":"IMicrosoftGraphGroup","Module":"Users","Command":"Get-MgUserTransitiveMemberOfAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTransitiveMemberOfCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTransitiveMemberOfCountAsDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Get-MgUserTransitiveMemberOfCountAsGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Get1","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEvent","Module":"Bookings","Command":"Get-MgVirtualEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEvent","Module":"Bookings","Command":"Get-MgVirtualEvent"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/$count","Variants":["Get"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"Get-MgVirtualEventPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"Get-MgVirtualEventPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventPresenterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Get-MgVirtualEventSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Get-MgVirtualEventSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"Get-MgVirtualEventSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"Get-MgVirtualEventSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"Get-MgVirtualEventSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"Get-MgVirtualEventSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventSessionAttendanceReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Bookings","Command":"Get-MgVirtualEventTownhall"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Bookings","Command":"Get-MgVirtualEventTownhall"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-getbyuseridandrole?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Bookings","Command":"Get-MgVirtualEventTownhallByUserIdAndRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-getbyuserrole?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Bookings","Command":"Get-MgVirtualEventTownhallByUserRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/$count","Variants":["Get"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventTownhallCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"Get-MgVirtualEventTownhallPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"Get-MgVirtualEventTownhallPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventTownhallPresenterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Get-MgVirtualEventTownhallSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Get-MgVirtualEventTownhallSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"Get-MgVirtualEventTownhallSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"Get-MgVirtualEventTownhallSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventTownhallSessionAttendanceReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventTownhallSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Bookings","Command":"Get-MgVirtualEventWebinar"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Bookings","Command":"Get-MgVirtualEventWebinar"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Bookings","Command":"Get-MgVirtualEventWebinarByUserIdAndRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/getByUserRole(role='{role}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Bookings","Command":"Get-MgVirtualEventWebinarByUserRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/$count","Variants":["Get"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventWebinarCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"Get-MgVirtualEventWebinarPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"Get-MgVirtualEventWebinarPresenter"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventWebinarPresenterCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistrationByEmail"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistrationByUserId"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration","Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistrationConfiguration"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistrationConfigurationQuestion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistrationConfigurationQuestion"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistrationCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistrationSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistrationSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventWebinarRegistrationSessionCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Get-MgVirtualEventWebinarSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions","Variants":["List"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Get-MgVirtualEventWebinarSession"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"Get-MgVirtualEventWebinarSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"Get-MgVirtualEventWebinarSessionAttendanceReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventWebinarSessionAttendanceReportCount"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Get-MgVirtualEventWebinarSessionCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaDriveItemListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaDriveListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaDriveListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaDriveRootListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaGroupDriveItemListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaGroupDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaGroupDriveListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaGroupDriveListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaGroupDriveRootListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaGroupDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Grant-MgBetaGroupSiteListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Grant-MgBetaGroupSiteListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Grant-MgBetaGroupSitePermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaShareListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/permission/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaSharePermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Grant-MgBetaSiteListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Grant-MgBetaSiteListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Grant-MgBetaSitePermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaUserDriveItemListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaUserDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaUserDriveListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaUserDriveListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaUserDriveRootListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Grant-MgBetaUserDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Grant-MgDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Grant-MgDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Grant-MgGroupDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Grant-MgGroupDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"Grant-MgGroupSitePermission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/permission/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Grant-MgSharePermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"Grant-MgSitePermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Grant-MgUserDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Grant-MgUserDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/hideForUser","Variants":["Hide","HideExpanded","HideViaIdentity","HideViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Hide-MgBetaChatForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/hideForUser","Variants":["Hide","HideExpanded","HideViaIdentity","HideViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Hide-MgBetaUserChatForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/hideForUser","Variants":["Hide","HideExpanded","HideViaIdentity","HideViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Hide-MgChatForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/hideForUser","Variants":["Hide","HideExpanded","HideViaIdentity","HideViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Hide-MgUserChatForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImportedAppleDeviceIdentityResult","Module":"Beta.DeviceManagement.Enrollment","Command":"Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedDeviceIdentities/importDeviceIdentityList","Variants":["Import","ImportExpanded"],"OutputType":"IMicrosoftGraphImportedDeviceIdentityResult","Module":"Beta.DeviceManagement.Enrollment","Command":"Import-MgBetaDeviceManagementImportedDeviceIdentityList"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/import","Variants":["Import","ImportExpanded"],"OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies","Variants":["Import","ImportViaIdentity"],"OutputType":"IMicrosoftGraphDeviceManagementIntent","Module":"Beta.DeviceManagement","Command":"Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/importOffice365DeviceConfigurationPolicies","Variants":["Import"],"OutputType":"IMicrosoftGraphDeviceManagementIntent","Module":"Beta.DeviceManagement","Command":"Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/import","Variants":["Import","ImportExpanded"],"OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Module":"DeviceManagement.Enrollment","Command":"Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Initialize-MgBetaComplianceEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Initialize-MgBetaDeviceManagementComanagedDeviceEsim"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Initialize-MgBetaDeviceManagementManagedDeviceEsim"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Initialize-MgBetaEducationClassAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Initialize-MgBetaEducationMeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Initialize-MgBetaEducationUserAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Activate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Activate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Initialize-MgBetaIdentityGovernanceLifecycleWorkflow"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":"Initialize-MgBetaBackupRestoreProtectionPolicy","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"Beta.BackupRestore","Command":"Initialize-MgBetaSolutionBackupRestoreProtectionPolicy"},{"Method":"POST","CommandAlias":"Initialize-MgBetaBackupRestoreServiceApp","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServiceApp","Module":"Beta.BackupRestore","Command":"Initialize-MgBetaSolutionBackupRestoreServiceApp"},{"Method":"POST","CommandAlias":"Initialize-MgBetaBackupRestoreSession","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":"IMicrosoftGraphRestoreSessionBase","Module":"Beta.BackupRestore","Command":"Initialize-MgBetaSolutionBackupRestoreSession"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathauthenticationmethod-activate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Initialize-MgBetaUserAuthenticationHardwareOathMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Initialize-MgBetaUserManagedDeviceEsim"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Initialize-MgEducationClassAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Initialize-MgEducationMeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Initialize-MgEducationUserAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.Activate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Activate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Initialize-MgIdentityGovernanceLifecycleWorkflow"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":null,"Module":"Security","Command":"Initialize-MgSecurityCaseEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":"Initialize-MgBackupRestoreProtectionPolicy","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"BackupRestore","Command":"Initialize-MgSolutionBackupRestoreProtectionPolicy"},{"Method":"POST","CommandAlias":"Initialize-MgBackupRestoreServiceApp","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServiceApp","Module":"BackupRestore","Command":"Initialize-MgSolutionBackupRestoreServiceApp"},{"Method":"POST","CommandAlias":"Initialize-MgBackupRestoreSession","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate","Variants":["Activate","ActivateViaIdentity"],"OutputType":"IMicrosoftGraphRestoreSessionBase","Module":"BackupRestore","Command":"Initialize-MgSolutionBackupRestoreSession"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/abort","Variants":["Abort","AbortExpanded","AbortViaIdentity","AbortViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Invoke-MgAbortPrintPrinterJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/abort","Variants":["Abort","AbortExpanded","AbortViaIdentity","AbortViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Invoke-MgAbortPrintShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/accept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgAcceptGroupEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/tentativelyAccept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgAcceptGroupEventTentatively"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations","Variants":["Accept","AcceptViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/accept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgAcceptUserEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/tentativelyAccept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgAcceptUserEventTentatively"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance","Variants":["And","AndExpanded"],"OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Module":"Security","Command":"Invoke-MgAndSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Module":"Security","Command":"Invoke-MgAndSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/answer","Variants":["Answer","AnswerExpanded","AnswerViaIdentity","AnswerViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Invoke-MgAnswerCommunicationCall"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgArchiveGroupTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgArchiveGroupTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgArchiveGroupTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/archive","Variants":["Archive","ArchiveExpanded"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Invoke-MgArchiveServiceAnnouncementMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgArchiveTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgArchiveTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgArchiveTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgArchiveTeamworkDeletedTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy","Variants":["As","AsViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Security","Command":"Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/federationConfigurations/availableProviderTypes","Variants":["Available"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Invoke-MgAvailableDirectoryFederationConfigurationProviderType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/identityProviders/availableProviderTypes","Variants":["Available"],"OutputType":null,"Module":"Identity.SignIns","Command":"Invoke-MgAvailableIdentityProviderType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions","Variants":["Batch","BatchExpanded","BatchViaIdentity","BatchViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding","Variants":["Begin","BeginViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/abort","Variants":["Abort","AbortExpanded","AbortViaIdentity","AbortViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Invoke-MgBetaAbortPrintPrinterJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort","Variants":["Abort","AbortExpanded","AbortViaIdentity","AbortViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Invoke-MgBetaAbortPrintPrinterShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/abort","Variants":["Abort","AbortExpanded","AbortViaIdentity","AbortViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Invoke-MgBetaAbortPrintShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/accept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaAcceptGroupEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/tentativelyAccept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaAcceptGroupEventTentatively"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations","Variants":["Accept","AcceptViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations","Variants":["Accept","AcceptViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/accept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaAcceptUserEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/tentativelyAccept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaAcceptUserEventTentatively"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice","Variants":["Account","AccountViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice","Variants":["Account","AccountViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment","Variants":["Allow","AllowViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment","Variants":["Allow","AllowViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Module":"Beta.Sites","Command":"Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Module":"Beta.Sites","Command":"Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabelSublabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/sensitivityLabels/computeRightsAndInheritance","Variants":["And","AndExpanded"],"OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaAndInformationProtectionSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance","Variants":["And","AndExpanded"],"OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Module":"Beta.Security","Command":"Invoke-MgBetaAndSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Module":"Beta.Security","Command":"Invoke-MgBetaAndSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaAndUserInformationProtectionSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')","Variants":["App","AppViaIdentity"],"OutputType":"IMicrosoftGraphPowerliftIncidentMetadata","Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')","Variants":["App","AppViaIdentity"],"OutputType":"IMicrosoftGraphPowerliftIncidentMetadata","Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')","Variants":["App","AppViaIdentity"],"OutputType":"IMicrosoftGraphPowerliftIncidentMetadata","Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaAppUserManagedDeviceDiagnostic"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Planner","Command":"Invoke-MgBetaArchiveGroupPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/archive","Variants":["Archive","ArchiveViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Invoke-MgBetaArchiveGroupSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/archive","Variants":["Archive","ArchiveViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaArchiveGroupSiteGetByPath"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveGroupTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveGroupTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveGroupTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Planner","Command":"Invoke-MgBetaArchivePlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/archive","Variants":["Archive","ArchiveExpanded"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Invoke-MgBetaArchiveServiceAnnouncementMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Archive.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Archive.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/archive","Variants":["Archive","ArchiveViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Invoke-MgBetaArchiveSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/archive","Variants":["Archive","ArchiveViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Invoke-MgBetaArchiveSiteGetByPath"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveTeamChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveTeamworkDeletedTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Planner","Command":"Invoke-MgBetaArchiveUserPlannerPlan"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags/asHierarchy","Variants":["As","AsViaIdentity"],"OutputType":"IMicrosoftGraphEdiscoveryTag","Module":"Beta.Compliance","Command":"Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy","Variants":["As","AsViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Beta.Security","Command":"Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/federationConfigurations/availableProviderTypes","Variants":["Available"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/identityProviders/availableProviderTypes","Variants":["Available"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaAvailableIdentityProviderType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions","Variants":["Batch","BatchExpanded","BatchViaIdentity","BatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions","Variants":["Batch","BatchExpanded","BatchViaIdentity","BatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer","Variants":["Buffer","BufferExpanded","BufferViaIdentity","BufferViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer","Variants":["Buffer","BufferExpanded","BufferViaIdentity","BufferViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBufferEncryptionResult","Module":"Beta.Sites","Command":"Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/decryptBuffer","Variants":["Buffer","BufferExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaBufferInformationProtectionDecrypt"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/encryptBuffer","Variants":["Buffer","BufferExpanded"],"OutputType":"IMicrosoftGraphBufferEncryptionResult","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaBufferInformationProtectionEncrypt"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/decryptBuffer","Variants":["Buffer","BufferExpanded","BufferViaIdentity","BufferViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaBufferUserInformationProtectionDecrypt"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/encryptBuffer","Variants":["Buffer","BufferExpanded","BufferViaIdentity","BufferViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBufferEncryptionResult","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaBufferUserInformationProtectionEncrypt"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')","Variants":["Calendar","CalendarViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaCalendarGroupCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')","Variants":["Calendar","Calendar1","CalendarViaIdentity","CalendarViaIdentity1"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckinDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckinDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckinGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckinGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckinUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckinUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckoutDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckoutDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckoutGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckoutGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckoutUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaCheckoutUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice","Variants":["Clean","CleanExpanded","CleanViaIdentity","CleanViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice","Variants":["Clean","CleanExpanded","CleanViaIdentity","CleanViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice","Variants":["Clean","CleanExpanded","CleanViaIdentity","CleanViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCleanUserManagedDeviceWindowsDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards/clockIn","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Invoke-MgBetaClockGroupTeamScheduleTimeCardIn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/clockOut","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Invoke-MgBetaClockGroupTeamScheduleTimeCardOut"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards/clockIn","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Invoke-MgBetaClockTeamScheduleTimeCardIn"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Invoke-MgBetaClockTeamScheduleTimeCardOut"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/alerts_v2/{alert-id}/comments/$count","Variants":["Comment","CommentViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Invoke-MgBetaCommentSecurityAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Sites","Command":"Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelInheritance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Sites","Command":"Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelSublabelInheritance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaComputeInformationProtectionSensitivityLabelInheritance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaComputeInformationProtectionSensitivityLabelSublabelInheritance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ProtectionScopes.Compute.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProtectionScopes.Compute.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/protectionScopes/compute","Variants":["Compute","ComputeExpanded"],"OutputType":"IMicrosoftGraphPolicyTenantScope","Module":"Beta.Security","Command":"Invoke-MgBetaComputeSecurityDataSecurityAndGovernanceProtectionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Security","Command":"Invoke-MgBetaComputeSecurityDataSecurityAndGovernanceSensitivityLabelInheritance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Security","Command":"Invoke-MgBetaComputeSecurityDataSecurityAndGovernanceSensitivityLabelSublabelInheritance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelInheritance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelSublabelInheritance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing","Variants":["Consent","ConsentViaIdentity"],"OutputType":"IMicrosoftGraphDataSharingConsent","Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/fido2authenticationmethod-creationoptions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/fido2Methods/creationOptions(challengeTimeoutInMinutes=@challengeTimeoutInMinutes)","Variants":["Creation","CreationViaIdentity"],"OutputType":"IMicrosoftGraphWebauthnCredentialCreationOptions","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaCreationUserAuthenticationFido2MethodOption"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports/crossTenantAccessReport(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Cross","CrossViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessCrossTenantAccess","Module":"Beta.NetworkAccess","Command":"Invoke-MgBetaCrossNetworkAccessReportTenantAccessReport"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Invoke-MgBetaDeactivateEducationClassAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Invoke-MgBetaDeactivateEducationMeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Invoke-MgBetaDeactivateEducationUserAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"Beta.BackupRestore","Command":"Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":"IMicrosoftGraphServiceApp","Module":"Beta.BackupRestore","Command":"Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathauthenticationmethod-deactivate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/decline","Variants":["Decline","DeclineExpanded","DeclineViaIdentity","DeclineViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaDeclineGroupEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/decline","Variants":["Decline","DeclineExpanded","DeclineViaIdentity","DeclineViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaDeclineUserEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision","Variants":["Deprovision","DeprovisionExpanded","DeprovisionViaIdentity","DeprovisionViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deprovision","Variants":["Deprovision","DeprovisionExpanded","DeprovisionViaIdentity","DeprovisionViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaDeprovisionDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deprovision","Variants":["Deprovision","DeprovisionExpanded","DeprovisionViaIdentity","DeprovisionViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaDeprovisionUserManagedDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/descendants","Variants":["Descendant","DescendantViaIdentity"],"OutputType":"IMicrosoftGraphPlace","Module":"Beta.Calendar","Command":"Invoke-MgBetaDescendantPlace"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-determineifinteractionisallowed?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/determineIfInteractionIsAllowed","Variants":["Determine","DetermineExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaDetermineTeamworkIfInteractionIsAllowed"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-dismiss?view=graph-rest-beta","ApiVersion":"beta","Uri":"/auditLogs/signIns/dismiss","Variants":["Dismiss","DismissExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Invoke-MgBetaDismissAuditLogSignIn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/impactedResources/{impactedResource-id}/dismiss","Variants":["Dismiss","DismissExpanded","DismissViaIdentity","DismissViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaDismissDirectoryImpactedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/dismiss","Variants":["Dismiss","DismissExpanded","DismissViaIdentity","DismissViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRecommendation","Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaDismissDirectoryRecommendation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss","Variants":["Dismiss","DismissExpanded","DismissViaIdentity","DismissViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaDismissDirectoryRecommendationImpactedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/dismissReminder","Variants":["Dismiss","DismissViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaDismissGroupEventReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/dismiss","Variants":["Dismiss","DismissExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaDismissRiskyServicePrincipal"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/dismiss","Variants":["Dismiss","DismissExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaDismissRiskyUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/dismissReminder","Variants":["Dismiss","DismissViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaDismissUserEventReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown","Variants":["Down","DownViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaDownDeviceManagementComanagedDeviceShut"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/shutDown","Variants":["Down","DownViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaDownDeviceManagementManagedDeviceShut"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/downloadAppDiagnostics","Variants":["Download","DownloadExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/downloadPowerliftAppDiagnostic","Variants":["Download","DownloadExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaDownloadDeviceManagementComanagedDevicePowerliftAppDiagnostic"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/downloadAppDiagnostics","Variants":["Download","DownloadExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/downloadPowerliftAppDiagnostic","Variants":["Download","DownloadExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaDownloadDeviceManagementManagedDevicePowerliftAppDiagnostic"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/downloadAppDiagnostics","Variants":["Download","DownloadExpanded","DownloadViaIdentity","DownloadViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/downloadPowerliftAppDiagnostic","Variants":["Download","DownloadExpanded","DownloadViaIdentity","DownloadViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaDownloadUserManagedDevicePowerliftAppDiagnostic"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/shutDown","Variants":["Down","DownViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaDownUserManagedDeviceShut"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction","Variants":["Enroll","EnrollViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction","Variants":["Enroll","EnrollViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction","Variants":["Enroll","EnrollViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaEnrollUserManagedDeviceNowAction"},{"Method":"POST","CommandAlias":"Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById"},{"Method":"POST","CommandAlias":"Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById"},{"Method":"POST","CommandAlias":"Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset"},{"Method":"POST","CommandAlias":"Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById"},{"Method":"POST","CommandAlias":"Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset"},{"Method":"POST","CommandAlias":"Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById"},{"Method":"POST","CommandAlias":"Invoke-MgBetaEnrollWuUpdatableAsset","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/enrollAssets","Variants":["Enroll","EnrollExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset"},{"Method":"POST","CommandAlias":"Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/enrollAssetsById","Variants":["Enroll","EnrollExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-reports-entitiessummaries?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/reports/entitiesSummaries(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Entities","EntitiesViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessEntitiesSummary","Module":"Beta.NetworkAccess","Command":"Invoke-MgBetaEntityNetworkAccessReportSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics","Variants":["Estimate","EstimateViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics","Variants":["Estimate","EstimateViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaExcuseEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaExcuseEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaExcuseEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/executeAction","Variants":["Execute","ExecuteExpanded"],"OutputType":"IMicrosoftGraphBulkManagedDeviceActionResult","Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/executeAction","Variants":["Execute","ExecuteExpanded"],"OutputType":"IMicrosoftGraphBulkManagedDeviceActionResult","Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-incidenttask-executeresponseaction?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/incidentTasks/{incidentTask-id}/executeResponseAction","Variants":["Execute","ExecuteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Invoke-MgBetaExecuteSecurityIncidentTaskResponseAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/executeAction","Variants":["Execute","ExecuteExpanded","ExecuteViaIdentity","ExecuteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBulkManagedDeviceActionResult","Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaExecuteUserManagedDeviceAction"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes","Variants":["Experience","Experience1"],"OutputType":"IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary","Module":"Beta.DeviceManagement.Functions","Command":"Invoke-MgBetaExperienceDeviceManagement"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Beta.Files","Command":"Invoke-MgBetaExtractDriveItemSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Beta.Files","Command":"Invoke-MgBetaExtractDriveRootSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Beta.Files","Command":"Invoke-MgBetaExtractGroupDriveItemSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Beta.Files","Command":"Invoke-MgBetaExtractGroupDriveRootSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel","Variants":["Extract","ExtractExpanded","ExtractViaIdentity","ExtractViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionContentLabel","Module":"Beta.Sites","Command":"Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/policy/labels/extractLabel","Variants":["Extract","ExtractExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionContentLabel","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaExtractInformationProtectionPolicyLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/extractContentLabel","Variants":["Extract","ExtractExpanded"],"OutputType":"IMicrosoftGraphSecurityContentLabel","Module":"Beta.Security","Command":"Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Beta.Files","Command":"Invoke-MgBetaExtractUserDriveItemSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Beta.Files","Command":"Invoke-MgBetaExtractUserDriveRootSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy/labels/extractLabel","Variants":["Extract","ExtractExpanded","ExtractViaIdentity","ExtractViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionContentLabel","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaExtractUserInformationProtectionPolicyLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel","Variants":["Extract","ExtractExpanded","ExtractViaIdentity","ExtractViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityContentLabel","Module":"Beta.Security","Command":"Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/favorite","Variants":["Favorite","FavoriteExpanded"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Invoke-MgBetaFavoriteServiceAnnouncementMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphFilterOperatorSchema","Module":"Beta.Applications","Command":"Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphFilterOperatorSchema","Module":"Beta.Applications","Command":"Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignment","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAppConsentRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUserConsentRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphScheduledPermissionsRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphFilterOperatorSchema","Module":"Beta.Applications","Command":"Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphFilterOperatorSchema","Module":"Beta.Applications","Command":"Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journals/{journal-id}/post","Variants":["Post","PostViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Invoke-MgBetaFinancialCompanyJournal"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post","Variants":["Post","PostViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Invoke-MgBetaFinancialCompanyPurchaseInvoice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend","Variants":["Post","PostViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Invoke-MgBetaFinancialCompanySaleInvoiceAndSend"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post","Variants":["Post","PostViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Invoke-MgBetaFinancialCompanySalesInvoice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaFollowDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaFollowDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaFollowGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaFollowGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaFollowUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaFollowUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/forceDelete","Variants":["Force","ForceExpanded","ForceViaIdentity","ForceViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaForceDomainDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardChatMessageReplyToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardChatMessageToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaForwardGroupConversationThreadPost"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaForwardGroupEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardGroupTeamChannelMessageToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaForwardGroupThreadPost"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaForwardGroupThreadPostInReplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardTeamChannelMessageReplyToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardTeamChannelMessageToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardUserChatMessageReplyToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Invoke-MgBetaForwardUserChatMessageToChat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaForwardUserEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaForwardUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaForwardUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaForwardUserMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Module":"Beta.Applications","Command":"Invoke-MgBetaFunctionApplicationSynchronizationJobSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Module":"Beta.Applications","Command":"Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Module":"Beta.Applications","Command":"Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Module":"Beta.Applications","Command":"Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/unhideForUser","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaGraphChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphChatMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphChatMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/scopedForResource(resource='{resource}')","Variants":["Graph","GraphViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Functions","Command":"Invoke-MgBetaGraphDeviceManagement"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService","Variants":["Graph","GraphViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaGraphDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/unsubscribeByMail","Variants":["Graph","GraphViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaGraphGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaGraphGroupDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphGroupTeamChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphGroupTeamChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Graph","GraphViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/authenticationMethods/usersRegisteredByFeature","Variants":["Graph","Graph1","Graph2","Graph3","GraphViaIdentity","GraphViaIdentity1"],"OutputType":"IMicrosoftGraphUserRegistrationFeatureSummary","Module":"Beta.Reports","Command":"Invoke-MgBetaGraphReportAuthenticationMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphTeamChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphTeamChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphTeamPrimaryChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphTeamPrimaryChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/unhideForUser","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaGraphUserChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphUserChatMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaGraphUserChatMessageReply"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaGraphUserDrive"},{"Method":"POST","CommandAlias":"Invoke-MgBetaGraphWuDeploymentAudienceExclusion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion"},{"Method":"POST","CommandAlias":"Invoke-MgBetaGraphWuDeploymentAudienceMember","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember"},{"Method":"POST","CommandAlias":"Invoke-MgBetaGraphWuPolicyAudienceExclusion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion"},{"Method":"POST","CommandAlias":"Invoke-MgBetaGraphWuPolicyAudienceMember","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember"},{"Method":"POST","CommandAlias":"Invoke-MgBetaGraphWuUpdatableAsset","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/unenrollAssetsById","Variants":["Graph","GraphExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaHasDeviceManagementScriptPayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks","Variants":["Link","LinkExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks","Variants":["Link","LinkExpanded","LinkViaIdentity","LinkViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaHaveGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaHaveGroupTeamPrimaryChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaHaveTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaHaveTeamPrimaryChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaHaveTeamworkDeletedTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation","Variants":["Initiate","InitiateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery","Variants":["Initiate","InitiateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation","Variants":["Initiate","InitiateExpanded","InitiateViaIdentity","InitiateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation","Variants":["Initiate","InitiateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery","Variants":["Initiate","InitiateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation","Variants":["Initiate","InitiateExpanded","InitiateViaIdentity","InitiateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation","Variants":["Initiate","InitiateViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaInitiateUserManagedDeviceAttestation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery","Variants":["Initiate","InitiateViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation","Variants":["Initiate","InitiateExpanded","InitiateViaIdentity","InitiateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applicationTemplates/{applicationTemplate-id}/instantiate","Variants":["Instantiate","InstantiateExpanded","InstantiateViaIdentity","InstantiateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApplicationServicePrincipal","Module":"Beta.Applications","Command":"Invoke-MgBetaInstantiateApplicationTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.RevokeSessions.All","Description":"Revokes all sign in sessions for a user","FullDescription":"Allow the app to revoke all sign in sessions for a user on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.RevokeSessions.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/invalidateAllRefreshTokens","Variants":["Invalidate","InvalidateViaIdentity"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Invoke-MgBetaInvalidateAllUserRefreshToken"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Invoke-MgBetaInviteDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Invoke-MgBetaInviteDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Invoke-MgBetaInviteGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Invoke-MgBetaInviteGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Invoke-MgBetaInviteUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Invoke-MgBetaInviteUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/identityAccounts/{identityAccounts-id}/invokeAction","Variants":["Invoke","InvokeExpanded","InvokeViaIdentity","InvokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityInvokeActionResult","Module":"Beta.Security","Command":"Invoke-MgBetaInvokeSecurityIdentityAccountAction"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable","Variants":["Are"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/reprocessLicenseAssignment","Variants":["License","LicenseViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users.Actions","Command":"Invoke-MgBetaLicenseUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser","Variants":["Logout","LogoutViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser","Variants":["Logout","LogoutViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser","Variants":["Logout","LogoutViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/markChatReadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaMarkChatReadForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/markChatUnreadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaMarkChatUnreadForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/markRead","Variants":["Mark","MarkExpanded"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Invoke-MgBetaMarkServiceAnnouncementMessageRead"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/markUnread","Variants":["Mark","MarkExpanded"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Invoke-MgBetaMarkServiceAnnouncementMessageUnread"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/markChatReadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaMarkUserChatReadForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/markChatUnreadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaMarkUserChatUnreadForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Invoke-MgBetaMarkUserMailFolderMessageAsJunk"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/markAsJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Invoke-MgBetaMarkUserMessageAsJunk"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/markAsNotJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Invoke-MgBetaMarkUserMessageAsNotJunk"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/allMessages","Variants":["Message"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaMessageChat"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/allMessages","Variants":["Message","MessageViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaMessageGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/allMessages","Variants":["Message"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaMessageTeam"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/allMessages","Variants":["Message","MessageViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaMessageTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages","Variants":["Message","MessageViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaMessageTeamworkDeletedTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.WhereInstalled","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/allMessages","Variants":["Message","MessageViaIdentity"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Invoke-MgBetaMessageUserChat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/my","Variants":["My"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaMyPrivilegedRoleAssignment"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/my","Variants":["My"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaMyPrivilegedRoleAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionunitbase-offboard?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/offboard","Variants":["Offboard","OffboardViaIdentity"],"OutputType":"IMicrosoftGraphProtectionUnitBase","Module":"Beta.BackupRestore","Command":"Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/onboard","Variants":["Onboard"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Invoke-MgBetaOnboardNetworkAccess"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState","Variants":["Override","OverrideExpanded","OverrideViaIdentity","OverrideViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState","Variants":["Override","OverrideExpanded","OverrideViaIdentity","OverrideViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState","Variants":["Override","OverrideExpanded","OverrideViaIdentity","OverrideViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaOverrideUserManagedDeviceComplianceState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"OutputType":"IMicrosoftGraphParseExpressionResponse","Module":"Beta.Applications","Command":"Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"OutputType":"IMicrosoftGraphParseExpressionResponse","Module":"Beta.Applications","Command":"Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"OutputType":"IMicrosoftGraphParseExpressionResponse","Module":"Beta.Applications","Command":"Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"OutputType":"IMicrosoftGraphParseExpressionResponse","Module":"Beta.Applications","Command":"Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/getManagedDevicesWithFailedOrPendingApps","Variants":["Pending","PendingViaIdentity"],"OutputType":"IMicrosoftGraphManagedDeviceSummarizedAppState","Module":"Beta.Users.Functions","Command":"Invoke-MgBetaPendingUserApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/pin","Variants":["Pin","PinViaIdentity"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Beta.Education","Command":"Invoke-MgBetaPinEducationClassModule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound","Variants":["Play","PlayExpanded","PlayViaIdentity","PlayViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound","Variants":["Play","PlayExpanded","PlayViaIdentity","PlayViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound","Variants":["Play","PlayExpanded","PlayViaIdentity","PlayViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaPlayUserManagedDeviceLostModeSound"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/impactedResources/{impactedResource-id}/postpone","Variants":["Postpone","PostponeExpanded","PostponeViaIdentity","PostponeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaPostponeDirectoryImpactedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/postpone","Variants":["Postpone","PostponeExpanded","PostponeViaIdentity","PostponeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRecommendation","Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaPostponeDirectoryRecommendation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone","Variants":["Postpone","PostponeExpanded","PostponeViaIdentity","PostponeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Beta.Files","Command":"Invoke-MgBetaPreviewDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Beta.Files","Command":"Invoke-MgBetaPreviewDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Beta.Files","Command":"Invoke-MgBetaPreviewGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Beta.Files","Command":"Invoke-MgBetaPreviewGroupDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewGroupOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewGroupOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewGroupOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewGroupOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewGroupOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Sites","Command":"Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Sites","Command":"Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Sites","Command":"Invoke-MgBetaPreviewGroupSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Sites","Command":"Invoke-MgBetaPreviewGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Sites","Command":"Invoke-MgBetaPreviewGroupSiteOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewSiteOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Beta.Files","Command":"Invoke-MgBetaPreviewUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Beta.Files","Command":"Invoke-MgBetaPreviewUserDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewUserOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewUserOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewUserOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Beta.Notes","Command":"Invoke-MgBetaPreviewUserOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Content.Process.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Content.Process.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/processContentAsync","Variants":["Process","ProcessExpanded"],"OutputType":"IMicrosoftGraphProcessContentResponses","Module":"Beta.Security","Command":"Invoke-MgBetaProcessSecurityDataSecurityAndGovernanceContentAsync"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/promote","Variants":["Promote","PromoteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaPromoteDomain"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/promoteToInitial","Variants":["Promote","PromoteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaPromoteDomainToInitial"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/queryByPlatformType","Variants":["Query","QueryExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileBase","Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"QnA.Read.All","Description":"Read all Questions and Answers that you can access.","FullDescription":"Allows the app to read all question and answer sets that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookmark.Read.All","Description":"Read all bookmarks that you have access to","FullDescription":"Allows the app to read all bookmarks you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Acronym.Read.All","Description":"Read all acronyms that you have access to","FullDescription":"Allows the app to read all acronyms you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/query","Variants":["Query","QueryExpanded"],"OutputType":"IMicrosoftGraphSearchResponse","Module":"Beta.Search","Command":"Invoke-MgBetaQuerySearch"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/impactedResources/{impactedResource-id}/reactivate","Variants":["Reactivate","ReactivateViaIdentity"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaReactivateDirectoryImpactedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/reactivate","Variants":["Reactivate","ReactivateViaIdentity"],"OutputType":"IMicrosoftGraphRecommendation","Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaReactivateDirectoryRecommendation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate","Variants":["Reactivate","ReactivateViaIdentity"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaReassignEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaReassignEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaReassignEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaReauthorizeDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaReauthorizeDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaReauthorizeDriveRootSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaReauthorizeGroupDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaReauthorizeGroupDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaReauthorizeGroupDriveRootSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Invoke-MgBetaReauthorizeGroupSiteListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaReauthorizeShareListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Invoke-MgBetaReauthorizeSiteListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.ChangeNotifications","Command":"Invoke-MgBetaReauthorizeSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaReauthorizeUserDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaReauthorizeUserDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaReauthorizeUserDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaRecentDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaRecentGroupDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/recent","Variants":["Recent","RecentViaIdentity"],"OutputType":"IMicrosoftGraphUserActivity","Module":"Beta.CrossDeviceExperiences","Command":"Invoke-MgBetaRecentUserActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Invoke-MgBetaRecentUserDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/recordAllDecisions","Variants":["Record","RecordExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions","Variants":["Record","RecordExpanded","RecordViaIdentity","RecordViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions","Variants":["Record","RecordExpanded","RecordViaIdentity","RecordViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions","Variants":["Record","RecordExpanded","RecordViaIdentity","RecordViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions","Variants":["Record","RecordExpanded","RecordViaIdentity","RecordViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Invoke-MgBetaRedirectPrintPrinterJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Invoke-MgBetaRedirectPrintPrinterShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Invoke-MgBetaRedirectPrintShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/reenable","Variants":["Reenable","ReenableViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaReenableDeviceManagementComanagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/reenable","Variants":["Reenable","ReenableViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaReenableDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/reenable","Variants":["Reenable","ReenableViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaReenableUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate","Variants":["Remediate","RemediateViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/collaboration/analyzedEmails/remediate","Variants":["Remediate","RemediateExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/renew","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaRenewGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groupLifecyclePolicies/renewGroup","Variants":["Renew","RenewExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaRenewGroupLifecyclePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reopen","Variants":["Reopen","ReopenViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Invoke-MgBetaReopenComplianceEdiscoveryCase"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen","Variants":["Reopen","ReopenViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Invoke-MgBetaReopenSecurityCaseEdiscoveryCase"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder","Variants":["Reorder","ReorderExpanded","ReorderViaIdentity","ReorderViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaReorderDeviceManagementConfigurationPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaReplyAllUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaReplyAllUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaReplyGroupConversationThread"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaReplyGroupConversationThreadPost"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaReplyGroupThread"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaReplyGroupThreadPost"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaReplyGroupThreadPostInReplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaReplyUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaReplyUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaReplyUserMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports/destinationReport(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Report","ReportViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessDestination","Module":"Beta.NetworkAccess","Command":"Invoke-MgBetaReportNetworkAccessReportDestination"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports/deviceReport(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Report","ReportViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessDevice","Module":"Beta.NetworkAccess","Command":"Invoke-MgBetaReportNetworkAccessReportDevice"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports/userReport(startDateTime={startDateTime},endDateTime={endDateTime},discoveredApplicationSegmentId='@discoveredApplicationSegmentId',applicationId='@applicationId')","Variants":["Report","ReportViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessUser","Module":"Beta.NetworkAccess","Command":"Invoke-MgBetaReportNetworkAccessReportUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport","Variants":["Report","ReportViaIdentity"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport","Variants":["Report","ReportViaIdentity"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Invoke-MgBetaReportServiceAnnouncementIssueIncident"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/retire","Variants":["Retire","RetireViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaRetireDeviceManagementComanagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/retire","Variants":["Retire","RetireViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaRetireDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/retire","Variants":["Retire","RetireViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRetireUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/{orgContact-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaRetryContactServiceProvisioning"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaRetryGroupServiceProvisioning"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Invoke-MgBetaRetryUserServiceProvisioning"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaReturnEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaReturnEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaReturnEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys","Variants":["Rotate","RotateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey","Variants":["Rotate","RotateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword","Variants":["Rotate","RotateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys","Variants":["Rotate","RotateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey","Variants":["Rotate","RotateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword","Variants":["Rotate","RotateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys","Variants":["Rotate","RotateViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRotateUserManagedDeviceBitLockerKey"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey","Variants":["Rotate","RotateViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRotateUserManagedDeviceFileVaultKey"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword","Variants":["Rotate","RotateViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan","Variants":["Scan","ScanExpanded","ScanViaIdentity","ScanViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan","Variants":["Scan","ScanExpanded","ScanViaIdentity","ScanViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan","Variants":["Scan","ScanExpanded","ScanViaIdentity","ScanViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaScanUserManagedDeviceWindowsDefender"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules","Variants":["Schedule","ScheduleExpanded","ScheduleViaIdentity","ScheduleViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAccess.ReadWrite.AzureAD","Description":"Read and write privileged access to Azure AD","FullDescription":"Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAccess.Read.AzureAD","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule"],"OutputType":"IMicrosoftGraphUnifiedRoleScheduleInstanceBase","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaScheduleRoleManagementDirectory"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAccess.ReadWrite.AzureAD","Description":"Read and write privileged access to Azure AD","FullDescription":"Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAccess.Read.AzureAD","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule"],"OutputType":"IMicrosoftGraphUnifiedRoleScheduleBase","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaScheduleRoleManagementDirectoryRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule","ScheduleViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleScheduleInstanceBase","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaScheduleRoleManagementEnterpriseApp"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule","ScheduleViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleScheduleBase","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule"],"OutputType":"IMicrosoftGraphUnifiedRoleScheduleInstanceBase","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaScheduleRoleManagementEntitlementManagement"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule"],"OutputType":"IMicrosoftGraphUnifiedRoleScheduleBase","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate","Variants":["Self","SelfExpanded","SelfViaIdentity","SelfViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate","Variants":["Self","SelfViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}/selfActivate","Variants":["Self","SelfExpanded","SelfViaIdentity","SelfViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSelfPrivilegedRoleActivate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate","Variants":["Self","SelfExpanded","SelfViaIdentity","SelfViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate","Variants":["Self","SelfViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate","Variants":["Self","SelfExpanded","SelfViaIdentity","SelfViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate","Variants":["Self","SelfViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}/selfDeactivate","Variants":["Self","SelfViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSelfPrivilegedRoleDeactivate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService","Variants":["Share","ShareViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/share","Variants":["Share","ShareExpanded","ShareViaIdentity","ShareViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaShareGroupTeamSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/share","Variants":["Share","ShareExpanded","ShareViaIdentity","ShareViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaShareTeamSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/signDigest","Variants":["Sign","SignExpanded","SignViaIdentity","SignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSigningResult","Module":"Beta.Sites","Command":"Invoke-MgBetaSignGroupSiteInformationProtectionDigest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/signDigest","Variants":["Sign","SignExpanded"],"OutputType":"IMicrosoftGraphSigningResult","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaSignInformationProtectionDigest"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersigninsbyauthmethodsummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/authenticationMethods/userSignInsByAuthMethodSummary(period='{period}')","Variants":["Sign","SignViaIdentity"],"OutputType":"IMicrosoftGraphUserSignInUsageByAuthMethodActivity","Module":"Beta.Reports","Command":"Invoke-MgBetaSignReportAuthenticationMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/signDigest","Variants":["Sign","SignExpanded","SignViaIdentity","SignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSigningResult","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaSignUserInformationProtectionDigest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/snoozeReminder","Variants":["Snooze","SnoozeExpanded","SnoozeViaIdentity","SnoozeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaSnoozeGroupEventReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/snoozeReminder","Variants":["Snooze","SnoozeExpanded","SnoozeViaIdentity","SnoozeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Invoke-MgBetaSnoozeUserEventReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftChatMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftChatMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftGroupTeamChannelMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftGroupTeamChannelMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftTeamChannelMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftTeamChannelMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftUserChatMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaSoftUserChatMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/subscribeByMail","Variants":["Subscribe","SubscribeViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaSubscribeGroupByMail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceRunSummary","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserSummary","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskReportSummary","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserSummary","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/supportedLanguages","Variants":["Supported","SupportedViaIdentity"],"OutputType":"IMicrosoftGraphLocaleInfo","Module":"Beta.Users","Command":"Invoke-MgBetaSupportedUserOutlookLanguage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/supportedTimeZones","Variants":["Time","Time1","TimeViaIdentity","TimeViaIdentity1"],"OutputType":"IMicrosoftGraphTimeZoneInformation","Module":"Beta.Users","Command":"Invoke-MgBetaTimeUserOutlook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Top","TopViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Top","TopViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-reports-transactionsummaries?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/reports/transactionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Transaction","TransactionViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessTransactionSummary","Module":"Beta.NetworkAccess","Command":"Invoke-MgBetaTransactionNetworkAccessReportSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/translateExchangeIds","Variants":["Translate","TranslateExpanded","TranslateViaIdentity","TranslateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConvertIdResult","Module":"Beta.Users.Actions","Command":"Invoke-MgBetaTranslateUserExchangeId"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Planner","Command":"Invoke-MgBetaUnarchiveGroupPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Invoke-MgBetaUnarchiveGroupSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Invoke-MgBetaUnarchiveGroupSiteGetByPath"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveGroupTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveGroupTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveGroupTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Planner","Command":"Invoke-MgBetaUnarchivePlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/unarchive","Variants":["Unarchive","UnarchiveExpanded"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Invoke-MgBetaUnarchiveServiceAnnouncementMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Archive.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Archive.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Invoke-MgBetaUnarchiveSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Invoke-MgBetaUnarchiveSiteGetByPath"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveTeamChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Planner","Command":"Invoke-MgBetaUnarchiveUserPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice","Variants":["Unassign","UnassignViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice","Variants":["Unassign","UnassignViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkSettings/unbind","Variants":["Unbind"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind","Variants":["Unbind"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting"},{"Method":"POST","CommandAlias":"Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets","Variants":["Unenroll","UnenrollExpanded","UnenrollViaIdentity","UnenrollViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset"},{"Method":"POST","CommandAlias":"Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets","Variants":["Unenroll","UnenrollExpanded","UnenrollViaIdentity","UnenrollViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset"},{"Method":"POST","CommandAlias":"Invoke-MgBetaUnenrollWuUpdatableAsset","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/unenrollAssets","Variants":["Unenroll","UnenrollExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/serviceAnnouncement/messages/unfavorite","Variants":["Unfavorite","UnfavoriteExpanded"],"OutputType":null,"Module":"Beta.Devices.ServiceAnnouncement","Command":"Invoke-MgBetaUnfavoriteServiceAnnouncementMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaUnfollowDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaUnfollowDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaUnfollowGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaUnfollowGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaUnfollowUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Invoke-MgBetaUnfollowUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin","Variants":["Unpin","UnpinViaIdentity"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Beta.Education","Command":"Invoke-MgBetaUnpinEducationClassModule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe","Variants":["Unsubscribe","UnsubscribeViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe","Variants":["Unsubscribe","UnsubscribeViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaUnsubscribeUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/unsubscribe","Variants":["Unsubscribe","UnsubscribeViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Invoke-MgBetaUnsubscribeUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-upload?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/upload","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Invoke-MgBetaUploadDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaUploadIdentityApiConnectorClientCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrustFrameworkKey","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaUploadTrustFrameworkKeySetCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrustFrameworkKey","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrustFrameworkKey","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaUploadTrustFrameworkKeySetSecret"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage","Variants":["Usage","Usage1","UsageViaIdentity","UsageViaIdentity1"],"OutputType":"IMicrosoftGraphAuthenticationStrengthUsage","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-reports-usageprofiling?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/reports/usageProfiling(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}',discoveredApplicationSegmentId='@discoveredApplicationSegmentId',applicationId='@applicationId')","Variants":["Usage","UsageViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessUsageProfilingPoint","Module":"Beta.NetworkAccess","Command":"Invoke-MgBetaUsageNetworkAccessReportProfiling"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage","Variants":["Usage","UsageViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationStrengthUsage","Module":"Beta.Identity.SignIns","Command":"Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-userregistrationactivity?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/authenticationMethods/userRegistrationActivity(period='{period}')","Variants":["User","UserViaIdentity"],"OutputType":"IMicrosoftGraphUserRegistrationActivitySummary","Module":"Beta.Reports","Command":"Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')","Variants":["View","ViewViaIdentity"],"OutputType":"IMicrosoftGraphReminder","Module":"Beta.Users.Functions","Command":"Invoke-MgBetaViewUserReminder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports/webCategoryReport(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Web","WebViaIdentity"],"OutputType":"IMicrosoftGraphNetworkaccessWebCategoriesSummary","Module":"Beta.NetworkAccess","Command":"Invoke-MgBetaWebNetworkAccessReportCategoryReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Workflows","WorkflowsViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary","Module":"Beta.Identity.Governance","Command":"Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')","Variants":["Calendar","CalendarViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgCalendarGroupCalendar"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')","Variants":["Calendar","Calendar1","CalendarViaIdentity","CalendarViaIdentity1"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckinDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckinDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckinGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckinGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckinUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckinUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckoutDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckoutDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckoutGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckoutGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckoutUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgCheckoutUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice","Variants":["Clean","CleanExpanded","CleanViaIdentity","CleanViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement","Command":"Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice","Variants":["Clean","CleanExpanded","CleanViaIdentity","CleanViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCleanUserManagedDeviceWindowsDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards/clockIn","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Invoke-MgClockGroupTeamScheduleTimeCardIn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/clockOut","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Invoke-MgClockGroupTeamScheduleTimeCardOut"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards/clockIn","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Invoke-MgClockTeamScheduleTimeCardIn"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Invoke-MgClockTeamScheduleTimeCardOut"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/alerts_v2/{alert-id}/comments/$count","Variants":["Comment","CommentViaIdentity"],"OutputType":null,"Module":"Security","Command":"Invoke-MgCommentSecurityAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ProtectionScopes.Compute.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProtectionScopes.Compute.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/protectionScopes/compute","Variants":["Compute","ComputeExpanded"],"OutputType":"IMicrosoftGraphPolicyTenantScope","Module":"Security","Command":"Invoke-MgComputeSecurityDataSecurityAndGovernanceProtectionScope"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Security","Command":"Invoke-MgComputeSecurityDataSecurityAndGovernanceSensitivityLabelInheritance"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Security","Command":"Invoke-MgComputeSecurityDataSecurityAndGovernanceSensitivityLabelSublabelInheritance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/createOrGet","Variants":["Create1","CreateExpanded1"],"OutputType":"IMicrosoftGraphOnlineMeeting","Module":"CloudCommunications","Command":"Invoke-MgCreateOrGetCommunicationOnlineMeeting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Invoke-MgDeactivateEducationClassAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Invoke-MgDeactivateEducationMeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Invoke-MgDeactivateEducationUserAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"BackupRestore","Command":"Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"OutputType":"IMicrosoftGraphServiceApp","Module":"BackupRestore","Command":"Invoke-MgDeactivateSolutionBackupRestoreServiceApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/decline","Variants":["Decline","DeclineExpanded","DeclineViaIdentity","DeclineViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgDeclineGroupEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/decline","Variants":["Decline","DeclineExpanded","DeclineViaIdentity","DeclineViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgDeclineUserEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-dismiss?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/auditLogs/signIns/dismiss","Variants":["Dismiss","DismissExpanded"],"OutputType":null,"Module":"Reports","Command":"Invoke-MgDismissAuditLogSignIn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/dismissReminder","Variants":["Dismiss","DismissViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgDismissGroupEventReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/dismiss","Variants":["Dismiss","DismissExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Invoke-MgDismissRiskyServicePrincipal"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/dismiss","Variants":["Dismiss","DismissExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Invoke-MgDismissRiskyUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/dismissReminder","Variants":["Dismiss","DismissViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgDismissUserEventReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/shutDown","Variants":["Down","DownViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Invoke-MgDownDeviceManagementManagedDeviceShut"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest","Variants":["Download"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/shutDown","Variants":["Down","DownViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgDownUserManagedDeviceShut"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics","Variants":["Estimate","EstimateViaIdentity"],"OutputType":null,"Module":"Security","Command":"Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgExcuseEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgExcuseEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgExcuseEducationUserAssignmentSubmission"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices","Variants":["Experience"],"OutputType":"IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary","Module":"DeviceManagement.Functions","Command":"Invoke-MgExperienceDeviceManagement"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Files","Command":"Invoke-MgExtractDriveItemSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Files","Command":"Invoke-MgExtractDriveRootSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Files","Command":"Invoke-MgExtractGroupDriveItemSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Files","Command":"Invoke-MgExtractGroupDriveRootSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Files","Command":"Invoke-MgExtractUserDriveItemSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Module":"Files","Command":"Invoke-MgExtractUserDriveRootSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/favorite","Variants":["Favorite","FavoriteExpanded"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Invoke-MgFavoriteServiceAnnouncementMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphFilterOperatorSchema","Module":"Applications","Command":"Invoke-MgFilterApplicationSynchronizationJobSchemaOperator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphFilterOperatorSchema","Module":"Applications","Command":"Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Identity.Governance","Command":"Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignment","Module":"Identity.Governance","Command":"Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Identity.Governance","Command":"Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphAppConsentRequest","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUserConsentRequest","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphApproval","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphFilterOperatorSchema","Module":"Applications","Command":"Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"OutputType":"IMicrosoftGraphFilterOperatorSchema","Module":"Applications","Command":"Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgFollowDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgFollowDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgFollowGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgFollowGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgFollowUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgFollowUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/forceDelete","Variants":["Force","ForceExpanded","ForceViaIdentity","ForceViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Invoke-MgForceDomainDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgForwardGroupConversationThreadPost"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgForwardGroupConversationThreadPostInReplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgForwardGroupEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgForwardGroupThreadPost"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgForwardGroupThreadPostInReplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgForwardUserEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"Invoke-MgForwardUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"Invoke-MgForwardUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"Invoke-MgForwardUserMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Module":"Applications","Command":"Invoke-MgFunctionApplicationSynchronizationJobSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Module":"Applications","Command":"Invoke-MgFunctionApplicationSynchronizationTemplateSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Module":"Applications","Command":"Invoke-MgFunctionServicePrincipalSynchronizationJobSchema"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Module":"Applications","Command":"Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/unhideForUser","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgGraphChat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgGraphDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/unsubscribeByMail","Variants":["Graph","GraphViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgGraphGroup"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgGraphGroupDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Graph","GraphViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory","Module":"Identity.Governance","Command":"Invoke-MgGraphIdentityGovernanceLifecycleWorkflowInsight"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/reports/authenticationMethods/usersRegisteredByFeature","Variants":["Graph","Graph1","Graph2","Graph3","GraphViaIdentity","GraphViaIdentity1"],"OutputType":"IMicrosoftGraphUserRegistrationFeatureSummary","Module":"Reports","Command":"Invoke-MgGraphReportAuthenticationMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/unhideForUser","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgGraphUserChat"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgGraphUserDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgHaveGroupTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgHaveGroupTeamPrimaryChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgHaveTeamChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgHaveTeamPrimaryChannel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgHaveTeamworkDeletedTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applicationTemplates/{applicationTemplate-id}/instantiate","Variants":["Instantiate","InstantiateExpanded","InstantiateViaIdentity","InstantiateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApplicationServicePrincipal","Module":"Applications","Command":"Invoke-MgInstantiateApplicationTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/participants/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInviteParticipantsOperation","Module":"CloudCommunications","Command":"Invoke-MgInviteCommunicationCallParticipant"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Invoke-MgInviteDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Invoke-MgInviteDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Invoke-MgInviteGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Invoke-MgInviteGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Invoke-MgInviteUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Invoke-MgInviteUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/keepAlive","Variants":["Keep","KeepViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Invoke-MgKeepCommunicationCallAlive"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/reprocessLicenseAssignment","Variants":["License","LicenseViaIdentity"],"OutputType":"IMicrosoftGraphUser","Module":"Users.Actions","Command":"Invoke-MgLicenseUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/logTeleconferenceDeviceQuality","Variants":["Log","LogExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser","Variants":["Logout","LogoutViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser","Variants":["Logout","LogoutViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/markChatReadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgMarkChatReadForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/markChatUnreadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgMarkChatUnreadForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/markRead","Variants":["Mark","MarkExpanded"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Invoke-MgMarkServiceAnnouncementMessageRead"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/markUnread","Variants":["Mark","MarkExpanded"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Invoke-MgMarkServiceAnnouncementMessageUnread"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/markChatReadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgMarkUserChatReadForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/markChatUnreadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgMarkUserChatUnreadForUser"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/mute","Variants":["Mute","MuteExpanded","MuteViaIdentity","MuteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMuteParticipantOperation","Module":"CloudCommunications","Command":"Invoke-MgMuteCommunicationCall"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCallasGuest.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/participants/{participant-id}/mute","Variants":["Mute","MuteExpanded","MuteViaIdentity","MuteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMuteParticipantOperation","Module":"CloudCommunications","Command":"Invoke-MgMuteCommunicationCallParticipant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"OutputType":"IMicrosoftGraphParseExpressionResponse","Module":"Applications","Command":"Invoke-MgParseApplicationSynchronizationJobSchemaExpression"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"OutputType":"IMicrosoftGraphParseExpressionResponse","Module":"Applications","Command":"Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"OutputType":"IMicrosoftGraphParseExpressionResponse","Module":"Applications","Command":"Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"OutputType":"IMicrosoftGraphParseExpressionResponse","Module":"Applications","Command":"Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/pin","Variants":["Pin","PinViaIdentity"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Education","Command":"Invoke-MgPinEducationClassModule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/playPrompt","Variants":["Play","PlayExpanded","PlayViaIdentity","PlayViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlayPromptOperation","Module":"CloudCommunications","Command":"Invoke-MgPlayCommunicationCallPrompt"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Files","Command":"Invoke-MgPreviewDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Files","Command":"Invoke-MgPreviewDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Files","Command":"Invoke-MgPreviewGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Files","Command":"Invoke-MgPreviewGroupDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewGroupOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewGroupOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewGroupOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewGroupOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewGroupOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Sites","Command":"Invoke-MgPreviewGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Sites","Command":"Invoke-MgPreviewGroupSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Sites","Command":"Invoke-MgPreviewGroupSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Sites","Command":"Invoke-MgPreviewGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Sites","Command":"Invoke-MgPreviewGroupSiteOnenoteSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewSiteOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewSiteOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewSiteOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Files","Command":"Invoke-MgPreviewUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPreviewInfo","Module":"Files","Command":"Invoke-MgPreviewUserDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewUserOnenoteNotebookSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewUserOnenotePage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewUserOnenoteSectionGroupSectionPage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePagePreview","Module":"Notes","Command":"Invoke-MgPreviewUserOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Content.Process.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Content.Process.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/processContentAsync","Variants":["Process","ProcessExpanded"],"OutputType":"IMicrosoftGraphProcessContentResponses","Module":"Security","Command":"Invoke-MgProcessSecurityDataSecurityAndGovernanceContentAsync"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/promote","Variants":["Promote","PromoteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Invoke-MgPromoteDomain"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"QnA.Read.All","Description":"Read all Questions and Answers that you can access.","FullDescription":"Allows the app to read all question and answer sets that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookmark.Read.All","Description":"Read all bookmarks that you have access to","FullDescription":"Allows the app to read all bookmarks you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Acronym.Read.All","Description":"Read all acronyms that you have access to","FullDescription":"Allows the app to read all acronyms you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/query","Variants":["Query","QueryExpanded"],"OutputType":"IMicrosoftGraphSearchResponse","Module":"Search","Command":"Invoke-MgQuerySearch"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgReassignEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgReassignEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgReassignEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgReauthorizeDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgReauthorizeDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgReauthorizeDriveRootSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgReauthorizeGroupDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgReauthorizeGroupDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgReauthorizeGroupDriveRootSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Invoke-MgReauthorizeGroupSiteListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgReauthorizeShareListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Invoke-MgReauthorizeSiteListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"ChangeNotifications","Command":"Invoke-MgReauthorizeSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgReauthorizeUserDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgReauthorizeUserDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgReauthorizeUserDriveRootSubscription"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgRecentDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgRecentGroupDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/recent","Variants":["Recent","RecentViaIdentity"],"OutputType":"IMicrosoftGraphUserActivity","Module":"CrossDeviceExperiences","Command":"Invoke-MgRecentUserActivity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Invoke-MgRecentUserDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/recordResponse","Variants":["Record","RecordExpanded","RecordViaIdentity","RecordViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRecordOperation","Module":"CloudCommunications","Command":"Invoke-MgRecordCommunicationCallResponse"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Invoke-MgRedirectCommunicationCall"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Devices.CloudPrint","Command":"Invoke-MgRedirectPrintPrinterJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Devices.CloudPrint","Command":"Invoke-MgRedirectPrintShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/reject","Variants":["Reject","RejectExpanded","RejectViaIdentity","RejectViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Invoke-MgRejectCommunicationCall"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/renew","Variants":["Renew","RenewViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgRenewGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen","Variants":["Reopen","ReopenViaIdentity"],"OutputType":null,"Module":"Security","Command":"Invoke-MgReopenSecurityCaseEdiscoveryCase"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"OutputType":null,"Module":"Mail","Command":"Invoke-MgReplyAllUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"OutputType":null,"Module":"Mail","Command":"Invoke-MgReplyAllUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"OutputType":null,"Module":"Mail","Command":"Invoke-MgReplyAllUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgReplyGroupConversationThread"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgReplyGroupConversationThreadPost"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgReplyGroupConversationThreadPostInReplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgReplyGroupThread"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgReplyGroupThreadPost"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgReplyGroupThreadPostInReplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"Invoke-MgReplyUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"Invoke-MgReplyUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"Invoke-MgReplyUserMessage"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport","Variants":["Report","ReportViaIdentity"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport","Variants":["Report","ReportViaIdentity"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Invoke-MgReportServiceAnnouncementIssueIncident"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/retire","Variants":["Retire","RetireViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Invoke-MgRetireDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/retire","Variants":["Retire","RetireViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgRetireUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contacts/{orgContact-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Invoke-MgRetryContactServiceProvisioning"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgRetryGroupServiceProvisioning"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"OutputType":null,"Module":"Users.Actions","Command":"Invoke-MgRetryUserServiceProvisioning"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgReturnEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgReturnEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgReturnEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan","Variants":["Scan","ScanExpanded","ScanViaIdentity","ScanViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement","Command":"Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan","Variants":["Scan","ScanExpanded","ScanViaIdentity","ScanViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgScanUserManagedDeviceWindowsDefender"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules","Variants":["Schedule","ScheduleExpanded","ScheduleViaIdentity","ScheduleViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement","Command":"Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/share","Variants":["Share","ShareExpanded","ShareViaIdentity","ShareViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgShareGroupTeamSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/share","Variants":["Share","ShareExpanded","ShareViaIdentity","ShareViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgShareTeamSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/snoozeReminder","Variants":["Snooze","SnoozeExpanded","SnoozeViaIdentity","SnoozeViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgSnoozeGroupEventReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/snoozeReminder","Variants":["Snooze","SnoozeExpanded","SnoozeViaIdentity","SnoozeViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Invoke-MgSnoozeUserEventReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftChatMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftChatMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftGroupTeamChannelMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftGroupTeamChannelMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftGroupTeamPrimaryChannelMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftGroupTeamPrimaryChannelMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftTeamChannelMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftTeamChannelMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftTeamPrimaryChannelMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftUserChatMessageDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgSoftUserChatMessageReplyDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/subscribeToTone","Variants":["Subscribe","SubscribeExpanded","SubscribeViaIdentity","SubscribeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscribeToToneOperation","Module":"CloudCommunications","Command":"Invoke-MgSubscribeCommunicationCallToTone"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/subscribeByMail","Variants":["Subscribe","SubscribeViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Invoke-MgSubscribeGroupByMail"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceRunSummary","Module":"Identity.Governance","Command":"Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserSummary","Module":"Identity.Governance","Command":"Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTaskReportSummary","Module":"Identity.Governance","Command":"Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceUserSummary","Module":"Identity.Governance","Command":"Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/outlook/supportedLanguages","Variants":["Supported","SupportedViaIdentity"],"OutputType":"IMicrosoftGraphLocaleInfo","Module":"Users","Command":"Invoke-MgSupportedUserOutlookLanguage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate","Variants":["Terminate","TerminateViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Invoke-MgTerminateDeviceManagementPartner"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/outlook/supportedTimeZones","Variants":["Time","Time1","TimeViaIdentity","TimeViaIdentity1"],"OutputType":"IMicrosoftGraphTimeZoneInformation","Module":"Users","Command":"Invoke-MgTimeUserOutlook"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Top","TopViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary","Module":"Identity.Governance","Command":"Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Top","TopViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary","Module":"Identity.Governance","Command":"Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/translateExchangeIds","Variants":["Translate","TranslateExpanded","TranslateViaIdentity","TranslateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConvertIdResult","Module":"Users.Actions","Command":"Invoke-MgTranslateUserExchangeId"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot","Variants":["Troubleshoot","TroubleshootViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgUnarchiveGroupTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgUnarchiveGroupTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgUnarchiveGroupTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/unarchive","Variants":["Unarchive","UnarchiveExpanded"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Invoke-MgUnarchiveServiceAnnouncementMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgUnarchiveTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgUnarchiveTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgUnarchiveTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Invoke-MgUnarchiveTeamworkDeletedTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice","Variants":["Unassign","UnassignViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/serviceAnnouncement/messages/unfavorite","Variants":["Unfavorite","UnfavoriteExpanded"],"OutputType":null,"Module":"Devices.ServiceAnnouncement","Command":"Invoke-MgUnfavoriteServiceAnnouncementMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgUnfollowDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgUnfollowDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgUnfollowGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgUnfollowGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgUnfollowUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"OutputType":null,"Module":"Files","Command":"Invoke-MgUnfollowUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/unmute","Variants":["Unmute","UnmuteExpanded","UnmuteViaIdentity","UnmuteViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnmuteParticipantOperation","Module":"CloudCommunications","Command":"Invoke-MgUnmuteCommunicationCall"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin","Variants":["Unpin","UnpinViaIdentity"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Education","Command":"Invoke-MgUnpinEducationClassModule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgUnsubmitEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgUnsubmitEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Invoke-MgUnsubmitEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-upload?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/upload","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Invoke-MgUploadDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"Invoke-MgUploadIdentityApiConnectorClientCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage","Variants":["Usage","UsageViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationStrengthUsage","Module":"Identity.SignIns","Command":"Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage","Variants":["Usage","UsageViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationStrengthUsage","Module":"Identity.SignIns","Command":"Invoke-MgUsagePolicyAuthenticationStrengthPolicy"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')","Variants":["View","ViewViaIdentity"],"OutputType":"IMicrosoftGraphReminder","Module":"Users.Functions","Command":"Invoke-MgViewUserReminder"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Workflows","WorkflowsViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary","Module":"Identity.Governance","Command":"Invoke-MgWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Join-MgBetaDriveListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Join-MgBetaGroupDriveListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Join-MgBetaGroupSiteContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Join-MgBetaGroupSiteListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Join-MgBetaShareListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Join-MgBetaSiteContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Join-MgBetaSiteListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Join-MgBetaUserDriveListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Join-MgDriveListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Join-MgGroupDriveListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Join-MgGroupSiteContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Join-MgGroupSiteListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Join-MgShareListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Join-MgSiteContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Join-MgSiteListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Join-MgUserDriveListContentTypeWithHubSite"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock","Variants":["Lock","LockViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Lock-MgBetaDeviceManagementComanagedDeviceRemote"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/remoteLock","Variants":["Lock","LockViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Lock-MgBetaDeviceManagementManagedDeviceRemote"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock","Variants":["Lock","LockViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Lock-MgBetaUserManagedDeviceRemote"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/remoteLock","Variants":["Lock","LockViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Lock-MgDeviceManagementManagedDeviceRemote"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock","Variants":["Lock","LockViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Lock-MgUserManagedDeviceRemote"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/moveDevicesToOU","Variants":["Move","MoveExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Move-MgBetaDeviceManagementComanagedDeviceToOu"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate","Variants":["Migrate","MigrateExpanded","MigrateViaIdentity","MigrateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Move-MgBetaDeviceManagementIntentToTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/moveDevicesToOU","Variants":["Move","MoveExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Move-MgBetaDeviceManagementManagedDeviceToOu"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Move-MgBetaEntitlementManagementAccessPackageToCatalog"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Move-MgBetaGroupPlannerPlanToContainer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Move-MgBetaGroupTeamChannelPlannerPlanToContainer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Move-MgBetaPlannerPlanToContainer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Move-MgBetaTeamChannelPlannerPlanToContainer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Move-MgBetaUserMailFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Move-MgBetaUserMailFolderChildFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Move-MgBetaUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Move-MgBetaUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/moveDevicesToOU","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Move-MgBetaUserManagedDeviceToOu"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Move-MgBetaUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/transfer","Variants":["Transfer","TransferExpanded","TransferViaIdentity","TransferViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Move-MgCommunicationCall"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Move-MgUserMailFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Move-MgUserMailFolderChildFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Move-MgUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Move-MgUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Move-MgUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphBrowserSiteList","Module":"DeviceManagement","Command":"New-MgAdminEdgeInternetExplorerModeSiteList"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSharedCookie","Module":"DeviceManagement","Command":"New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSite","Module":"DeviceManagement","Command":"New-MgAdminEdgeInternetExplorerModeSiteListSite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/people/profileCardProperties","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphProfileCardProperty","Module":"Identity.DirectoryManagement","Command":"New-MgAdminPeopleProfileCardProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAgreement","Module":"Identity.Governance","Command":"New-MgAgreement"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/acceptances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Identity.Governance","Command":"New-MgAgreementAcceptance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"New-MgAgreementFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"New-MgAgreementFileLocalization"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"New-MgAgreementFileLocalizationVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"New-MgAgreementFileVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"New-MgAppCatalogTeamApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Teams","Command":"New-MgAppCatalogTeamAppDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AgentApplication.Create","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"New-MgApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/appManagementPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"New-MgApplicationAppManagementPolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/extensionProperties","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExtensionProperty","Module":"Applications","Command":"New-MgApplicationExtensionProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/federatedIdentityCredentials","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Applications","Command":"New-MgApplicationFederatedIdentityCredential"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"New-MgApplicationOwnerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Applications","Command":"New-MgApplicationSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand","Variants":["Provision","ProvisionExpanded","ProvisionViaIdentity","ProvisionViaIdentityExpanded"],"OutputType":"IMicrosoftGraphStringKeyStringValuePair","Module":"Applications","Command":"New-MgApplicationSynchronizationJobOnDemand"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"New-MgApplicationSynchronizationJobSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Applications","Command":"New-MgApplicationSynchronizationTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"New-MgApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/tokenIssuancePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"New-MgApplicationTokenIssuancePolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/tokenLifetimePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"New-MgApplicationTokenLifetimePolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessReview","Module":"Beta.Identity.Governance","Command":"New-MgBetaAccessReview"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"New-MgBetaAccessReviewDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReview","Module":"Beta.Identity.Governance","Command":"New-MgBetaAccessReviewInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"New-MgBetaAccessReviewInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"New-MgBetaAccessReviewInstanceMyDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"New-MgBetaAccessReviewInstanceReviewer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/myDecisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"New-MgBetaAccessReviewMyDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/reviewers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"New-MgBetaAccessReviewReviewer"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphBrowserSiteList","Module":"Beta.DeviceManagement","Command":"New-MgBetaAdminEdgeInternetExplorerModeSiteList"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSharedCookie","Module":"Beta.DeviceManagement","Command":"New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSite","Module":"Beta.DeviceManagement","Command":"New-MgBetaAdminEdgeInternetExplorerModeSiteListSite"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaAdministrativeUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaAdministrativeUnitExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaAdministrativeUnitMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaAdministrativeUnitMemberByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaAdministrativeUnitScopedRoleMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileCardProperties","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphProfileCardProperty","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaAdminPeopleProfileCardProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilepropertysettings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profilePropertySettings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphProfilePropertySetting","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaAdminPeopleProfilePropertySetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileSources","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphProfileSource","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaAdminPeopleProfileSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAgreement","Module":"Beta.Identity.Governance","Command":"New-MgBetaAgreement"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/acceptances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Beta.Identity.Governance","Command":"New-MgBetaAgreementAcceptance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"New-MgBetaAgreementFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"New-MgBetaAgreementFileLocalization"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"New-MgBetaAgreementFileLocalizationVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"New-MgBetaAgreementFileVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/appCatalogs/teamsApps","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"New-MgBetaAppCatalogTeamApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Beta.Teams","Command":"New-MgBetaAppCatalogTeamAppDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppDashboardCardDefinition","Module":"Beta.Teams","Command":"New-MgBetaAppCatalogTeamAppDefinitionDashboardCard"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AgentApplication.Create","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"New-MgBetaApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/appManagementPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaApplicationAppManagementPolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/extensionProperties","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExtensionProperty","Module":"Beta.Applications","Command":"New-MgBetaApplicationExtensionProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/federatedIdentityCredentials","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Beta.Applications","Command":"New-MgBetaApplicationFederatedIdentityCredential"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaApplicationOwnerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Beta.Applications","Command":"New-MgBetaApplicationSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand","Variants":["Provision","ProvisionExpanded","ProvisionViaIdentity","ProvisionViaIdentityExpanded"],"OutputType":"IMicrosoftGraphStringKeyStringValuePair","Module":"Beta.Applications","Command":"New-MgBetaApplicationSynchronizationJobOnDemand"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"New-MgBetaApplicationSynchronizationJobSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Beta.Applications","Command":"New-MgBetaApplicationSynchronizationTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"New-MgBetaApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/tokenIssuancePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaApplicationTokenIssuancePolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/tokenLifetimePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaApplicationTokenLifetimePolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses","Variants":["Create","Create1","CreateExpanded","CreateExpanded1"],"OutputType":"IMicrosoftGraphBookingBusiness","Module":"Beta.Bookings","Command":"New-MgBetaBookingBusiness"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Beta.Bookings","Command":"New-MgBetaBookingBusinessAppointment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Beta.Bookings","Command":"New-MgBetaBookingBusinessCalendarView"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingCustomer","Module":"Beta.Bookings","Command":"New-MgBetaBookingBusinessCustomer"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingCustomQuestion","Module":"Beta.Bookings","Command":"New-MgBetaBookingBusinessCustomQuestion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/services","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingService","Module":"Beta.Bookings","Command":"New-MgBetaBookingBusinessService"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingStaffMember","Module":"Beta.Bookings","Command":"New-MgBetaBookingBusinessStaffMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingCurrencies","Variants":["Create","Create1","CreateExpanded","CreateExpanded1"],"OutputType":"IMicrosoftGraphBookingCurrency","Module":"Beta.Bookings","Command":"New-MgBetaBookingCurrency"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/businessFlowTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphBusinessFlowTemplate","Module":"Beta.Identity.Governance","Command":"New-MgBetaBusinessFlowTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Chat.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.Create","Description":"Create chats","FullDescription":"Allows the app to create chats on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphChat","Module":"Beta.Teams","Command":"New-MgBetaChat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"New-MgBetaChatInstalledApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"New-MgBetaChatMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaChatMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaChatMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaChatMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaChatMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"New-MgBetaChatOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"New-MgBetaChatPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/pinnedMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Beta.Teams","Command":"New-MgBetaChatPinnedMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Create","Description":"Create tabs in Microsoft Teams.","FullDescription":"Allows the app to create tabs in any team in Microsoft Teams, on your behalf. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Create.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"New-MgBetaChatTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryCase","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCase"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryCustodian","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoverySiteSource","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryUserSource","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseCustodianUserSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryLegalHold","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseLegalHold"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoverySiteSource","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryUserSource","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryCaseOperation","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryReviewSet","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseReviewSet"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryReviewSetQuery","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseReviewSetQuery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoverySourceCollection","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseSourceCollection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryDataSource","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryTag","Module":"Beta.Compliance","Command":"New-MgBetaComplianceEdiscoveryCaseTag"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contracts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphContract","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaContract"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/dataPolicyOperations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDataPolicyOperation","Module":"Beta.Identity.SignIns","Command":"New-MgBetaDataPolicyOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDevice"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtAndroidManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementAndroidManagedAppProtection"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtDefaultManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementDefaultManagedAppProtection"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEnterpriseCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIosLobAppProvisioningConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtiOSManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIosManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementiOSManagedAppProtection"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedAppPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedAppPolicy"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedAppRegistration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedAppRegistration"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedAppRegistrationOperation","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppOperation","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedAppRegistrationOperation"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedAppStatus","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppStatuses","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedAppStatus","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedAppStatus"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedEBook","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedEBook"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedEBookAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedEBookAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedEBookAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedEBookCategory","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBookCategories","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedEBookCategory","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedEBookCategory"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedEBookDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedEBookDeviceState"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedEBookUserStateSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserInstallStateSummary","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedEBookUserStateSummary"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIosVppAppAssignedLicense","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppCatalogPackage","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCatalogPackages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobileAppCatalogPackage","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppCatalogPackage"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppCategory","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCategories","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppCategory"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppConfiguration"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtMobileAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppRelationships","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementMobileAppRelationship"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtPolicySet","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPolicySet","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementPolicySet"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtPolicySetAssignment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPolicySetAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementPolicySetAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtPolicySetItem","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPolicySetItem","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementPolicySetItem"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtTask","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/deviceAppManagementTasks","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceAppManagementTask","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementTask"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtVppToken","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/vppTokens","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphVppToken","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementVppToken"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWdacSupplementalPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWdacSupplementalPolicy"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionWipeAction","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWindowManagedAppProtection","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWindowsManagedAppProtection"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp"},{"Method":"POST","CommandAlias":"New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/commands","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCommand","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDeviceCommand"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDeviceExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAndroidForWorkAppConfigurationSchema","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAndroidForWorkEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken","Variants":["Create","CreateExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAppleUserInitiatedEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppleEnrollmentProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignmentFilter","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementAssignmentFilter"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/auditEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuditEvent","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementAuditEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/autopilotEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementAutopilotEvent","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementAutopilotEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/cartToClassAssociations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCartToClassAssociation","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementCartToClassAssociation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingCategory","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementCategorySettingDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComanagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComanagedDeviceConfigurationState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComanagedDeviceHealthScriptState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagementEligibleDevices","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphComanagementEligibleDevice","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementComanagementEligibleDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceManagementPartners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphComplianceManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementComplianceManagementPartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementCompliancePolicy","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementCompliancePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementCompliancePolicyAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementComplianceActionItem","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementCompliancePolicySetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceSettings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementComplianceSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementConfigurationPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementConfigurationPolicyAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementConfigurationPolicyCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementConfigurationPolicySetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementConfigurationPolicyTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingTemplate","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationSettings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementConfigurationSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/dataSharingConsents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDataSharingConsent","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDataSharingConsent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDepOnboardingSetting","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementDepOnboardingSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey","Variants":["Generate","GenerateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImportedAppleDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/derivedCredentials","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementDerivedCredentialSettings","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDerivedCredential"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/detectedApps","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDetectedApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCategories","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceCompliancePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceConfiguration","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceConfigurationAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationConflictSummary","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationConflictSummary","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceConfigurationConflictSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationGroupAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedAllDeviceCertificateState","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRestrictedAppsViolation","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceConfigurationUserStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration","Variants":["Create","CreateExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScript","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceHealthScript"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceHealthScriptAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptDeviceState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceShellScript","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceShellScript"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceShellScriptAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceShellScriptUserRunState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/domainJoinConnectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementDomainJoinConnector","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementDomainJoinConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePool","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementEmbeddedSimActivationCodePool"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmbeddedSimDeviceState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeConnectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementExchangeConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeOnPremisesPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementExchangeOnPremisePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyConfiguration","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementGroupPolicyConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyConfigurationAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionValue","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentationValue","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitionFiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicySettingMapping","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnsupportedGroupPolicyExtension","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyObjectFiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyObjectFile","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyObjectFile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyUploadedDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyOperation","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedDeviceIdentities","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphImportedDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementImportedDeviceIdentity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntent","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementIntent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementIntentAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentSettingCategory","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementIntentCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementIntentCategorySetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementIntentCategorySettingDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/createCopy","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntent","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementIntentCopy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementIntentDeviceSettingStateSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementIntentDeviceState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementIntentSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentUserState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementIntentUserState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIntuneBrandingProfile","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementIntuneBrandingProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIntuneBrandingProfileAssignment","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementIntuneBrandingProfileAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/iosUpdateStatuses","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementIoUpdateStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateAccountSummary","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateCategorySummary","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateStateSummary","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceCleanupRules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceCleanupRule","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceCleanupRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceConfigurationState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceEncryptionStates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceEncryptionState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceEncryptionState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceHealthScriptState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceWindowsOSImages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceWindowsOSImage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMicrosoftTunnelConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelHealthThresholds","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelHealthThreshold","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity","Generate","GenerateViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelSite","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMicrosoftTunnelSite"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelServer","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/generateServerLogCollectionRequest","Variants":["Generate","GenerateExpanded","GenerateViaIdentity","GenerateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMobileAppTroubleshootingEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"OutputType":"IMicrosoftGraphAppLogCollectionDownloadDetails","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileThreatDefenseConnectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementMobileThreatDefenseConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRecords","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementAlertRecord","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMonitoringAlertRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementAlertRule","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementMonitoringAlertRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/ndesConnectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNdesConnector","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementNdeConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNotificationMessageTemplate","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementNotificationMessageTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementPartners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementPartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteActionAudits","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRemoteActionAudit","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementRemoteActionAudit"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteAssistancePartners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRemoteAssistancePartner","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementRemoteAssistancePartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileBase","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementResourceAccessProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementResourceAccessProfileAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceOperations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphResourceOperation","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementResourceOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reusableSettings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementReusableSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoleAssignment","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementRoleDefinitionRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRoleScopeTag","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementRoleScopeTag"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoleScopeTagAutoAssignment","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementRoleScopeTagAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScript","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementScript"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementScriptAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementScriptDeviceRunState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementScriptGroupAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementScriptUserRunState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/settingDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementSettingDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/telecomExpenseManagementPartners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementTelecomExpenseManagementPartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTemplate","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateCategorySettingDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntent","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTemplate","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateMigratableTo"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateMigratableToCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntent","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateMigratableToInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateMigratableToSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTemplateSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementTermAndCondition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementTermAndConditionAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditionsGroupAssignment","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementTermAndConditionGroupAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/troubleshootingEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementTroubleshootingEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/userPfxCertificates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUserPfxCertificate","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementUserPfxCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/bulkActions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcBulkAction","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointBulkAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/deviceImages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcDeviceImage","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointDeviceImage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcExternalPartnerSetting","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcFrontLineServicePlan","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/galleryImages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcGalleryImage","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointGalleryImage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcExportJob","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointReportExportJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/servicePlans","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcServicePlan","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointServicePlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/snapshots","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcSnapshot","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointSnapshot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/supportedRegions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcSupportedRegion","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointSupportedRegion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcUserSetting","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointUserSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Module":"Beta.DeviceManagement.Administration","Command":"New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementWindowsFeatureUpdateProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsMalwareInformation","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementWindowsMalwareInformation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsQualityUpdateProfile","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementWindowsQualityUpdateProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsQualityUpdateProfileAssignment","Module":"Beta.DeviceManagement","Command":"New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDeviceRegisteredOwnerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDeviceRegisteredUserByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/usageRights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUsageRight","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDeviceUsageRights"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryAdministrativeUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryAdministrativeUnitExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryAdministrativeUnitMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryAdministrativeUnitMemberByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryAdministrativeUnitScopedRoleMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/attributeSets","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAttributeSet","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryAttributeSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethoddevice-post-hardwareoathdevices?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCertificateBasedApplicationConfiguration","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateAuthorityAsEntity","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":"Read and write all device authentication certificate configurations.","FullDescription":"Allows the app to read and write all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritypath-post-mutualtlsoauthconfigurations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMutualTlsOauthConfiguration","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryCustomSecurityAttributeDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAllowedValue","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deviceLocalCredentials","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryDeviceLocalCredential"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/externalUserProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphExternalUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryExternalUserProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryFeatureRolloutPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryFeatureRolloutPolicyApplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/federationConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryFederationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/impactedResources","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryImpactedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/inboundSharedUserProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphInboundSharedUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryInboundSharedUserProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryObjects","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DirectoryObjects","Command":"New-MgBetaDirectoryObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/onPremisesSynchronization","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryOnPremiseSynchronization"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOutboundSharedUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryOutboundSharedUserProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryOutboundSharedUserProfileTenant"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/pendingExternalUserProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPendingExternalUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryPendingExternalUserProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-post-certificatebasedauthconfigurations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-post-certificateauthorities?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/recommendations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRecommendation","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryRecommendation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/impactedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryRecommendationImpactedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryRole"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryRoleMemberByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryRoleScopedMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoleTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryRoleTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/settings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDirectorySetting","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectorySetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directorySettingTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDirectorySettingTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectorySettingTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/sharedEmailDomains","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSharedEmailDomain","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectorySharedEmailDomain"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/subscriptions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectorySubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicetemplate-createdevicefromtemplate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/createDeviceFromTemplate","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryTemplateDeviceFromTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceTemplate.Create","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceTemplate.Create","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/template-post-devicetemplates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDirectoryTemplateDeviceTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDomain","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDomain"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/federationConfiguration","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInternalDomainFederation","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDomainFederationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/serviceConfigurationRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDomainServiceConfigurationRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/sharedEmailDomainInvitations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedEmailDomainInvitation","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDomainSharedEmailDomainInvitation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/verificationDnsRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaDomainVerificationDnsRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"New-MgBetaDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaDriveBundle"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"New-MgBetaDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaDriveItemChild"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"New-MgBetaDriveItemExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"New-MgBetaDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveItemListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveItemListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"New-MgBetaDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"New-MgBetaDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"New-MgBetaDriveItemThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Files","Command":"New-MgBetaDriveItemUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"New-MgBetaDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"New-MgBetaDriveListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"New-MgBetaDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"New-MgBetaDriveListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"New-MgBetaDriveListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"New-MgBetaDriveListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"New-MgBetaDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"New-MgBetaDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"New-MgBetaDriveListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"New-MgBetaDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"New-MgBetaDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaDriveRootChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"New-MgBetaDriveRootExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveRootLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"New-MgBetaDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveRootListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveRootListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"New-MgBetaDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"New-MgBetaDriveRootSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"New-MgBetaDriveRootThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Files","Command":"New-MgBetaDriveRootUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"New-MgBetaDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"New-MgBetaEducationClass"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentCategories","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentCategoryByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentResourceDependentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentSettingGradingCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationgradingscheme-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationGradingScheme","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentSettingGradingScheme"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentSubmissionOutcome"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentSubmissionResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentSubmissionSubmittedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Education","Command":"New-MgBetaEducationClassMemberByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Beta.Education","Command":"New-MgBetaEducationClassModule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationModuleResource","Module":"Beta.Education","Command":"New-MgBetaEducationClassModuleResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/teachers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Education","Command":"New-MgBetaEducationClassTeacherByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignmentCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignmentCategoryByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignmentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignmentResourceDependentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignmentSubmissionOutcome"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignmentSubmissionResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignmentSubmissionSubmittedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/rubrics","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"New-MgBetaEducationMeRubric"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/readingAssignmentSubmissions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Module":"Beta.Education","Command":"New-MgBetaEducationReportReadingAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/readingCoachPassages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphReadingCoachPassage","Module":"Beta.Education","Command":"New-MgBetaEducationReportReadingCoachPassage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/reflectCheckInResponses","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphReflectCheckInResponse","Module":"Beta.Education","Command":"New-MgBetaEducationReportReflectCheck"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/speakerAssignmentSubmissions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSpeakerAssignmentSubmission","Module":"Beta.Education","Command":"New-MgBetaEducationReportSpeakerAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"New-MgBetaEducationSchool"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/classes/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Education","Command":"New-MgBetaEducationSchoolClassByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/users/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Education","Command":"New-MgBetaEducationSchoolUserByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Beta.Education","Command":"New-MgBetaEducationUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignmentCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignmentCategoryByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignmentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignmentResourceDependentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignmentSubmissionOutcome"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignmentSubmissionResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignmentSubmissionSubmittedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/rubrics","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"New-MgBetaEducationUserRubric"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomExtensionHandler","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageCatalog"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomAccessPackageWorkflowExtension","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageResourceRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAccessPackageResourceRoleScope"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphConnectedOrganization","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementConnectedOrganization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/subjects","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageSubject","Module":"Beta.Identity.Governance","Command":"New-MgBetaEntitlementManagementSubject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/authorizationSystems","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthorizationSystem","Module":"Beta.Search","Command":"New-MgBetaExternalAuthorizationSystem"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Module":"Beta.Search","Command":"New-MgBetaExternalConnection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Module":"Beta.Search","Command":"New-MgBetaExternalConnectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Module":"Beta.Search","Command":"New-MgBetaExternalConnectionGroupMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Module":"Beta.Search","Command":"New-MgBetaExternalConnectionItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Module":"Beta.Search","Command":"New-MgBetaExternalConnectionItemActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Module":"Beta.Search","Command":"New-MgBetaExternalConnectionOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/dataConnectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIndustryDataConnector","Module":"Beta.Search","Command":"New-MgBetaExternalIndustryDataConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/inboundFlows","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIndustryDataInboundFlow","Module":"Beta.Search","Command":"New-MgBetaExternalIndustryDataInboundFlow"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/operations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Search","Command":"New-MgBetaExternalIndustryDataOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet","Module":"Beta.Search","Command":"New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIndustryDataProvisioningFlow","Module":"Beta.Search","Command":"New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-referencedefinition-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/referenceDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIndustryDataReferenceDefinition","Module":"Beta.Search","Command":"New-MgBetaExternalIndustryDataReferenceDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/roleGroups","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIndustryDataRoleGroup","Module":"Beta.Search","Command":"New-MgBetaExternalIndustryDataRoleGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/sourceSystems","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIndustryDataSourceSystemDefinition","Module":"Beta.Search","Command":"New-MgBetaExternalIndustryDataSourceSystem"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/years","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIndustryDataYearTimePeriodDefinition","Module":"Beta.Search","Command":"New-MgBetaExternalIndustryDataYear"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/countriesRegions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCountryRegion","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyCountryRegion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/currencies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyCurrency"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyCustomer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomerPayment","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyCustomerPayment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomerPaymentJournal","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyCustomerPaymentJournal"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomerPayment","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyCustomerPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmployee","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyEmployee"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyEmployeePicture"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyItem"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/itemCategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyItemCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyItemPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journals","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphJournal","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyJournal"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journalLines","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphJournalLine","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyJournalLine"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyPaymentMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentTerms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyPaymentTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanySaleInvoiceCustomerPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanySaleInvoiceLineItemPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanySaleOrderCustomerPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanySaleOrderLineItemPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanySaleQuoteCustomerPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice","Variants":["Make","MakeViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanySaleQuoteInvoice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanySaleQuoteLineItemPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/shipmentMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyShipmentMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxAreas","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTaxArea","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyTaxArea"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTaxGroup","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyTaxGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/unitsOfMeasure","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnitOfMeasure","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyUnitOfMeasure"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVendor","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyVendor"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"New-MgBetaFinancialCompanyVendorPicture"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"New-MgBetaGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/acceptedSenders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"New-MgBetaGroupAcceptedSenderByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"New-MgBetaGroupAppRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"New-MgBetaGroupCalendarEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/calendarPermissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Beta.Calendar","Command":"New-MgBetaGroupCalendarPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversation","Module":"Beta.Groups","Command":"New-MgBetaGroupConversation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Beta.Groups","Command":"New-MgBetaGroupConversationThread"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"New-MgBetaGroupConversationThreadPostAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Groups","Command":"New-MgBetaGroupConversationThreadPostAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"New-MgBetaGroupConversationThreadPostExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"New-MgBetaGroupConversationThreadPostInReplyToAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Groups","Command":"New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"New-MgBetaGroupConversationThreadPostInReplyToExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"New-MgBetaGroupConversationThreadPostInReplyToMention"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"New-MgBetaGroupConversationThreadPostMention"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"New-MgBetaGroupDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaGroupDriveBundle"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"New-MgBetaGroupDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"New-MgBetaGroupDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"New-MgBetaGroupDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/endpoints","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Groups","Command":"New-MgBetaGroupEndpoint"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"New-MgBetaGroupEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Calendar","Command":"New-MgBetaGroupEventAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Calendar","Command":"New-MgBetaGroupEventAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"New-MgBetaGroupEventExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"New-MgBetaGroupExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groupLifecyclePolicies","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Module":"Beta.Groups","Command":"New-MgBetaGroupLifecyclePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"New-MgBetaGroupMemberByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteNotebookSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteNotebookSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteNotebookSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteNotebookSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenotePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaGroupOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"New-MgBetaGroupOwnerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Groups","Command":"New-MgBetaGroupPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/rejectedSenders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"New-MgBetaGroupRejectedSenderByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectorySetting","Module":"Beta.Groups","Command":"New-MgBetaGroupSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteAnalyticItemActivityStatActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentModel","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteContentModel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentProcessingJob","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteDocumentProcessingJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaGroupSiteExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteGetByPathColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentModel","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteGetByPathContentModel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteGetByPathContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentProcessingJob","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteGetByPathDocumentProcessingJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaGroupSiteGetByPathExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteGetByPathList"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteGetByPathOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteGetByPathPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pageTemplates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPageTemplate","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteGetByPathPageTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteGetByPathPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteInformationProtectionPolicyLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteInformationProtectionSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteList"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListItemActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteNotebookSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteNotebookSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteNotebookSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenotePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"New-MgBetaGroupSitePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageAsSitePageWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPageTemplate","Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaGroupSitePageTemplateWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"New-MgBetaGroupSitePermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRecycleBinItem","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteRecycleBinItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreGroupSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreGroupSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreGroupSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreGroupSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreGroupSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreGroupSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreGroupSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaGroupSiteTermStoreSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelPlannerPlanBucket"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelPlannerPlanBucketTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelPlannerPlanTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelSharedWithTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamInstalledApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelSharedWithTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamPrimaryChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/dayNotes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDayNote","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleDayNote"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleOfferShiftRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleOpenShift"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleOpenShiftChangeRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/schedulingGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleSchedulingGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShift","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleShift"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShiftsRoleDefinition","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleShiftRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleSwapShiftChangeRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleTimeCard"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timesOff","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleTimeOff"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffReasons","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleTimeOffReason"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamScheduleTimeOffRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamTag"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Beta.Teams","Command":"New-MgBetaGroupTeamTagMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Beta.Groups","Command":"New-MgBetaGroupThread"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"New-MgBetaGroupThreadPostAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Groups","Command":"New-MgBetaGroupThreadPostAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"New-MgBetaGroupThreadPostExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Groups","Command":"New-MgBetaGroupThreadPostInReplyToAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Groups","Command":"New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"New-MgBetaGroupThreadPostInReplyToExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"New-MgBetaGroupThreadPostInReplyToMention"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Groups","Command":"New-MgBetaGroupThreadPostMention"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/apiConnectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityApiConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityAuthenticationEventFlow"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityAuthenticationEventFlowIncludeApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventListeners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationEventListener","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityAuthenticationEventListener"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphB2CIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2CUserFlow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2CUserFlowIdentityProviderByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2CUserFlowLanguage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2CUserFlowLanguageDefaultPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2CUserFlowLanguageOverridePage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2CUserFlowUserAttributeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2XUserFlow"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2XUserFlowIdentityProviderByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2XUserFlowLanguage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2XUserFlowLanguageDefaultPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2XUserFlowLanguageOverridePage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityB2XUserFlowUserAttributeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationContextClassReferences","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes","Variants":["Create1","CreateExpanded1"],"OutputType":"IMicrosoftGraphAuthenticationMethodModeDetail","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies","Variants":["Create1","CreateExpanded1"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["Create1","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/customAuthenticationExtensions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityCustomAuthenticationExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInsight"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri","Variants":["Generate","GenerateViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAppConsentRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAppConsentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserConsentRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceLifecycleWorkflow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/findings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePermissionAnalyticAwFinding"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/findings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/findings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPermissionsRequestChange","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphScheduledPermissionsRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Remove.AzureADGroup","Description":"Delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.Remove.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Remove.AzureADGroup","Description":"Delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.Remove.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlert","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceRoleManagementAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertConfiguration","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceRoleManagementAlertDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceRoleManagementAlertIncident"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/operations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceRoleManagementAlertOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAgreement","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreement"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreementAcceptances","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreementFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/identityProviders","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityProvider"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/userFlows","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityUserFlow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/userFlowAttributes","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Beta.Identity.SignIns","Command":"New-MgBetaIdentityUserFlowAttribute"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/dataLossPreventionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaInformationProtectionDataLossPreventionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/policy/labels","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Identity.SignIns","Command":"New-MgBetaInformationProtectionPolicyLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Identity.SignIns","Command":"New-MgBetaInformationProtectionThreatAssessmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Identity.SignIns","Command":"New-MgBetaInformationProtectionThreatAssessmentRequestResult"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.Invite.All","Description":"Invite guest users to the organization","FullDescription":"Allows the app to invite guest users to the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Invite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/invitations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphInvitation","Module":"Beta.Identity.SignIns","Command":"New-MgBetaInvitation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/alerts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessAlert","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-branches?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessBranchSite","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessConnectivityBranch"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-post-devicelinks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessConnectivityBranchDeviceLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessConnectivityBranchForwardingProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-remotenetworks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessRemoteNetwork","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessConnectivityRemoteNetwork"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessFilteringPolicy","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessFilteringPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessFilteringPolicyRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessFilteringProfile","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessFilteringProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessFilteringProfilePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingPolicy","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessForwardingPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessForwardingPolicyRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessForwardingProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessForwardingProfilePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/connections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessConnection","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessLogConnection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/remoteNetworks","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessLogRemoteNetwork"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessTraffic","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessLogTraffic"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-post-threatintelligencepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessThreatIntelligencePolicy","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessThreatIntelligencePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessThreatIntelligencePolicyRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlstermination-post-externalcertificateauthoritycertificates?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessExternalCertificateAuthorityCertificate","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-post-tlsinspectionpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessTlsInspectionPolicy","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessTlInspectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicy-post-policyrules?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"New-MgBetaNetworkAccessTlInspectionPolicyRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/oauth2PermissionGrants","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Beta.Identity.SignIns","Command":"New-MgBetaOauth2PermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOnPremisesPublishingProfile","Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesAgent","Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileAgent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileAgentGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesAgent","Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileAgentGroupAgent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileAgentGroupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPublishedResource","Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConnector","Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConnectorGroup","Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileConnectorGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPublishedResource","Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfilePublishedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOrganization","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaOrganization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaOrganizationBrandingLocalization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Module":"Beta.Identity.SignIns","Command":"New-MgBetaOrganizationCertificateBasedAuthConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaOrganizationExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/rooms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoom","Module":"Beta.Calendar","Command":"New-MgBetaPlaceAsRoomListRoom"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/workspaces","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWorkspace","Module":"Beta.Calendar","Command":"New-MgBetaPlaceAsRoomListWorkspace"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/buckets","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Planner","Command":"New-MgBetaPlannerBucket"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"New-MgBetaPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/rosters","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPlannerRoster","Module":"Beta.Planner","Command":"New-MgBetaPlannerRoster"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerRosterMember","Module":"Beta.Planner","Command":"New-MgBetaPlannerRosterMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"New-MgBetaPlannerTask"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/activityBasedTimeoutPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyActivityBasedTimeoutPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/appManagementPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyAppManagementPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyAuthenticationStrengthPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthorizationPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyAuthorizationPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDefaultUserRoleOverride","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/claimsMappingPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphClaimsMappingPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyClaimMappingPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/partners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyCrossTenantAccessPolicyPartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyFeatureRolloutPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyFeatureRolloutPolicyApplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/homeRealmDiscoveryPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyHomeRealmDiscoveryPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobilityManagementPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyMobileAppManagementPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobilityManagementPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyMobileDeviceManagementPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyPermissionGrantPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyPermissionGrantPolicyExclude"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyPermissionGrantPolicyInclude"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-post-permissiongrantpreapprovalpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPreApprovalPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyPermissionGrantPreApprovalPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyRoleManagementPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicyAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyRoleManagementPolicyAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyRoleManagementPolicyEffectiveRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyRoleManagementPolicyRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphServicePrincipalCreationPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyServicePrincipalCreationPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyServicePrincipalCreationPolicyExclude"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyServicePrincipalCreationPolicyInclude"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenIssuancePolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyTokenIssuancePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenLifetimePolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaPolicyTokenLifetimePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/connectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/operations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrintOperation","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/create","Variants":["Create1","CreateExpanded1"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinter"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterJobDocument"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterJobDocumentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterJobTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterShare"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterShareAllowedGroupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterShareAllowedUserByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterShareJobDocument"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterShareJobDocumentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterShareJobTask"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/taskTriggers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintPrinterTaskTrigger"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/services","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrintService","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintService"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/services/{printService-id}/endpoints","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintServiceEndpoint","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintServiceEndpoint"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintShare"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintShareAllowedGroupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintShareAllowedUserByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintShareJobDocument"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintShareJobDocumentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintShareJobTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/taskDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintTaskDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"New-MgBetaPrintTaskDefinitionTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Beta.Compliance","Command":"New-MgBetaPrivacySubjectRightsRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Beta.Compliance","Command":"New-MgBetaPrivacySubjectRightsRequestNote"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccess","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedAccess"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedAccessResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedAccessResourceRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedAccessResourceRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedAccessResourceRoleSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedAccessRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedAccessRoleAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedAccessRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedAccessRoleSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedApproval","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedApproval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedOperationEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedOperationEvent","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedOperationEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRole","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible","Variants":["Make","MakeViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedRoleAssignmentEligible"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent","Variants":["Make","MakeExpanded","MakeViaIdentity","MakeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedRoleAssignmentPermanent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaPrivilegedRoleAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta","ApiVersion":"beta","Uri":"/programs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphProgram","Module":"Beta.Identity.Governance","Command":"New-MgBetaProgram"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta","ApiVersion":"beta","Uri":"/programControls","Variants":["Create","Create1","Create2","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphProgramControl","Module":"Beta.Identity.Governance","Command":"New-MgBetaProgramControl"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControlTypes","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphProgramControlType","Module":"Beta.Identity.Governance","Command":"New-MgBetaProgramControlType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userEventsSummary","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUserEventsSummary","Module":"Beta.Reports","Command":"New-MgBetaReportAuthenticationMethodUserEventSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userMfaSignInSummary","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUserMfaSignInSummary","Module":"Beta.Reports","Command":"New-MgBetaReportAuthenticationMethodUserMfaSignInSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUserPasswordResetsAndChangesSummary","Module":"Beta.Reports","Command":"New-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userRegistrationDetails","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUserRegistrationDetails","Module":"Beta.Reports","Command":"New-MgBetaReportAuthenticationMethodUserRegistrationDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/healthMonitoring/alerts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphHealthMonitoringAlert","Module":"Beta.Reports","Command":"New-MgBetaReportHealthMonitoringAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/healthMonitoring/alertConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphHealthMonitoringAlertConfiguration","Module":"Beta.Reports","Command":"New-MgBetaReportHealthMonitoringAlertConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/manifests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingManifest","Module":"Beta.Reports","Command":"New-MgBetaReportPartnerBillingManifest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/operations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Beta.Reports","Command":"New-MgBetaReportPartnerBillingOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/mfaTelecomFraud","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMfaTelecomFraudMetric","Module":"Beta.Reports","Command":"New-MgBetaReportUserInsightDailyMfaTelecomFraud"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/mfaRegisteredUsers","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMfaUserCountMetric","Module":"Beta.Reports","Command":"New-MgBetaReportUserInsightMonthlyMfaRegisteredUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskDetections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRiskDetection","Module":"Beta.Identity.SignIns","Command":"New-MgBetaRiskDetection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRiskyServicePrincipal","Module":"Beta.Identity.SignIns","Command":"New-MgBetaRiskyServicePrincipal"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Module":"Beta.Identity.SignIns","Command":"New-MgBetaRiskyServicePrincipalHistory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyUsers","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRiskyUser","Module":"Beta.Identity.SignIns","Command":"New-MgBetaRiskyUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Module":"Beta.Identity.SignIns","Command":"New-MgBetaRiskyUserHistory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementCloudPcResourceNamespace"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementCloudPcRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementCloudPcRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementDeviceManagementResourceNamespace"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementDeviceManagementRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementDeviceManagementRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryResourceNamespace"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleAssignmentApproval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.Remove.Directory","Description":"Delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to delete the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.Remove.Directory","Description":"Delete all active role assignments for your company's directory","FullDescription":"Allows the app to delete the active role-based access control (RBAC) assignments for your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.Remove.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.Remove.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppResourceNamespace"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementResourceNamespace"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/customAppScopes","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCustomAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementExchangeCustomAppScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementExchangeResourceNamespace"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementExchangeRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementExchangeRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"New-MgBetaRoleManagementExchangeTransitiveRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/schemaExtensions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSchemaExtension","Module":"Beta.SchemaExtensions","Command":"New-MgBetaSchemaExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/acronyms","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSearchAcronym","Module":"Beta.Search","Command":"New-MgBetaSearchAcronym"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/bookmarks","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSearchBookmark","Module":"Beta.Search","Command":"New-MgBetaSearchBookmark"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/qnas","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSearchQna","Module":"Beta.Search","Command":"New-MgBetaSearchQna"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/securityActions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityActionAutoGenerated","Module":"Beta.Security","Command":"New-MgBetaSecurityAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/alerts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAlert","Module":"Beta.Security","Command":"New-MgBetaSecurityAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/alerts_v2","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Beta.Security","Command":"New-MgBetaSecurityAlertV2"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/simulations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSimulation","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSimulationAutomation","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationAutomation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSimulationAutomationRun","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationAutomationRun"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEndUserNotification","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationEndUserNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndUserNotificationDetail","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationEndUserNotificationDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphLandingPage","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationLandingPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLandingPageDetail","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationLandingPageDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/loginPages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphLoginPage","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationLoginPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/operations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAttackSimulationOperation","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/payloads","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPayload","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationPayload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTraining","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationTraining"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/trainingCampaigns","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTrainingCampaign","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationTrainingCampaign"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrainingLanguageDetail","Module":"Beta.Security","Command":"New-MgBetaSecurityAttackSimulationTrainingLanguageDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/auditLog/queries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityAuditLogQuery","Module":"Beta.Security","Command":"New-MgBetaSecurityAuditLogQuery"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog/queries/{auditLogQuery-id}/records","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityAuditLogRecord","Module":"Beta.Security","Command":"New-MgBetaSecurityAuditLogQueryRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCase"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryHoldPolicy","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseLegalHold"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-sitesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-usersources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasemember-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseMember","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityCaseOperation","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseSearch"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Beta.Security","Command":"New-MgBetaSecurityCaseEdiscoveryCaseTag"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cloudAppSecurityProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudAppSecurityProfile","Module":"Beta.Security","Command":"New-MgBetaSecurityCloudAppSecurityProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/collaboration/analyzedEmails","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityAnalyzedEmail","Module":"Beta.Security","Command":"New-MgBetaSecurityCollaborationAnalyzedEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityCloudAppDiscoveryReport","Module":"Beta.Security","Command":"New-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStream"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/policyFiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPolicyFile","Module":"Beta.Security","Command":"New-MgBetaSecurityDataSecurityAndGovernancePolicyFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Security","Command":"New-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Security","Command":"New-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/domainSecurityProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDomainSecurityProfile","Module":"Beta.Security","Command":"New-MgBetaSecurityDomainSecurityProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/fileSecurityProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphFileSecurityProfile","Module":"Beta.Security","Command":"New-MgBetaSecurityFileSecurityProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/hostSecurityProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphHostSecurityProfile","Module":"Beta.Security","Command":"New-MgBetaSecurityHostSecurityProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/identityAccounts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityIdentityAccounts","Module":"Beta.Security","Command":"New-MgBetaSecurityIdentityAccount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/healthIssues","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Beta.Security","Command":"New-MgBetaSecurityIdentityHealthIssue"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/sensors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecuritySensor","Module":"Beta.Security","Command":"New-MgBetaSecurityIdentitySensor"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-regeneratedeploymentaccesskey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/identities/sensors/regenerateDeploymentAccessKey","Variants":["Regenerate"],"OutputType":null,"Module":"Beta.Security","Command":"New-MgBetaSecurityIdentitySensorDeploymentAccessKey"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityIncident","Module":"Beta.Security","Command":"New-MgBetaSecurityIncident"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidentTasks","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityIncidentTask","Module":"Beta.Security","Command":"New-MgBetaSecurityIncidentTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"New-MgBetaSecurityInformationProtectionSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/ipSecurityProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIPSecurityProfile","Module":"Beta.Security","Command":"New-MgBetaSecurityIPSecurityProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/authorities","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Module":"Beta.Security","Command":"New-MgBetaSecurityLabelAuthority"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/categories","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Module":"Beta.Security","Command":"New-MgBetaSecurityLabelCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Module":"Beta.Security","Command":"New-MgBetaSecurityLabelCategorySubcategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/citations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityCitationTemplate","Module":"Beta.Security","Command":"New-MgBetaSecurityLabelCitation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/departments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Module":"Beta.Security","Command":"New-MgBetaSecurityLabelDepartment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/filePlanReferences","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Module":"Beta.Security","Command":"New-MgBetaSecurityLabelFilePlanReference"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/retentionLabels","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionLabel","Module":"Beta.Security","Command":"New-MgBetaSecurityLabelRetentionLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Module":"Beta.Security","Command":"New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityAlerts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPartnerSecurityAlert","Module":"Beta.Security","Command":"New-MgBetaSecurityPartnerSecurityAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/customerInsights","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPartnerSecurityCustomerInsight","Module":"Beta.Security","Command":"New-MgBetaSecurityPartnerSecurityScoreCustomerInsight"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/history","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPartnerSecurityScoreHistory","Module":"Beta.Security","Command":"New-MgBetaSecurityPartnerSecurityScoreHistory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/requirements","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPartnerSecurityRequirement","Module":"Beta.Security","Command":"New-MgBetaSecurityPartnerSecurityScoreRequirement"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/providerTenantSettings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphProviderTenantSetting","Module":"Beta.Security","Command":"New-MgBetaSecurityProviderTenantSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/rules/detectionRules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityDetectionRule","Module":"Beta.Security","Command":"New-MgBetaSecurityRuleDetectionRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/secureScores","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecureScore","Module":"Beta.Security","Command":"New-MgBetaSecuritySecureScore"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/secureScoreControlProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecureScoreControlProfile","Module":"Beta.Security","Command":"New-MgBetaSecuritySecureScoreControlProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Beta.Security","Command":"New-MgBetaSecuritySubjectRightsRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Beta.Security","Command":"New-MgBetaSecuritySubjectRightsRequestNote"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/articles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceArticle"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/articleIndicators","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityArticleIndicator","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceArticleIndicator"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceHost"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostComponents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostComponent","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceHostComponent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostCookies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostCookie","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceHostCookie"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPairs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceHostPair"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPorts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostPort","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceHostPort"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostSslCertificates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceHostSslCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostTrackers","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostTracker","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceHostTracker"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceIntelProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/passiveDnsRecords","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligencePassiveDnsRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelligenceProfileIndicators","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceProfileIndicator"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/sslCertificates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecuritySslCertificate","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceSslCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/subdomains","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceSubdomain"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityVulnerability","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceVulnerability"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisHistoryRecords","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisRecords","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityWhoisRecord","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatIntelligenceWhoisRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreats","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityEmailThreatSubmission","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatSubmissionEmailThreat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":"Read and write all threat submission policies","FullDescription":"Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreatSubmissionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityEmailThreatSubmissionPolicy","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-filethreatsubmission-post-filethreats?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/fileThreats","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityFileThreatSubmission","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatSubmissionFileThreat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/threatSubmission/urlThreats","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityUrlThreatSubmission","Module":"Beta.Security","Command":"New-MgBetaSecurityThreatSubmissionUrlThreat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/tiIndicators","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTiIndicator","Module":"Beta.Security","Command":"New-MgBetaSecurityTiIndicator"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/triggers/retentionEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionEvent","Module":"Beta.Security","Command":"New-MgBetaSecurityTriggerRetentionEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/triggerTypes/retentionEventTypes","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Beta.Security","Command":"New-MgBetaSecurityTriggerTypeRetentionEventType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/userSecurityProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUserSecurityProfile","Module":"Beta.Security","Command":"New-MgBetaSecurityUserSecurityProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AgentIdentity.Create","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AgentApplication.Create","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipal"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalAppRoleAssignedTo"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalAppRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalClaimMappingPolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalDelegatedPermissionClassification"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalEndpoint"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLicenseDetails","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalLicenseDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalOwnerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPasswordSingleSignOnCredentialSet","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalPasswordSingleSignOnCredential"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovedClientApp","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetDeviceGroup","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/servicePrincipalRiskDetections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Module":"Beta.Identity.SignIns","Command":"New-MgBetaServicePrincipalRiskDetection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand","Variants":["Provision","ProvisionExpanded","ProvisionViaIdentity","ProvisionViaIdentityExpanded"],"OutputType":"IMicrosoftGraphStringKeyStringValuePair","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalSynchronizationJobOnDemand"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalSynchronizationTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalTokenIssuancePolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-tokenlifetimepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"New-MgBetaServicePrincipalTokenLifetimePolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"New-MgBetaShareListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"New-MgBetaShareListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"New-MgBetaShareListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"New-MgBetaShareListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"New-MgBetaShareListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"New-MgBetaShareListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaShareListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"New-MgBetaShareListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"New-MgBetaShareListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaShareListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"New-MgBetaShareListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSharedDriveItem","Module":"Beta.Files","Command":"New-MgBetaShareSharedDriveItemSharedDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"New-MgBetaSiteAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Sites","Command":"New-MgBetaSiteAnalyticItemActivityStatActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"New-MgBetaSiteColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"New-MgBetaSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"New-MgBetaSiteContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"New-MgBetaSiteContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"New-MgBetaSiteGetByPathColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"New-MgBetaSiteGetByPathContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"New-MgBetaSiteGetByPathList"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"New-MgBetaSiteGetByPathOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"New-MgBetaSiteGetByPathPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"New-MgBetaSiteGetByPathPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-create?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"New-MgBetaSiteList"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"New-MgBetaSiteListActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"New-MgBetaSiteListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"New-MgBetaSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"New-MgBetaSiteListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"New-MgBetaSiteListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"New-MgBetaSiteListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"New-MgBetaSiteListItemActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Sites","Command":"New-MgBetaSiteListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"New-MgBetaSiteListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"New-MgBetaSiteListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Sites","Command":"New-MgBetaSiteListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"New-MgBetaSiteListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"New-MgBetaSiteListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Sites","Command":"New-MgBetaSiteListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteNotebookSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteNotebookSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteNotebookSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenotePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaSiteOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"New-MgBetaSiteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"New-MgBetaSitePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"New-MgBetaSitePageAsSitePageWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"New-MgBetaSitePermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreGroupSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreGroupSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreGroupSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreGroupSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreGroupSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreGroupSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreGroupSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreGroupSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetParentGroupSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetParentGroupSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetParentGroupSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetParentGroupSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetParentGroupSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"New-MgBetaSiteTermStoreSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveInclusionRules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreDriveInclusionRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnits","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreDriveProtectionUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphExchangeRestoreSession","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreExchangeRestoreSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-post-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxInclusionRules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreMailboxInclusionRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnits","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreMailboxProtectionUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveRestoreArtifact","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-post-driverestoreartifactsbulkadditionrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/restorePoints","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestorePoint"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreProtectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/serviceApps","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphServiceApp","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreServiceApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/restoreSessions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRestoreSessionBase","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSharePointRestoreSession","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreSharePointRestoreSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteRestoreArtifact","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-post-siterestoreartifactsbulkadditionrequests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteInclusionRules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreSiteInclusionRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnits","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreSiteProtectionUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"New-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphBusinessScenario","Module":"Beta.BusinessScenario","Command":"New-MgBetaSolutionBusinessScenario"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanConfigurationLocalization","Module":"Beta.BusinessScenario","Command":"New-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBusinessScenarioTask","Module":"Beta.BusinessScenario","Command":"New-MgBetaSolutionBusinessScenarioPlannerTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/subscribedSkus","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSubscribedSku","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaSubscribedSku"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/subscriptions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.ChangeNotifications","Command":"New-MgBetaSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Team.Create","Description":"Create teams","FullDescription":"Allows the app to create teams on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTeam","Module":"Beta.Teams","Command":"New-MgBetaTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Channel.Create","Description":"Create channels","FullDescription":"Create channels in any team, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.Create.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"New-MgBetaTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"New-MgBetaTeamChannelEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Send","Description":"Send channel messages","FullDescription":"Allows the app to send channel messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Send","Description":"Send channel messages","FullDescription":"Allows the app to send channel messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelPlannerPlanBucket"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelPlannerPlanBucketTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelPlannerPlanTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelSharedWithTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Create","Description":"Create tabs in Microsoft Teams.","FullDescription":"Allows the app to create tabs in any team in Microsoft Teams, on your behalf. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Create.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"New-MgBetaTeamChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"New-MgBetaTeamInstalledApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"New-MgBetaTeamMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"New-MgBetaTeamOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"New-MgBetaTeamPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelPlannerPlanBucket"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelPlannerPlanTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelSharedWithTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"New-MgBetaTeamPrimaryChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/dayNotes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDayNote","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleDayNote"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/offerShiftRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleOfferShiftRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleOpenShift"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleOpenShiftChangeRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/schedulingGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleSchedulingGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShift","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleShift"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShiftsRoleDefinition","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleShiftRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleSwapShiftChangeRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleTimeCard"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timesOff","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleTimeOff"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffReasons","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleTimeOffReason"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Beta.Teams","Command":"New-MgBetaTeamScheduleTimeOffRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Beta.Teams","Command":"New-MgBetaTeamTag"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Beta.Teams","Command":"New-MgBetaTeamTagMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedChats","Variants":["Create","CreateExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeletedTeam","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeletedTeamChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTeamworkDevice","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkDeviceOperation","Module":"Beta.Teams","Command":"New-MgBetaTeamworkDeviceOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTeamTemplate","Module":"Beta.Teams","Command":"New-MgBetaTeamworkTeamTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamTemplateDefinition","Module":"Beta.Teams","Command":"New-MgBetaTeamworkTeamTemplateDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/workforceIntegrations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWorkforceIntegration","Module":"Beta.Teams","Command":"New-MgBetaTeamworkWorkforceIntegration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Module":"Beta.Identity.Partner","Command":"New-MgBetaTenantRelationshipDelegatedAdminCustomer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Module":"Beta.Identity.Partner","Command":"New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Module":"Beta.Identity.Partner","Command":"New-MgBetaTenantRelationshipDelegatedAdminRelationship"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Module":"Beta.Identity.Partner","Command":"New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Module":"Beta.Identity.Partner","Command":"New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Module":"Beta.Identity.Partner","Command":"New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenants","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsTenant","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertLog","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantAlertLog"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantAlertRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantApiNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/appPerformances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsAppPerformance","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantAppPerformance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/auditEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsAuditEvent","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantAuditEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcConnections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcConnection","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantCloudPcConnection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcDevices","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcDevice","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantCloudPcDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcsOverview","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcOverview","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantCloudPcOverview"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsTenantCustomizedInformation","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantCustomizedInformation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsTenantDetailedInformation","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantDetailedInformation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceAppPerformances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceAppPerformance","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceHealthStatus","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantEmailNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantGroups","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsTenantGroup","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceCompliance","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementAction","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagementAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementIntents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementIntent","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagementIntent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollection","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/myRoles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsMyRole","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantMyRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantTags","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsTenantTag","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantTag"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsProtectionStates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsWindowsProtectionState","Module":"Beta.ManagedTenants","Command":"New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/multiTenantOrganization/tenants","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Module":"Beta.Identity.SignIns","Command":"New-MgBetaTenantRelationshipMultiTenantOrganizationTenant"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTrustFrameworkKeySet","Module":"Beta.Identity.SignIns","Command":"New-MgBetaTrustFrameworkKeySet"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey","Variants":["Generate","GenerateExpanded","GenerateViaIdentity","GenerateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrustFrameworkKey","Module":"Beta.Identity.SignIns","Command":"New-MgBetaTrustFrameworkKeySetKey"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/trustFramework/policies","Variants":["Create","CreateExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"New-MgBetaTrustFrameworkPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users","Command":"New-MgBetaUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserActivity","Module":"Beta.CrossDeviceExperiences","Command":"New-MgBetaUserActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActivityHistoryItem","Module":"Beta.CrossDeviceExperiences","Command":"New-MgBetaUserActivityHistoryItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/analytics/activityStatistics","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActivityStatistics","Module":"Beta.People","Command":"New-MgBetaUserActivityStatistics"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"New-MgBetaUserAppRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/emailMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserAuthenticationEmailMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-externalauthenticationmethods?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/externalAuthenticationMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserAuthenticationExternalAuthenticationMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHardwareOathAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserAuthenticationHardwareOathMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/methods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserAuthenticationMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserAuthenticationOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/phoneMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserAuthenticationPhoneMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserAuthenticationTemporaryAccessPassMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendars","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendar","Module":"Beta.Calendar","Command":"New-MgBetaUserCalendar"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendars/{calendar-id}/events","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"New-MgBetaUserCalendarEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendarGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendarGroup","Module":"Beta.Calendar","Command":"New-MgBetaUserCalendarGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendar","Module":"Beta.Calendar","Command":"New-MgBetaUserCalendarGroupCalendar"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/calendar/calendarPermissions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Beta.Calendar","Command":"New-MgBetaUserCalendarPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChat","Module":"Beta.Teams","Command":"New-MgBetaUserChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Beta.Teams","Command":"New-MgBetaUserChatInstalledApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"New-MgBetaUserChatMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaUserChatMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaUserChatMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"New-MgBetaUserChatMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"New-MgBetaUserChatMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"New-MgBetaUserChatOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"New-MgBetaUserChatPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Beta.Teams","Command":"New-MgBetaUserChatPinnedMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"New-MgBetaUserChatTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"New-MgBetaUserContact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"New-MgBetaUserContactExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContactFolder","Module":"Beta.PersonalContacts","Command":"New-MgBetaUserContactFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContactFolder","Module":"Beta.PersonalContacts","Command":"New-MgBetaUserContactFolderChildFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"New-MgBetaUserContactFolderChildFolderContact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"New-MgBetaUserContactFolderChildFolderContactExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"New-MgBetaUserContactFolderContact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"New-MgBetaUserContactFolderContactExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendar/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"New-MgBetaUserDefaultCalendarEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.CrossDeviceExperiences","Command":"New-MgBetaUserDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/commands","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCommand","Module":"Beta.CrossDeviceExperiences","Command":"New-MgBetaUserDeviceCommand"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserDeviceEnrollmentConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserDeviceEnrollmentConfigurationAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"New-MgBetaUserDeviceExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserDeviceManagementTroubleshootingEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"New-MgBetaUserDeviceRegisteredOwnerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"New-MgBetaUserDeviceRegisteredUserByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/usageRights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUsageRight","Module":"Beta.CrossDeviceExperiences","Command":"New-MgBetaUserDeviceUsageRights"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"New-MgBetaUserDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaUserDriveBundle"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"New-MgBetaUserDriveItemExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"New-MgBetaUserDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"New-MgBetaUserDriveListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"New-MgBetaUserDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"New-MgBetaUserDriveListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"New-MgBetaUserDriveListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"New-MgBetaUserDriveListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"New-MgBetaUserDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"New-MgBetaUserDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"New-MgBetaUserDriveListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveListPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"New-MgBetaUserDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"New-MgBetaUserDriveRootExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootListItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"New-MgBetaUserDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"New-MgBetaUserEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Calendar","Command":"New-MgBetaUserEventAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Calendar","Command":"New-MgBetaUserEventAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"New-MgBetaUserEventExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users","Command":"New-MgBetaUserExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/inferenceClassification/overrides","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInferenceClassificationOverride","Module":"Beta.Mail","Command":"New-MgBetaUserInferenceClassificationOverride"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserInformationProtectionDataLossPreventionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy/labels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserInformationProtectionPolicyLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserInformationProtectionSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserInformationProtectionSensitivityLabelSublabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserInformationProtectionThreatAssessmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Identity.SignIns","Command":"New-MgBetaUserInformationProtectionThreatAssessmentRequestResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/shared","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedInsight","Module":"Beta.Users","Command":"New-MgBetaUserInsightShared"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/trending","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrending","Module":"Beta.Users","Command":"New-MgBetaUserInsightTrending"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/used","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUsedInsight","Module":"Beta.Users","Command":"New-MgBetaUserInsightUsed"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderChildFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderChildFolderMessageAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderChildFolderMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderChildFolderMessageForward"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderChildFolderMessageMention"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderChildFolderMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderChildFolderMessageReplyAll"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderChildFolderMessageRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderMessageAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderMessageAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderMessageForward"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderMessageMention"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderMessageReplyAll"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Beta.Mail","Command":"New-MgBetaUserMailFolderMessageRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDeviceCompliancePolicyState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDeviceConfigurationState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDeviceHealthScriptState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDeviceLogCollectionRequestDownloadUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDeviceLogCollectionResponse"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDeviceMobileAppConfigurationState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDeviceSecurityBaselineState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Mail","Command":"New-MgBetaUserMessageAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Mail","Command":"New-MgBetaUserMessageAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"New-MgBetaUserMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMessageForward"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMention","Module":"Beta.Mail","Command":"New-MgBetaUserMessageMention"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"New-MgBetaUserMessageReplyAll"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppIntentAndStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppIntentAndState","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserMobileAppIntentAndState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserMobileAppTroubleshootingEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"OutputType":"IMicrosoftGraphAppLogCollectionDownloadDetails","Module":"Beta.Devices.CorporateManagement","Command":"New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notifications.ReadWrite.CreatedByApp","Description":"Deliver and manage your notifications for this app","FullDescription":"Allows the app to deliver its notifications, on your behalf. Also allows the app to read, update, and delete your notification items for this app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notifications.ReadWrite.CreatedByApp","Description":"Deliver and manage your notifications for this app","FullDescription":"Allows the app to deliver its notifications, on your behalf. Also allows the app to read, update, and delete your notification items for this app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/notifications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotification","Module":"Beta.Users","Command":"New-MgBetaUserNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteNotebookSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteNotebookSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteNotebookSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaUserOnenotePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"New-MgBetaUserOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/masterCategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookCategory","Module":"Beta.Users","Command":"New-MgBetaUserOutlookMasterCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTask"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTaskFolder","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskFolderTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskFolderTaskAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTaskGroup","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTaskFolder","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskGroupTaskFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskGroupTaskFolderTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Users","Command":"New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/account","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserAccountInformation","Module":"Beta.People","Command":"New-MgBetaUserProfileAccount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/addresses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAddress","Module":"Beta.People","Command":"New-MgBetaUserProfileAddress"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/anniversaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonAnnualEvent","Module":"Beta.People","Command":"New-MgBetaUserProfileAnniversary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/awards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonAward","Module":"Beta.People","Command":"New-MgBetaUserProfileAward"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/certifications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonCertification","Module":"Beta.People","Command":"New-MgBetaUserProfileCertification"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/educationalActivities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationalActivity","Module":"Beta.People","Command":"New-MgBetaUserProfileEducationalActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/emails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemEmail","Module":"Beta.People","Command":"New-MgBetaUserProfileEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/interests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonInterest","Module":"Beta.People","Command":"New-MgBetaUserProfileInterest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/languages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLanguageProficiency","Module":"Beta.People","Command":"New-MgBetaUserProfileLanguage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/names","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonName","Module":"Beta.People","Command":"New-MgBetaUserProfileName"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/notes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonAnnotation","Module":"Beta.People","Command":"New-MgBetaUserProfileNote"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/patents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPatent","Module":"Beta.People","Command":"New-MgBetaUserProfilePatent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/phones","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPhone","Module":"Beta.People","Command":"New-MgBetaUserProfilePhone"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/positions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWorkPosition","Module":"Beta.People","Command":"New-MgBetaUserProfilePosition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/projects","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProjectParticipation","Module":"Beta.People","Command":"New-MgBetaUserProfileProject"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/publications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPublication","Module":"Beta.People","Command":"New-MgBetaUserProfilePublication"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/skills","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSkillProficiency","Module":"Beta.People","Command":"New-MgBetaUserProfileSkill"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/webAccounts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWebAccount","Module":"Beta.People","Command":"New-MgBetaUserProfileWebAccount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/websites","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonWebsite","Module":"Beta.People","Command":"New-MgBetaUserProfileWebsite"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/scopedRoleMemberOf","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"New-MgBetaUserScopedRoleMemberOf"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"New-MgBetaUserSecurityInformationProtectionSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage/quota/services","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Module":"Beta.Users","Command":"New-MgBetaUserSettingStorageQuotaService"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsSetting","Module":"Beta.Users","Command":"New-MgBetaUserSettingWindows"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsSettingInstance","Module":"Beta.Users","Command":"New-MgBetaUserSettingWindowsInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/associatedTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAssociatedTeamInfo","Module":"Beta.Teams","Command":"New-MgBetaUserTeamworkAssociatedTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Module":"Beta.Teams","Command":"New-MgBetaUserTeamworkInstalledApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTodoTaskList","Module":"Beta.Users","Command":"New-MgBetaUserTodoList"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users","Command":"New-MgBetaUserTodoListExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTodoTask","Module":"Beta.Users","Command":"New-MgBetaUserTodoListTask"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachmentBase","Module":"Beta.Users","Command":"New-MgBetaUserTodoListTaskAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Beta.Users","Command":"New-MgBetaUserTodoListTaskAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChecklistItem","Module":"Beta.Users","Command":"New-MgBetaUserTodoListTaskChecklistItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users","Command":"New-MgBetaUserTodoListTaskExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphVirtualEvent","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventPresenter"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventSessionAttendanceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventTownhall"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventTownhallPresenter"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventTownhallSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventTownhallSessionAttendanceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventWebinar"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventWebinarPresenter"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventWebinarRegistration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventWebinarSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventWebinarSessionAttendanceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord"},{"Method":"POST","CommandAlias":"New-MgBetaWuDeployment","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesDeployment","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesDeployment"},{"Method":"POST","CommandAlias":"New-MgBetaWuDeploymentAudienceApplicableContent","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent"},{"Method":"POST","CommandAlias":"New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice"},{"Method":"POST","CommandAlias":"New-MgBetaWuPolicy","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesUpdatePolicy","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesPolicy"},{"Method":"POST","CommandAlias":"New-MgBetaWuPolicyAudienceApplicableContent","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent"},{"Method":"POST","CommandAlias":"New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice"},{"Method":"POST","CommandAlias":"New-MgBetaWuPolicyAudienceExclusion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesPolicyAudienceExclusion"},{"Method":"POST","CommandAlias":"New-MgBetaWuPolicyAudienceMember","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesPolicyAudienceMember"},{"Method":"POST","CommandAlias":"New-MgBetaWuPolicyComplianceChange","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesComplianceChange","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesPolicyComplianceChange"},{"Method":"POST","CommandAlias":"New-MgBetaWuProduct","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesProduct"},{"Method":"POST","CommandAlias":"New-MgBetaWuProductEdition","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/editions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesEdition","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesProductEdition"},{"Method":"POST","CommandAlias":"New-MgBetaWuProductKnownIssue","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnownIssue","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesProductKnownIssue"},{"Method":"POST","CommandAlias":"New-MgBetaWuProductRevision","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesProductRevision","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesProductRevision"},{"Method":"POST","CommandAlias":"New-MgBetaWuResourceConnection","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/resourceConnections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesResourceConnection","Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesResourceConnection"},{"Method":"POST","CommandAlias":"New-MgBetaWuUpdatableAsset","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets","Variants":["Create","CreateExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"New-MgBetaWindowsUpdatesUpdatableAsset"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphBookingBusiness","Module":"Bookings","Command":"New-MgBookingBusiness"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Bookings","Command":"New-MgBookingBusinessAppointment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Bookings","Command":"New-MgBookingBusinessCalendarView"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Bookings","Command":"New-MgBookingBusinessCustomer"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBookingCustomQuestion","Module":"Bookings","Command":"New-MgBookingBusinessCustomQuestion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBookingService","Module":"Bookings","Command":"New-MgBookingBusinessService"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Bookings","Command":"New-MgBookingBusinessStaffMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingCurrencies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphBookingCurrency","Module":"Bookings","Command":"New-MgBookingCurrency"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Chat.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.Create","Description":"Create chats","FullDescription":"Allows the app to create chats on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphChat","Module":"Teams","Command":"New-MgChat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"New-MgChatInstalledApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"New-MgChatMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgChatMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgChatMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgChatMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgChatMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"New-MgChatPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/pinnedMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Teams","Command":"New-MgChatPinnedMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Create","Description":"Create tabs in Microsoft Teams.","FullDescription":"Allows the app to create tabs in any team in Microsoft Teams, on your behalf. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Create.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"New-MgChatTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCalls.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCall","Module":"CloudCommunications","Command":"New-MgCommunicationCall"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/audioRoutingGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAudioRoutingGroup","Module":"CloudCommunications","Command":"New-MgCommunicationCallAudioRoutingGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/contentSharingSessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"New-MgCommunicationCallContentSharingSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCommsOperation","Module":"CloudCommunications","Command":"New-MgCommunicationCallOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/participants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphParticipant","Module":"CloudCommunications","Command":"New-MgCommunicationCallParticipant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/participants_v2","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallRecordsParticipant","Module":"CloudCommunications","Command":"New-MgCommunicationCallRecordParticipantV2"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallRecordsSession","Module":"CloudCommunications","Command":"New-MgCommunicationCallRecordSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOnlineMeeting","Module":"CloudCommunications","Command":"New-MgCommunicationOnlineMeeting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"CloudCommunications","Command":"New-MgCommunicationOnlineMeetingAttendanceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"CloudCommunications","Command":"New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"New-MgCommunicationOnlineMeetingRecording"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"New-MgCommunicationOnlineMeetingTranscript"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/presences","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPresence","Module":"CloudCommunications","Command":"New-MgCommunicationPresence"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contracts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphContract","Module":"Identity.DirectoryManagement","Command":"New-MgContract"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/dataPolicyOperations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDataPolicyOperation","Module":"Identity.SignIns","Command":"New-MgDataPolicyOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"New-MgDevice"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtAndroidManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementAndroidManagedAppProtection"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtAndroidManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementAndroidManagedAppProtectionApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtDefaultManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementDefaultManagedAppProtection"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtDefaultManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementDefaultManagedAppProtectionApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtiOSManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIosManagedAppProtection","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementiOSManagedAppProtection"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtiOSManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementiOSManagedAppProtectionApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtiOSManagedAppProtectionAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementiOSManagedAppProtectionAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedAppPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedAppPolicy"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedAppRegistration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedAppRegistration"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedAppRegistrationOperation","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppOperation","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedAppRegistrationOperation"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedAppStatus","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppStatuses","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedAppStatus","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedAppStatus"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedEBook","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedEBook"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedEBookAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedEBookAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedEBookAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedEBookDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedEBookDeviceState"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedEBookUserStateSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserInstallStateSummary","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedEBookUserStateSummary"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobileApp","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppCategory","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppCategories","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppCategory"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppConfiguration"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppConfigurationAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppConfigurationUserStatus"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtMobileAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppRelationships","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementMobileAppRelationship"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtTargetedManagedAppConfigurationApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtVppToken","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/vppTokens","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphVppToken","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementVppToken"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementWindowsInformationProtectionPolicy"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"POST","CommandAlias":"New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"New-MgDeviceExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/auditEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuditEvent","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementAuditEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/complianceManagementPartners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphComplianceManagementPartner","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementComplianceManagementPartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/detectedApps","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"DeviceManagement","Command":"New-MgDeviceManagementDetectedApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCategories","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceCompliancePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceCompliancePolicyAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceCompliancePolicyUserStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81generalconfiguration-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceConfiguration","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceConfigurationAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceConfigurationDeviceStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Module":"DeviceManagement","Command":"New-MgDeviceManagementDeviceConfigurationUserStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"DeviceManagement.Enrollment","Command":"New-MgDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"DeviceManagement.Enrollment","Command":"New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/exchangeConnectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementExchangeConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Module":"DeviceManagement.Enrollment","Command":"New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/iosUpdateStatuses","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementIoUpdateStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"DeviceManagement","Command":"New-MgDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"DeviceManagement","Command":"New-MgDeviceManagementManagedDeviceCompliancePolicyState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"DeviceManagement","Command":"New-MgDeviceManagementManagedDeviceConfigurationState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"DeviceManagement","Command":"New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"DeviceManagement","Command":"New-MgDeviceManagementMobileAppTroubleshootingEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"DeviceManagement","Command":"New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"OutputType":"IMicrosoftGraphAppLogCollectionDownloadDetails","Module":"DeviceManagement","Command":"New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/mobileThreatDefenseConnectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementMobileThreatDefenseConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNotificationMessageTemplate","Module":"DeviceManagement","Command":"New-MgDeviceManagementNotificationMessageTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Module":"DeviceManagement","Command":"New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceManagementPartners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementPartner","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementPartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/remoteAssistancePartners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRemoteAssistancePartner","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementRemoteAssistancePartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/resourceOperations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphResourceOperation","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementResourceOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoleAssignment","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementRoleDefinitionRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/telecomExpenseManagementPartners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementTelecomExpenseManagementPartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementTermAndCondition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementTermAndConditionAcceptanceStatus"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementTermAndConditionAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/troubleshootingEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"DeviceManagement","Command":"New-MgDeviceManagementTroubleshootingEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/deviceImages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcDeviceImage","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementVirtualEndpointDeviceImage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/galleryImages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcGalleryImage","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementVirtualEndpointGalleryImage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementVirtualEndpointOnPremiseConnection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCloudPcUserSetting","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementVirtualEndpointUserSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Module":"DeviceManagement.Administration","Command":"New-MgDeviceManagementVirtualEndpointUserSettingAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Module":"DeviceManagement.Enrollment","Command":"New-MgDeviceManagementWindowsAutopilotDeviceIdentity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Module":"DeviceManagement","Command":"New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Module":"DeviceManagement","Command":"New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWindowsMalwareInformation","Module":"DeviceManagement","Command":"New-MgDeviceManagementWindowsMalwareInformation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Module":"DeviceManagement","Command":"New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"New-MgDeviceRegisteredOwnerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"New-MgDeviceRegisteredUserByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryAdministrativeUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryAdministrativeUnitExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryAdministrativeUnitMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryAdministrativeUnitMemberByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryAdministrativeUnitScopedRoleMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/attributeSets","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAttributeSet","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryAttributeSet"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryCustomSecurityAttributeDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAllowedValue","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deviceLocalCredentials","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryDeviceLocalCredential"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/federationConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryFederationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryObjects","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"DirectoryObjects","Command":"New-MgDirectoryObject"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/onPremisesSynchronization","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryOnPremiseSynchronization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-post-certificatebasedauthconfigurations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-post-certificateauthorities?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryRole"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryRoleMemberByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryRoleScopedMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoleTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Module":"Identity.DirectoryManagement","Command":"New-MgDirectoryRoleTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/subscriptions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Identity.DirectoryManagement","Command":"New-MgDirectorySubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDomain","Module":"Identity.DirectoryManagement","Command":"New-MgDomain"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/federationConfiguration","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInternalDomainFederation","Module":"Identity.DirectoryManagement","Command":"New-MgDomainFederationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/serviceConfigurationRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Identity.DirectoryManagement","Command":"New-MgDomainServiceConfigurationRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/verificationDnsRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Identity.DirectoryManagement","Command":"New-MgDomainVerificationDnsRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"New-MgDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgDriveBundle"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"New-MgDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgDriveItemChild"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgDriveItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"New-MgDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgDriveItemListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"New-MgDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"New-MgDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"New-MgDriveItemThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Files","Command":"New-MgDriveItemUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"New-MgDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"New-MgDriveListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"New-MgDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"New-MgDriveListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"New-MgDriveListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"New-MgDriveListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"New-MgDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgDriveListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"New-MgDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"New-MgDriveListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"New-MgDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"New-MgDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgDriveRootChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgDriveRootLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"New-MgDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgDriveRootListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"New-MgDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"New-MgDriveRootSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"New-MgDriveRootThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Files","Command":"New-MgDriveRootUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"New-MgDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"New-MgEducationClass"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"New-MgEducationClassAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentCategories","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"New-MgEducationClassAssignmentCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Education","Command":"New-MgEducationClassAssignmentCategoryByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"New-MgEducationClassAssignmentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Education","Command":"New-MgEducationClassAssignmentSettingGradingCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"New-MgEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"New-MgEducationClassAssignmentSubmissionOutcome"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"New-MgEducationClassAssignmentSubmissionResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"New-MgEducationClassAssignmentSubmissionSubmittedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Education","Command":"New-MgEducationClassMemberByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Education","Command":"New-MgEducationClassModule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationModuleResource","Module":"Education","Command":"New-MgEducationClassModuleResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/teachers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Education","Command":"New-MgEducationClassTeacherByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"New-MgEducationMeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"New-MgEducationMeAssignmentCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Education","Command":"New-MgEducationMeAssignmentCategoryByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"New-MgEducationMeAssignmentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"New-MgEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"New-MgEducationMeAssignmentSubmissionOutcome"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"New-MgEducationMeAssignmentSubmissionResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"New-MgEducationMeAssignmentSubmissionSubmittedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/rubrics","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"New-MgEducationMeRubric"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports/readingAssignmentSubmissions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Module":"Education","Command":"New-MgEducationReportReadingAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports/reflectCheckInResponses","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphReflectCheckInResponse","Module":"Education","Command":"New-MgEducationReportReflectCheck"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"New-MgEducationSchool"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/classes/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Education","Command":"New-MgEducationSchoolClassByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/users/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Education","Command":"New-MgEducationSchoolUserByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Education","Command":"New-MgEducationUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"New-MgEducationUserAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"New-MgEducationUserAssignmentCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Education","Command":"New-MgEducationUserAssignmentCategoryByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"New-MgEducationUserAssignmentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"New-MgEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"New-MgEducationUserAssignmentSubmissionOutcome"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"New-MgEducationUserAssignmentSubmissionResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"New-MgEducationUserAssignmentSubmissionSubmittedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/rubrics","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"New-MgEducationUserRubric"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"New-MgEntitlementManagementAccessPackage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"New-MgEntitlementManagementAccessPackageAssignmentApprovalStage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Identity.Governance","Command":"New-MgEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementAccessPackageResourceRoleScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignment","Module":"Identity.Governance","Command":"New-MgEntitlementManagementAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Identity.Governance","Command":"New-MgEntitlementManagementAssignmentPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Module":"Identity.Governance","Command":"New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageQuestion","Module":"Identity.Governance","Command":"New-MgEntitlementManagementAssignmentPolicyQuestion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Module":"Identity.Governance","Command":"New-MgEntitlementManagementAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Identity.Governance","Command":"New-MgEntitlementManagementCatalog"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Identity.Governance","Command":"New-MgEntitlementManagementCatalogCustomWorkflowExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"New-MgEntitlementManagementCatalogResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles","Variants":["Create","Create1","Create2","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementCatalogResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementCatalogResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes","Variants":["Create","Create1","Create2","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementCatalogResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementCatalogResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphConnectedOrganization","Module":"Identity.Governance","Command":"New-MgEntitlementManagementConnectedOrganization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceEnvironment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceEnvironmentResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceEnvironmentResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceEnvironmentResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResource","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestCatalogResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles","Variants":["Create","Create1","Create2","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestCatalogResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes","Variants":["Create","Create1","Create2","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestCatalogResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRequestResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRoleScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRoleScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRoleScopeResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRoleScopeRoleResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRoleScopeRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"New-MgEntitlementManagementResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Module":"Search","Command":"New-MgExternalConnection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Module":"Search","Command":"New-MgExternalConnectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Module":"Search","Command":"New-MgExternalConnectionGroupMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Module":"Search","Command":"New-MgExternalConnectionItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Module":"Search","Command":"New-MgExternalConnectionItemActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Module":"Search","Command":"New-MgExternalConnectionOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"New-MgGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/acceptedSenders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"New-MgGroupAcceptedSenderByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"New-MgGroupAppRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"New-MgGroupCalendarEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/calendarPermissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Calendar","Command":"New-MgGroupCalendarPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversation","Module":"Groups","Command":"New-MgGroupConversation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Groups","Command":"New-MgGroupConversationThread"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"New-MgGroupConversationThreadPostAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Groups","Command":"New-MgGroupConversationThreadPostAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"New-MgGroupConversationThreadPostExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"New-MgGroupConversationThreadPostInReplyToAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Groups","Command":"New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"New-MgGroupConversationThreadPostInReplyToExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"New-MgGroupDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgGroupDriveBundle"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"New-MgGroupDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgGroupDriveItemChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgGroupDriveItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"New-MgGroupDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgGroupDriveItemListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"New-MgGroupDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgGroupDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"New-MgGroupDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"New-MgGroupDriveItemThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Files","Command":"New-MgGroupDriveItemUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"New-MgGroupDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"New-MgGroupDriveListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"New-MgGroupDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"New-MgGroupDriveListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"New-MgGroupDriveListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"New-MgGroupDriveListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"New-MgGroupDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgGroupDriveListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"New-MgGroupDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"New-MgGroupDriveListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"New-MgGroupDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"New-MgGroupDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgGroupDriveRootChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgGroupDriveRootLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"New-MgGroupDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgGroupDriveRootListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"New-MgGroupDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgGroupDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"New-MgGroupDriveRootSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"New-MgGroupDriveRootThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Files","Command":"New-MgGroupDriveRootUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"New-MgGroupDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"New-MgGroupEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Calendar","Command":"New-MgGroupEventAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Calendar","Command":"New-MgGroupEventAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"New-MgGroupEventExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"New-MgGroupExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupLifecyclePolicies","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Module":"Groups","Command":"New-MgGroupLifecyclePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"New-MgGroupMemberByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"New-MgGroupOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgGroupOnenoteNotebookSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"New-MgGroupOnenoteNotebookSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgGroupOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgGroupOnenoteNotebookSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgGroupOnenoteNotebookSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"New-MgGroupOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgGroupOnenotePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"New-MgGroupOnenoteResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgGroupOnenoteSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"New-MgGroupOnenoteSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgGroupOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgGroupOnenoteSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgGroupOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"New-MgGroupOwnerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Groups","Command":"New-MgGroupPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/rejectedSenders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"New-MgGroupRejectedSenderByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/settings","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupSetting","Module":"Groups","Command":"New-MgGroupSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groupSettingTemplates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphGroupSettingTemplate","Module":"Groups","Command":"New-MgGroupSettingTemplateGroupSettingTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"New-MgGroupSiteAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Sites","Command":"New-MgGroupSiteAnalyticItemActivityStatActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"New-MgGroupSiteColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"New-MgGroupSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"New-MgGroupSiteContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"New-MgGroupSiteContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"New-MgGroupSiteGetByPathColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"New-MgGroupSiteGetByPathContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"New-MgGroupSiteGetByPathList"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"New-MgGroupSiteGetByPathOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"New-MgGroupSiteGetByPathPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"New-MgGroupSiteGetByPathPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"New-MgGroupSiteGetByPathTermStore"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"New-MgGroupSiteList"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"New-MgGroupSiteListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"New-MgGroupSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"New-MgGroupSiteListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"New-MgGroupSiteListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Sites","Command":"New-MgGroupSiteListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Sites","Command":"New-MgGroupSiteListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"New-MgGroupSiteListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Sites","Command":"New-MgGroupSiteListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"New-MgGroupSiteListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Sites","Command":"New-MgGroupSiteListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"New-MgGroupSiteOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"New-MgGroupSiteOnenoteNotebookSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"New-MgGroupSiteOnenoteNotebookSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"New-MgGroupSiteOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"New-MgGroupSiteOnenoteNotebookSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"New-MgGroupSiteOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"New-MgGroupSiteOnenotePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Sites","Command":"New-MgGroupSiteOnenoteResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"New-MgGroupSiteOnenoteSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"New-MgGroupSiteOnenoteSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"New-MgGroupSiteOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"New-MgGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"New-MgGroupSiteOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"New-MgGroupSiteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"New-MgGroupSitePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Sites","Command":"New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Sites","Command":"New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"New-MgGroupSitePageAsSitePageWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"New-MgGroupSitePermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStores","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"New-MgGroupSiteTermStore"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"New-MgGroupSiteTermStoreGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"New-MgGroupSiteTermStoreGroupSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgGroupSiteTermStoreGroupSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreGroupSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreGroupSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgGroupSiteTermStoreGroupSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgGroupSiteTermStoreGroupSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreGroupSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreGroupSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"New-MgGroupSiteTermStoreSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetParentGroupSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetParentGroupSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetParentGroupSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetParentGroupSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetParentGroupSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgGroupSiteTermStoreSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"New-MgGroupTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"OutputType":null,"Module":"Teams","Command":"New-MgGroupTeamChannelEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"New-MgGroupTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgGroupTeamChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgGroupTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgGroupTeamChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgGroupTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"New-MgGroupTeamChannelSharedWithTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"New-MgGroupTeamChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"New-MgGroupTeamInstalledApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"New-MgGroupTeamMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Teams","Command":"New-MgGroupTeamOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"New-MgGroupTeamPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"OutputType":null,"Module":"Teams","Command":"New-MgGroupTeamPrimaryChannelEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"New-MgGroupTeamPrimaryChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgGroupTeamPrimaryChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgGroupTeamPrimaryChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"New-MgGroupTeamPrimaryChannelSharedWithTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"New-MgGroupTeamPrimaryChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/dayNotes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDayNote","Module":"Teams","Command":"New-MgGroupTeamScheduleDayNote"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Teams","Command":"New-MgGroupTeamScheduleOfferShiftRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Teams","Command":"New-MgGroupTeamScheduleOpenShift"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Teams","Command":"New-MgGroupTeamScheduleOpenShiftChangeRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/schedulingGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Teams","Command":"New-MgGroupTeamScheduleSchedulingGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/shifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShift","Module":"Teams","Command":"New-MgGroupTeamScheduleShift"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Teams","Command":"New-MgGroupTeamScheduleSwapShiftChangeRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"New-MgGroupTeamScheduleTimeCard"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timesOff","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Teams","Command":"New-MgGroupTeamScheduleTimeOff"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffReasons","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Teams","Command":"New-MgGroupTeamScheduleTimeOffReason"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Teams","Command":"New-MgGroupTeamScheduleTimeOffRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Teams","Command":"New-MgGroupTeamTag"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Teams","Command":"New-MgGroupTeamTagMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Groups","Command":"New-MgGroupThread"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"New-MgGroupThreadPostAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Groups","Command":"New-MgGroupThreadPostAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"New-MgGroupThreadPostExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Groups","Command":"New-MgGroupThreadPostInReplyToAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Groups","Command":"New-MgGroupThreadPostInReplyToAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"New-MgGroupThreadPostInReplyToExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/apiConnectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"New-MgIdentityApiConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Module":"Identity.SignIns","Command":"New-MgIdentityAuthenticationEventFlow"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"New-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"New-MgIdentityAuthenticationEventFlowIncludeApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventListeners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationEventListener","Module":"Identity.SignIns","Command":"New-MgIdentityAuthenticationEventListener"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Module":"Identity.SignIns","Command":"New-MgIdentityB2XUserFlow"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"New-MgIdentityB2XUserFlowIdentityProviderByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Identity.SignIns","Command":"New-MgIdentityB2XUserFlowLanguage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"New-MgIdentityB2XUserFlowLanguageDefaultPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"New-MgIdentityB2XUserFlowLanguageOverridePage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Identity.SignIns","Command":"New-MgIdentityB2XUserFlowUserAttributeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/authenticationContextClassReferences","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Identity.SignIns","Command":"New-MgIdentityConditionalAccessAuthenticationContextClassReference"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Identity.SignIns","Command":"New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/namedLocations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphNamedLocation","Module":"Identity.SignIns","Command":"New-MgIdentityConditionalAccessNamedLocation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/policies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphConditionalAccessPolicy","Module":"Identity.SignIns","Command":"New-MgIdentityConditionalAccessPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/customAuthenticationExtensions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Module":"Identity.SignIns","Command":"New-MgIdentityCustomAuthenticationExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewHistoryDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri","Variants":["Generate","GenerateViaIdentity"],"OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAppConsentRequest","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAppConsentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserConsentRequest","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAppConsentRequestUserConsentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceLifecycleWorkflow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceLifecycleWorkflowNewVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceLifecycleWorkflowTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceLifecycleWorkflowVersionTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Identity.Governance","Command":"New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Module":"Identity.Governance","Command":"New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Module":"Identity.Governance","Command":"New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Remove.AzureADGroup","Description":"Delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.Remove.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Module":"Identity.Governance","Command":"New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Identity.Governance","Command":"New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Identity.Governance","Command":"New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Remove.AzureADGroup","Description":"Delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.Remove.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Module":"Identity.Governance","Command":"New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAgreement","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceTermsOfUseAgreement"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreementAcceptances","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceTermsOfUseAgreementAcceptance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceTermsOfUseAgreementFile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"New-MgIdentityGovernanceTermsOfUseAgreementFileVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/identityProviders","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Identity.SignIns","Command":"New-MgIdentityProvider"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/userFlowAttributes","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Identity.SignIns","Command":"New-MgIdentityUserFlowAttribute"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Identity.SignIns","Command":"New-MgInformationProtectionThreatAssessmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Identity.SignIns","Command":"New-MgInformationProtectionThreatAssessmentRequestResult"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.Invite.All","Description":"Invite guest users to the organization","FullDescription":"Allows the app to invite guest users to the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Invite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/invitations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphInvitation","Module":"Identity.SignIns","Command":"New-MgInvitation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/oauth2PermissionGrants","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Identity.SignIns","Command":"New-MgOauth2PermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOrganization","Module":"Identity.DirectoryManagement","Command":"New-MgOrganization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Module":"Identity.DirectoryManagement","Command":"New-MgOrganizationBrandingLocalization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Module":"Identity.SignIns","Command":"New-MgOrganizationCertificateBasedAuthConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"New-MgOrganizationExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/{place-id}/roomList/rooms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoom","Module":"Calendar","Command":"New-MgPlaceAsRoomListRoom"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/buckets","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Planner","Command":"New-MgPlannerBucket"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/plans","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Planner","Command":"New-MgPlannerPlan"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Planner","Command":"New-MgPlannerTask"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/activityBasedTimeoutPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Module":"Identity.SignIns","Command":"New-MgPolicyActivityBasedTimeoutPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/appManagementPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Identity.SignIns","Command":"New-MgPolicyAppManagementPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Module":"Identity.SignIns","Command":"New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Identity.SignIns","Command":"New-MgPolicyAuthenticationStrengthPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Identity.SignIns","Command":"New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/claimsMappingPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphClaimsMappingPolicy","Module":"Identity.SignIns","Command":"New-MgPolicyClaimMappingPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/partners","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Module":"Identity.SignIns","Command":"New-MgPolicyCrossTenantAccessPolicyPartner"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Identity.SignIns","Command":"New-MgPolicyFeatureRolloutPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.SignIns","Command":"New-MgPolicyFeatureRolloutPolicyApplyTo"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"New-MgPolicyFeatureRolloutPolicyApplyToByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/homeRealmDiscoveryPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Identity.SignIns","Command":"New-MgPolicyHomeRealmDiscoveryPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantPolicy","Module":"Identity.SignIns","Command":"New-MgPolicyPermissionGrantPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Identity.SignIns","Command":"New-MgPolicyPermissionGrantPolicyExclude"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Identity.SignIns","Command":"New-MgPolicyPermissionGrantPolicyInclude"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Module":"Identity.SignIns","Command":"New-MgPolicyRoleManagementPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicyAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Module":"Identity.SignIns","Command":"New-MgPolicyRoleManagementPolicyAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Identity.SignIns","Command":"New-MgPolicyRoleManagementPolicyEffectiveRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Identity.SignIns","Command":"New-MgPolicyRoleManagementPolicyRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenIssuancePolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Identity.SignIns","Command":"New-MgPolicyTokenIssuancePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenLifetimePolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Identity.SignIns","Command":"New-MgPolicyTokenLifetimePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/connectors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Devices.CloudPrint","Command":"New-MgPrintConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/operations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrintOperation","Module":"Devices.CloudPrint","Command":"New-MgPrintOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/create","Variants":["Create1","CreateExpanded1"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"New-MgPrintPrinter"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Devices.CloudPrint","Command":"New-MgPrintPrinterJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Devices.CloudPrint","Command":"New-MgPrintPrinterJobDocument"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Devices.CloudPrint","Command":"New-MgPrintPrinterJobDocumentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"New-MgPrintPrinterJobTask"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/taskTriggers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Devices.CloudPrint","Command":"New-MgPrintPrinterTaskTrigger"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/services","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrintService","Module":"Devices.CloudPrint","Command":"New-MgPrintService"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/services/{printService-id}/endpoints","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintServiceEndpoint","Module":"Devices.CloudPrint","Command":"New-MgPrintServiceEndpoint"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Devices.CloudPrint","Command":"New-MgPrintShare"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"New-MgPrintShareAllowedGroupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"New-MgPrintShareAllowedUserByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Devices.CloudPrint","Command":"New-MgPrintShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Devices.CloudPrint","Command":"New-MgPrintShareJobDocument"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Devices.CloudPrint","Command":"New-MgPrintShareJobDocumentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"New-MgPrintShareJobTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/taskDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Devices.CloudPrint","Command":"New-MgPrintTaskDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"New-MgPrintTaskDefinitionTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Compliance","Command":"New-MgPrivacySubjectRightsRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Compliance","Command":"New-MgPrivacySubjectRightsRequestNote"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/authenticationMethods/userRegistrationDetails","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUserRegistrationDetails","Module":"Reports","Command":"New-MgReportAuthenticationMethodUserRegistrationDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/manifests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingManifest","Module":"Reports","Command":"New-MgReportPartnerBillingManifest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/operations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Reports","Command":"New-MgReportPartnerBillingOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskDetections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRiskDetection","Module":"Identity.SignIns","Command":"New-MgRiskDetection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRiskyServicePrincipal","Module":"Identity.SignIns","Command":"New-MgRiskyServicePrincipal"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Module":"Identity.SignIns","Command":"New-MgRiskyServicePrincipalHistory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRiskyUser","Module":"Identity.SignIns","Command":"New-MgRiskyUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Module":"Identity.SignIns","Command":"New-MgRiskyUserHistory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryResourceNamespace"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryRoleAssignmentSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.Remove.Directory","Description":"Delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to delete the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.Remove.Directory","Description":"Delete all active role assignments for your company's directory","FullDescription":"Allows the app to delete the active role-based access control (RBAC) assignments for your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.Remove.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.Remove.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryRoleEligibilitySchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Identity.Governance","Command":"New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementResourceNamespace"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementRoleDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Identity.Governance","Command":"New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/schemaExtensions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSchemaExtension","Module":"SchemaExtensions","Command":"New-MgSchemaExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/acronyms","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSearchAcronym","Module":"Search","Command":"New-MgSearchAcronym"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/bookmarks","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSearchBookmark","Module":"Search","Command":"New-MgSearchBookmark"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/qnas","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSearchQna","Module":"Search","Command":"New-MgSearchQna"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/alerts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAlert","Module":"Security","Command":"New-MgSecurityAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/alerts_v2","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Security","Command":"New-MgSecurityAlertV2"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSimulation","Module":"Security","Command":"New-MgSecurityAttackSimulation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSimulationAutomation","Module":"Security","Command":"New-MgSecurityAttackSimulationAutomation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSimulationAutomationRun","Module":"Security","Command":"New-MgSecurityAttackSimulationAutomationRun"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphEndUserNotification","Module":"Security","Command":"New-MgSecurityAttackSimulationEndUserNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndUserNotificationDetail","Module":"Security","Command":"New-MgSecurityAttackSimulationEndUserNotificationDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphLandingPage","Module":"Security","Command":"New-MgSecurityAttackSimulationLandingPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLandingPageDetail","Module":"Security","Command":"New-MgSecurityAttackSimulationLandingPageDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/loginPages","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphLoginPage","Module":"Security","Command":"New-MgSecurityAttackSimulationLoginPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/operations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphAttackSimulationOperation","Module":"Security","Command":"New-MgSecurityAttackSimulationOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/payloads","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphPayload","Module":"Security","Command":"New-MgSecurityAttackSimulationPayload"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTraining","Module":"Security","Command":"New-MgSecurityAttackSimulationTraining"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrainingLanguageDetail","Module":"Security","Command":"New-MgSecurityAttackSimulationTrainingLanguageDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCase"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseCustodianUserSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityCaseOperation","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseSearch"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Security","Command":"New-MgSecurityCaseEdiscoveryCaseTag"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Security","Command":"New-MgSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Security","Command":"New-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/healthIssues","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Security","Command":"New-MgSecurityIdentityHealthIssue"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/sensors","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecuritySensor","Module":"Security","Command":"New-MgSecurityIdentitySensor"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/sensors/regenerateDeploymentAccessKey","Variants":["Regenerate"],"OutputType":null,"Module":"Security","Command":"New-MgSecurityIdentitySensorDeploymentAccessKey"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/incidents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityIncident","Module":"Security","Command":"New-MgSecurityIncident"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/authorities","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Module":"Security","Command":"New-MgSecurityLabelAuthority"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/categories","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Module":"Security","Command":"New-MgSecurityLabelCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Module":"Security","Command":"New-MgSecurityLabelCategorySubcategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/citations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityCitationTemplate","Module":"Security","Command":"New-MgSecurityLabelCitation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/departments","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Module":"Security","Command":"New-MgSecurityLabelDepartment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/filePlanReferences","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Module":"Security","Command":"New-MgSecurityLabelFilePlanReference"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionLabel","Module":"Security","Command":"New-MgSecurityLabelRetentionLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Module":"Security","Command":"New-MgSecurityLabelRetentionLabelDispositionReviewStage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/secureScores","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecureScore","Module":"Security","Command":"New-MgSecuritySecureScore"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/secureScoreControlProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecureScoreControlProfile","Module":"Security","Command":"New-MgSecuritySecureScoreControlProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Security","Command":"New-MgSecuritySubjectRightsRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Security","Command":"New-MgSecuritySubjectRightsRequestNote"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Security","Command":"New-MgSecurityThreatIntelligenceArticle"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articleIndicators","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityArticleIndicator","Module":"Security","Command":"New-MgSecurityThreatIntelligenceArticleIndicator"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"New-MgSecurityThreatIntelligenceHost"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostComponents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostComponent","Module":"Security","Command":"New-MgSecurityThreatIntelligenceHostComponent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostCookies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostCookie","Module":"Security","Command":"New-MgSecurityThreatIntelligenceHostCookie"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPairs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Security","Command":"New-MgSecurityThreatIntelligenceHostPair"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPorts","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostPort","Module":"Security","Command":"New-MgSecurityThreatIntelligenceHostPort"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostSslCertificates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Module":"Security","Command":"New-MgSecurityThreatIntelligenceHostSslCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostTrackers","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityHostTracker","Module":"Security","Command":"New-MgSecurityThreatIntelligenceHostTracker"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelProfiles","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Module":"Security","Command":"New-MgSecurityThreatIntelligenceIntelProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/passiveDnsRecords","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Security","Command":"New-MgSecurityThreatIntelligencePassiveDnsRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelligenceProfileIndicators","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Security","Command":"New-MgSecurityThreatIntelligenceProfileIndicator"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/sslCertificates","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecuritySslCertificate","Module":"Security","Command":"New-MgSecurityThreatIntelligenceSslCertificate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/subdomains","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Security","Command":"New-MgSecurityThreatIntelligenceSubdomain"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityVulnerability","Module":"Security","Command":"New-MgSecurityThreatIntelligenceVulnerability"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Module":"Security","Command":"New-MgSecurityThreatIntelligenceVulnerabilityComponent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisHistoryRecords","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Security","Command":"New-MgSecurityThreatIntelligenceWhoisHistoryRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisRecords","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityWhoisRecord","Module":"Security","Command":"New-MgSecurityThreatIntelligenceWhoisRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/triggers/retentionEvents","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionEvent","Module":"Security","Command":"New-MgSecurityTriggerRetentionEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/triggerTypes/retentionEventTypes","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Security","Command":"New-MgSecurityTriggerTypeRetentionEventType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AgentIdentity.Create","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AgentApplication.Create","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"New-MgServicePrincipal"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"New-MgServicePrincipalAppRoleAssignedTo"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"New-MgServicePrincipalAppRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"New-MgServicePrincipalClaimMappingPolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Module":"Applications","Command":"New-MgServicePrincipalDelegatedPermissionClassification"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Applications","Command":"New-MgServicePrincipalEndpoint"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"New-MgServicePrincipalOwnerByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetDeviceGroup","Module":"Applications","Command":"New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/servicePrincipalRiskDetections","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Module":"Identity.SignIns","Command":"New-MgServicePrincipalRiskDetection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Applications","Command":"New-MgServicePrincipalSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand","Variants":["Provision","ProvisionExpanded","ProvisionViaIdentity","ProvisionViaIdentityExpanded"],"OutputType":"IMicrosoftGraphStringKeyStringValuePair","Module":"Applications","Command":"New-MgServicePrincipalSynchronizationJobOnDemand"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"New-MgServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Applications","Command":"New-MgServicePrincipalSynchronizationTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"New-MgServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"New-MgServicePrincipalTokenIssuancePolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-tokenlifetimepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"New-MgServicePrincipalTokenLifetimePolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"New-MgShareListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"New-MgShareListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"New-MgShareListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"New-MgShareListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"New-MgShareListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"New-MgShareListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"New-MgShareListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"New-MgShareListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"New-MgShareListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSharedDriveItem","Module":"Files","Command":"New-MgShareSharedDriveItemSharedDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"New-MgSiteAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Sites","Command":"New-MgSiteAnalyticItemActivityStatActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"New-MgSiteColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"New-MgSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"New-MgSiteContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"New-MgSiteContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"New-MgSiteGetByPathColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"New-MgSiteGetByPathContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"New-MgSiteGetByPathList"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"New-MgSiteGetByPathOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"New-MgSiteGetByPathPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"New-MgSiteGetByPathPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStores","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"New-MgSiteGetByPathTermStore"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"New-MgSiteList"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"New-MgSiteListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"New-MgSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"New-MgSiteListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"New-MgSiteListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Sites","Command":"New-MgSiteListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Sites","Command":"New-MgSiteListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"New-MgSiteListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Sites","Command":"New-MgSiteListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"New-MgSiteListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Sites","Command":"New-MgSiteListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"New-MgSiteOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgSiteOnenoteNotebookSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"New-MgSiteOnenoteNotebookSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgSiteOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgSiteOnenoteNotebookSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"New-MgSiteOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgSiteOnenotePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"New-MgSiteOnenoteResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgSiteOnenoteSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"New-MgSiteOnenoteSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgSiteOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgSiteOnenoteSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgSiteOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"New-MgSiteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"New-MgSitePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Sites","Command":"New-MgSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Sites","Command":"New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"New-MgSitePageAsSitePageWebPart"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"New-MgSitePermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStores","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"New-MgSiteTermStore"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"New-MgSiteTermStoreGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"New-MgSiteTermStoreGroupSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgSiteTermStoreGroupSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreGroupSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreGroupSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgSiteTermStoreGroupSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgSiteTermStoreGroupSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreGroupSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreGroupSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"New-MgSiteTermStoreSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgSiteTermStoreSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"New-MgSiteTermStoreSetParentGroupSet"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgSiteTermStoreSetParentGroupSetChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreSetParentGroupSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgSiteTermStoreSetParentGroupSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgSiteTermStoreSetParentGroupSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreSetRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgSiteTermStoreSetTerm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"New-MgSiteTermStoreSetTermChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreSetTermChildRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"New-MgSiteTermStoreSetTermRelation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveInclusionRules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreDriveInclusionRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnits","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreDriveProtectionUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreExchangeProtectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangerestoresessions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphExchangeRestoreSession","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreExchangeRestoreSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-post-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxInclusionRules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreMailboxInclusionRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnits","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreMailboxProtectionUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessrestoresessions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveRestoreArtifact","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-post-driverestoreartifactsbulkadditionrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restorePoints","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"BackupRestore","Command":"New-MgSolutionBackupRestorePoint"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreProtectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/serviceApps","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphServiceApp","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreServiceApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restoreSessions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphRestoreSessionBase","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreSharePointProtectionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSharePointRestoreSession","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreSharePointRestoreSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteRestoreArtifact","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-post-siterestoreartifactsbulkadditionrequests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteInclusionRules","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreSiteInclusionRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnits","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreSiteProtectionUnit"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"New-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/subscribedSkus","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSubscribedSku","Module":"Identity.DirectoryManagement","Command":"New-MgSubscribedSku"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/subscriptions","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"ChangeNotifications","Command":"New-MgSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Team.Create","Description":"Create teams","FullDescription":"Allows the app to create teams on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphTeam","Module":"Teams","Command":"New-MgTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Channel.Create","Description":"Create channels","FullDescription":"Create channels in any team, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.Create.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"New-MgTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"OutputType":null,"Module":"Teams","Command":"New-MgTeamChannelEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"New-MgTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Send","Description":"Send channel messages","FullDescription":"Allows the app to send channel messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgTeamChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChannelMessage.Send","Description":"Send channel messages","FullDescription":"Allows the app to send channel messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgTeamChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"New-MgTeamChannelSharedWithTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.Create","Description":"Create tabs in Microsoft Teams.","FullDescription":"Allows the app to create tabs in any team in Microsoft Teams, on your behalf. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Create.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"New-MgTeamChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"New-MgTeamInstalledApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"New-MgTeamMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Teams","Command":"New-MgTeamOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"New-MgTeamPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"OutputType":null,"Module":"Teams","Command":"New-MgTeamPrimaryChannelEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"New-MgTeamPrimaryChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgTeamPrimaryChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgTeamPrimaryChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgTeamPrimaryChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"New-MgTeamPrimaryChannelSharedWithTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"New-MgTeamPrimaryChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/dayNotes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDayNote","Module":"Teams","Command":"New-MgTeamScheduleDayNote"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/offerShiftRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Teams","Command":"New-MgTeamScheduleOfferShiftRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Teams","Command":"New-MgTeamScheduleOpenShift"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Teams","Command":"New-MgTeamScheduleOpenShiftChangeRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/schedulingGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Teams","Command":"New-MgTeamScheduleSchedulingGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/shifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShift","Module":"Teams","Command":"New-MgTeamScheduleShift"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Teams","Command":"New-MgTeamScheduleSwapShiftChangeRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-timecards?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"New-MgTeamScheduleTimeCard"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timesOff","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Teams","Command":"New-MgTeamScheduleTimeOff"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffReasons","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Teams","Command":"New-MgTeamScheduleTimeOffReason"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Teams","Command":"New-MgTeamScheduleTimeOffRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Teams","Command":"New-MgTeamTag"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Teams","Command":"New-MgTeamTagMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedChats","Variants":["Create","CreateExpanded"],"OutputType":null,"Module":"Teams","Command":"New-MgTeamworkDeletedChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDeletedTeam","Module":"Teams","Command":"New-MgTeamworkDeletedTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"New-MgTeamworkDeletedTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"OutputType":null,"Module":"Teams","Command":"New-MgTeamworkDeletedTeamChannelEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"New-MgTeamworkDeletedTeamChannelMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgTeamworkDeletedTeamChannelMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgTeamworkDeletedTeamChannelMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"New-MgTeamworkDeletedTeamChannelSharedWithTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"New-MgTeamworkDeletedTeamChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/workforceIntegrations","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphWorkforceIntegration","Module":"Teams","Command":"New-MgTeamworkWorkforceIntegration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Module":"Identity.Partner","Command":"New-MgTenantRelationshipDelegatedAdminCustomer"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Module":"Identity.Partner","Command":"New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Module":"Identity.Partner","Command":"New-MgTenantRelationshipDelegatedAdminRelationship"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Module":"Identity.Partner","Command":"New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Module":"Identity.Partner","Command":"New-MgTenantRelationshipDelegatedAdminRelationshipOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Module":"Identity.Partner","Command":"New-MgTenantRelationshipDelegatedAdminRelationshipRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/multiTenantOrganization/tenants","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Module":"Identity.SignIns","Command":"New-MgTenantRelationshipMultiTenantOrganizationTenant"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphUser","Module":"Users","Command":"New-MgUser"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserActivity","Module":"CrossDeviceExperiences","Command":"New-MgUserActivity"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActivityHistoryItem","Module":"CrossDeviceExperiences","Command":"New-MgUserActivityHistoryItem"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"New-MgUserAppRoleAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/emailMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Module":"Identity.SignIns","Command":"New-MgUserAuthenticationEmailMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/methods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"New-MgUserAuthenticationMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Identity.SignIns","Command":"New-MgUserAuthenticationOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/phoneMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Module":"Identity.SignIns","Command":"New-MgUserAuthenticationPhoneMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Module":"Identity.SignIns","Command":"New-MgUserAuthenticationTemporaryAccessPassMethod"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendars","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendar","Module":"Calendar","Command":"New-MgUserCalendar"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendars/{calendar-id}/events","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"New-MgUserCalendarEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendarGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendarGroup","Module":"Calendar","Command":"New-MgUserCalendarGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendar","Module":"Calendar","Command":"New-MgUserCalendarGroupCalendar"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/calendarPermissions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Calendar","Command":"New-MgUserCalendarPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChat","Module":"Teams","Command":"New-MgUserChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppInstallation","Module":"Teams","Command":"New-MgUserChatInstalledApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"New-MgUserChatMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgUserChatMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgUserChatMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"New-MgUserChatMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"New-MgUserChatMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"New-MgUserChatPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Teams","Command":"New-MgUserChatPinnedMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"New-MgUserChatTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"New-MgUserContact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"PersonalContacts","Command":"New-MgUserContactExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContactFolder","Module":"PersonalContacts","Command":"New-MgUserContactFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContactFolder","Module":"PersonalContacts","Command":"New-MgUserContactFolderChildFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"New-MgUserContactFolderChildFolderContact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"PersonalContacts","Command":"New-MgUserContactFolderChildFolderContactExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"New-MgUserContactFolderContact"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"PersonalContacts","Command":"New-MgUserContactFolderContactExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"New-MgUserDefaultCalendarEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Devices.CorporateManagement","Command":"New-MgUserDeviceManagementTroubleshootingEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"New-MgUserDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgUserDriveBundle"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"New-MgUserDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgUserDriveItemChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgUserDriveItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"New-MgUserDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgUserDriveItemListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"New-MgUserDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgUserDriveItemPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"New-MgUserDriveItemSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"New-MgUserDriveItemThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Files","Command":"New-MgUserDriveItemUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"New-MgUserDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"New-MgUserDriveListColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"New-MgUserDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"New-MgUserDriveListContentTypeColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"New-MgUserDriveListContentTypeColumnLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"New-MgUserDriveListItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"New-MgUserDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgUserDriveListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"New-MgUserDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"New-MgUserDriveListOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"New-MgUserDriveListSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"New-MgUserDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"New-MgUserDriveRootChild"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgUserDriveRootLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"New-MgUserDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgUserDriveRootListItemLink"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"New-MgUserDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"New-MgUserDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"New-MgUserDriveRootSubscription"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"New-MgUserDriveRootThumbnail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Files","Command":"New-MgUserDriveRootUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"New-MgUserDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"New-MgUserEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Calendar","Command":"New-MgUserEventAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Calendar","Command":"New-MgUserEventAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"New-MgUserEventExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Users","Command":"New-MgUserExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/inferenceClassification/overrides","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInferenceClassificationOverride","Module":"Mail","Command":"New-MgUserInferenceClassificationOverride"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/shared","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedInsight","Module":"Users","Command":"New-MgUserInsightShared"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/trending","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrending","Module":"Users","Command":"New-MgUserInsightTrending"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/used","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUsedInsight","Module":"Users","Command":"New-MgUserInsightUsed"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"New-MgUserMailFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"New-MgUserMailFolderChildFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Mail","Command":"New-MgUserMailFolderChildFolderMessageAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Mail","Command":"New-MgUserMailFolderChildFolderMessageAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"New-MgUserMailFolderChildFolderMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMailFolderChildFolderMessageForward"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMailFolderChildFolderMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMailFolderChildFolderMessageReplyAll"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Mail","Command":"New-MgUserMailFolderChildFolderMessageRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Mail","Command":"New-MgUserMailFolderMessageAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Mail","Command":"New-MgUserMailFolderMessageAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"New-MgUserMailFolderMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMailFolderMessageForward"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMailFolderMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMailFolderMessageReplyAll"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Mail","Command":"New-MgUserMailFolderMessageRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Devices.CorporateManagement","Command":"New-MgUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Devices.CorporateManagement","Command":"New-MgUserManagedDeviceCompliancePolicyState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Devices.CorporateManagement","Command":"New-MgUserManagedDeviceConfigurationState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"New-MgUserManagedDeviceLogCollectionRequestDownloadUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Devices.CorporateManagement","Command":"New-MgUserManagedDeviceLogCollectionResponse"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Devices.CorporateManagement","Command":"New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachment","Module":"Mail","Command":"New-MgUserMessageAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Mail","Command":"New-MgUserMessageAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"New-MgUserMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMessageForward"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMessageReply"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"New-MgUserMessageReplyAll"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"New-MgUserOnenoteNotebook"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgUserOnenoteNotebookSection"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"New-MgUserOnenoteNotebookSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgUserOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgUserOnenoteNotebookSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"New-MgUserOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgUserOnenotePage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"New-MgUserOnenoteResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgUserOnenoteSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"New-MgUserOnenoteSectionGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"New-MgUserOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgUserOnenoteSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"New-MgUserOnenoteSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnlineMeeting","Module":"CloudCommunications","Command":"New-MgUserOnlineMeeting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"CloudCommunications","Command":"New-MgUserOnlineMeetingAttendanceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"CloudCommunications","Command":"New-MgUserOnlineMeetingAttendanceReportAttendanceRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"New-MgUserOnlineMeetingRecording"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"New-MgUserOnlineMeetingTranscript"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/outlook/masterCategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookCategory","Module":"Users","Command":"New-MgUserOutlookMasterCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/scopedRoleMemberOf","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"New-MgUserScopedRoleMemberOf"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage/quota/services","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Module":"Users","Command":"New-MgUserSettingStorageQuotaService"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsSetting","Module":"Users","Command":"New-MgUserSettingWindows"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsSettingInstance","Module":"Users","Command":"New-MgUserSettingWindowsInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/associatedTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAssociatedTeamInfo","Module":"Teams","Command":"New-MgUserTeamworkAssociatedTeam"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Module":"Teams","Command":"New-MgUserTeamworkInstalledApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTodoTaskList","Module":"Users","Command":"New-MgUserTodoList"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Users","Command":"New-MgUserTodoListExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTodoTask","Module":"Users","Command":"New-MgUserTodoListTask"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachmentBase","Module":"Users","Command":"New-MgUserTodoListTaskAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUploadSession","Module":"Users","Command":"New-MgUserTodoListTaskAttachmentUploadSession"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChecklistItem","Module":"Users","Command":"New-MgUserTodoListTaskChecklistItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":null,"Module":"Users","Command":"New-MgUserTodoListTaskExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLinkedResource","Module":"Users","Command":"New-MgUserTodoListTaskLinkedResource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphVirtualEvent","Module":"Bookings","Command":"New-MgVirtualEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"New-MgVirtualEventPresenter"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"New-MgVirtualEventSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"New-MgVirtualEventSessionAttendanceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"New-MgVirtualEventSessionAttendanceReportAttendanceRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Bookings","Command":"New-MgVirtualEventTownhall"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"New-MgVirtualEventTownhallPresenter"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"New-MgVirtualEventTownhallSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"New-MgVirtualEventTownhallSessionAttendanceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars","Variants":["Create","CreateExpanded"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Bookings","Command":"New-MgVirtualEventWebinar"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"New-MgVirtualEventWebinarPresenter"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Bookings","Command":"New-MgVirtualEventWebinarRegistration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Module":"Bookings","Command":"New-MgVirtualEventWebinarRegistrationConfigurationQuestion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"New-MgVirtualEventWebinarSession"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"New-MgVirtualEventWebinarSessionAttendanceReport"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/Ping","Variants":["Ping","PingViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Ping-MgBetaApplicationSynchronization"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/Ping","Variants":["Ping","PingViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Ping-MgBetaServicePrincipalSynchronization"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/publish","Variants":["Publish","PublishExpanded","PublishViaIdentity","PublishViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSiteList","Module":"DeviceManagement","Command":"Publish-MgAdminEdgeInternetExplorerModeSiteList"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/publish","Variants":["Publish","PublishExpanded","PublishViaIdentity","PublishViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSiteList","Module":"Beta.DeviceManagement","Command":"Publish-MgBetaAdminEdgeInternetExplorerModeSiteList"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/publish","Variants":["Publish","Publish1","PublishViaIdentity","PublishViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Publish-MgBetaBookingBusiness"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release","Variants":["Release","ReleaseViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Publish-MgBetaComplianceEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release","Variants":["Release","ReleaseViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Publish-MgBetaDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Publish-MgBetaEducationClassAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Beta.Education","Command":"Publish-MgBetaEducationClassModule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Publish-MgBetaEducationMeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Publish-MgBetaEducationUserAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Publish-MgBetaGroupDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Publish-MgBetaGroupSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Publish-MgBetaGroupSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release","Variants":["Release","ReleaseViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release","Variants":["Release","ReleaseViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Publish-MgBetaShareListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Publish-MgBetaSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Publish-MgBetaSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Publish-MgBetaUserDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Publish-MgBetaVirtualEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Publish-MgBookingBusiness"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Files","Command":"Publish-MgDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Publish-MgEducationClassAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Education","Command":"Publish-MgEducationClassModule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Publish-MgEducationMeAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Publish-MgEducationUserAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Files","Command":"Publish-MgGroupDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Publish-MgGroupSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Publish-MgGroupSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release","Variants":["Release","ReleaseViaIdentity"],"OutputType":null,"Module":"Security","Command":"Publish-MgSecurityCaseEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release","Variants":["Release","ReleaseViaIdentity"],"OutputType":null,"Module":"Security","Command":"Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Files","Command":"Publish-MgShareListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Publish-MgSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Publish-MgSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Files","Command":"Publish-MgUserDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/publish","Variants":["Publish","PublishViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Publish-MgVirtualEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/register","Variants":["Register","RegisterExpanded","RegisterViaIdentity","RegisterViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Register-MgBetaPrivilegedAccessResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/edge","Variants":["Delete"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgAdminEdge"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode","Variants":["Delete"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgAdminEdgeInternetExplorerMode"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgAdminEdgeInternetExplorerModeSiteList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgAdminEdgeInternetExplorerModeSiteListSite"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/people/itemInsights","Variants":["Delete"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgAdminPeopleItemInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgAdminPeopleProfileCardProperty"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/reportSettings","Variants":["Delete"],"OutputType":null,"Module":"Reports","Command":"Remove-MgAdminReportSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/sharepoint","Variants":["Delete"],"OutputType":null,"Module":"Sites","Command":"Remove-MgAdminSharepoint"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/sharepoint/settings","Variants":["Delete"],"OutputType":null,"Module":"Sites","Command":"Remove-MgAdminSharepointSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgAgreement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgAgreementAcceptance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgAgreementFile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgAgreementFileLocalization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgAgreementFileLocalizationVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgAgreementFileVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/removeAllDevicesFromManagement","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Users.Actions","Command":"Remove-MgAllUserDeviceFromManagement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgAppCatalogTeamApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgAppCatalogTeamAppDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgAppCatalogTeamAppDefinitionBot"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplication"},{"Method":"DELETE","CommandAlias":"Remove-MgApplicationAppManagementPolicyByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications(appId='{appId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationByAppId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationByUniqueName"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationExtensionProperty"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationFederatedIdentityCredential"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationFederatedIdentityCredentialByName"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/removeKey","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationKey"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/logo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationLogo"},{"Method":"DELETE","CommandAlias":"Remove-MgApplicationOwnerByRef","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationOwnerDirectoryObjectByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/removePassword","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationPassword"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationSynchronization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationSynchronizationJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationSynchronizationJobBulkUpload"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationSynchronizationJobBulkUploadContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationSynchronizationJobSchema"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationSynchronizationJobSchemaDirectory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationSynchronizationTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationSynchronizationTemplateSchema"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"DELETE","CommandAlias":"Remove-MgApplicationTokenIssuancePolicyByRef","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgApplicationTokenLifetimePolicyByRef","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAccessReview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAccessReviewDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAccessReviewInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAccessReviewInstanceDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAccessReviewInstanceMyDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAccessReviewInstanceReviewer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAccessReviewMyDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAccessReviewReviewer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/edge","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaAdminEdge"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaAdminEdgeInternetExplorerMode"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaAdminEdgeInternetExplorerModeSiteList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdministrativeUnit"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdministrativeUnitExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdministrativeUnitMemberByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaAdministrativeUnitMemberByRef","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdministrativeUnitScopedRoleMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/people","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdminPeople"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/people/itemInsights","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdminPeopleItemInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/people/namePronunciation","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdminPeopleNamePronunciation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-delete-photoupdatesettings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/photoUpdateSettings","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdminPeoplePhotoUpdateSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdminPeopleProfileCardProperty"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilepropertysetting-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profilePropertySettings/{profilePropertySetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdminPeopleProfilePropertySetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileSources/{profileSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdminPeopleProfileSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileSources(sourceId='{sourceId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdminPeopleProfileSourceBySourceId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/people/pronouns","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaAdminPeoplePronoun"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/reportSettings","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaAdminReportSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/sharepoint","Variants":["Delete"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaAdminSharepoint"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/sharepoint/settings","Variants":["Delete"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaAdminSharepointSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAgreement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAgreementAcceptance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAgreementFile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAgreementFileLocalization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAgreementFileLocalizationVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaAgreementFileVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/removeAllDevicesFromManagement","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Remove-MgBetaAllUserDeviceFromManagement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaAppCatalogTeamApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaAppCatalogTeamAppDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaAppCatalogTeamAppDefinitionBot"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplication"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaApplicationAppManagementPolicyByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications(appId='{appId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationByAppId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationByUniqueName"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/connectorGroup/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationConnectorGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationExtensionProperty"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationFederatedIdentityCredential"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationFederatedIdentityCredentialByName"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/removeKey","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationKey"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/logo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationLogo"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaApplicationOwnerByRef","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationOwnerDirectoryObjectByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/removePassword","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationPassword"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationSynchronization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationSynchronizationJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationSynchronizationJobBulkUpload"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationSynchronizationJobBulkUploadContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationSynchronizationJobSchema"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationSynchronizationJobSchemaDirectory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationSynchronizationTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationSynchronizationTemplateSchema"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaApplicationTokenIssuancePolicyByRef","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaApplicationTokenLifetimePolicyByRef","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaBookingBusiness"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaBookingBusinessAppointment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaBookingBusinessCalendarView"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaBookingBusinessCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaBookingBusinessCustomQuestion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaBookingBusinessService"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaBookingBusinessStaffMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingCurrencies/{bookingCurrency-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaBookingCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/businessFlowTemplates/{businessFlowTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaBusinessFlowTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/removeAllAccessForUser","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaChatAccessForUser"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaChatInstalledApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaChatLastMessagePreview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaChatMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaChatMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaChatOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaChatPermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaChatPinnedMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Delete.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaChatTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery","Variants":["Delete"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscovery"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCase"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseCustodianHold"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sitesource-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-usersource-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseLegalHold"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseReviewSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/settings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseSourceCollection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaComplianceEdiscoveryCaseTag"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contracts/{contract-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaContract"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaDataPolicyOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDevice"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtiOSManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementiOSManagedAppProtection"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedAppPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppRegistration","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedAppRegistration"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppStatus","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedAppStatus"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedEBook"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedEBookAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookCategory","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedEBookCategory"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedEBookDeviceState"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppCategory","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppCategory"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppConfiguration"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementMobileAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtPolicySet","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementPolicySet"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtPolicySetAssignment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementPolicySetAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtPolicySetItem","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementPolicySetItem"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/symantecCodeSigningCertificate","Variants":["Delete"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtTask","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementTask"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtVppToken","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementVppToken"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWindowManagedAppProtection","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices(deviceId='{deviceId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDeviceByDeviceId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/commands/{command-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDeviceCommand"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDeviceExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkSettings","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementAndroidForWorkSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementApplePushNotificationCertificate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementAssignmentFilter"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementAuditEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementAutopilotEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementCartToClassAssociation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementCategorySettingDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementComanagementEligibleDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementComplianceManagementPartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementCompliancePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementCompliancePolicyAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementCompliancePolicySetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementComplianceSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementConditionalAccessSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementConfigurationPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementConfigurationPolicyAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementConfigurationPolicySetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementConfigurationPolicyTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementConfigurationSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/dataSharingConsents/{dataSharingConsent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDataSharingConsent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementDepOnboardingSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDerivedCredential"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDetectedApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationUserStateSummaries","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceHealthScript"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceShellScript"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceShellScriptAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementDomainJoinConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementExchangeConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}","Variants":["Delete","Delete1","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementExchangeOnPremisePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings","Variants":["Delete","Delete1","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementGroupPolicyConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyMigrationReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyObjectFile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementImportedDeviceIdentity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntentAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntentCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntentCategorySetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntentCategorySettingDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntentDeviceState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntentDeviceStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntentSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntentUserState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementIntentUserStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementIntuneBrandingProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementIoUpdateStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceCleanupRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceConfigurationState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceEncryptionState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelSite"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementMobileThreatDefenseConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMonitoring"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRecords/{alertRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMonitoringAlertRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRules/{alertRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementMonitoringAlertRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/ndesConnectors/{ndesConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementNdeConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementNotificationMessageTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementPartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteActionAudits/{remoteActionAudit-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementRemoteActionAudit"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementRemoteAssistancePartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaDeviceManagementReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementResourceAccessProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementResourceAccessProfileAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementResourceOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementReusableSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementRoleScopeTag"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementRoleScopeTagAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementScript"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementScriptAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementScriptDeviceRunState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementScriptGroupAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementScriptUserRunState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementSettingDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTemplateCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTemplateMigratableTo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTemplateMigratableToCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTemplateMigratableToSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTemplateSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementTermAndCondition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementTermAndConditionAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementTroubleshootingEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/userPfxCertificates/{userPFXCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementUserPfxCertificate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointBulkAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/organizationSettings","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/reports","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointServicePlan"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointSnapshot"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointUserSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Administration","Command":"Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotSettings","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementWindowsAutopilotSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementWindowsMalwareInformation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceRegisteredOwnerByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDeviceRegisteredUserByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDeviceUsageRights"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryAdministrativeUnit"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryAdministrativeUnitExtension"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDirectoryAdministrativeUnitMemberByRef","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryAttributeSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryAuthenticationMethodDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethoddevice-delete-hardwareoathdevices?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/certificateAuthorities","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryCertificateAuthority"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthorityasentity-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":"Read and write all device authentication certificate configurations.","FullDescription":"Allows the app to read and write all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations/{mutualTlsOauthConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryCustomSecurityAttributeDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryDeletedItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryDeviceLocalCredential"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-delete-externaluserprofiles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/externalUserProfiles/{externalUserProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryExternalUserProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryFeatureRolloutPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryFederationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/impactedResources/{impactedResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryImpactedResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryInboundSharedUserProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryObjects/{directoryObject-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DirectoryObjects","Command":"Remove-MgBetaDirectoryObject"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryOnPremiseSynchronization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryOutboundSharedUserProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryOutboundSharedUserProfileTenant"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryPendingExternalUserProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryPublicKeyInfrastructure"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-delete-certificatebasedauthconfigurations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-delete-certificateauthorities?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryRecommendation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/recommendationConfiguration","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryRecommendationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryRecommendationImpactedResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryRoleByRoleTemplateId"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaDirectoryRoleMemberByRef","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryRoleScopedMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryRoleTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/settings/{directorySetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectorySetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directorySettingTemplates/{directorySettingTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectorySettingTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/sharedEmailDomains/{sharedEmailDomain-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectorySharedEmailDomain"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectorySubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicetemplate-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDirectoryTemplateDeviceTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDomain"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDomainFederationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDomainServiceConfigurationRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDomainSharedEmailDomainInvitation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaDomainVerificationDnsRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDrive"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveBundleContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveBundleContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveFollowingContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveFollowingContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemChildContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveItemVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRoot"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootChildContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveRootVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveSpecialContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaDriveSpecialContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClass"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentCategory"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaEducationClassAssignmentCategoryByRef","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentDefault"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentResourceDependentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentRubric"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentRubricByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentSettingGradingCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentSettingGradingScheme"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentSubmission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentSubmissionOutcome"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentSubmissionResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaEducationClassMemberByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/members/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassMemberEducationUserByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassModule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassModuleResource"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaEducationClassTeacherByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationClassTeacherEducationUserByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me","Variants":["Delete"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMe"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaEducationMeAssignmentCategoryByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentResourceDependentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentRubric"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentRubricByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentSubmission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentSubmissionOutcome"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentSubmissionResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationMeRubric"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports","Variants":["Delete"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationReportReadingAssignmentSubmission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/readingCoachPassages/{readingCoachPassage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationReportReadingCoachPassage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationReportReflectCheck"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/speakerAssignmentSubmissions/{speakerAssignmentSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationReportSpeakerAssignmentSubmission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationSchool"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaEducationSchoolClassByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationSchoolClassEducationClassByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaEducationSchoolUserByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationSchoolUserEducationUserByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUser"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaEducationUserAssignmentCategoryByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentResourceDependentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentRubric"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentRubricByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentSubmission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentSubmissionOutcome"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentSubmissionResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Education","Command":"Remove-MgBetaEducationUserRubric"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageByUniqueName"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageCatalog"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageResourceRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementAssignmentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementConnectedOrganization"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementSubject"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaEntitlementManagementSubjectByObjectId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/authorizationSystems/{authorizationSystem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalAuthorizationSystem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalConnection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalConnectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalConnectionGroupMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalConnectionItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalConnectionItemActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalConnectionOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/quota","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalConnectionQuota"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/dataConnectors/{industryDataConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalIndustryDataConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/inboundFlows/{inboundFlow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalIndustryDataInboundFlow"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/operations/{longRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalIndustryDataOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/referenceDefinitions/{referenceDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalIndustryDataReferenceDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/roleGroups/{roleGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalIndustryDataRoleGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/sourceSystems/{sourceSystemDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalIndustryDataSourceSystem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/years/{yearTimePeriodDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaExternalIndustryDataYear"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/countriesRegions/{countryRegion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCountryRegion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/currencies/{currency-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPayment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournal"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyCustomerShipmentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyEmployee"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyEmployeePicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyEmployeePictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyInformationPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/itemCategories/{itemCategory-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyItemCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyItemPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyItemPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journals/{journal-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyJournal"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journalLines/{journalLine-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyJournalLine"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPaymentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoLineItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceLineItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderLineItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderLineItemCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderLineItemPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleOrderPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteLineItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuotePaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyShipmentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxAreas/{taxArea-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyTaxArea"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxGroups/{taxGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyTaxGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyUnitOfMeasure"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyVendor"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/currency","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyVendorCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyVendorPaymentMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyVendorPaymentTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyVendorPicture"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Remove-MgBetaFinancialCompanyVendorPictureContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroup"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaGroupAcceptedSenderByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaGroupAppRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupByUniqueName"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaGroupCalendarEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaGroupCalendarPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaGroupCalendarPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupConversation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupConversationThread"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupConversationThreadPostAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupConversationThreadPostExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupConversationThreadPostInReplyToAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupConversationThreadPostInReplyToExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupConversationThreadPostInReplyToMention"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupConversationThreadPostMention"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDrive"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveBundleContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveBundleContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveFollowingContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveFollowingContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemChildContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveItemVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRoot"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootChildContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveRootVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveSpecialContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaGroupDriveSpecialContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/endpoints/{endpoint-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupEndpoint"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaGroupEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaGroupEventAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaGroupEventExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaGroupEventPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/removeFavorite","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupFavorite"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupFromLifecyclePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupLifecyclePolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaGroupMemberByRef","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupMemberDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteNotebook"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteNotebookSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteNotebookSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteNotebookSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteNotebookSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteNotebookSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteNotebookSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenotePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenotePageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteResourceContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaGroupOnenoteSectionPageContent"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaGroupOwnerByRef","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupOwnerDirectoryObjectByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-deletepasswordsinglesignoncredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/deletePasswordSingleSignOnCredentials","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupPasswordSingleSignOnCredential"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupPermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/photo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupPhoto"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/photo/$value","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupPhotoContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Remove-MgBetaGroupPlannerPlanDetail"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaGroupRejectedSenderByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/settings/{directorySetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Remove-MgBetaGroupSite"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteAnalyticItemActivityStat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteContentModel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteContentModelFromDrive"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupSiteContentModelGetByNameFromDrive"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteDocumentProcessingJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteGetByPathAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteGetByPathInformationProtection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteGetByPathOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteGetByPathRecycleBin"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteGetByPathTermStore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteInformationProtection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteInformationProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteInformationProtectionPolicyLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemActivityDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteNotebook"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteNotebookSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenotePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenotePageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteResourceContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOnenoteSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageAsSitePageWebPart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePageTemplateWebPart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSitePermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteRecycleBin"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}","Variants":["Delete","Delete1","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteRecycleBinItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreGroupSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreGroupSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreGroupSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreGroupSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreGroupSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaGroupSiteTermStoreSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelFileFolderContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelFileFolderContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelMessageHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelMessageReply"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlanner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlan"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucket"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucketTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelSharedWithTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamChannelTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamInstalledApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/photo/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPhotoContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/removeEmail","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelMessageReply"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlanner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlan"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamPrimaryChannelTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleDayNote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleOfferShiftRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleOpenShift"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleSchedulingGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleShift"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleShiftRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleTimeCard"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleTimeOff"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleTimeOffReason"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamScheduleTimeOffRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamTag"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaGroupTeamTagMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupThread"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupThreadPostAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupThreadPostExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupThreadPostInReplyToAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupThreadPostInReplyToExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupThreadPostInReplyToMention"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Remove-MgBetaGroupThreadPostMention"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityApiConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityAuthenticationEventFlow"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityAuthenticationEventListener"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2CUserFlow"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2CUserFlowLanguage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlow"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowLanguage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowPostFederationSignup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths","Variants":["Delete1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityConditionalAccessAuthenticationStrength"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}","Variants":["Delete1","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}","Variants":["Delete1","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Delete1","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/continuousAccessEvaluationPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityContinuouAccessEvaluationPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityCustomAuthenticationExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/policy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAccessReviewPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAppConsentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflow"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAw"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAzure"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticGcp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionManagement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePrivilegedAccess"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceRoleManagementAlert"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityProvider"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/userFlows/{identityUserFlow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityUserFlow"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaIdentityUserFlowAttribute"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaInformationProtectionDataLossPreventionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/policy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaInformationProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaInformationProtectionPolicyLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/sensitivityPolicySettings","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaInformationProtectionSensitivityPolicySetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaInformationProtectionThreatAssessmentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaInformationProtectionThreatAssessmentRequestResult"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/alerts/{alert-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessAlert"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity","Variants":["Delete"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityBranch"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete-devicelinks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetwork"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-devicelink-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessFilteringPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessFilteringPolicyRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessFilteringProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessFilteringProfilePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessForwardingPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessForwardingPolicyRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessForwardingProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessForwardingProfilePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs","Variants":["Delete"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessLog"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/connections/{connection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessLogConnection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessLogRemoteNetwork"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessLogTraffic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports","Variants":["Delete"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/settings","Variants":["Delete"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/settings/conditionalAccess","Variants":["Delete"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessSettingConditionalAccess"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/settings/crossTenantAccess","Variants":["Delete"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessSettingCrossTenantAccess"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/settings/forwardingOptions","Variants":["Delete"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessSettingForwardingOption"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/tenantStatus","Variants":["Delete"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessTenantStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-delete-threatintelligencepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessThreatIntelligencePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules/{policyRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessThreatIntelligencePolicyRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/tls","Variants":["Delete"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessTl"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-externalcertificateauthoritycertificate-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates/{externalCertificateAuthorityCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessTlInspectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionrule-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules/{policyRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Remove-MgBetaNetworkAccessTlInspectionPolicyRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaOauth2PermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileAgent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileConnectorGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfilePublishedResource"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/branding","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBranding"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingBackgroundImage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingBannerLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingCustomCss"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/favicon","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingFavicon"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingHeaderLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingLocalization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingLocalizationBackgroundImage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingLocalizationBannerLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingLocalizationCustomCss"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingLocalizationFavicon"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingLocalizationHeaderLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingLocalizationSquareLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingLocalizationSquareLogoDark"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingSquareLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationBrandingSquareLogoDark"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaOrganizationCertificateBasedAuthConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/partnerInformation","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationPartnerInformation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/settings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/contactInsights","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationSettingContactInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/itemInsights","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationSettingItemInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/microsoftApplicationDataAccess","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/peopleInsights","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaOrganizationSettingPersonInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Place.ReadWrite.All","Description":"Read and write organization places","FullDescription":"Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/places/{place-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaPlace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaPlaceAsRoomListRoom"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/workspaces/{workspace-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaPlaceAsRoomListWorkspace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/places(placeId='{placeId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaPlaceByPlaceId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Remove-MgBetaPlannerBucket"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Remove-MgBetaPlannerPlan"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Remove-MgBetaPlannerRoster"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerrostermember-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Remove-MgBetaPlannerRosterMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Remove-MgBetaPlannerTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Remove-MgBetaPlannerTaskBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Planner","Command":"Remove-MgBetaPlannerTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/accessReviewPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyAccessReviewPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyActivityBasedTimeoutPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/adminConsentRequestPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyAdminConsentRequestPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyAppManagementPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationFlowsPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyAuthenticationFlowPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationMethodsPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyAuthenticationMethodPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyAuthenticationStrengthPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyAuthorizationPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/b2cAuthenticationMethodsPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyB2CAuthenticationMethodPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyClaimMappingPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyCrossTenantAccessPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyDefault"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyPartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/defaultAppManagementPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyDefaultAppManagementPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/directoryRoleAccessReviewPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/externalIdentitiesPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyExternalIdentityPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyFeatureRolloutPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/federatedTokenValidationPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyFederatedTokenValidationPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyHomeRealmDiscoveryPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyMobileAppManagementPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyMobileDeviceManagementPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyPermissionGrantPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyPermissionGrantPolicyExclude"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyPermissionGrantPolicyInclude"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyRoleManagementPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyRoleManagementPolicyAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyRoleManagementPolicyRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyServicePrincipalCreationPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyTokenIssuancePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaPolicyTokenLifetimePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/connectors/{printConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/operations/{printOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinter"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterJobDocument"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterJobDocumentContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterJobTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterShare"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedGroups/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterShareAllowedGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterShareAllowedUserByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterShareJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterShareJobDocument"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterShareJobDocumentContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterShareJobTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintPrinterTaskTrigger"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/services/{printService-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintService"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintServiceEndpoint"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintShare"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintShareAllowedGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintShareAllowedUserByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintShareJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintShareJobDocument"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintShareJobDocumentContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintShareJobTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintTaskDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Remove-MgBetaPrintTaskDefinitionTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaPrivacySubjectRightsRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Remove-MgBetaPrivacySubjectRightsRequestNote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccess"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessResourceRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessResourceRoleSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessRoleAssignmentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessRoleAssignmentSubject"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessRoleSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedApprovalRoleInfo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/settings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedApprovalRoleInfoSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/summary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedApprovalRoleInfoSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedOperationEvents/{privilegedOperationEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedOperationEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRoleAssignmentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRoleAssignmentRoleInfo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}/settings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRoleSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}/summary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaPrivilegedRoleSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/programs/{program-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaProgram"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/programControls/{programControl-id}","Variants":["Delete","Delete1","Delete2","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaProgramControl"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControls/{programControl-id}/program","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaProgramControlProgram"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControlTypes/{programControlType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaProgramControlType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userEventsSummary/{userEventsSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportAuthenticationMethodUserEventSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userMfaSignInSummary/{userMfaSignInSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportAuthenticationMethodUserMfaSignInSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary/{userPasswordResetsAndChangesSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/healthMonitoring/alerts/{alert-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportHealthMonitoringAlert"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/healthMonitoring/alertConfigurations/{alertConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportHealthMonitoringAlertConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportPartnerBilling"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportPartnerBillingManifest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportPartnerBillingOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportPartnerBillingReconciliation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportPartnerBillingReconciliationBilled"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportPartnerBillingReconciliationUnbilled"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/usage","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportPartnerBillingUsage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/usage/billed","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportPartnerBillingUsageBilled"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/usage/unbilled","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportPartnerBillingUsageUnbilled"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/sla/azureADAuthentication","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportSlaAzureAdAuthentication"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportUserInsightDaily"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/mfaTelecomFraud/{mfaTelecomFraudMetric-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportUserInsightDailyMfaTelecomFraud"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly","Variants":["Delete"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportUserInsightMonthly"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/mfaRegisteredUsers/{mfaUserCountMetric-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Reports","Command":"Remove-MgBetaReportUserInsightMonthlyMfaRegisteredUser"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaRiskDetection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaRiskyServicePrincipal"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaRiskyServicePrincipalHistory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaRiskyUser"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaRiskyUserHistory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementCloudPc"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementCloudPcResourceNamespace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementCloudPcRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementCloudPcRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementDeviceManagement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementDeviceManagementResourceNamespace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementDeviceManagementRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementDeviceManagementRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryResourceNamespace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement","Variants":["Delete"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange","Variants":["Delete"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchange"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/customAppScopes/{customAppScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchangeCustomAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchangeResourceNamespace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchangeRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchangeRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.SchemaExtensions","Command":"Remove-MgBetaSchemaExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/acronyms/{acronym-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaSearchAcronym"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/bookmarks/{bookmark-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaSearchBookmark"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/qnas/{qna-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Remove-MgBetaSearchQna"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/securityActions/{securityAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/alerts_v2/{alert-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAlertV2"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulation-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/simulations/{simulation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationAutomation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationAutomationRun"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationEndUserNotification"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationLandingPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationLandingPageDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationLoginPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationPayload"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationTraining"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationTrainingCampaign"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAuditLog"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog/queries/{auditLogQuery-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAuditLogQuery"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityAuditLogQueryRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCase"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCase"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-delete-sitesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-unifiedgroupsource-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-delete-usersources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-delete-sitesources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-delete-usersources?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasemember-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers/{ediscoveryCaseMember-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseSearch"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseTag"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCloudAppSecurityProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/collaboration","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCollaboration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/collaboration/analyzedEmails/{analyzedEmail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityCollaborationAnalyzedEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityDataDiscovery"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery/cloudAppDiscovery","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityDataDiscoveryCloudAppDiscovery"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/{cloudAppDiscoveryReport-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityDataSecurityAndGovernance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/policyFiles/{policyFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityDataSecurityAndGovernancePolicyFile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityDataSecurityAndGovernanceProtectionScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/domainSecurityProfiles/{domainSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityDomainSecurityProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/fileSecurityProfiles/{fileSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityFileSecurityProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/hostSecurityProfiles/{hostSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityHostSecurityProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityIdentity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/identityAccounts/{identityAccounts-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityIdentityAccount"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityIdentityHealthIssue"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/identities/sensors/{sensor-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityIdentitySensor"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidents/{incident-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityIncident"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidentTasks/{incidentTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityIncidentTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityInformationProtection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/labelPolicySettings","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityInformationProtectionLabelPolicySetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityInformationProtectionSensitivityLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/ipSecurityProfiles/{ipSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityIPSecurityProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityLabelAuthority"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityLabelCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityLabelCategorySubcategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityLabelCitation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityLabelDepartment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityLabelFilePlanReference"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityLabelRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityLabelRetentionLabelDescriptor"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityPartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityAlerts/{partnerSecurityAlert-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityPartnerSecurityAlert"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityPartnerSecurityScore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/customerInsights/{customerInsight-tenantId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityPartnerSecurityScoreCustomerInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/history/{securityScoreHistory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityPartnerSecurityScoreHistory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/requirements/{securityRequirement-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityPartnerSecurityScoreRequirement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/providerTenantSettings/{providerTenantSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityProviderTenantSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/rules","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/rules/detectionRules/{detectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityRuleDetectionRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/secureScores/{secureScore-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecuritySecureScore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecuritySecureScoreControlProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecuritySubjectRightsRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecuritySubjectRightsRequestNote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligence"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceArticle"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceArticleIndicator"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceHost"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceHostComponent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceHostCookie"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceHostPair"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceHostPort"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceHostReputation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceHostTracker"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceIntelProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceProfileIndicator"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceSslCertificate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceSubdomain"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceVulnerability"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatIntelligenceWhoisRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatSubmission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreats/{emailThreatSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatSubmissionEmailThreat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/fileThreats/{fileThreatSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatSubmissionFileThreat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/urlThreats/{urlThreatSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityThreatSubmissionUrlThreat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/tiIndicators/{tiIndicator-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityTiIndicator"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/tiIndicators/deleteTiIndicatorsByExternalId","Variants":["Delete","DeleteExpanded"],"OutputType":"IMicrosoftGraphResultInfo","Module":"Beta.Security","Command":"Remove-MgBetaSecurityTiIndicatorByExternalId"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/tiIndicators/deleteTiIndicators","Variants":["Delete1","DeleteExpanded"],"OutputType":"IMicrosoftGraphResultInfo","Module":"Beta.Security","Command":"Remove-MgBetaSecurityTiIndicatorMultiple"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggers","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityTrigger"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityTriggerRetentionEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggerTypes","Variants":["Delete"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityTriggerType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityTriggerTypeRetentionEventType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/userSecurityProfiles/{userSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaSecurityUserSecurityProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipal"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalAppRoleAssignedTo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalAppRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals(appId='{appId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalByAppId"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaServicePrincipalClaimMappingPolicyByRef","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalDelegatedPermissionClassification"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalEndpoint"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalLicenseDetail"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaServicePrincipalOwnerByRef","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps/{approvedClientApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaServicePrincipalRiskDetection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalSynchronization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalSynchronizationJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":"Read and edit the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read and edit the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalSynchronizationJobSchema"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalSynchronizationTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalSynchronizationTemplateSchema"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalTokenIssuancePolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-tokenlifetimepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalTokenLifetimePolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-tokenlifetimepolicies?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaSharePermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareRootContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/root/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareRootContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaShareSharedDriveItemSharedDriveItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteAnalyticItemActivityStat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteAnalyticItemActivityStatActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteColumn"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteContentModelGetByNameFromDrive"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteGetByPathAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteGetByPathOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteGetByPathTermStore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListItemActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteNotebook"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteNotebookSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteNotebookSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteNotebookSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteNotebookSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenotePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaSiteOnenoteSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSitePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSitePageAsSitePageCanvaLayout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSitePageAsSitePageWebPart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSitePermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreGroupSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreGroupSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreGroupSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreGroupSetParentGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreGroupSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreGroupSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreGroupSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreGroupSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreGroupSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetParentGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetParentGroupSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Remove-MgBetaSiteTermStoreSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore","Variants":["Delete"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreDriveInclusionRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/emailNotificationsSetting","Variants":["Delete"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreEmailNotificationSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestorePoint"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreServiceApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreSiteInclusionRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BackupRestore","Command":"Remove-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenario"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenarioByUniqueName"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenarioPlanner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.BusinessScenario","Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaSubscribedSku"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ChangeNotifications","Command":"Remove-MgBetaSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Channel.Delete.All","Description":"Delete channels","FullDescription":"Delete channels in any team, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.Delete.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.Delete.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelFileFolderContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelFileFolderContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlanner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlan"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanBucket"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanBucketTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanBucketTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelSharedWithTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Delete.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamChannelTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamInstalledApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPhotoContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/removeEmail","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelFileFolderContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/filesFolder/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelFileFolderContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlanner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlan"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucket"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelSharedWithTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamPrimaryChannelTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleDayNote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleOfferShiftRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleOpenShift"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleOpenShiftChangeRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleSchedulingGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleShift"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleShiftRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleSwapShiftChangeRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleTimeCard"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleTimeOff"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleTimeOffReason"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamScheduleTimeOffRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamTag"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamTagMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedChat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelMessageReply"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlanner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlan"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeletedTeamChannelTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/activity","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeviceActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/configuration","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeviceConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/health","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeviceHealth"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkDeviceOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamsAppSettings","Variants":["Delete"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkTeamAppSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamTemplates/{teamTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkTeamTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkTeamTemplateDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaTeamworkWorkforceIntegration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Remove-MgBetaTenantRelationshipDelegatedAdminCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Remove-MgBetaTenantRelationshipDelegatedAdminRelationship"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Partner","Command":"Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenants/{tenant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantAlert"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantAlertLog"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantAlertRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantApiNotification"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantAppPerformance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantAuditEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantEmailNotification"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActions/{managementAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementIntent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantMyRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenanttag-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantTag"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.ManagedTenants","Command":"Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaTrustFrameworkKeySet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaTrustFrameworkPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaTrustFrameworkPolicyContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.DeleteRestore.All","Description":"Delete and restore user accounts","FullDescription":"Allows the app to delete and restore users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.DeleteRestore.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUser"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Remove-MgBetaUserActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Remove-MgBetaUserActivityHistoryItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserActivityStatistics"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Remove-MgBetaUserAppRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationEmailMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-delete-externalauthenticationmethods?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/externalAuthenticationMethods/{externalAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationExternalAuthenticationMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationFido2Method"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationHardwareOathMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationHardwareOathMethodDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationPhoneMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationPlatformCredentialMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-delete-qrcodepinmethod?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationQrCodePinMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod/pin","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationQrCodePinMethodPin"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/qrcode-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod/standardQRCode","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod/temporaryQRCode","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationSoftwareOathMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserByUserPrincipalName"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaUserCalendarGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/calendar/permanentDelete","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaUserCalendarPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaUserCalendarPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/removeAllAccessForUser","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatAccessForUser"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatInstalledApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatLastMessagePreview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatMessageHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatMessageReply"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatPermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatPinnedMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserChatTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolder"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderChildFolder"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderChildFolderContact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderChildFolderContactExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderChildFolderContactPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderChildFolderContactPhotoContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderChildFolderPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderContact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderContactExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderContactPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderContactPhotoContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactFolderPermanent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Remove-MgBetaUserContactPhotoContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Remove-MgBetaUserDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices(deviceId='{deviceId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Remove-MgBetaUserDeviceByDeviceId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/commands/{command-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Remove-MgBetaUserDeviceCommand"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserDeviceEnrollmentConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Remove-MgBetaUserDeviceExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserDeviceManagementTroubleshootingEvent"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaUserDeviceRegisteredOwnerByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaUserDeviceRegisteredUserByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Remove-MgBetaUserDeviceUsageRights"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDrive"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveBundleContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveBundleContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveFollowingContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveFollowingContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemChildContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveItemVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRoot"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootChildContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootListItemDriveItemContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootListItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveRootVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveSpecialContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Remove-MgBetaUserDriveSpecialContentStream"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaUserEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaUserEventAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaUserEventExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Calendar","Command":"Remove-MgBetaUserEventPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/followedSites/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Remove-MgBetaUserFollowedSite"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserInferenceClassificationOverride"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserInformationProtection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserInformationProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserInformationProtectionPolicyLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserInformationProtectionSensitivityLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityPolicySettings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserInformationProtectionSensitivityPolicySetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserInformationProtectionThreatAssessmentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserInsightShared"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserInsightTrending"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserInsightUsed"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserLicenseDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolder"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderChildFolder"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderChildFolderMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderChildFolderMessageAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderChildFolderMessageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderChildFolderMessageExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderChildFolderMessageMention"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderChildFolderMessagePermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderChildFolderMessageRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderChildFolderPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderMessageAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderMessageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderMessageExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderMessageMention"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderMessagePermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderMessageRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMailFolderPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceCompliancePolicyState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceConfigurationState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceHealthScriptState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceLogCollectionResponse"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceMobileAppConfigurationState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceSecurityBaselineState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceWindowsProtectionState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/manager/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserManagerByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMessageAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMessageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMessageExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMessageMention"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Remove-MgBetaUserMessagePermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserMobileAppIntentAndState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserMobileAppTroubleshootingEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/notifications/{notification-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserNotification"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteNotebook"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteNotebookSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteNotebookSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteNotebookSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteNotebookSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteNotebookSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenotePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenotePageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteResourceContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Notes","Command":"Remove-MgBetaUserOnenoteSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookMasterCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskFolderPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskFolderTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskFolderTaskAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskFolderTaskPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskGroupTaskFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskGroupTaskFolderPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskGroupTaskFolderTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskPermanent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserOutlookTaskPermanent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/deletePasswordSingleSignOnCredentials","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Remove-MgBetaUserPasswordSingleSignOnCredential"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/photo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserPhoto"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/photo/$value","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserPhotoContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/account/{userAccountInformation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileAccount"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemaddress-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/addresses/{itemAddress-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileAddress"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileAnniversary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/personaward-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/awards/{personAward-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileAward"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/personcertification-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/certifications/{personCertification-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileCertification"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/educationalActivities/{educationalActivity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileEducationalActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/emails/{itemEmail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/interests/{personInterest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileInterest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/languages/{languageProficiency-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileLanguage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/names/{personName-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileName"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/personannotation-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/notes/{personAnnotation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileNote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itempatent-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/patents/{itemPatent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfilePatent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemphone-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/phones/{itemPhone-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfilePhone"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/positions/{workPosition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfilePosition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/projects/{projectParticipation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileProject"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/publications/{itemPublication-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfilePublication"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/skills/{skillProficiency-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileSkill"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/webAccounts/{webAccount-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileWebAccount"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/websites/{personWebsite-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.People","Command":"Remove-MgBetaUserProfileWebsite"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Remove-MgBetaUserScopedRoleMemberOf"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaUserSecurity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaUserSecurityInformationProtection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/labelPolicySettings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/contactMergeSuggestions","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserSettingContactMergeSuggestion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/itemInsights","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserSettingItemInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/regionalAndLanguageSettings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserSettingRegionalAndLanguageSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserSettingShiftPreference"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserSettingStorage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage/quota","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserSettingStorageQuota"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserSettingStorageQuotaService"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowssetting-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserSettingWindows"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserSettingWindowsInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserTeamwork"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserTeamworkAssociatedTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Remove-MgBetaUserTeamworkInstalledApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserTodoList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserTodoListExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserTodoListTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserTodoListTaskAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserTodoListTaskAttachmentContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserTodoListTaskAttachmentSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserTodoListTaskAttachmentSessionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserTodoListTaskChecklistItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserTodoListTaskExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Remove-MgBetaUserTodoListTaskLinkedResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Delete1","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventPresenter"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventSessionAttendanceReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventSessionByJoinWebUrl"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventTownhall"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventTownhallPresenter"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventTownhallSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventTownhallSessionAttendanceReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinar"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinarPresenter"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinarRegistration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinarRegistrationByEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinarRegistrationByUserId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinarRegistrationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinarSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinarSessionAttendanceReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuDeployment","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesDeployment"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuDeploymentAudienceApplicableContent","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice"},{"Method":"POST","CommandAlias":"Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById"},{"Method":"POST","CommandAlias":"Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuPolicy","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuPolicyAudience","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesPolicyAudience"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuPolicyAudienceApplicableContent","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuPolicyAudienceExclusion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion"},{"Method":"POST","CommandAlias":"Remove-MgBetaWuPolicyAudienceExclusionMember","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember"},{"Method":"POST","CommandAlias":"Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuPolicyAudienceMember","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceMember"},{"Method":"POST","CommandAlias":"Remove-MgBetaWuPolicyAudienceMemberGraphBPreId","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuPolicyComplianceChange","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesPolicyComplianceChange"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuProduct","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesProduct"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuProductEdition","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/editions/{edition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesProductEdition"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuProductKnownIssue","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesProductKnownIssue"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuProductRevision","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesProductRevision"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuProductRevisionCatalogEntry","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuProductRevisionKnowledgeBaseArticle","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuResourceConnection","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/resourceConnections/{resourceConnection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesResourceConnection"},{"Method":"DELETE","CommandAlias":"Remove-MgBetaWuUpdatableAsset","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesUpdatableAsset"},{"Method":"POST","CommandAlias":"Remove-MgBetaWuUpdatableAssetMember","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesUpdatableAssetMember"},{"Method":"POST","CommandAlias":"Remove-MgBetaWuUpdatableAssetMemberGraphBPreId","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgBookingBusiness"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgBookingBusinessAppointment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgBookingBusinessCalendarView"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgBookingBusinessCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgBookingBusinessCustomQuestion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgBookingBusinessService"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgBookingBusinessStaffMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingCurrencies/{bookingCurrency-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgBookingCurrency"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgChat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgChatInstalledApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgChatLastMessagePreview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Remove-MgChatMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgChatMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgChatPermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgChatPinnedMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Delete.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgChatTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationCall"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationCallAudioRoutingGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationCallContentSharingSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/operations/{commsOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationCallOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCallasGuest.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/participants/{participant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationCallParticipant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/organizer_v2","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationCallRecordOrganizerV2"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationCallRecordParticipantV2"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/sessions/{session-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationCallRecordSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationOnlineMeeting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationOnlineMeetingAttendanceReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationOnlineMeetingAttendeeReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationOnlineMeetingRecording"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationOnlineMeetingRecordingContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationOnlineMeetingTranscript"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationOnlineMeetingTranscriptContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/presences/{presence-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgCommunicationPresence"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contracts/{contract-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgContract"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgDataPolicyOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDevice"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtAndroidManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementAndroidManagedAppProtection"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtDefaultManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementDefaultManagedAppProtection"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtiOSManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementiOSManagedAppProtection"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtiOSManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementiOSManagedAppProtectionApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedAppPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedAppPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedAppRegistration","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedAppRegistration"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedAppRegistrationOperation","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedAppRegistrationOperation"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedAppStatus","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedAppStatus"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedEBook"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedEBookAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedEBookAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedEBookDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedEBookDeviceState"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedEBookInstallSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedEBookInstallSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedEBookUserStateSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedEBookUserStateSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppCategory","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppCategory"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppConfiguration"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppConfigurationAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtMobileAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementMobileAppRelationship"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtVppToken","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementVppToken"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices(deviceId='{deviceId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDeviceByDeviceId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDeviceExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Delete"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementApplePushNotificationCertificate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementAuditEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementComplianceManagementPartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Delete"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Remove-MgDeviceManagementConditionalAccessSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDetectedApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicyAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Delete"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-macosdevicefeaturesconfiguration-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceConfigurationAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Delete"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceConfigurationDeviceStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceConfigurationUserStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Remove-MgDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementExchangeConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementIoUpdateStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementManagedDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementManagedDeviceCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementManagedDeviceCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementManagedDeviceCompliancePolicyState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementManagedDeviceConfigurationState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementManagedDeviceLogCollectionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementManagedDeviceWindowsProtectionState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementMobileAppTroubleshootingEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementMobileThreatDefenseConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementNotificationMessageTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementPartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementRemoteAssistancePartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/reports","Variants":["Delete"],"OutputType":null,"Module":"Reports","Command":"Remove-MgDeviceManagementReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementResourceOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementRoleDefinitionRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementTelecomExpenseManagementPartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementTermAndCondition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementTermAndConditionAcceptanceStatus"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementTermAndConditionAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementTroubleshootingEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementVirtualEndpointDeviceImage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementVirtualEndpointGalleryImage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementVirtualEndpointUserSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementWindowsMalwareInformation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceRegisteredOwnerByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgDeviceRegisteredUserByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDeviceRegisteredUserDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryAdministrativeUnit"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryAdministrativeUnitExtension"},{"Method":"DELETE","CommandAlias":"Remove-MgDirectoryAdministrativeUnitMemberByRef","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryAdministrativeUnitScopedRoleMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryAttributeSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryCustomSecurityAttributeDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryDeletedItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryDeviceLocalCredential"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryFederationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryObjects/{directoryObject-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"DirectoryObjects","Command":"Remove-MgDirectoryObject"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryOnPremiseSynchronization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure","Variants":["Delete"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryPublicKeyInfrastructure"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-delete-certificatebasedauthconfigurations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-delete-certificateauthorities?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryRoleByRoleTemplateId"},{"Method":"DELETE","CommandAlias":"Remove-MgDirectoryRoleMemberByRef","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryRoleMemberDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryRoleScopedMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectoryRoleTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectorySubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDirectorySubscriptionByCommerceSubscriptionId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDomain"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDomainFederationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDomainServiceConfigurationRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgDomainVerificationDnsRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDrive"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveBundleContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveFollowingContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveItemVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRoot"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveRootVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgDriveSpecialContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClass"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentCategory"},{"Method":"DELETE","CommandAlias":"Remove-MgEducationClassAssignmentCategoryByRef","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentDefault"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentRubric"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentRubricByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentSettingGradingCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentSubmission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentSubmissionOutcome"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentSubmissionResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassAssignmentSubmissionSubmittedResource"},{"Method":"DELETE","CommandAlias":"Remove-MgEducationClassMemberByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/members/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassMemberEducationUserByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassModule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassModuleResource"},{"Method":"DELETE","CommandAlias":"Remove-MgEducationClassTeacherByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationClassTeacherEducationUserByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me","Variants":["Delete"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMe"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMeAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgEducationMeAssignmentCategoryByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMeAssignmentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMeAssignmentRubric"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMeAssignmentRubricByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMeAssignmentSubmission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMeAssignmentSubmissionOutcome"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMeAssignmentSubmissionResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMeAssignmentSubmissionSubmittedResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationMeRubric"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports","Variants":["Delete"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationReportReadingAssignmentSubmission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationReportReflectCheck"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationSchool"},{"Method":"DELETE","CommandAlias":"Remove-MgEducationSchoolClassByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationSchoolClassEducationClassByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgEducationSchoolUserByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationSchoolUserEducationUserByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUser"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUserAssignment"},{"Method":"DELETE","CommandAlias":"Remove-MgEducationUserAssignmentCategoryByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUserAssignmentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUserAssignmentRubric"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUserAssignmentRubricByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUserAssignmentSubmission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUserAssignmentSubmissionOutcome"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUserAssignmentSubmissionResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUserAssignmentSubmissionSubmittedResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Education","Command":"Remove-MgEducationUserRubric"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAccessPackage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAccessPackageAssignmentApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAccessPackageResourceRoleScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAssignmentPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAssignmentPolicyQuestion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementAssignmentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalog"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogCustomWorkflowExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}","Variants":["Delete","Delete1","Delete2","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResourceRoleResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}","Variants":["Delete","Delete1","Delete2","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResourceScopeResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementConnectedOrganization"},{"Method":"DELETE","CommandAlias":"Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":"Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceEnvironment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceEnvironmentResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalog"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}","Variants":["Delete","Delete1","Delete2","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}","Variants":["Delete","Delete1","Delete2","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceScopeResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceScopeResourceRole"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgEntitlementManagementResourceScopeResourceRoleResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Search","Command":"Remove-MgExternalConnection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Search","Command":"Remove-MgExternalConnectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Search","Command":"Remove-MgExternalConnectionGroupMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Search","Command":"Remove-MgExternalConnectionItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Search","Command":"Remove-MgExternalConnectionItemActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Search","Command":"Remove-MgExternalConnectionOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroup"},{"Method":"DELETE","CommandAlias":"Remove-MgGroupAcceptedSenderByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupAcceptedSenderDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgGroupAppRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupByUniqueName"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgGroupCalendarEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgGroupCalendarPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgGroupCalendarPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupConversation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupConversationThread"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupConversationThreadPostAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupConversationThreadPostExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupConversationThreadPostInReplyToAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupConversationThreadPostInReplyToExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDrive"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveBundleContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveFollowingContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveItemVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRoot"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveRootVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgGroupDriveSpecialContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgGroupEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgGroupEventAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgGroupEventExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgGroupEventPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/removeFavorite","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupFavorite"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupFromLifecyclePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupLifecyclePolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgGroupMemberByRef","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupMemberDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteNotebook"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteNotebookSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteNotebookSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteNotebookSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteNotebookSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteNotebookSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteNotebookSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenotePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenotePageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteResourceContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgGroupOnenoteSectionPageContent"},{"Method":"DELETE","CommandAlias":"Remove-MgGroupOwnerByRef","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupOwnerDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupPermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/photo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupPhoto"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/photo/$value","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupPhotoContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Planner","Command":"Remove-MgGroupPlannerPlanDetail"},{"Method":"DELETE","CommandAlias":"Remove-MgGroupRejectedSenderByRef","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupRejectedSenderDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/settings/{groupSetting-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupSettingTemplateGroupSettingTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Remove-MgGroupSite"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteAnalyticItemActivityStat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteAnalyticItemActivityStatActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteGetByPathAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteGetByPathOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteGetByPathTermStore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteNotebook"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteNotebookSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteNotebookSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteNotebookSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteNotebookSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteNotebookSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenotePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenotePageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteResourceContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOnenoteSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSitePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSitePageAsSitePageCanvaLayout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSitePageAsSitePageWebPart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSitePermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreGroupSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreGroupSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreGroupSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreGroupSetParentGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreGroupSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreGroupSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreGroupSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreGroupSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreGroupSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetParentGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetParentGroupSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgGroupSiteTermStoreSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Remove-MgGroupTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamChannelEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamChannelFileFolderContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamChannelMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamChannelMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamChannelMessageHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamChannelMessageReply"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamChannelMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamChannelSharedWithTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamChannelTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamInstalledApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/photo/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPhotoContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/removeEmail","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannelEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannelFileFolderContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannelMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannelMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannelMessageReply"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannelSharedWithTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamPrimaryChannelTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleDayNote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleOfferShiftRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleOpenShift"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleOpenShiftChangeRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleSchedulingGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleShift"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleSwapShiftChangeRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleTimeCard"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleTimeOff"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleTimeOffReason"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamScheduleTimeOffRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamTag"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgGroupTeamTagMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupThread"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupThreadPostAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupThreadPostExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupThreadPostInReplyToAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Remove-MgGroupThreadPostInReplyToExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityApiConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityAuthenticationEventFlow"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityAuthenticationEventFlowIncludeApplication"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityAuthenticationEventListener"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlow"},{"Method":"DELETE","CommandAlias":"Remove-MgIdentityB2XUserFlowIdentityProviderByRef","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowLanguage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowLanguageDefaultPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowLanguageDefaultPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowLanguageOverridePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowLanguageOverridePageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowPostAttributeCollection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowPostFederationSignup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowPostFederationSignupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityB2XUserFlowUserAttributeAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityConditionalAccessAuthenticationContextClassReference"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/namedLocations/{namedLocation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityConditionalAccessNamedLocation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityConditionalAccessPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityCustomAuthenticationExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAccessReviewDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAccessReviewHistoryDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAppConsentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceLifecycleWorkflow"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems","Variants":["Delete"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Delete"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceLifecycleWorkflowInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceLifecycleWorkflowTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess","Variants":["Delete"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernancePrivilegedAccess"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group","Variants":["Delete"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernancePrivilegedAccessGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceTermsOfUseAgreement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceTermsOfUseAgreementFile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityProvider"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgIdentityUserFlowAttribute"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgInformationProtectionThreatAssessmentRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgInformationProtectionThreatAssessmentRequestResult"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgOauth2PermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBranding"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingBackgroundImage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingBannerLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingCustomCss"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/favicon","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingFavicon"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingHeaderLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingLocalization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingLocalizationBackgroundImage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingLocalizationBannerLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingLocalizationCustomCss"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingLocalizationFavicon"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingLocalizationHeaderLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingLocalizationSquareLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingLocalizationSquareLogoDark"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingSquareLogo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationBrandingSquareLogoDark"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgOrganizationCertificateBasedAuthConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgOrganizationExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Place.ReadWrite.All","Description":"Read and write organization places","FullDescription":"Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/{place-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgPlace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgPlaceAsRoomListRoom"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Planner","Command":"Remove-MgPlannerBucket"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Planner","Command":"Remove-MgPlannerPlan"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Planner","Command":"Remove-MgPlannerTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Planner","Command":"Remove-MgPlannerTaskAssignedToTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Planner","Command":"Remove-MgPlannerTaskBucketTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Planner","Command":"Remove-MgPlannerTaskProgressTaskBoardFormat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyActivityBasedTimeoutPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/adminConsentRequestPolicy","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyAdminConsentRequestPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyAppManagementPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationFlowsPolicy","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyAuthenticationFlowPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationMethodsPolicy","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyAuthenticationMethodPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyAuthenticationStrengthPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authorizationPolicy","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyAuthorizationPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyClaimMappingPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyCrossTenantAccessPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyCrossTenantAccessPolicyDefault"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyCrossTenantAccessPolicyPartner"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyCrossTenantAccessPolicyTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/defaultAppManagementPolicy","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyDefaultAppManagementPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyFeatureRolloutPolicy"},{"Method":"DELETE","CommandAlias":"Remove-MgPolicyFeatureRolloutPolicyApplyToByRef","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyHomeRealmDiscoveryPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Delete"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyPermissionGrantPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyPermissionGrantPolicyExclude"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyPermissionGrantPolicyInclude"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyRoleManagementPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyRoleManagementPolicyAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyRoleManagementPolicyEffectiveRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyRoleManagementPolicyRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyTokenIssuancePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgPolicyTokenLifetimePolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/connectors/{printConnector-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintConnector"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/operations/{printOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintPrinter"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintPrinterJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintPrinterJobDocument"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintPrinterJobDocumentContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintPrinterJobTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintPrinterTaskTrigger"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/services/{printService-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintService"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintServiceEndpoint"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintShare"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintShareAllowedGroupByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintShareAllowedUserByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintShareJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintShareJobDocument"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintShareJobDocumentContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintShareJobTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintTaskDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Remove-MgPrintTaskDefinitionTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Compliance","Command":"Remove-MgPrivacySubjectRightsRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Compliance","Command":"Remove-MgPrivacySubjectRightsRequestNote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Remove-MgReportAuthenticationMethodUserRegistrationDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing","Variants":["Delete"],"OutputType":null,"Module":"Reports","Command":"Remove-MgReportPartnerBilling"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Remove-MgReportPartnerBillingManifest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Reports","Command":"Remove-MgReportPartnerBillingOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation","Variants":["Delete"],"OutputType":null,"Module":"Reports","Command":"Remove-MgReportPartnerBillingReconciliation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Delete"],"OutputType":null,"Module":"Reports","Command":"Remove-MgReportPartnerBillingReconciliationBilled"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Delete"],"OutputType":null,"Module":"Reports","Command":"Remove-MgReportPartnerBillingReconciliationUnbilled"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage","Variants":["Delete"],"OutputType":null,"Module":"Reports","Command":"Remove-MgReportPartnerBillingUsage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage/billed","Variants":["Delete"],"OutputType":null,"Module":"Reports","Command":"Remove-MgReportPartnerBillingUsageBilled"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage/unbilled","Variants":["Delete"],"OutputType":null,"Module":"Reports","Command":"Remove-MgReportPartnerBillingUsageUnbilled"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgRiskDetection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgRiskyServicePrincipal"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgRiskyServicePrincipalHistory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgRiskyUser"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgRiskyUserHistory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory","Variants":["Delete"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryResourceNamespace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryRoleAssignmentSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryRoleEligibilitySchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement","Variants":["Delete"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagement"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementResourceNamespace"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementRoleDefinition"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"SchemaExtensions","Command":"Remove-MgSchemaExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/acronyms/{acronym-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Search","Command":"Remove-MgSearchAcronym"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/bookmarks/{bookmark-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Search","Command":"Remove-MgSearchBookmark"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/qnas/{qna-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Search","Command":"Remove-MgSearchQna"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/alerts_v2/{alert-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAlertV2"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulation-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulations/{simulation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationAutomation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationAutomationRun"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationEndUserNotification"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationEndUserNotificationDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationLandingPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationLandingPageDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationLoginPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationPayload"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationTraining"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityAttackSimulationTrainingLanguageDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases","Variants":["Delete"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCase"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCase"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseCustodianHold"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-delete-sitesources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-unifiedgroupsource-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-delete-usersources?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseSearch"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityCaseEdiscoveryCaseTag"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance","Variants":["Delete"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityDataSecurityAndGovernance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Delete"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityDataSecurityAndGovernanceProtectionScope"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities","Variants":["Delete"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityIdentity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityIdentityHealthIssue"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/identities/sensors/{sensor-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityIdentitySensor"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/incidents/{incident-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityIncident"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels","Variants":["Delete"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityLabelAuthority"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityLabelCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityLabelCategorySubcategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityLabelCitation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityLabelDepartment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityLabelFilePlanReference"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityLabelRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityLabelRetentionLabelDescriptor"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityLabelRetentionLabelDispositionReviewStage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/secureScores/{secureScore-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecuritySecureScore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecuritySecureScoreControlProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecuritySubjectRightsRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecuritySubjectRightsRequestNote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence","Variants":["Delete"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligence"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceArticle"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceArticleIndicator"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceHost"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceHostComponent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceHostCookie"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceHostPair"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceHostPort"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceHostReputation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceHostSslCertificate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceHostTracker"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceIntelProfile"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligencePassiveDnsRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceProfileIndicator"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceSslCertificate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceSubdomain"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceVulnerability"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceVulnerabilityComponent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityThreatIntelligenceWhoisRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggers","Variants":["Delete"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityTrigger"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityTriggerRetentionEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggerTypes","Variants":["Delete"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityTriggerType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Security","Command":"Remove-MgSecurityTriggerTypeRetentionEventType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipal"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalAppRoleAssignedTo"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalAppRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals(appId='{appId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalByAppId"},{"Method":"DELETE","CommandAlias":"Remove-MgServicePrincipalClaimMappingPolicyByRef","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalDelegatedPermissionClassification"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalEndpoint"},{"Method":"DELETE","CommandAlias":"Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/removeKey","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalKey"},{"Method":"DELETE","CommandAlias":"Remove-MgServicePrincipalOwnerByRef","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalOwnerDirectoryObjectByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/removePassword","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalPassword"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgServicePrincipalRiskDetection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalSynchronization"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalSynchronizationJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalSynchronizationJobBulkUpload"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalSynchronizationJobBulkUploadContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":"Read and edit the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read and edit the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalSynchronizationJobSchema"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalSynchronizationTemplate"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalSynchronizationTemplateSchema"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalTokenIssuancePolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-tokenlifetimepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalTokenLifetimePolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-tokenlifetimepolicies?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgSharePermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareRootContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgShareSharedDriveItemSharedDriveItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteAnalyticItemActivityStat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteAnalyticItemActivityStatActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteGetByPathAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteGetByPathOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteGetByPathTermStore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteNotebook"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteNotebookSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteNotebookSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteNotebookSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteNotebookSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenotePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgSiteOnenoteSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSitePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSitePageAsSitePageCanvaLayout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSitePageAsSitePageWebPart"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSitePermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreGroupSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreGroupSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreGroupSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreGroupSetParentGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreGroupSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreGroupSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreGroupSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreGroupSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreGroupSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetParentGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetParentGroupSet"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetParentGroupSetChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetParentGroupSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetParentGroupSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetParentGroupSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetTerm"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetTermChild"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetTermChildRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Sites","Command":"Remove-MgSiteTermStoreSetTermRelation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore","Variants":["Delete"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestore"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreDriveInclusionRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreDriveProtectionUnit"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreExchangeProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreExchangeRestoreSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreMailboxInclusionRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreMailboxProtectionUnit"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestorePoint"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreServiceApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreSharePointProtectionPolicy"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreSharePointRestoreSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreSiteInclusionRule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreSiteProtectionUnit"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"BackupRestore","Command":"Remove-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgSubscribedSku"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"ChangeNotifications","Command":"Remove-MgSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Channel.Delete.All","Description":"Delete channels","FullDescription":"Delete channels in any team, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.Delete.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.Delete.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Remove-MgTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamChannelEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamChannelFileFolderContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamChannelMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamChannelMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamChannelSharedWithTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Delete.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamChannelTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamInstalledApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamPermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamPhotoContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamPrimaryChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Remove-MgTeamPrimaryChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/removeEmail","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamPrimaryChannelEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamPrimaryChannelFileFolderContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamPrimaryChannelMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamPrimaryChannelSharedWithTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamPrimaryChannelTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamSchedule"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleDayNote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleOfferShiftRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleOpenShift"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleOpenShiftChangeRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleSchedulingGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleShift"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleSwapShiftChangeRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-delete-timecards?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleTimeCard"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleTimeOff"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleTimeOffReason"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamScheduleTimeOffRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamTag"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamTagMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedChat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActionResultPart","Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannelAllMember"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannelEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannelFileFolderContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannelMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannelMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannelMessageReply"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannelSharedWithTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkDeletedTeamChannelTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/teamsAppSettings","Variants":["Delete"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkTeamAppSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgTeamworkWorkforceIntegration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Partner","Command":"Remove-MgTenantRelationshipDelegatedAdminCustomer"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Partner","Command":"Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Partner","Command":"Remove-MgTenantRelationshipDelegatedAdminRelationship"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Partner","Command":"Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Partner","Command":"Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.Partner","Command":"Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgTenantRelationshipMultiTenantOrganizationTenant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.DeleteRestore.All","Description":"Delete and restore user accounts","FullDescription":"Allows the app to delete and restore users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.DeleteRestore.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUser"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CrossDeviceExperiences","Command":"Remove-MgUserActivity"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CrossDeviceExperiences","Command":"Remove-MgUserActivityHistoryItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Remove-MgUserAppRoleAssignment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgUserAuthenticationEmailMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgUserAuthenticationFido2Method"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgUserAuthenticationOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgUserAuthenticationPhoneMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgUserAuthenticationPlatformCredentialMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgUserAuthenticationSoftwareOathMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgUserAuthenticationTemporaryAccessPassMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Remove-MgUserAuthenticationWindowsHelloForBusinessMethod"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserByUserPrincipalName"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgUserCalendarGroup"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/permanentDelete","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgUserCalendarPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgUserCalendarPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChat"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChatInstalledApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChatLastMessagePreview"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChatMember"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChatMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChatMessageHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChatMessageReply"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChatMessageReplyHostedContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChatPermissionGrant"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChatPinnedMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserChatTab"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolder"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderChildFolder"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderChildFolderContact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderChildFolderContactExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderChildFolderContactPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderChildFolderContactPhotoContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderChildFolderPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderContact"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderContactExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderContactPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderContactPhotoContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactFolderPermanent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Remove-MgUserContactPhotoContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgUserDeviceManagementTroubleshootingEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDrive"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveBundleContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveFollowingContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveItemVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListContentType"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListContentTypeColumn"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListContentTypeColumnLink"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListItemVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveListSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRoot"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootAnalytic"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootAnalyticItemActivityStat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootCheckout"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootChildContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootListItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootListItemDocumentSetVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootListItemDocumentSetVersionField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootListItemDriveItemContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootListItemField"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootListItemVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootListItemVersionField"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootPermission"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootRetentionLabel"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootSubscription"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootThumbnail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootVersion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveRootVersionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Files","Command":"Remove-MgUserDriveSpecialContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgUserEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgUserEventAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgUserEventExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Calendar","Command":"Remove-MgUserEventPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/followedSites/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Remove-MgUserFollowedSite"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserInferenceClassificationOverride"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserInsightShared"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserInsightTrending"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserInsightUsed"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserLicenseDetail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolder"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderChildFolder"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderChildFolderMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderChildFolderMessageAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderChildFolderMessageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderChildFolderMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderChildFolderMessagePermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderChildFolderMessageRule"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderChildFolderPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderMessageAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderMessageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderMessagePermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderMessageRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMailFolderPermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgUserManagedDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgUserManagedDeviceCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgUserManagedDeviceCategoryByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgUserManagedDeviceCompliancePolicyState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgUserManagedDeviceConfigurationState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgUserManagedDeviceLogCollectionResponse"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgUserManagedDeviceUserFromSharedAppleDevice"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgUserManagedDeviceWindowsProtectionState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/manager/$ref","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserManagerByRef"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMessage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMessageAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMessageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Remove-MgUserMessagePermanent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenote"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteNotebook"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteNotebookSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteNotebookSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteNotebookSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteNotebookSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteNotebookSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteOperation"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenotePage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenotePageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteResourceContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteSectionGroup"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteSectionGroupSection"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteSectionGroupSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteSectionGroupSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteSectionPage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Notes","Command":"Remove-MgUserOnenoteSectionPageContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgUserOnlineMeeting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgUserOnlineMeetingAttendanceReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgUserOnlineMeetingAttendeeReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgUserOnlineMeetingRecording"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgUserOnlineMeetingRecordingContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgUserOnlineMeetingTranscript"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgUserOnlineMeetingTranscriptContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgUserOnlineMeetingTranscriptMetadataContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserOutlookMasterCategory"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/photo","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserPhoto"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/photo/$value","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserPhotoContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/presence","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Remove-MgUserPresence"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Remove-MgUserScopedRoleMemberOf"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserSetting"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/itemInsights","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserSettingItemInsight"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserSettingShiftPreference"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserSettingStorage"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage/quota","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserSettingStorageQuota"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserSettingStorageQuotaService"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserSettingWindows"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserSettingWindowsInstance"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserTeamwork"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserTeamworkAssociatedTeam"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Remove-MgUserTeamworkInstalledApp"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserTodoList"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserTodoListExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserTodoListTask"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserTodoListTaskAttachment"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserTodoListTaskAttachmentContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserTodoListTaskAttachmentSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserTodoListTaskAttachmentSessionContent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserTodoListTaskChecklistItem"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserTodoListTaskExtension"},{"Method":"DELETE","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Users","Command":"Remove-MgUserTodoListTaskLinkedResource"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Delete1","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEvent"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventPresenter"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventSessionAttendanceReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventTownhall"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventTownhallPresenter"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventTownhallSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventTownhallSessionAttendanceReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventWebinar"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventWebinarPresenter"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventWebinarRegistration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventWebinarRegistrationByEmail"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventWebinarRegistrationByUserId"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventWebinarRegistrationConfiguration"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventWebinarSession"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventWebinarSessionAttendanceReport"},{"Method":"DELETE","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord"},{"Method":"POST","CommandAlias":"Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/changeAssignments","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Rename-MgBetaDeviceManagementComanagedDeviceAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/changeAssignments","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Rename-MgBetaDeviceManagementManagedDeviceAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent","Variants":["Change","ChangeExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/changeAssignments","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Rename-MgBetaUserManagedDeviceAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/changeScreenSharingRole","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Rename-MgCommunicationCallScreenSharingRole"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename","Variants":["Rename","RenameExpanded","RenameViaIdentity","RenameViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Rename-MgDeviceManagementVirtualEndpointCloudPc"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkSettings/requestSignupUrl","Variants":["Request","RequestExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl","Variants":["Request","RequestExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance","Variants":["Request","RequestViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance","Variants":["Request","RequestViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade","Variants":["Request","RequestViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/myRequests","Variants":["Request"],"OutputType":"IMicrosoftGraphPrivilegedApproval","Module":"Beta.Identity.Governance","Command":"Request-MgBetaPrivilegedApprovalMy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance","Variants":["Request","RequestViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Request-MgBetaUserManagedDeviceRemoteAssistance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance","Variants":["Request","RequestViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Request-MgDeviceManagementManagedDeviceRemoteAssistance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance","Variants":["Request","RequestViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Request-MgUserManagedDeviceRemoteAssistance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/resetDecisions","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Reset-MgBetaAccessReviewDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Reset-MgBetaAccessReviewInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/settings/resetToDefault","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Reset-MgBetaDeviceManagementComanagedDevicePasscode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Reset-MgBetaDeviceManagementManagedDevicePasscode"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}/reset","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/resetUnseenCount","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.Groups","Command":"Reset-MgBetaGroupUnseenCount"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/default/resetToSystemDefault","Variants":["Reset"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings","Variants":["Reset"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings","Variants":["Reset"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/resetDefaults","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Reset-MgBetaPrintPrinterDefault"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword","Variants":["Reset","ResetExpanded","ResetViaIdentity","ResetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Reset-MgBetaUserAuthenticationMethodPassword"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Reset-MgBetaUserManagedDevicePasscode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Reset-MgDeviceManagementManagedDevicePasscode"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/resetUnseenCount","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Groups","Command":"Reset-MgGroupUnseenCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/default/resetToSystemDefault","Variants":["Reset"],"OutputType":null,"Module":"Identity.SignIns","Command":"Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Security","Command":"Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword","Variants":["Reset","ResetExpanded","ResetViaIdentity","ResetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Reset-MgUserAuthenticationMethodPassword"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode","Variants":["Reset","ResetViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Reset-MgUserManagedDevicePasscode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize","Variants":["Resize","ResizeExpanded","ResizeViaIdentity","ResizeViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Resize-MgDeviceManagementVirtualEndpointCloudPc"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart","Variants":["Restart","RestartExpanded","RestartViaIdentity","RestartViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Restart-MgApplicationSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart","Variants":["Restart","RestartExpanded","RestartViaIdentity","RestartViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Restart-MgBetaApplicationSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow","Variants":["Reboot","RebootViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Restart-MgBetaDeviceManagementComanagedDeviceNow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/rebootNow","Variants":["Reboot","RebootViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Restart-MgBetaDeviceManagementManagedDeviceNow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart","Variants":["Restart","RestartExpanded","RestartViaIdentity","RestartViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Restart-MgBetaServicePrincipalSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/restart","Variants":["Restart","RestartViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Restart-MgBetaTeamworkDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow","Variants":["Reboot","RebootViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Restart-MgBetaUserManagedDeviceNow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/rebootNow","Variants":["Reboot","RebootViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Restart-MgDeviceManagementManagedDeviceNow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot","Variants":["Reboot","RebootViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Restart-MgDeviceManagementVirtualEndpointCloudPc"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart","Variants":["Restart","RestartExpanded","RestartViaIdentity","RestartViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Restart-MgServicePrincipalSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow","Variants":["Reboot","RebootViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Restart-MgUserManagedDeviceNow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode","Variants":["Recover","RecoverViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Restore-MgBetaDeviceManagementComanagedDevicePasscode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode","Variants":["Recover","RecoverViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Restore-MgBetaDeviceManagementManagedDevicePasscode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.DeleteRestore.All","Description":"Delete and restore user accounts","FullDescription":"Allows the app to delete and restore users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.DeleteRestore.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/deletedItems/{directoryObject-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.Identity.DirectoryManagement","Command":"Restore-MgBetaDirectoryDeletedItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Restore-MgBetaDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Restore-MgBetaDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Restore-MgBetaGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaGroupDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaGroupDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaGroupDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaGroupDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaGroupDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Restore-MgBetaGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaGroupDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaGroupDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaGroupDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Restore-MgBetaGroupSiteListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Restore-MgBetaGroupSiteListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRecycleBinItem","Module":"Beta.Sites","Command":"Restore-MgBetaGroupSiteRecycleBinItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Beta.Identity.Governance","Command":"Restore-MgBetaIdentityGovernanceLifecycleWorkflow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Beta.Identity.Governance","Command":"Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/restoreFactoryDefaults","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Restore-MgBetaPrintPrinterFactoryDefault"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","Restore1","RestoreViaIdentity","RestoreViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaShareListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","Restore1","RestoreViaIdentity","RestoreViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaShareListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Restore-MgBetaSiteListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Restore-MgBetaSiteListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Restore-MgBetaUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaUserDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaUserDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaUserDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaUserDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaUserDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Restore-MgBetaUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaUserDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaUserDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Restore-MgBetaUserDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode","Variants":["Recover","RecoverViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Restore-MgBetaUserManagedDevicePasscode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode","Variants":["Recover","RecoverViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Restore-MgDeviceManagementManagedDevicePasscode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Restore-MgDeviceManagementVirtualEndpointCloudPc"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.DeleteRestore.All","Description":"Delete and restore user accounts","FullDescription":"Allows the app to delete and restore users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.DeleteRestore.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deletedItems/{directoryObject-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Identity.DirectoryManagement","Command":"Restore-MgDirectoryDeletedItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Restore-MgDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Restore-MgDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Restore-MgGroupDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgGroupDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgGroupDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgGroupDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgGroupDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgGroupDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Restore-MgGroupDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgGroupDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgGroupDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgGroupDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Groups","Command":"Restore-MgGroupSettingTemplate"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Restore-MgGroupSiteListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Restore-MgGroupSiteListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Identity.Governance","Command":"Restore-MgIdentityGovernanceLifecycleWorkflow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Identity.Governance","Command":"Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/restoreFactoryDefaults","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Restore-MgPrintPrinterFactoryDefault"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","Restore1","RestoreViaIdentity","RestoreViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Restore-MgShareListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","Restore1","RestoreViaIdentity","RestoreViaIdentity1"],"OutputType":null,"Module":"Files","Command":"Restore-MgShareListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Restore-MgSiteListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Restore-MgSiteListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Restore-MgUserDriveItem"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgUserDriveItemListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgUserDriveItemListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgUserDriveItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgUserDriveListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgUserDriveListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Restore-MgUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgUserDriveRootListItemDocumentSetVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgUserDriveRootListItemVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"OutputType":null,"Module":"Files","Command":"Restore-MgUserDriveRootVersion"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode","Variants":["Recover","RecoverViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Restore-MgUserManagedDevicePasscode"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Resume-MgBetaEntitlementManagementAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Resume-MgEntitlementManagementAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult"},{"Method":"POST","CommandAlias":"Revoke-MgBetaDeviceAppMgtVppTokenLicense","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Revoke-MgBetaDeviceAppManagementVppTokenLicense"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken","Variants":["Revoke","RevokeViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken","Variants":["Revoke","RevokeViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses","Variants":["Revoke","RevokeViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses","Variants":["Revoke","RevokeViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaDriveItemListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaDriveItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaDriveListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaDriveListPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaDriveRootListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaDriveRootPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaGroupDriveItemListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaGroupDriveItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaGroupDriveListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaGroupDriveListPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaGroupDriveRootListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaGroupDriveRootPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Revoke-MgBetaGroupSiteListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Revoke-MgBetaGroupSiteListPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Revoke-MgBetaGroupSitePermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaShareListPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/permission/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaSharePermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Revoke-MgBetaSiteListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Revoke-MgBetaSiteListPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Revoke-MgBetaSitePermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaUserDriveItemListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaUserDriveItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaUserDriveListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaUserDriveListPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaUserDriveRootListItemPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Revoke-MgBetaUserDriveRootPermissionGrant"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses","Variants":["Revoke","RevokeViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Revoke-MgBetaUserManagedDeviceAppleVppLicense"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.RevokeSessions.All","Description":"Revokes all sign in sessions for a user","FullDescription":"Allow the app to revoke all sign in sessions for a user on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.RevokeSessions.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/revokeSignInSessions","Variants":["Revoke","RevokeViaIdentity"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Revoke-MgBetaUserSignInSession"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.RevokeSessions.All","Description":"Revokes all sign in sessions for a user","FullDescription":"Allow the app to revoke all sign in sessions for a user on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.RevokeSessions.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/revokeSignInSessions","Variants":["Revoke","RevokeViaIdentity"],"OutputType":null,"Module":"Users.Actions","Command":"Revoke-MgUserSignInSession"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedDeviceIdentities/searchExistingIdentities","Variants":["Search","SearchExpanded"],"OutputType":"IMicrosoftGraphImportedDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Search-MgBetaDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Search-MgBetaDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Search-MgBetaDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Search-MgBetaGroupDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Search-MgBetaGroupDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Search-MgBetaGroupDriveRoot"},{"Method":"POST","CommandAlias":"Search-MgBetaBackupRestorePoint","Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/restorePoints/search","Variants":["Search","SearchExpanded"],"OutputType":"IMicrosoftGraphRestorePointSearchResponse","Module":"Beta.BackupRestore","Command":"Search-MgBetaSolutionBackupRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Search-MgBetaUserDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Search-MgBetaUserDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Search-MgBetaUserDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Search-MgDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Search-MgDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Search-MgDriveRoot"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Search-MgGroupDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Search-MgGroupDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Search-MgGroupDriveRoot"},{"Method":"POST","CommandAlias":"Search-MgBackupRestorePoint","Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restorePoints/search","Variants":["Search","SearchExpanded"],"OutputType":"IMicrosoftGraphRestorePointSearchResponse","Module":"BackupRestore","Command":"Search-MgSolutionBackupRestorePoint"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Search-MgUserDrive"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Search-MgUserDriveItem"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Search-MgUserDriveRoot"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Send-MgBetaAccessReviewInstanceReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/sendReminder","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Send-MgBetaAccessReviewReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Send-MgBetaChatActivityNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Send-MgBetaFinancialCompanySalesInvoice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Send-MgBetaFinancialCompanySalesQuote"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Send-MgBetaGroupTeamActivityNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Send-MgBetaTeamActivityNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/sendActivityNotificationToRecipients","Variants":["Send","SendExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Send-MgBetaTeamworkActivityNotificationToRecipient"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Send-MgBetaUserChatActivityNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/sendMail","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Send-MgBetaUserMail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Send-MgBetaUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Send-MgBetaUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Send-MgBetaUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Send-MgBetaUserTeamworkActivityNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Send-MgChatActivityNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/sendDtmfTones","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSendDtmfTonesOperation","Module":"CloudCommunications","Command":"Send-MgCommunicationCallDtmfTone"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Send-MgCommunicationOnlineMeetingVirtualAppointmentSm"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Send-MgDeviceManagementNotificationMessageTemplateTestMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Send-MgGroupTeamActivityNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Send-MgTeamActivityNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/sendActivityNotificationToRecipients","Variants":["Send","SendExpanded"],"OutputType":null,"Module":"Teams","Command":"Send-MgTeamworkActivityNotificationToRecipient"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Send-MgUserChatActivityNotification"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/sendMail","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Users.Actions","Command":"Send-MgUserMail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Send-MgUserMailFolderChildFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Send-MgUserMailFolderMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Send-MgUserMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"VirtualAppointmentNotification.Send","Description":"Send notification regarding virtual appointments","FullDescription":"Allows the app to send notification regarding virtual appointments on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualAppointmentNotification.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Send-MgUserOnlineMeetingVirtualAppointmentReminderSm"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"VirtualAppointmentNotification.Send","Description":"Send notification regarding virtual appointments","FullDescription":"Allows the app to send notification regarding virtual appointments on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualAppointmentNotification.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Send-MgUserOnlineMeetingVirtualAppointmentSm"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Send-MgUserTeamworkActivityNotification"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/logo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Set-MgApplicationLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronization","Module":"Applications","Command":"Set-MgApplicationSynchronization"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Set-MgApplicationSynchronizationJobBulkUploadContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/secrets","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSecretKeyStringValuePair","Module":"Applications","Command":"Set-MgApplicationSynchronizationSecret"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/setVerifiedPublisher","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Set-MgApplicationVerifiedPublisher"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/connectorGroup/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Set-MgBetaApplicationConnectorGroupByRef"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/logo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Set-MgBetaApplicationLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronization","Module":"Beta.Applications","Command":"Set-MgBetaApplicationSynchronization"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Set-MgBetaApplicationSynchronizationJobBulkUploadContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/secrets","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSecretKeyStringValuePair","Module":"Beta.Applications","Command":"Set-MgBetaApplicationSynchronizationSecret"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/setVerifiedPublisher","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Set-MgBetaApplicationVerifiedPublisher"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaChatMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaChatMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaChatMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaChatMessageReplyReaction"},{"Method":"POST","CommandAlias":"Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration"},{"Method":"POST","CommandAlias":"Set-MgBetaDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaDeviceAppManagementManagedEBook"},{"Method":"POST","CommandAlias":"Set-MgBetaDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaDeviceAppManagementMobileApp"},{"Method":"POST","CommandAlias":"Set-MgBetaDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaDeviceAppManagementMobileAppConfiguration"},{"Method":"POST","CommandAlias":"Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"POST","CommandAlias":"Set-MgBetaDeviceAppMgtWdacSupplementalPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaDeviceAppManagementWdacSupplementalPolicy"},{"Method":"POST","CommandAlias":"Set-MgBetaDeviceAppMgtWindowsManagedAppProtection","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaDeviceAppManagementWindowsManagedAppProtection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/setEnrollmentTimeDeviceMembershipTarget","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult","Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState","Variants":["Set","SetExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementComanagedDeviceName"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementCompliancePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule","Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementCompliancePolicyScheduledAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementConfigurationPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/setEnrollmentTimeDeviceMembershipTarget","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult","Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementDeviceCompliancePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/setScheduledRetireState","Variants":["Set","SetExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementDeviceConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementDeviceHealthScript"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementDeviceShellScript"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment","Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyConfigurationAssignment","Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementGroupPolicyConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementIntent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementManagedDeviceCategoryByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementManagedDeviceName"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment","Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementResourceAccessProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementScript"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Set-MgBetaDeviceManagementWindowsQualityUpdateProfile"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaDriveBundleContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveBundleContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaDriveFollowingContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveFollowingContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaDriveItemChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveItemChildContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaDriveItemListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveItemListItemDriveItemContentStream"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveItemSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Set-MgBetaDriveItemVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaDriveListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveListItemDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaDriveRootChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveRootChildContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaDriveRootContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveRootContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaDriveRootListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveRootListItemDriveItemContentStream"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveRootSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Set-MgBetaDriveRootVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaDriveSpecialContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaDriveSpecialContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Education","Command":"Set-MgBetaEducationClassAssignmentRubricByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Set-MgBetaEducationClassAssignmentUpResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Beta.Education","Command":"Set-MgBetaEducationClassModuleUpResourceFolder"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Education","Command":"Set-MgBetaEducationMeAssignmentRubricByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Set-MgBetaEducationMeAssignmentUpResourceFolder"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Education","Command":"Set-MgBetaEducationUserAssignmentRubricByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Set-MgBetaEducationUserAssignmentUpResourceFolder"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Beta.Identity.Governance","Command":"Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Module":"Beta.Search","Command":"Set-MgBetaExternalConnectionItem"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanyCustomerPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanyEmployeePictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanyInformationPicture"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanyItemPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanyPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Set-MgBetaFinancialCompanyVendorPictureContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveBundleContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveBundleContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveFollowingContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveFollowingContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveItemChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveItemChildContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveItemListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveItemListItemDriveItemContentStream"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveItemSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveItemVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveListItemDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveRootChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveRootChildContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveRootContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveRootContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveRootListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveRootListItemDriveItemContentStream"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveRootSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveRootVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaGroupDriveSpecialContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaGroupDriveSpecialContentStream"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.ReadWrite.All","Description":"Manage all license assignments.","FullDescription":"Allows the app to manage all license assignments, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/assignLicense","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Set-MgBetaGroupLicense"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaGroupOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaGroupOnenoteNotebookSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaGroupOnenotePageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Set-MgBetaGroupOnenoteResourceContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaGroupOnenoteSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaGroupOnenoteSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/photo/$value","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":null,"Module":"Beta.Groups","Command":"Set-MgBetaGroupPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteListItemActivityDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteListItemActivityDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteListItemDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteOnenotePageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteOnenoteResourceContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Set-MgBetaGroupSiteOnenoteSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeam","Module":"Beta.Teams","Command":"Set-MgBetaGroupTeam"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamChannelFileFolderContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamChannelFileFolderContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamChannelMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamChannelMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/photo/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamPrimaryChannelFileFolderContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamPrimaryChannelMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedule","Module":"Beta.Teams","Command":"Set-MgBetaGroupTeamSchedule"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Beta.Identity.Governance","Command":"Set-MgBetaIdentityGovernanceAccessReviewDefinition"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingBackgroundImage"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingBannerLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingCustomCss"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/favicon","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingFavicon"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingHeaderLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingLocalizationBackgroundImage"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingLocalizationBannerLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingLocalizationCustomCss"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingLocalizationFavicon"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingLocalizationHeaderLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingLocalizationSquareLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingSquareLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationBrandingSquareLogoDark"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/setMobileDeviceManagementAuthority","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Set-MgBetaOrganizationMobileDeviceManagementAuthority"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-assignsensitivitylabel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerRoster","Module":"Beta.Planner","Command":"Set-MgBetaPlannerRosterSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner","Module":"Beta.Identity.SignIns","Command":"Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Set-MgBetaPrintPrinterJobDocumentContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Set-MgBetaPrintPrinterShareJobDocumentContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Set-MgBetaPrintShareJobDocumentContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/alerts_v2/{alert-id}/comments","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAlertComment","Module":"Beta.Security","Command":"Set-MgBetaSecurityAlert"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Module":"Beta.Security","Command":"Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidents/{incident-id}/alerts/{alert-id}/comments","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAlertComment","Module":"Beta.Security","Command":"Set-MgBetaSecurityIncidentAlertComment"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customclaimspolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsPolicy","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomClaimsPolicy","Module":"Beta.Applications","Command":"Set-MgBetaServicePrincipalClaimPolicy"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronization","Module":"Beta.Applications","Command":"Set-MgBetaServicePrincipalSynchronization"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/secrets","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSecretKeyStringValuePair","Module":"Beta.Applications","Command":"Set-MgBetaServicePrincipalSynchronizationSecret"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaShareDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaShareDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaShareItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaShareItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaShareListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaShareListItemDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaShareRootContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/root/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaShareRootContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Set-MgBetaSiteListItemActivityDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Set-MgBetaSiteListItemActivityDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Sites","Command":"Set-MgBetaSiteListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Set-MgBetaSiteListItemDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaSiteOnenoteNotebookSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaSiteOnenotePageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Set-MgBetaSiteOnenoteResourceContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaSiteOnenoteSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaSiteOnenoteSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Teams","Command":"Set-MgBetaTeamChannelFileFolderContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamChannelFileFolderContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamChannelMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamChannelMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/photo/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Teams","Command":"Set-MgBetaTeamPrimaryChannelFileFolderContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/filesFolder/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamPrimaryChannelFileFolderContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamPrimaryChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamPrimaryChannelMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamPrimaryChannelMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedule","Module":"Beta.Teams","Command":"Set-MgBetaTeamSchedule"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Teams","Command":"Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamworkDeletedTeamChannelMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaTrustFrameworkPolicyContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathauthenticationmethod-assignandactivate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/assignAndActivate","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathauthenticationmethod-assignandactivatebyserialnumber?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/assignAndActivateBySerialNumber","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaUserChatMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaUserChatMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaUserChatMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Set-MgBetaUserChatMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Set-MgBetaUserContactFolderChildFolderContactPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Set-MgBetaUserContactFolderContactPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Set-MgBetaUserContactPhotoContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaUserDeviceEnrollmentConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaUserDeviceEnrollmentConfigurationPriority"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaUserDriveBundleContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveBundleContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaUserDriveFollowingContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveFollowingContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaUserDriveItemChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveItemChildContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaUserDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaUserDriveItemListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveItemListItemDriveItemContentStream"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveItemSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Set-MgBetaUserDriveItemVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaUserDriveListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveListItemDriveItemContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaUserDriveRootChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveRootChildContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaUserDriveRootContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveRootContentStream"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaUserDriveRootListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveRootListItemDriveItemContentStream"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveRootSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Set-MgBetaUserDriveRootVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Set-MgBetaUserDriveSpecialContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Set-MgBetaUserDriveSpecialContentStream"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.ReadWrite.All","Description":"Manage all license assignments.","FullDescription":"Allows the app to manage all license assignments, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/assignLicense","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users.Actions","Command":"Set-MgBetaUserLicense"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Set-MgBetaUserMailFolderChildFolderMessageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Set-MgBetaUserMailFolderMessageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaUserManagedDeviceCategoryByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Set-MgBetaUserManagedDeviceName"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/manager/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users","Command":"Set-MgBetaUserManagerByRef"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Mail","Command":"Set-MgBetaUserMessageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaUserOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaUserOnenoteNotebookSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaUserOnenotePageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Set-MgBetaUserOnenoteResourceContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaUserOnenoteSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Notes","Command":"Set-MgBetaUserOnenoteSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/photo/$value","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":null,"Module":"Beta.Users","Command":"Set-MgBetaUserPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Beta.Users","Command":"Set-MgBetaUserTodoListTaskAttachmentContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphAttachmentSession","Module":"Beta.Users","Command":"Set-MgBetaUserTodoListTaskAttachmentSessionContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/setExternalEventInformation","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Bookings","Command":"Set-MgBetaVirtualEventExternalEventInformation"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgChatMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgChatMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgChatMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgChatMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Set-MgCommunicationOnlineMeetingAttendeeReport"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"Set-MgCommunicationOnlineMeetingRecordingContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"Set-MgCommunicationOnlineMeetingTranscriptContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Set-MgCommunicationOnlineMeetingTranscriptMetadataContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/presences/{presence-id}/setPresence","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Set-MgCommunicationPresence"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/presences/{presence-id}/setStatusMessage","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Set-MgCommunicationPresenceStatusMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/presences/{presence-id}/setUserPreferredPresence","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Set-MgCommunicationPresenceUserPreferredPresence"},{"Method":"POST","CommandAlias":"Set-MgDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Set-MgDeviceAppManagementManagedEBook"},{"Method":"POST","CommandAlias":"Set-MgDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Set-MgDeviceAppManagementMobileApp"},{"Method":"POST","CommandAlias":"Set-MgDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Set-MgDeviceAppManagementMobileAppConfiguration"},{"Method":"POST","CommandAlias":"Set-MgDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Set-MgDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Module":"DeviceManagement","Command":"Set-MgDeviceManagementDeviceCompliancePolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Module":"DeviceManagement","Command":"Set-MgDeviceManagementDeviceConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Set-MgDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement","Command":"Set-MgDeviceManagementManagedDeviceCategoryByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Set-MgDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Set-MgDeviceManagementVirtualEndpointUserSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgDriveBundleContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgDriveFollowingContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgDriveItemChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgDriveItemListItemDriveItemContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Set-MgDriveItemSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Set-MgDriveItemVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgDriveListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgDriveRootChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgDriveRootContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgDriveRootListItemDriveItemContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Set-MgDriveRootSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Set-MgDriveRootVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgDriveSpecialContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Education","Command":"Set-MgEducationClassAssignmentRubricByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Set-MgEducationClassAssignmentSubmissionUpResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Set-MgEducationClassAssignmentUpFeedbackResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Set-MgEducationClassAssignmentUpResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Education","Command":"Set-MgEducationClassModuleUpResourceFolder"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Education","Command":"Set-MgEducationMeAssignmentRubricByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Set-MgEducationMeAssignmentSubmissionUpResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Set-MgEducationMeAssignmentUpFeedbackResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Set-MgEducationMeAssignmentUpResourceFolder"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Education","Command":"Set-MgEducationUserAssignmentRubricByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Set-MgEducationUserAssignmentSubmissionUpResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Set-MgEducationUserAssignmentUpFeedbackResourceFolder"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Set-MgEducationUserAssignmentUpResourceFolder"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Identity.Governance","Command":"Set-MgEntitlementManagementAssignmentPolicy"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Module":"Search","Command":"Set-MgExternalConnectionItem"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgGroupDriveBundleContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgGroupDriveFollowingContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgGroupDriveItemChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgGroupDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgGroupDriveItemListItemDriveItemContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Set-MgGroupDriveItemSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Set-MgGroupDriveItemVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgGroupDriveListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgGroupDriveRootChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgGroupDriveRootContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgGroupDriveRootListItemDriveItemContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Set-MgGroupDriveRootSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Set-MgGroupDriveRootVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgGroupDriveSpecialContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.ReadWrite.All","Description":"Manage all license assignments.","FullDescription":"Allows the app to manage all license assignments, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/assignLicense","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Set-MgGroupLicense"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgGroupOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgGroupOnenoteNotebookSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgGroupOnenotePageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Set-MgGroupOnenoteResourceContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgGroupOnenoteSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgGroupOnenoteSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/photo/$value","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":null,"Module":"Groups","Command":"Set-MgGroupPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Sites","Command":"Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Sites","Command":"Set-MgGroupSiteListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Set-MgGroupSiteOnenoteNotebookSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Set-MgGroupSiteOnenotePageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Sites","Command":"Set-MgGroupSiteOnenoteResourceContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Set-MgGroupSiteOnenoteSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Set-MgGroupSiteOnenoteSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeam","Module":"Teams","Command":"Set-MgGroupTeam"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Teams","Command":"Set-MgGroupTeamChannelFileFolderContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgGroupTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgGroupTeamChannelMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgGroupTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgGroupTeamChannelMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/photo/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgGroupTeamPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Teams","Command":"Set-MgGroupTeamPrimaryChannelFileFolderContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgGroupTeamPrimaryChannelMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgGroupTeamPrimaryChannelMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedule","Module":"Teams","Command":"Set-MgGroupTeamSchedule"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Set-MgIdentityB2XUserFlowLanguageDefaultPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.SignIns","Command":"Set-MgIdentityB2XUserFlowLanguageOverridePageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Set-MgIdentityB2XUserFlowPostFederationSignupByRef"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Module":"Identity.Governance","Command":"Set-MgIdentityGovernanceAccessReviewDefinition"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingBackgroundImage"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingBannerLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingCustomCss"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/favicon","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingFavicon"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingHeaderLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingLocalizationBackgroundImage"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingLocalizationBannerLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingLocalizationCustomCss"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingLocalizationFavicon"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingLocalizationHeaderLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingLocalizationSquareLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingLocalizationSquareLogoDark"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingSquareLogo"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationBrandingSquareLogoDark"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/setMobileDeviceManagementAuthority","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Set-MgOrganizationMobileDeviceManagementAuthority"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner","Module":"Identity.SignIns","Command":"Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Set-MgPrintPrinterJobDocumentContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Set-MgPrintShareJobDocumentContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/alerts_v2/{alert-id}/comments","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAlertComment","Module":"Security","Command":"Set-MgSecurityAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/incidents/{incident-id}/alerts/{alert-id}/comments","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphSecurityAlertComment","Module":"Security","Command":"Set-MgSecurityIncidentAlertComment"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronization","Module":"Applications","Command":"Set-MgServicePrincipalSynchronization"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Set-MgServicePrincipalSynchronizationJobBulkUploadContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/secrets","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSecretKeyStringValuePair","Module":"Applications","Command":"Set-MgServicePrincipalSynchronizationSecret"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgShareDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgShareItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgShareListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgShareRootContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Sites","Command":"Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Sites","Command":"Set-MgSiteListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgSiteOnenoteNotebookSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgSiteOnenotePageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Set-MgSiteOnenoteResourceContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgSiteOnenoteSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgSiteOnenoteSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Teams","Command":"Set-MgTeamChannelFileFolderContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamChannelMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamChannelMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/photo/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Teams","Command":"Set-MgTeamPrimaryChannelFileFolderContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamPrimaryChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamPrimaryChannelMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamPrimaryChannelMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedule","Module":"Teams","Command":"Set-MgTeamSchedule"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Teams","Command":"Set-MgTeamworkDeletedTeamChannelFileFolderContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamworkDeletedTeamChannelMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgTeamworkDeletedTeamChannelMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgUserChatMessageHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgUserChatMessageReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Set-MgUserChatMessageReplyHostedContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Set-MgUserChatMessageReplyReaction"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Set-MgUserContactFolderChildFolderContactPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Set-MgUserContactFolderContactPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"PersonalContacts","Command":"Set-MgUserContactPhotoContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgUserDriveBundleContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgUserDriveFollowingContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgUserDriveItemChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgUserDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgUserDriveItemListItemDriveItemContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Set-MgUserDriveItemSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Set-MgUserDriveItemVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgUserDriveListItemDriveItemContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgUserDriveRootChildContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgUserDriveRootContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgUserDriveRootListItemDriveItemContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Set-MgUserDriveRootSensitivityLabel"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Set-MgUserDriveRootVersionContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Set-MgUserDriveSpecialContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"LicenseAssignment.ReadWrite.All","Description":"Manage all license assignments.","FullDescription":"Allows the app to manage all license assignments, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/assignLicense","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUser","Module":"Users.Actions","Command":"Set-MgUserLicense"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Set-MgUserMailFolderChildFolderMessageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Set-MgUserMailFolderMessageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Set-MgUserManagedDeviceCategoryByRef"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/manager/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Users","Command":"Set-MgUserManagerByRef"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Mail","Command":"Set-MgUserMessageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgUserOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgUserOnenoteNotebookSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgUserOnenotePageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Set-MgUserOnenoteResourceContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgUserOnenoteSectionGroupSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Notes","Command":"Set-MgUserOnenoteSectionPageContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Set-MgUserOnlineMeetingAttendeeReport"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"Set-MgUserOnlineMeetingRecordingContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"Set-MgUserOnlineMeetingTranscriptContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"CloudCommunications","Command":"Set-MgUserOnlineMeetingTranscriptMetadataContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/photo/$value","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"OutputType":null,"Module":"Users","Command":"Set-MgUserPhotoContent"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Presence.ReadWrite","Description":"Read and write your presence information","FullDescription":"Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/presence/setPresence","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Set-MgUserPresence"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Presence.ReadWrite","Description":"Read and write your presence information","FullDescription":"Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/presence/setStatusMessage","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Set-MgUserPresenceStatusMessage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Presence.ReadWrite","Description":"Read and write your presence information","FullDescription":"Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/presence/setUserPreferredPresence","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Set-MgUserPresenceUserPreferredPresence"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Set","SetViaIdentity"],"OutputType":null,"Module":"Users","Command":"Set-MgUserTodoListTaskAttachmentContent"},{"Method":"PUT","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Set","SetViaIdentity"],"OutputType":"IMicrosoftGraphAttachmentSession","Module":"Users","Command":"Set-MgUserTodoListTaskAttachmentSessionContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/setExternalEventInformation","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"OutputType":null,"Module":"Bookings","Command":"Set-MgVirtualEventExternalEventInformation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock","Variants":["Bypass","BypassViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Skip-MgBetaDeviceManagementComanagedDeviceActivationLock"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock","Variants":["Bypass","BypassViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Skip-MgBetaDeviceManagementManagedDeviceActivationLock"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock","Variants":["Bypass","BypassViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Skip-MgBetaUserManagedDeviceActivationLock"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock","Variants":["Bypass","BypassViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Skip-MgDeviceManagementManagedDeviceActivationLock"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock","Variants":["Bypass","BypassViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Skip-MgUserManagedDeviceActivationLock"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start","Variants":["Start","StartViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Start-MgApplicationSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start","Variants":["Start","StartViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Start-MgBetaApplicationSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction","Variants":["Trigger","TriggerExpanded","TriggerViaIdentity","TriggerViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction","Variants":["Trigger","TriggerExpanded","TriggerViaIdentity","TriggerViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/runs/start","Variants":["Start"],"OutputType":null,"Module":"Beta.Search","Command":"Start-MgBetaExternalIndustryDataRun"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/startBreak","Variants":["Start","StartExpanded","StartViaIdentity","StartViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Start-MgBetaGroupTeamScheduleTimeCardBreak"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/start","Variants":["Start","StartViaIdentity"],"OutputType":"IMicrosoftGraphPrintJobStatus","Module":"Beta.Devices.CloudPrint","Command":"Start-MgBetaPrintPrinterJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob","Variants":["Start","StartViaIdentity"],"OutputType":"IMicrosoftGraphPrintJobStatus","Module":"Beta.Devices.CloudPrint","Command":"Start-MgBetaPrintPrinterJobPrintJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start","Variants":["Start","StartViaIdentity"],"OutputType":"IMicrosoftGraphPrintJobStatus","Module":"Beta.Devices.CloudPrint","Command":"Start-MgBetaPrintPrinterShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob","Variants":["Start","StartViaIdentity"],"OutputType":"IMicrosoftGraphPrintJobStatus","Module":"Beta.Devices.CloudPrint","Command":"Start-MgBetaPrintPrinterShareJobPrintJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/start","Variants":["Start","StartViaIdentity"],"OutputType":"IMicrosoftGraphPrintJobStatus","Module":"Beta.Devices.CloudPrint","Command":"Start-MgBetaPrintShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob","Variants":["Start","StartViaIdentity"],"OutputType":"IMicrosoftGraphPrintJobStatus","Module":"Beta.Devices.CloudPrint","Command":"Start-MgBetaPrintShareJobPrintJob"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run","Variants":["Run","RunViaIdentity"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Module":"Beta.Security","Command":"Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatHunting.Read.All","Description":"Run hunting queries","FullDescription":"Allows the app to run hunting queries that you can execute.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatHunting.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/runHuntingQuery","Variants":["Run","RunExpanded"],"OutputType":"IMicrosoftGraphSecurityHuntingQueryResults","Module":"Beta.Security","Command":"Start-MgBetaSecurityHuntingQuery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start","Variants":["Start","StartViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Start-MgBetaServicePrincipalSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak","Variants":["Start","StartExpanded","StartViaIdentity","StartViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Start-MgBetaTeamScheduleTimeCardBreak"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/runDiagnostics","Variants":["Run","RunViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Start-MgBetaTeamworkDeviceDiagnostic"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction","Variants":["Trigger","TriggerExpanded","TriggerViaIdentity","TriggerViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Start-MgBetaUserManagedDeviceConfigurationManagerAction"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCallasGuest.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic","Variants":["Start","StartExpanded","StartViaIdentity","StartViaIdentityExpanded"],"OutputType":"IMicrosoftGraphStartHoldMusicOperation","Module":"CloudCommunications","Command":"Start-MgCommunicationCallParticipantHoldMusic"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks","Variants":["Run","RunViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/startBreak","Variants":["Start","StartExpanded","StartViaIdentity","StartViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Start-MgGroupTeamScheduleTimeCardBreak"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/start","Variants":["Start","StartViaIdentity"],"OutputType":"IMicrosoftGraphPrintJobStatus","Module":"Devices.CloudPrint","Command":"Start-MgPrintPrinterJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/start","Variants":["Start","StartViaIdentity"],"OutputType":"IMicrosoftGraphPrintJobStatus","Module":"Devices.CloudPrint","Command":"Start-MgPrintShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatHunting.Read.All","Description":"Run hunting queries","FullDescription":"Allows the app to run hunting queries that you can execute.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatHunting.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/runHuntingQuery","Variants":["Run","RunExpanded"],"OutputType":"IMicrosoftGraphSecurityHuntingQueryResults","Module":"Security","Command":"Start-MgSecurityHuntingQuery"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start","Variants":["Start","StartViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Start-MgServicePrincipalSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak","Variants":["Start","StartExpanded","StartViaIdentity","StartViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Start-MgTeamScheduleTimeCardBreak"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/stop","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaAccessReview"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaAccessReviewInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Bookings","Command":"Stop-MgBetaBookingBusinessAppointment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Bookings","Command":"Stop-MgBetaBookingBusinessCalendarView"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaEntitlementManagementAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Stop-MgBetaFinancialCompanySaleInvoiceAndSend"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Financials","Command":"Stop-MgBetaFinancialCompanySalesInvoice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Stop-MgBetaGroupEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/endBreak","Variants":["End","EndExpanded","EndViaIdentity","EndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Stop-MgBetaGroupTeamScheduleTimeCardBreak"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaIdentityGovernanceAccessReviewDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Stop-MgBetaPrintPrinterJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Stop-MgBetaPrintPrinterJobPrintJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Stop-MgBetaPrintPrinterShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Stop-MgBetaPrintPrinterShareJobPrintJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Stop-MgBetaPrintShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CloudPrint","Command":"Stop-MgBetaPrintShareJobPrintJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaPrivilegedAccessRoleAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Stop-MgBetaPrivilegedRoleAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/securityActions/{securityAction-id}/cancelSecurityAction","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Security","Command":"Stop-MgBetaSecurityAction"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionunitbase-canceloffboard?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/cancelOffboard","Variants":["Cancel","CancelViaIdentity"],"OutputType":"IMicrosoftGraphProtectionUnitBase","Module":"Beta.BackupRestore","Command":"Stop-MgBetaSolutionBackupRestoreProtectionUnitOffboard"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak","Variants":["End","EndExpanded","EndViaIdentity","EndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Stop-MgBetaTeamScheduleTimeCardBreak"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Stop-MgBetaUserEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Stop-MgBetaVirtualEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Stop-MgBetaVirtualEventWebinarRegistration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Stop-MgBetaVirtualEventWebinarRegistrationEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Beta.Bookings","Command":"Stop-MgBetaVirtualEventWebinarRegistrationUserId"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"OutputType":null,"Module":"Bookings","Command":"Stop-MgBookingBusinessAppointment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"OutputType":null,"Module":"Bookings","Command":"Stop-MgBookingBusinessCalendarView"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/cancelMediaProcessing","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCancelMediaProcessingOperation","Module":"CloudCommunications","Command":"Stop-MgCommunicationCallMediaProcessing"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCallasGuest.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic","Variants":["Stop","StopExpanded","StopViaIdentity","StopViaIdentityExpanded"],"OutputType":"IMicrosoftGraphStopHoldMusicOperation","Module":"CloudCommunications","Command":"Stop-MgCommunicationCallParticipantHoldMusic"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod","Variants":["End","EndViaIdentity"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Stop-MgEntitlementManagementAssignmentRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Stop-MgGroupEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/endBreak","Variants":["End","EndExpanded","EndViaIdentity","EndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Stop-MgGroupTeamScheduleTimeCardBreak"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Stop-MgIdentityGovernanceAccessReviewDefinition"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Stop-MgIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop","Variants":["Stop","StopViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Stop-MgPrintPrinterJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Devices.CloudPrint","Command":"Stop-MgPrintShareJob"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Identity.Governance","Command":"Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak","Variants":["End","EndExpanded","EndViaIdentity","EndViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Stop-MgTeamScheduleTimeCardBreak"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Stop-MgUserEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Stop-MgVirtualEvent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Stop-MgVirtualEventWebinarRegistration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Stop-MgVirtualEventWebinarRegistrationEmail"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel","Variants":["Cancel","CancelViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Stop-MgVirtualEventWebinarRegistrationUserId"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Submit-MgBetaEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Submit-MgBetaEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Submit-MgBetaEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/tiIndicators/submitTiIndicators","Variants":["Submit","SubmitExpanded"],"OutputType":"IMicrosoftGraphTiIndicator","Module":"Beta.Security","Command":"Submit-MgBetaSecurityTiIndicator"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Submit-MgEducationClassAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Submit-MgEducationMeAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Submit-MgEducationUserAssignmentSubmission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause","Variants":["Pause","PauseViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Suspend-MgApplicationSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause","Variants":["Pause","PauseViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Suspend-MgBetaApplicationSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh","Variants":["Pause","PauseExpanded","PauseViaIdentity","PauseViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh","Variants":["Pause","PauseExpanded","PauseViaIdentity","PauseViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause","Variants":["Pause","PauseViaIdentity"],"OutputType":null,"Module":"Beta.Applications","Command":"Suspend-MgBetaServicePrincipalSynchronizationJob"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh","Variants":["Pause","PauseExpanded","PauseViaIdentity","PauseViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Suspend-MgBetaUserManagedDeviceConfigurationRefresh"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause","Variants":["Pause","PauseViaIdentity"],"OutputType":null,"Module":"Applications","Command":"Suspend-MgServicePrincipalSynchronizationJob"},{"Method":"POST","CommandAlias":"Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/syncMicrosoftStoreForBusinessApps","Variants":["Sync"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp"},{"Method":"POST","CommandAlias":"Sync-MgBetaDeviceAppMgtVppTokenLicense","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses","Variants":["Sync","SyncViaIdentity"],"OutputType":"IMicrosoftGraphVppToken","Module":"Beta.Devices.CorporateManagement","Command":"Sync-MgBetaDeviceAppManagementVppTokenLicense"},{"Method":"POST","CommandAlias":"Sync-MgBetaDeviceAppMgtVppTokenLicenseCount","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/vppTokens/syncLicenseCounts","Variants":["Sync"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Sync-MgBetaDeviceAppManagementVppTokenLicenseCount"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkSettings/syncApps","Variants":["Sync"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Sync-MgBetaDeviceManagementAndroidForWorkSettingApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps","Variants":["Sync"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice","Variants":["Sync","SyncViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Sync-MgBetaDeviceManagementComanagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram","Variants":["Sync","SyncViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/syncDevice","Variants":["Sync","SyncViaIdentity"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Sync-MgBetaDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotSettings/sync","Variants":["Sync"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Sync-MgBetaDeviceManagementWindowsAutopilotSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice","Variants":["Sync","SyncViaIdentity"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Sync-MgBetaUserManagedDevice"},{"Method":"POST","CommandAlias":"Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/syncMicrosoftStoreForBusinessApps","Variants":["Sync"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp"},{"Method":"POST","CommandAlias":"Sync-MgDeviceAppMgtVppTokenLicense","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses","Variants":["Sync","SyncViaIdentity"],"OutputType":"IMicrosoftGraphVppToken","Module":"Devices.CorporateManagement","Command":"Sync-MgDeviceAppManagementVppTokenLicense"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync","Variants":["Sync","SyncExpanded","SyncViaIdentity","SyncViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement.Administration","Command":"Sync-MgDeviceManagementExchangeConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/syncDevice","Variants":["Sync","SyncViaIdentity"],"OutputType":null,"Module":"DeviceManagement","Command":"Sync-MgDeviceManagementManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice","Variants":["Sync","SyncViaIdentity"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Sync-MgUserManagedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Applications","Command":"Test-MgApplicationProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Test-MgApplicationSynchronizationJobCredential"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Test-MgBetaAdministrativeUnitProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Test-MgBetaApplicationProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Test-MgBetaApplicationSynchronizationJobCredential"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contacts/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Test-MgBetaContactProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/contracts/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Test-MgBetaContractProperty"},{"Method":"POST","CommandAlias":"Test-MgBetaDeviceAppMgtMobileAppXml","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/validateXml","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Test-MgBetaDeviceAppManagementMobileAppXml"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters/validateFilter","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Test-MgBetaDeviceManagementAssignmentFilter"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/validateComplianceScript","Variants":["Validate","ValidateExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceScriptValidationResult","Module":"Beta.DeviceManagement","Command":"Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Test-MgBetaDeviceProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/deletedItems/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Test-MgBetaDirectoryDeletedItemProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryObjects/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.DirectoryObjects","Command":"Test-MgBetaDirectoryObjectProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoles/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Test-MgBetaDirectoryRoleProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directoryRoleTemplates/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Test-MgBetaDirectoryRoleTemplateProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directorySettingTemplates/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Test-MgBetaDirectorySettingTemplateProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Test-MgBetaDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Test-MgBetaDriveListContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Test-MgBetaDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"IndustryData-DataConnector.Upload","Description":"Upload files to a data connector","FullDescription":"Allows the app to upload data files to a data connector on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-DataConnector.Upload","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/dataConnectors/{industryDataConnector-id}/validate","Variants":["Validate","ValidateViaIdentity"],"OutputType":null,"Module":"Beta.Search","Command":"Test-MgBetaExternalIndustryDataConnector"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Test-MgBetaGroupDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Test-MgBetaGroupDriveListContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Test-MgBetaGroupDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/evaluateDynamicMembership","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvaluateDynamicMembershipResult","Module":"Beta.Groups","Command":"Test-MgBetaGroupDynamicMembership"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/evaluateDynamicMembership","Variants":["Evaluate1","EvaluateExpanded1"],"OutputType":"IMicrosoftGraphEvaluateDynamicMembershipResult","Module":"Beta.Groups","Command":"Test-MgBetaGroupDynamicMembershipRule"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/validateProperties","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Test-MgBetaGroupProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Test-MgBetaGroupSiteContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDlpEvaluatePoliciesJobResponse","Module":"Beta.Sites","Command":"Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionAction","Module":"Beta.Sites","Command":"Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionAction","Module":"Beta.Sites","Command":"Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionAction","Module":"Beta.Sites","Command":"Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Module":"Beta.Sites","Command":"Test-MgBetaGroupSiteInformationProtectionSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Module":"Beta.Sites","Command":"Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Test-MgBetaGroupSiteListContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration","Variants":["Validate","Validate1","ValidateExpanded","ValidateViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationConfigurationValidation","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/dataLossPreventionPolicies/evaluate","Variants":["Evaluate","EvaluateExpanded"],"OutputType":"IMicrosoftGraphDlpEvaluatePoliciesJobResponse","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaInformationProtectionDataLossPreventionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/policy/labels/evaluateApplication","Variants":["Evaluate","EvaluateExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionAction","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaInformationProtectionPolicyLabelApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/policy/labels/evaluateClassificationResults","Variants":["Evaluate","EvaluateExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionAction","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaInformationProtectionPolicyLabelClassificationResult"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/informationProtection/policy/labels/evaluateRemoval","Variants":["Evaluate","EvaluateExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionAction","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaInformationProtectionPolicyLabelRemoval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Test-MgBetaOrganizationProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/evaluate","Variants":["Evaluate","EvaluateExpanded"],"OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Module":"Beta.Security","Command":"Test-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Module":"Beta.Security","Command":"Test-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/evaluateApplication","Variants":["Evaluate","EvaluateExpanded"],"OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Module":"Beta.Security","Command":"Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/evaluateClassificationResults","Variants":["Evaluate","EvaluateExpanded"],"OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Module":"Beta.Security","Command":"Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/evaluateRemoval","Variants":["Evaluate","EvaluateExpanded"],"OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Module":"Beta.Security","Command":"Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Test-MgBetaServicePrincipalProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Test-MgBetaServicePrincipalSynchronizationJobCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Test-MgBetaShareListContentTypePublished"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Test-MgBetaSiteContentTypePublished"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Test-MgBetaSiteListContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Test-MgBetaUserDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Test-MgBetaUserDriveListContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Test-MgBetaUserDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDlpEvaluatePoliciesJobResponse","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaUserInformationProtectionDataLossPreventionPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy/labels/evaluateApplication","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionAction","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaUserInformationProtectionPolicyLabelApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionAction","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy/labels/evaluateRemoval","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionAction","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaUserInformationProtectionPolicyLabelRemoval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaUserInformationProtectionSensitivityLabel"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Module":"Beta.Identity.SignIns","Command":"Test-MgBetaUserInformationProtectionSensitivityLabelSublabel"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/isManagedAppUserBlocked","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Beta.Users.Functions","Command":"Test-MgBetaUserManagedAppUserBlocked"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/validatePassword","Variants":["Validate","ValidateExpanded"],"OutputType":"IMicrosoftGraphPasswordValidationInformation","Module":"Beta.Users.Actions","Command":"Test-MgBetaUserPassword"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Test-MgBetaUserProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Module":"Beta.Security","Command":"Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Module":"Beta.Security","Command":"Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Module":"Beta.Security","Command":"Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contacts/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Test-MgContactProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/contracts/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Test-MgContractProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Test-MgDeviceProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/deletedItems/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Test-MgDirectoryDeletedItemProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryObjects/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"DirectoryObjects","Command":"Test-MgDirectoryObjectProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoles/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Test-MgDirectoryRoleProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Test-MgDirectoryRoleTemplateProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Test-MgDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Files","Command":"Test-MgDriveListContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Test-MgDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Test-MgGroupDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Files","Command":"Test-MgGroupDriveListContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Test-MgGroupDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/validateProperties","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Test-MgGroupProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupSettingTemplates/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Groups","Command":"Test-MgGroupSettingTemplateProperty"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Test-MgGroupSiteContentTypePublished"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Test-MgGroupSiteListContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-evaluate?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/evaluate","Variants":["Evaluate","EvaluateExpanded"],"OutputType":"IMicrosoftGraphWhatIfAnalysisResult","Module":"Identity.SignIns","Command":"Test-MgIdentityConditionalAccess"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration","Variants":["Validate","Validate1","ValidateExpanded","ValidateViaIdentity"],"OutputType":"IMicrosoftGraphAuthenticationConfigurationValidation","Module":"Identity.SignIns","Command":"Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Test-MgOrganizationProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Applications","Command":"Test-MgServicePrincipalProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Test-MgServicePrincipalSynchronizationJobCredential"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Files","Command":"Test-MgShareListContentTypePublished"},{"Method":"GET","CommandAlias":null,"Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Test-MgSiteContentTypePublished"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Test-MgSiteListContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Test-MgUserDriveItemPermission"},{"Method":"GET","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"OutputType":null,"Module":"Files","Command":"Test-MgUserDriveListContentTypePublished"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Test-MgUserDriveRootPermission"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/validateProperties","Variants":["Validate","ValidateExpanded"],"OutputType":null,"Module":"Users.Actions","Command":"Test-MgUserProperty"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/unblockManagedApps","Variants":["Unblock","UnblockViaIdentity"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Unblock-MgBetaUserManagedApp"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaChatMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaChatMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaGroupTeamChannelMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaGroupTeamChannelMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaGroupTeamPrimaryChannelMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaGroupTeamPrimaryChannelMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaTeamChannelMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaTeamChannelMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaTeamPrimaryChannelMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedChats/{deletedChat-id}/undoDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaTeamworkDeletedChatDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaUserChatMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Beta.Teams","Command":"Undo-MgBetaUserChatMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgChatMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgChatMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgGroupTeamChannelMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgGroupTeamChannelMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgGroupTeamPrimaryChannelMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgGroupTeamPrimaryChannelMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgTeamChannelMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgTeamChannelMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgTeamPrimaryChannelMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgTeamPrimaryChannelMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedChats/{deletedChat-id}/undoDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgTeamworkDeletedChatDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgUserChatMessageReplySoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"OutputType":null,"Module":"Teams","Command":"Undo-MgUserChatMessageSoftDelete"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/unpublish","Variants":["Unpublish","Unpublish1","UnpublishViaIdentity","UnpublishViaIdentity1"],"OutputType":null,"Module":"Beta.Bookings","Command":"Unpublish-MgBetaBookingBusiness"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Unpublish-MgBetaDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Unpublish-MgBetaGroupDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Unpublish-MgBetaGroupSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Unpublish-MgBetaGroupSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Unpublish-MgBetaShareListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Unpublish-MgBetaSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Beta.Sites","Command":"Unpublish-MgBetaSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Beta.Files","Command":"Unpublish-MgBetaUserDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Bookings","Command":"Unpublish-MgBookingBusiness"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Files","Command":"Unpublish-MgDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Files","Command":"Unpublish-MgGroupDriveListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Unpublish-MgGroupSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Unpublish-MgGroupSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Files","Command":"Unpublish-MgShareListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Unpublish-MgSiteContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Sites","Command":"Unpublish-MgSiteListContentType"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"OutputType":null,"Module":"Files","Command":"Unpublish-MgUserDriveListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/edge","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEdge","Module":"DeviceManagement","Command":"Update-MgAdminEdge"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphInternetExplorerMode","Module":"DeviceManagement","Command":"Update-MgAdminEdgeInternetExplorerMode"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSiteList","Module":"DeviceManagement","Command":"Update-MgAdminEdgeInternetExplorerModeSiteList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSharedCookie","Module":"DeviceManagement","Command":"Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSite","Module":"DeviceManagement","Command":"Update-MgAdminEdgeInternetExplorerModeSiteListSite"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/people/itemInsights","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphInsightsSettings","Module":"Identity.DirectoryManagement","Command":"Update-MgAdminPeopleItemInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfileCardProperty","Module":"Identity.DirectoryManagement","Command":"Update-MgAdminPeopleProfileCardProperty"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/people/pronouns","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPronounsSettings","Module":"Identity.DirectoryManagement","Command":"Update-MgAdminPeoplePronoun"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ReportSettings.ReadWrite.All","Description":"Read and write admin report settings","FullDescription":"Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ReportSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/reportSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAdminReportSettings","Module":"Reports","Command":"Update-MgAdminReportSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/admin/sharepoint","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSharepoint","Module":"Sites","Command":"Update-MgAdminSharepoint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SharePointTenantSettings.ReadWrite.All","Description":"Read and change SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/admin/sharepoint/settings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSharepointSettings","Module":"Sites","Command":"Update-MgAdminSharepointSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreement","Module":"Identity.Governance","Command":"Update-MgAgreement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Identity.Governance","Command":"Update-MgAgreementAcceptance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFile","Module":"Identity.Governance","Command":"Update-MgAgreementFile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"Update-MgAgreementFileLocalization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Update-MgAgreementFileLocalizationVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Update-MgAgreementFileVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Teams","Command":"Update-MgAppCatalogTeamApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Teams","Command":"Update-MgAppCatalogTeamAppDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Update-MgAppCatalogTeamAppDefinitionBot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"Update-MgApplication"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications(appId='{appId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"Update-MgApplicationByAppId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApplication","Module":"Applications","Command":"Update-MgApplicationByUniqueName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExtensionProperty","Module":"Applications","Command":"Update-MgApplicationExtensionProperty"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Applications","Command":"Update-MgApplicationFederatedIdentityCredential"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Applications","Command":"Update-MgApplicationFederatedIdentityCredentialByName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Applications","Command":"Update-MgApplicationSynchronizationJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Update-MgApplicationSynchronizationJobBulkUpload"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Applications","Command":"Update-MgApplicationSynchronizationJobSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Update-MgApplicationSynchronizationJobSchemaDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Applications","Command":"Update-MgApplicationSynchronizationTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Applications","Command":"Update-MgApplicationSynchronizationTemplateSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Update-MgApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReview","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAccessReview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAccessReviewDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReview","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAccessReviewInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAccessReviewInstanceDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAccessReviewInstanceMyDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAccessReviewInstanceReviewer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewDecision","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAccessReviewMyDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAccessReviewReviewer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/edge","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEdge","Module":"Beta.DeviceManagement","Command":"Update-MgBetaAdminEdge"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphInternetExplorerMode","Module":"Beta.DeviceManagement","Command":"Update-MgBetaAdminEdgeInternetExplorerMode"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSiteList","Module":"Beta.DeviceManagement","Command":"Update-MgBetaAdminEdgeInternetExplorerModeSiteList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSharedCookie","Module":"Beta.DeviceManagement","Command":"Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBrowserSite","Module":"Beta.DeviceManagement","Command":"Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdministrativeUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdministrativeUnitExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdministrativeUnitScopedRoleMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/people","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPeopleAdminSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdminPeople"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/itemInsights","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphInsightsSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdminPeopleItemInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/namepronunciationsettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/namePronunciation","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphNamePronunciationSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdminPeopleNamePronunciation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/photoupdatesettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/photoUpdateSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPhotoUpdateSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdminPeoplePhotoUpdateSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfileCardProperty","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdminPeopleProfileCardProperty"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilepropertysetting-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profilePropertySettings/{profilePropertySetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePropertySetting","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdminPeopleProfilePropertySetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileSources/{profileSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfileSource","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdminPeopleProfileSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/profileSources(sourceId='{sourceId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfileSource","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdminPeopleProfileSourceBySourceId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/people/pronouns","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPronounsSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaAdminPeoplePronoun"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ReportSettings.ReadWrite.All","Description":"Read and write admin report settings","FullDescription":"Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ReportSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/reportSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAdminReportSettings","Module":"Beta.Reports","Command":"Update-MgBetaAdminReportSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/sharepoint","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSharepoint","Module":"Beta.Sites","Command":"Update-MgBetaAdminSharepoint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SharePointTenantSettings.ReadWrite.All","Description":"Read and change SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/sharepoint/settings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSharepointSettings","Module":"Beta.Sites","Command":"Update-MgBetaAdminSharepointSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreement","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAgreement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAgreementAcceptance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFile","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAgreementFile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAgreementFileLocalization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAgreementFileLocalizationVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Update-MgBetaAgreementFileVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsApp","Module":"Beta.Teams","Command":"Update-MgBetaAppCatalogTeamApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta","ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppDefinition","Module":"Beta.Teams","Command":"Update-MgBetaAppCatalogTeamAppDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Update-MgBetaAppCatalogTeamAppDefinitionBot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppIcon","Module":"Beta.Teams","Command":"Update-MgBetaAppCatalogTeamAppDefinitionColorIcon"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppDashboardCardDefinition","Module":"Beta.Teams","Command":"Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAppIcon","Module":"Beta.Teams","Command":"Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Update-MgBetaApplication"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications(appId='{appId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Update-MgBetaApplicationByAppId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApplication","Module":"Beta.Applications","Command":"Update-MgBetaApplicationByUniqueName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExtensionProperty","Module":"Beta.Applications","Command":"Update-MgBetaApplicationExtensionProperty"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Beta.Applications","Command":"Update-MgBetaApplicationFederatedIdentityCredential"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFederatedIdentityCredential","Module":"Beta.Applications","Command":"Update-MgBetaApplicationFederatedIdentityCredentialByName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Beta.Applications","Command":"Update-MgBetaApplicationSynchronizationJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Update-MgBetaApplicationSynchronizationJobBulkUpload"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Beta.Applications","Command":"Update-MgBetaApplicationSynchronizationJobSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Update-MgBetaApplicationSynchronizationJobSchemaDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Beta.Applications","Command":"Update-MgBetaApplicationSynchronizationTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Beta.Applications","Command":"Update-MgBetaApplicationSynchronizationTemplateSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingBusiness","Module":"Beta.Bookings","Command":"Update-MgBetaBookingBusiness"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Beta.Bookings","Command":"Update-MgBetaBookingBusinessAppointment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Beta.Bookings","Command":"Update-MgBetaBookingBusinessCalendarView"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingCustomer","Module":"Beta.Bookings","Command":"Update-MgBetaBookingBusinessCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingCustomQuestion","Module":"Beta.Bookings","Command":"Update-MgBetaBookingBusinessCustomQuestion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingService","Module":"Beta.Bookings","Command":"Update-MgBetaBookingBusinessService"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingStaffMember","Module":"Beta.Bookings","Command":"Update-MgBetaBookingBusinessStaffMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/bookingCurrencies/{bookingCurrency-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphBookingCurrency","Module":"Beta.Bookings","Command":"Update-MgBetaBookingCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/businessFlowTemplates/{businessFlowTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBusinessFlowTemplate","Module":"Beta.Identity.Governance","Command":"Update-MgBetaBusinessFlowTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChat","Module":"Beta.Teams","Command":"Update-MgBetaChat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Update-MgBetaChatInstalledApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageInfo","Module":"Beta.Teams","Command":"Update-MgBetaChatLastMessagePreview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Update-MgBetaChatMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.UpdatePolicyViolation.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaChatMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaChatMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaChatMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Update-MgBetaChatOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Update-MgBetaChatPermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Beta.Teams","Command":"Update-MgBetaChatPinnedMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-beta","ApiVersion":"beta","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Update-MgBetaChatTab"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryEdiscoveryroot","Module":"Beta.Compliance","Command":"Update-MgBetaCompliance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryEdiscoveryroot","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscovery"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryCase","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCase"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryCustodian","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex","Variants":["Update","UpdateViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseCustodianIndex"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoverySiteSource","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryUserSource","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryLegalHold","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseLegalHold"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoverySiteSource","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryUserSource","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex","Variants":["Update","UpdateViaIdentity"],"OutputType":null,"Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryCaseOperation","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryReviewSet","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseReviewSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryReviewSetQuery","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryCaseSettings","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoverySourceCollection","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseSourceCollection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryDataSource","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEdiscoveryTag","Module":"Beta.Compliance","Command":"Update-MgBetaComplianceEdiscoveryCaseTag"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/contracts/{contract-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContract","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaContract"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDataPolicyOperation","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaDataPolicyOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices/{device-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDevice"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgt","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceAppManagement","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagement"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtAndroidManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementAndroidManagedAppProtection"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtDefaultManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementDefaultManagedAppProtection"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnterpriseCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIosLobAppProvisioningConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtiOSManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIosManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementiOSManagedAppProtection"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedAppPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppRegistration","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedAppRegistration"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppOperation","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppStatus","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppStatus","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedAppStatus"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedEBook","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedEBook"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedEBookAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedEBookAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookCategory","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedEBookCategory","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedEBookCategory"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedEBookDeviceState"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookInstallSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEBookInstallSummary","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedEBookInstallSummary"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserInstallStateSummary","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIosVppAppAssignedLicense","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppCatalogPackage","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppCatalogPackage","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppCatalogPackage"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppCategory","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppCategory"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppConfiguration"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary"},{"Method":"POST","CommandAlias":"Update-MgBetaDeviceAppMgtMultiplePolicySet","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/update","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity1","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementMultiplePolicySet"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtPolicySet","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPolicySet","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementPolicySet"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtPolicySetAssignment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPolicySetAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementPolicySetAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtPolicySetItem","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPolicySetItem","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementPolicySetItem"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/symantecCodeSigningCertificate","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSymantecCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtTask","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceAppManagementTask","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementTask"},{"Method":"POST","CommandAlias":"Update-MgBetaDeviceAppMgtTaskStatus","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementTaskStatus"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtVppToken","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVppToken","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementVppToken"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWdacSupplementalPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWdacSupplementalPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionWipeAction","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWindowManagedAppProtection","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWindowsManagedAppProtection"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/devices(deviceId='{deviceId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDeviceByDeviceId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/commands/{command-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCommand","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDeviceCommand"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDeviceExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagement","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAndroidForWorkAppConfigurationSchema","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAndroidForWorkEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidForWorkSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAndroidForWorkSettings","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementAndroidForWorkSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphApplePushNotificationCertificate","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementApplePushNotificationCertificate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppleUserInitiatedEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppleEnrollmentProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignmentFilter","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementAssignmentFilter"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuditEvent","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementAuditEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementAutopilotEvent","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementAutopilotEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCartToClassAssociation","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementCartToClassAssociation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingCategory","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementCategorySettingDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceConfigurationState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/updateWindowsDeviceAccount","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsProtectionState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphComanagementEligibleDevice","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementComanagementEligibleDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphComplianceManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementComplianceManagementPartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementCompliancePolicy","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementCompliancePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementCompliancePolicyAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementComplianceActionItem","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementCompliancePolicySetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementComplianceSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementConditionalAccessSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementConfigurationPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementConfigurationPolicyAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementConfigurationPolicySetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementConfigurationPolicyTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingTemplate","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementConfigurationSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/dataSharingConsents/{dataSharingConsent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDataSharingConsent","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDataSharingConsent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDepOnboardingSetting","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementDepOnboardingSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnrollmentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImportedAppleDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementDerivedCredentialSettings","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDerivedCredential"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDetectedApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization","Variants":["Refresh"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceOverview","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceUserOverview","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfiguration","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfigurationAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationConflictSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStateSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceOverview","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationGroupAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAllDeviceCertificateState","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRestrictedAppsViolation","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurationUserStateSummaries","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserStateSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfigurationUserStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserOverview","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScript","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceHealthScript"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceHealthScriptAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptRunSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceShellScript","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceShellScript"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceShellScriptAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceShellScriptUserRunState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementDomainJoinConnector","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementDomainJoinConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePool","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmbeddedSimDeviceState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementExchangeConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementExchangeOnPremisePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyCategory","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyConfiguration","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementGroupPolicyConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyConfigurationAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentationValue","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionFile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyPresentation","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyMigrationReport","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyMigrationReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicySettingMapping","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnsupportedGroupPolicyExtension","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyObjectFile","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyObjectFile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyUploadedDefinitionFile","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupPolicyOperation","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImportedDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementImportedDeviceIdentity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntent","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementIntent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementIntentAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentSettingCategory","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementIntentCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementIntentCategorySetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementIntentCategorySettingDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementIntentDeviceState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceStateSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementIntentDeviceStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentUserState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementIntentUserState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementIntentUserStateSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementIntentUserStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIntuneBrandingProfile","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementIntuneBrandingProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIntuneBrandingProfileAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementIoUpdateStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateAccountSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateCategorySummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMacOSSoftwareUpdateStateSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceCleanupRule","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceCleanupRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceConfigurationState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceEncryptionState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceEncryptionState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceHealthScriptState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsProtectionState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelHealthThreshold","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelSite","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMicrosoftTunnelSite"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMicrosoftTunnelServer","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementMobileThreatDefenseConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementMonitoring","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMonitoring"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRecords/{alertRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementAlertRecord","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMonitoringAlertRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/monitoring/alertRules/{alertRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementAlertRule","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementMonitoringAlertRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/ndesConnectors/{ndesConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNdesConnector","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementNdeConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotificationMessageTemplate","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementNotificationMessageTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementPartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteActionAudits/{remoteActionAudit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRemoteActionAudit","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementRemoteActionAudit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRemoteAssistancePartner","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementRemoteAssistancePartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reports","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementReports","Module":"Beta.Reports","Command":"Update-MgBetaDeviceManagementReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileBase","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementResourceAccessProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementResourceAccessProfileAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceOperation","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementResourceOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementReusableSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoleAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoleScopeTag","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementRoleScopeTag"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoleScopeTagAutoAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementRoleScopeTagAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScript","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementScript"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementScriptAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementScriptDeviceRunState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementScriptGroupAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementScriptUserRunState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementSettingDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementTelecomExpenseManagementPartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTemplate","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTemplateCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTemplateCategorySettingDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTemplate","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTemplateMigratableTo"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTemplateMigratableToCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTemplateMigratableToSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTemplateSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementTermAndCondition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementTermAndConditionAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditionsGroupAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementTermAndConditionGroupAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementTroubleshootingEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/userPfxCertificates/{userPFXCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserPfxCertificate","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementUserPfxCertificate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcBulkAction","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointBulkAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcDeviceImage","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointDeviceImage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcExternalPartnerSetting","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcFrontLineServicePlan","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcGalleryImage","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointGalleryImage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/organizationSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphCloudPcOrganizationSettings","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/reports","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphCloudPcReports","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcExportJob","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointReportExportJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcServicePlan","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointServicePlan"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcSnapshot","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointSnapshot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcSupportedRegion","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcUserSetting","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointUserSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Module":"Beta.DeviceManagement.Administration","Command":"Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProperty"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsAutopilotSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphWindowsAutopilotSettings","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementWindowsAutopilotSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfile","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfileAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsMalwareInformation","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementWindowsMalwareInformation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsQualityUpdateProfile","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementWindowsQualityUpdateProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsQualityUpdateProfileAssignment","Module":"Beta.DeviceManagement","Command":"Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUsageRight","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDeviceUsageRights"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDirectory","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryAdministrativeUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryAdministrativeUnitExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttributeSet","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryAttributeSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationMethodDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryAuthenticationMethodDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathtokenauthenticationmethoddevice-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceAssignToMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/certificateAuthorities","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphCertificateAuthorityPath","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryCertificateAuthority"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateBasedApplicationConfiguration","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthorityasentity-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateAuthorityAsEntity","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":"Read and write all device authentication certificate configurations.","FullDescription":"Allows the app to read and write all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mutualtlsoauthconfiguration-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations/{mutualTlsOauthConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMutualTlsOauthConfiguration","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryCustomSecurityAttributeDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAllowedValue","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryDeviceLocalCredential"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externaluserprofile-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/externalUserProfiles/{externalUserProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryExternalUserProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryFeatureRolloutPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryFederationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/impactedResources/{impactedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryImpactedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInboundSharedUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryInboundSharedUserProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryObjects/{directoryObject-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"Beta.DirectoryObjects","Command":"Update-MgBetaDirectoryObject"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryOnPremiseSynchronization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutboundSharedUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryOutboundSharedUserProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryOutboundSharedUserProfileTenant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/pendingexternaluserprofile-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPendingExternalUserProfile","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryPendingExternalUserProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPublicKeyInfrastructureRoot","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryPublicKeyInfrastructure"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritydetail-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRecommendation","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryRecommendation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendationconfiguration-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/directory/recommendationConfiguration","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphRecommendationConfiguration","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryRecommendationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImpactedResource","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryRecommendationImpactedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryRole"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryRoleByRoleTemplateId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryRoleScopedMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryRoleTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/settings/{directorySetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectorySetting","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectorySetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directorySettingTemplates/{directorySettingTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectorySettingTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectorySettingTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/sharedEmailDomains/{sharedEmailDomain-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedEmailDomain","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectorySharedEmailDomain"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectorySubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectorySubscriptionByOcpSubscriptionId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceTemplate","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDirectoryTemplateDeviceTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomain","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDomain"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInternalDomainFederation","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDomainFederationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDomainServiceConfigurationRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedEmailDomainInvitation","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDomainSharedEmailDomainInvitation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaDomainVerificationDnsRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Update-MgBetaDrive"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Update-MgBetaDriveItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Update-MgBetaDriveItemAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Update-MgBetaDriveItemAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveItemExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Update-MgBetaDriveItemListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Update-MgBetaDriveItemListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveItemListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveItemListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaDriveItemListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Update-MgBetaDriveItemListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveItemListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaDriveItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-beta","ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Update-MgBetaDriveItemRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Update-MgBetaDriveItemSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Update-MgBetaDriveItemThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Update-MgBetaDriveItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Files","Command":"Update-MgBetaDriveList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Update-MgBetaDriveListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Update-MgBetaDriveListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Update-MgBetaDriveListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Update-MgBetaDriveListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Update-MgBetaDriveListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Update-MgBetaDriveListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaDriveListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Update-MgBetaDriveListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Update-MgBetaDriveListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaDriveListPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Update-MgBetaDriveListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Update-MgBetaDriveRoot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Update-MgBetaDriveRootAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Update-MgBetaDriveRootAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveRootCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveRootExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveRootLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Update-MgBetaDriveRootListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Update-MgBetaDriveRootListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveRootListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveRootListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaDriveRootListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Update-MgBetaDriveRootListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaDriveRootListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaDriveRootPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Update-MgBetaDriveRootRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Update-MgBetaDriveRootSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Update-MgBetaDriveRootThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Update-MgBetaDriveRootVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Beta.Education","Command":"Update-MgBetaEducationClass"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentDefaults","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentDefault"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentResourceDependentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentRubric"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentSettings","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentSettingGradingCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationGradingScheme","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentSettingGradingScheme"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentSubmission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentSubmissionOutcome"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentSubmissionResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Beta.Education","Command":"Update-MgBetaEducationClassModule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationModuleResource","Module":"Beta.Education","Command":"Update-MgBetaEducationClassModuleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Beta.Education","Command":"Update-MgBetaEducationMe"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Update-MgBetaEducationMeAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Update-MgBetaEducationMeAssignmentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Update-MgBetaEducationMeAssignmentResourceDependentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Update-MgBetaEducationMeAssignmentRubric"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Update-MgBetaEducationMeAssignmentSubmission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"Update-MgBetaEducationMeAssignmentSubmissionOutcome"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationMeAssignmentSubmissionResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Update-MgBetaEducationMeRubric"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/me/user/mailboxSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Education","Command":"Update-MgBetaEducationMeUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphReportsRoot","Module":"Beta.Education","Command":"Update-MgBetaEducationReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Module":"Beta.Education","Command":"Update-MgBetaEducationReportReadingAssignmentSubmission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/readingCoachPassages/{readingCoachPassage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphReadingCoachPassage","Module":"Beta.Education","Command":"Update-MgBetaEducationReportReadingCoachPassage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphReflectCheckInResponse","Module":"Beta.Education","Command":"Update-MgBetaEducationReportReflectCheck"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/reports/speakerAssignmentSubmissions/{speakerAssignmentSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSpeakerAssignmentSubmission","Module":"Beta.Education","Command":"Update-MgBetaEducationReportSpeakerAssignmentSubmission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEducationRoot","Module":"Beta.Education","Command":"Update-MgBetaEducationRoot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Beta.Education","Command":"Update-MgBetaEducationSchool"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/schools/{educationSchool-id}/administrativeUnit","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Beta.Education","Command":"Update-MgBetaEducationSchoolAdministrativeUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/education/users/{educationUser-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Beta.Education","Command":"Update-MgBetaEducationUser"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Beta.Education","Command":"Update-MgBetaEducationUserAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Update-MgBetaEducationUserAssignmentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Beta.Education","Command":"Update-MgBetaEducationUserAssignmentResourceDependentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Update-MgBetaEducationUserAssignmentRubric"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Beta.Education","Command":"Update-MgBetaEducationUserAssignmentSubmission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Beta.Education","Command":"Update-MgBetaEducationUserAssignmentSubmissionOutcome"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationUserAssignmentSubmissionResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Beta.Education","Command":"Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/user/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Education","Command":"Update-MgBetaEducationUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Beta.Education","Command":"Update-MgBetaEducationUserRubric"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackage"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess","Variants":["Reprocess","ReprocessViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomExtensionHandler","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess","Variants":["Reprocess","ReprocessViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageByUniqueName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageCatalog"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomAccessPackageWorkflowExtension","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageResourceRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess","Variants":["Reprocess","ReprocessViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementAssignmentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConnectedOrganization","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementConnectedOrganization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/settings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEntitlementManagementSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageSubject","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementSubject"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageSubject","Module":"Beta.Identity.Governance","Command":"Update-MgBetaEntitlementManagementSubjectByObjectId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternal","Module":"Beta.Search","Command":"Update-MgBetaExternal"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/authorizationSystems/{authorizationSystem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthorizationSystem","Module":"Beta.Search","Command":"Update-MgBetaExternalAuthorizationSystem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDataCollectionInfo","Module":"Beta.Search","Command":"Update-MgBetaExternalAuthorizationSystemDataCollectionInfo"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Module":"Beta.Search","Command":"Update-MgBetaExternalConnection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Module":"Beta.Search","Command":"Update-MgBetaExternalConnectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Module":"Beta.Search","Command":"Update-MgBetaExternalConnectionGroupMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Module":"Beta.Search","Command":"Update-MgBetaExternalConnectionItemActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Module":"Beta.Search","Command":"Update-MgBetaExternalConnectionOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/quota","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsConnectionQuota","Module":"Beta.Search","Command":"Update-MgBetaExternalConnectionQuota"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/connections/{externalConnection-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsSchema","Module":"Beta.Search","Command":"Update-MgBetaExternalConnectionSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/dataConnectors/{industryDataConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIndustryDataConnector","Module":"Beta.Search","Command":"Update-MgBetaExternalIndustryDataConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/inboundFlows/{inboundFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIndustryDataInboundFlow","Module":"Beta.Search","Command":"Update-MgBetaExternalIndustryDataInboundFlow"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/operations/{longRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Search","Command":"Update-MgBetaExternalIndustryDataOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet","Module":"Beta.Search","Command":"Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIndustryDataProvisioningFlow","Module":"Beta.Search","Command":"Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/referenceDefinitions/{referenceDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIndustryDataReferenceDefinition","Module":"Beta.Search","Command":"Update-MgBetaExternalIndustryDataReferenceDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/external/industryData/roleGroups/{roleGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIndustryDataRoleGroup","Module":"Beta.Search","Command":"Update-MgBetaExternalIndustryDataRoleGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/sourceSystems/{sourceSystemDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIndustryDataSourceSystemDefinition","Module":"Beta.Search","Command":"Update-MgBetaExternalIndustryDataSourceSystem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/external/industryData/years/{yearTimePeriodDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIndustryDataYearTimePeriodDefinition","Module":"Beta.Search","Command":"Update-MgBetaExternalIndustryDataYear"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphFinancials","Module":"Beta.Financials","Command":"Update-MgBetaFinancial"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/countriesRegions/{countryRegion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCountryRegion","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCountryRegion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/currencies/{currency-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomerPayment","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPayment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomerPaymentJournal","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournal"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomerPayment","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyCustomerShipmentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmployee","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyEmployee"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyEmployeePicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/companyInformation/{companyInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCompanyInformation","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyInformation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/itemCategories/{itemCategory-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyItemCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyItemPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journals/{journal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphJournal","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyJournal"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/journalLines/{journalLine-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphJournalLine","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyJournalLine"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPaymentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPurchaseInvoice","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPurchaseInvoiceLine","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceLine"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVendor","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceVendor"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSalesCreditMemo","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemo"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSalesCreditMemoLine","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoLine"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoLineItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSalesCreditMemoLine","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSalesInvoice","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphSalesInvoiceLine","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceLine"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceLineItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoicePaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSalesOrder","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderCustomerCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderCustomerPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphSalesOrderLine","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderLine"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderLineItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderLineItemCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderLineItemPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleOrderPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSalesQuote","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomer","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteCustomerPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphSalesQuoteLine","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteLine"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphItem","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteLineItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphItemCategory","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteLineItemCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteLineItemPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuotePaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanySaleQuoteShipmentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShipmentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyShipmentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxAreas/{taxArea-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTaxArea","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyTaxArea"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/taxGroups/{taxGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTaxGroup","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyTaxGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnitOfMeasure","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyUnitOfMeasure"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVendor","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyVendor"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCurrency","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyVendorCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentMethod","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyVendorPaymentMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPaymentTerm","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyVendorPaymentTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPicture","Module":"Beta.Financials","Command":"Update-MgBetaFinancialCompanyVendorPicture"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Update-MgBetaGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Update-MgBetaGroupAppRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroup","Module":"Beta.Groups","Command":"Update-MgBetaGroupByUniqueName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Update-MgBetaGroupCalendarEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Beta.Calendar","Command":"Update-MgBetaGroupCalendarPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Beta.Groups","Command":"Update-MgBetaGroupConversationThread"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPost","Module":"Beta.Groups","Command":"Update-MgBetaGroupConversationThreadPost"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Update-MgBetaGroupConversationThreadPostExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Update-MgBetaGroupConversationThreadPostInReplyToExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Update-MgBetaGroupDrive"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRoot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Update-MgBetaGroupDriveRootVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/endpoints/{endpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Groups","Command":"Update-MgBetaGroupEndpoint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Update-MgBetaGroupEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Update-MgBetaGroupEventExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Update-MgBetaGroupExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Module":"Beta.Groups","Command":"Update-MgBetaGroupLifecyclePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteNotebook"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteNotebookSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteNotebookSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteNotebookSectionPageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenotePageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteSectionGroupSectionPageContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaGroupOnenoteSectionPageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Groups","Command":"Update-MgBetaGroupPermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerGroup","Module":"Beta.Planner","Command":"Update-MgBetaGroupPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Planner","Command":"Update-MgBetaGroupPlannerPlanDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/settings/{directorySetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectorySetting","Module":"Beta.Groups","Command":"Update-MgBetaGroupSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Update-MgBetaGroupSite"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteAnalyticItemActivityStatActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentModel","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteContentModel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentProcessingJob","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteDocumentProcessingJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteGetByPathAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtection","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteGetByPathInformationProtection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteGetByPathOnenote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRecycleBin","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteGetByPathRecycleBin"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStore","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteGetByPathTermStore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtection","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteInformationProtection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionPolicy","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteInformationProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteInformationProtectionPolicyLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteInformationProtectionSensitivityLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityPolicySettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListItemActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteNotebook"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteNotebookSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteNotebookSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteNotebookSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenotePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteSectionGroupSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOnenoteSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCanvasLayout","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayout"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVerticalSection","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageAsSitePageWebPart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPageTemplate","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCanvasLayout","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageTemplateCanvaLayout"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVerticalSection","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePageTemplateWebPart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Update-MgBetaGroupSitePermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRecycleBin","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteRecycleBin"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRecycleBinItem","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteRecycleBinItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStore","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreGroupSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreGroupSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreGroupSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreGroupSetParentGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreGroupSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreGroupSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreGroupSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreGroupSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetParentGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaGroupSiteTermStoreSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelMessageHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsChannelPlanner","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlan"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucket"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucketTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelSharedWithTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamInstalledApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/owners/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamOwnerMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPhoto"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsChannelPlanner","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlan"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamPrimaryChannelTab"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDayNote","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleDayNote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleOfferShiftRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleOpenShift"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleSchedulingGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShift","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleShift"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShiftsRoleDefinition","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleShiftRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleTimeCard"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleTimeOff"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleTimeOffReason"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamScheduleTimeOffRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamTag"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Beta.Teams","Command":"Update-MgBetaGroupTeamTagMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Beta.Groups","Command":"Update-MgBetaGroupThread"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPost","Module":"Beta.Groups","Command":"Update-MgBetaGroupThreadPost"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Update-MgBetaGroupThreadPostExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Groups","Command":"Update-MgBetaGroupThreadPostInReplyToExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityApiConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityAuthenticationEventFlow"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationEventListener","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityAuthenticationEventListener"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphB2CIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2CUserFlow"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2CUserFlowLanguage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2CUserFlowLanguageOverridePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2XUserFlow"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2XUserFlowLanguage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2XUserFlowLanguageOverridePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2XUserFlowPostAttributeCollection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2XUserFlowPostFederationSignup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2XUserFlowPreTokenIssuance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths","Variants":["Update1","UpdateExpanded1"],"OutputType":"IMicrosoftGraphAuthenticationStrengthRoot","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityConditionalAccessAuthenticationStrength"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity1","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAuthenticationMethodModeDetail","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity1","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity1","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphUpdateAllowedCombinationsResult","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity1","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/continuousAccessEvaluationPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphContinuousAccessEvaluationPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityContinuouAccessEvaluationPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityCustomAuthenticationExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AccessReview","Description":"Read and write your organization's directory access review default policy","FullDescription":"Allows the app to read and write your organization's directory access review default policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AccessReview","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/accessReviews/policy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAccessReviewPolicy","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAccessReviewPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppConsentRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAppConsentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserConsentRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflow"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/settings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPermissionsAnalyticsAggregation","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPermissionsAnalytics","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAw"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPermissionsAnalytics","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAzure"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPermissionsAnalytics","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionAnalyticGcp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFinding","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPermissionsManagement","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionManagement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionsRequestChange","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessRoot","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePrivilegedAccess"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroup","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh","Variants":["Refresh","Refresh1","RefreshExpanded","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceRoleManagementAlert"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertConfiguration","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceRoleManagementAlertIncident"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceRoleManagementAlertOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreement","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFile","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Beta.Identity.Governance","Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityProvider"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identity/userFlows/{identityUserFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlow","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityUserFlow"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaIdentityUserFlowAttribute"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphInformationProtection","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaInformationProtection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaInformationProtectionDataLossPreventionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/policy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaInformationProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaInformationProtectionPolicyLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/sensitivityPolicySettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSensitivityPolicySettings","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaInformationProtectionSensitivityPolicySetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaInformationProtectionThreatAssessmentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaInformationProtectionThreatAssessmentRequestResult"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/invitations/invitedUser/mailboxSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaInvitationInvitedUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/alerts/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessAlert","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessAlert"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessConnectivity","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessBranchSite","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityBranch"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-devicelink-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityBranchDeviceLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityBranchForwardingProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessRemoteNetwork","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetwork"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessFilteringPolicy","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessFilteringPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessFilteringPolicyRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessFilteringProfile","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessFilteringProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessFilteringProfilePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingPolicy","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessForwardingPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessForwardingProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessForwardingProfilePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessLogs","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessLog"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/connections/{connection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessConnection","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessLogConnection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessLogRemoteNetwork"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessTraffic","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessLogTraffic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/user/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessLogTrafficUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/reports","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessRoot","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessRootNetworkAccessRoot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/settings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessSettings","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/settings/conditionalAccess","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessConditionalAccessSettings","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessSettingConditionalAccess"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/settings/crossTenantAccess","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessCrossTenantAccessSettings","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessSettingCrossTenantAccess"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/settings/forwardingOptions","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessForwardingOptions","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessSettingForwardingOption"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/tenantStatus","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessTenantStatus","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessTenantStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessThreatIntelligencePolicy","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessThreatIntelligencePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules/{policyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessThreatIntelligencePolicyRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/networkAccess/tls","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessTlsTermination","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessTl"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-externalcertificateauthoritycertificate-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates/{externalCertificateAuthorityCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessExternalCertificateAuthorityCertificate","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessTlsInspectionPolicy","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessTlInspectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionrule-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules/{policyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Module":"Beta.NetworkAccess","Command":"Update-MgBetaNetworkAccessTlInspectionPolicyRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaOauth2PermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesPublishingProfile","Module":"Beta.Applications","Command":"Update-MgBetaOnPremisePublishingProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesAgent","Module":"Beta.Applications","Command":"Update-MgBetaOnPremisePublishingProfileAgent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Module":"Beta.Applications","Command":"Update-MgBetaOnPremisePublishingProfileAgentGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesAgent","Module":"Beta.Applications","Command":"Update-MgBetaOnPremisePublishingProfileAgentGroupAgent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPublishedResource","Module":"Beta.Applications","Command":"Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConnector","Module":"Beta.Applications","Command":"Update-MgBetaOnPremisePublishingProfileConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConnectorGroup","Module":"Beta.Applications","Command":"Update-MgBetaOnPremisePublishingProfileConnectorGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPublishedResource","Module":"Beta.Applications","Command":"Update-MgBetaOnPremisePublishingProfilePublishedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOrganization","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaOrganization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/branding","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOrganizationalBranding","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaOrganizationBranding"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaOrganizationBrandingLocalization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaOrganizationExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/partnerInformation","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPartnerInformation","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaOrganizationPartnerInformation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOrganizationSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaOrganizationSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/contactInsights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInsightsSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaOrganizationSettingContactInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/itemInsights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInsightsSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaOrganizationSettingItemInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftapplicationdataaccesssettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/microsoftApplicationDataAccess","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMicrosoftApplicationDataAccessSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/organization/{organization-id}/settings/peopleInsights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInsightsSettings","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaOrganizationSettingPersonInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Place.ReadWrite.All","Description":"Read and write organization places","FullDescription":"Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/places/{place-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlace","Module":"Beta.Calendar","Command":"Update-MgBetaPlace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoom","Module":"Beta.Calendar","Command":"Update-MgBetaPlaceAsRoomListRoom"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/places/{place-id}/roomList/workspaces/{workspace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWorkspace","Module":"Beta.Calendar","Command":"Update-MgBetaPlaceAsRoomListWorkspace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/places(placeId='{placeId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlace","Module":"Beta.Calendar","Command":"Update-MgBetaPlaceByPlaceId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPlanner","Module":"Beta.Planner","Command":"Update-MgBetaPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Planner","Command":"Update-MgBetaPlannerBucket"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Planner","Command":"Update-MgBetaPlannerPlan"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Planner","Command":"Update-MgBetaPlannerPlanDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerRoster","Module":"Beta.Planner","Command":"Update-MgBetaPlannerRoster"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerRosterMember","Module":"Beta.Planner","Command":"Update-MgBetaPlannerRosterMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Planner","Command":"Update-MgBetaPlannerTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Planner","Command":"Update-MgBetaPlannerTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Planner","Command":"Update-MgBetaPlannerTaskBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Planner","Command":"Update-MgBetaPlannerTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Planner","Command":"Update-MgBetaPlannerTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AccessReview","Description":"Read and write your organization's directory access review default policy","FullDescription":"Allows the app to read and write your organization's directory access review default policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AccessReview","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/accessReviewPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAccessReviewPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAccessReviewPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyActivityBasedTimeoutPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/adminConsentRequestPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAdminConsentRequestPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAdminConsentRequestPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAppManagementPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":"Read and write your authentication flow policies","FullDescription":"Allows the app to read and write the authentication flow policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationFlowsPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationFlowsPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAuthenticationFlowPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationMethodsPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationMethodsPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAuthenticationMethodPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAuthenticationStrengthPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUpdateAllowedCombinationsResult","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthorizationPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAuthorizationPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDefaultUserRoleOverride","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/b2cAuthenticationMethodsPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphB2CAuthenticationMethodsPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyB2CAuthenticationMethodPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphClaimsMappingPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyClaimMappingPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyCrossTenantAccessPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyCrossTenantAccessPolicyDefault"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyCrossTenantAccessPolicyPartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPolicyTemplate","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyCrossTenantAccessPolicyTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/defaultAppManagementPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphTenantAppManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyDefaultAppManagementPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/directoryRoleAccessReviewPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDirectoryRoleAccessReviewPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ExternalIdentities","Description":"Read and write your organization's external identities policy","FullDescription":"Allows the application to read and update the organization's external identities policy on your behalf. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ExternalIdentities","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/externalIdentitiesPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphExternalIdentitiesPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyExternalIdentityPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyFeatureRolloutPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/federatedTokenValidationPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphFederatedTokenValidationPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyFederatedTokenValidationPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyHomeRealmDiscoveryPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":"Read and write your organization's security defaults policy","FullDescription":"Allows the app to read and write your organization's security defaults policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobilityManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyMobileAppManagementPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobilityManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyMobileDeviceManagementPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyPermissionGrantPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyPermissionGrantPolicyExclude"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyPermissionGrantPolicyInclude"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyPermissionGrantPreApprovalPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyRoleManagementPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyRoleManagementPolicyAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyRoleManagementPolicyEffectiveRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyRoleManagementPolicyRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipalCreationPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyServicePrincipalCreationPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyServicePrincipalCreationPolicyExclude"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyServicePrincipalCreationPolicyInclude"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyTokenIssuancePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaPolicyTokenLifetimePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPrint","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/connectors/{printConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/operations/{printOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintOperation","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrinter","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintPrinter"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintPrinterJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintPrinterJobDocument"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintPrinterJobTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintPrinterShare"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintPrinterShareJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintPrinterShareJobDocument"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintPrinterShareJobTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintPrinterTaskTrigger"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/services/{printService-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintService","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintService"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintServiceEndpoint","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintServiceEndpoint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintShare"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintShareAllowedUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintShareJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintShareJobDocument"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintShareJobTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintTaskDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta","ApiVersion":"beta","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Beta.Devices.CloudPrint","Command":"Update-MgBetaPrintTaskDefinitionTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Beta.Compliance","Command":"Update-MgBetaPrivacySubjectRightsRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Compliance","Command":"Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Compliance","Command":"Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Beta.Compliance","Command":"Update-MgBetaPrivacySubjectRightsRequestNote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccess","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccess"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceResource","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceSubject","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceSubject","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessResourceRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessResourceRoleSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessRoleAssignmentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceSubject","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceSubject","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessRoleAssignmentSubject"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleSetting","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessRoleSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedApproval","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRole","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedApprovalRoleInfo"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedApprovalRoleInfoSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/summary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedApprovalRoleInfoSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedOperationEvents/{privilegedOperationEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedOperationEvent","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedOperationEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRole","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRole"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRoleAssignmentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRole","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRole","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRoleAssignmentRoleInfo"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRoleSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/privilegedRoles/{privilegedRole-id}/summary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Module":"Beta.Identity.Governance","Command":"Update-MgBetaPrivilegedRoleSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/programs/{program-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProgram","Module":"Beta.Identity.Governance","Command":"Update-MgBetaProgram"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControls/{programControl-id}","Variants":["Update","Update1","Update2","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2"],"OutputType":"IMicrosoftGraphProgramControl","Module":"Beta.Identity.Governance","Command":"Update-MgBetaProgramControl"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControls/{programControl-id}/program","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphProgram","Module":"Beta.Identity.Governance","Command":"Update-MgBetaProgramControlProgram"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/programControlTypes/{programControlType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProgramControlType","Module":"Beta.Identity.Governance","Command":"Update-MgBetaProgramControlType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userEventsSummary/{userEventsSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserEventsSummary","Module":"Beta.Reports","Command":"Update-MgBetaReportAuthenticationMethodUserEventSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userMfaSignInSummary/{userMfaSignInSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserMfaSignInSummary","Module":"Beta.Reports","Command":"Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary/{userPasswordResetsAndChangesSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserPasswordResetsAndChangesSummary","Module":"Beta.Reports","Command":"Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserRegistrationDetails","Module":"Beta.Reports","Command":"Update-MgBetaReportAuthenticationMethodUserRegistrationDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"HealthMonitoringAlert.ReadWrite.All","Description":"Read and write all scenario monitoring alerts","FullDescription":"Allows the app to read and write all scenario monitoring alerts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-alert-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/healthMonitoring/alerts/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHealthMonitoringAlert","Module":"Beta.Reports","Command":"Update-MgBetaReportHealthMonitoringAlert"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-alertconfiguration-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/reports/healthMonitoring/alertConfigurations/{alertConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHealthMonitoringAlertConfiguration","Module":"Beta.Reports","Command":"Update-MgBetaReportHealthMonitoringAlertConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPartnersBilling","Module":"Beta.Reports","Command":"Update-MgBetaReportPartnerBilling"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingManifest","Module":"Beta.Reports","Command":"Update-MgBetaReportPartnerBillingManifest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Beta.Reports","Command":"Update-MgBetaReportPartnerBillingOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingReconciliation","Module":"Beta.Reports","Command":"Update-MgBetaReportPartnerBillingReconciliation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Update-MgBetaReportPartnerBillingReconciliationBilled"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Update-MgBetaReportPartnerBillingReconciliationUnbilled"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/usage","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingAzureUsage","Module":"Beta.Reports","Command":"Update-MgBetaReportPartnerBillingUsage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/usage/billed","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Update-MgBetaReportPartnerBillingUsageBilled"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/partners/billing/usage/unbilled","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Beta.Reports","Command":"Update-MgBetaReportPartnerBillingUsageUnbilled"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/sla/azureADAuthentication","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAzureAdAuthentication","Module":"Beta.Reports","Command":"Update-MgBetaReportSlaAzureAdAuthentication"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDailyUserInsightMetricsRoot","Module":"Beta.Reports","Command":"Update-MgBetaReportUserInsightDaily"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/daily/mfaTelecomFraud/{mfaTelecomFraudMetric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMfaTelecomFraudMetric","Module":"Beta.Reports","Command":"Update-MgBetaReportUserInsightDailyMfaTelecomFraud"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMonthlyUserInsightMetricsRoot","Module":"Beta.Reports","Command":"Update-MgBetaReportUserInsightMonthly"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/reports/userInsights/monthly/mfaRegisteredUsers/{mfaUserCountMetric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMfaUserCountMetric","Module":"Beta.Reports","Command":"Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskDetection","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaRiskDetection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyServicePrincipal","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaRiskyServicePrincipal"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaRiskyServicePrincipalHistory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyUser","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaRiskyUser"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaRiskyUserHistory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphRoleManagement","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphRbacApplicationMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementCloudPc"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementCloudPcResourceNamespace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementCloudPcRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementCloudPcRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphRbacApplicationMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementDeviceManagement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementDeviceManagementResourceNamespace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementDeviceManagementRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementDeviceManagementRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryResourceNamespace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppResourceNamespace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementResourceNamespace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStep","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.Identity.Governance","Command":"Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacApplication","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchange"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/roleManagement/exchange/customAppScopes/{customAppScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchangeCustomAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchangeResourceNamespace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchangeRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchangeRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Beta.DeviceManagement.Enrollment","Command":"Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchemaExtension","Module":"Beta.SchemaExtensions","Command":"Update-MgBetaSchemaExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/acronyms/{acronym-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSearchAcronym","Module":"Beta.Search","Command":"Update-MgBetaSearchAcronym"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/bookmarks/{bookmark-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSearchBookmark","Module":"Beta.Search","Command":"Update-MgBetaSearchBookmark"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/search","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSearchEntity","Module":"Beta.Search","Command":"Update-MgBetaSearchEntity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/search/qnas/{qna-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSearchQna","Module":"Beta.Search","Command":"Update-MgBetaSearchQna"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/securityActions/{securityAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityActionAutoGenerated","Module":"Beta.Security","Command":"Update-MgBetaSecurityAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/alerts/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAlert","Module":"Beta.Security","Command":"Update-MgBetaSecurityAlert"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/alerts/updateAlerts","Variants":["Update1","UpdateExpanded1"],"OutputType":"IMicrosoftGraphAlert","Module":"Beta.Security","Command":"Update-MgBetaSecurityAlertMultiple"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/alerts_v2/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Beta.Security","Command":"Update-MgBetaSecurityAlertV2"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSimulationAutomation","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationAutomation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSimulationAutomationRun","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationAutomationRun"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndUserNotification","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationEndUserNotification"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndUserNotificationDetail","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLandingPage","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationLandingPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLandingPageDetail","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationLandingPageDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLoginPage","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationLoginPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttackSimulationOperation","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPayload","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationPayload"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTraining","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationTraining"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrainingCampaign","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationTrainingCampaign"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrainingLanguageDetail","Module":"Beta.Security","Command":"Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityAuditCoreRoot","Module":"Beta.Security","Command":"Update-MgBetaSecurityAuditLog"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog/queries/{auditLogQuery-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityAuditLogQuery","Module":"Beta.Security","Command":"Update-MgBetaSecurityAuditLogQuery"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityAuditLogRecord","Module":"Beta.Security","Command":"Update-MgBetaSecurityAuditLogQueryRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityCasesRoot","Module":"Beta.Security","Command":"Update-MgBetaSecurityCase"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCase"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryHoldPolicy","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers/{ediscoveryCaseMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseMember","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityCaseOperation","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseSearch"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseSettings","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Beta.Security","Command":"Update-MgBetaSecurityCaseEdiscoveryCaseTag"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudAppSecurityProfile","Module":"Beta.Security","Command":"Update-MgBetaSecurityCloudAppSecurityProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/collaboration","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityCollaborationRoot","Module":"Beta.Security","Command":"Update-MgBetaSecurityCollaboration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/collaboration/analyzedEmails/{analyzedEmail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityAnalyzedEmail","Module":"Beta.Security","Command":"Update-MgBetaSecurityCollaborationAnalyzedEmail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityDataDiscoveryRoot","Module":"Beta.Security","Command":"Update-MgBetaSecurityDataDiscovery"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery/cloudAppDiscovery","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityDataDiscoveryReport","Module":"Beta.Security","Command":"Update-MgBetaSecurityDataDiscoveryCloudAppDiscovery"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/{cloudAppDiscoveryReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityCloudAppDiscoveryReport","Module":"Beta.Security","Command":"Update-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStream"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphTenantDataSecurityAndGovernance","Module":"Beta.Security","Command":"Update-MgBetaSecurityDataSecurityAndGovernance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/policyFiles/{policyFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPolicyFile","Module":"Beta.Security","Command":"Update-MgBetaSecurityDataSecurityAndGovernancePolicyFile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Beta.Security","Command":"Update-MgBetaSecurityDataSecurityAndGovernanceProtectionScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Security","Command":"Update-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Security","Command":"Update-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/domainSecurityProfiles/{domainSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomainSecurityProfile","Module":"Beta.Security","Command":"Update-MgBetaSecurityDomainSecurityProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/fileSecurityProfiles/{fileSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFileSecurityProfile","Module":"Beta.Security","Command":"Update-MgBetaSecurityFileSecurityProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/hostSecurityProfiles/{hostSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHostSecurityProfile","Module":"Beta.Security","Command":"Update-MgBetaSecurityHostSecurityProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityIdentityContainer","Module":"Beta.Security","Command":"Update-MgBetaSecurityIdentity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/identities/identityAccounts/{identityAccounts-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityIdentityAccounts","Module":"Beta.Security","Command":"Update-MgBetaSecurityIdentityAccount"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Beta.Security","Command":"Update-MgBetaSecurityIdentityHealthIssue"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/identities/sensors/{sensor-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySensor","Module":"Beta.Security","Command":"Update-MgBetaSecurityIdentitySensor"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/incidents/{incident-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityIncident","Module":"Beta.Security","Command":"Update-MgBetaSecurityIncident"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/incidentTasks/{incidentTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityIncidentTask","Module":"Beta.Security","Command":"Update-MgBetaSecurityIncidentTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityInformationProtection","Module":"Beta.Security","Command":"Update-MgBetaSecurityInformationProtection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/labelPolicySettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityInformationProtectionPolicySetting","Module":"Beta.Security","Command":"Update-MgBetaSecurityInformationProtectionLabelPolicySetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"Update-MgBetaSecurityInformationProtectionSensitivityLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"Update-MgBetaSecurityInformationProtectionSensitivityLabelParent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/ipSecurityProfiles/{ipSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIPSecurityProfile","Module":"Beta.Security","Command":"Update-MgBetaSecurityIPSecurityProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityLabelsRoot","Module":"Beta.Security","Command":"Update-MgBetaSecurityLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Module":"Beta.Security","Command":"Update-MgBetaSecurityLabelAuthority"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Module":"Beta.Security","Command":"Update-MgBetaSecurityLabelCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Module":"Beta.Security","Command":"Update-MgBetaSecurityLabelCategorySubcategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityCitationTemplate","Module":"Beta.Security","Command":"Update-MgBetaSecurityLabelCitation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Module":"Beta.Security","Command":"Update-MgBetaSecurityLabelDepartment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Module":"Beta.Security","Command":"Update-MgBetaSecurityLabelFilePlanReference"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionLabel","Module":"Beta.Security","Command":"Update-MgBetaSecurityLabelRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityFilePlanDescriptor","Module":"Beta.Security","Command":"Update-MgBetaSecurityLabelRetentionLabelDescriptor"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Module":"Beta.Security","Command":"Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPartnerSecurity","Module":"Beta.Security","Command":"Update-MgBetaSecurityPartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PartnerSecurity.ReadWrite.All","Description":"Read security alerts and update status of security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts and update status of alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/partner/securityAlerts/{partnerSecurityAlert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPartnerSecurityAlert","Module":"Beta.Security","Command":"Update-MgBetaSecurityPartnerSecurityAlert"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPartnerSecurityScore","Module":"Beta.Security","Command":"Update-MgBetaSecurityPartnerSecurityScore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/customerInsights/{customerInsight-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPartnerSecurityCustomerInsight","Module":"Beta.Security","Command":"Update-MgBetaSecurityPartnerSecurityScoreCustomerInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/history/{securityScoreHistory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPartnerSecurityScoreHistory","Module":"Beta.Security","Command":"Update-MgBetaSecurityPartnerSecurityScoreHistory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/partner/securityScore/requirements/{securityRequirement-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPartnerSecurityRequirement","Module":"Beta.Security","Command":"Update-MgBetaSecurityPartnerSecurityScoreRequirement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/providerTenantSettings/{providerTenantSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProviderTenantSetting","Module":"Beta.Security","Command":"Update-MgBetaSecurityProviderTenantSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/rules","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityRulesRoot","Module":"Beta.Security","Command":"Update-MgBetaSecurityRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/rules/detectionRules/{detectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDetectionRule","Module":"Beta.Security","Command":"Update-MgBetaSecurityRuleDetectionRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/secureScores/{secureScore-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecureScore","Module":"Beta.Security","Command":"Update-MgBetaSecuritySecureScore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecureScoreControlProfile","Module":"Beta.Security","Command":"Update-MgBetaSecuritySecureScoreControlProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Beta.Security","Command":"Update-MgBetaSecuritySubjectRightsRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Security","Command":"Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Security","Command":"Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Beta.Security","Command":"Update-MgBetaSecuritySubjectRightsRequestNote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityThreatIntelligence","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligence"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceArticle"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityArticleIndicator","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceArticleIndicator"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceHost"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostComponent","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceHostComponent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostCookie","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceHostCookie"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceHostPair"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostPort","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceHostPort"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostReputation","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceHostReputation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceHostSslCertificate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostTracker","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceHostTracker"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceIntelProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceProfileIndicator"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySslCertificate","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceSslCertificate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceSubdomain"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityVulnerability","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceVulnerability"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityWhoisRecord","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatIntelligenceWhoisRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityThreatSubmissionRoot","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatSubmission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreats/{emailThreatSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEmailThreatSubmission","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatSubmissionEmailThreat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":"Read and write all threat submission policies","FullDescription":"Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEmailThreatSubmissionPolicy","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/fileThreats/{fileThreatSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityFileThreatSubmission","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatSubmissionFileThreat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/threatSubmission/urlThreats/{urlThreatSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUrlThreatSubmission","Module":"Beta.Security","Command":"Update-MgBetaSecurityThreatSubmissionUrlThreat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/tiIndicators/{tiIndicator-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTiIndicator","Module":"Beta.Security","Command":"Update-MgBetaSecurityTiIndicator"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta","ApiVersion":"beta","Uri":"/security/tiIndicators/updateTiIndicators","Variants":["Update1","UpdateExpanded1"],"OutputType":"IMicrosoftGraphTiIndicator","Module":"Beta.Security","Command":"Update-MgBetaSecurityTiIndicatorMultiple"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggers","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityTriggersRoot","Module":"Beta.Security","Command":"Update-MgBetaSecurityTrigger"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionEvent","Module":"Beta.Security","Command":"Update-MgBetaSecurityTriggerRetentionEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggerTypes","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityTriggerTypesRoot","Module":"Beta.Security","Command":"Update-MgBetaSecurityTriggerType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Beta.Security","Command":"Update-MgBetaSecurityTriggerTypeRetentionEventType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/security/userSecurityProfiles/{userSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserSecurityProfile","Module":"Beta.Security","Command":"Update-MgBetaSecurityUserSecurityProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipal"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalAppRoleAssignedTo"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalAppRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals(appId='{appId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalByAppId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customclaimspolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsPolicy","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomClaimsPolicy","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalClaimPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalDelegatedPermissionClassification"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalEndpoint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLicenseDetails","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalLicenseDetail"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalPasswordSingleSignOnCredential"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRemoteDesktopSecurityConfiguration","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps/{approvedClientApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovedClientApp","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetDeviceGroup","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaServicePrincipalRiskDetection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalSynchronizationJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalSynchronizationJobBulkUpload"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalSynchronizationJobSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalSynchronizationTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalSynchronizationTemplateSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Beta.Applications","Command":"Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaShareCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaShareLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Files","Command":"Update-MgBetaShareList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Update-MgBetaShareListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Update-MgBetaShareListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Update-MgBetaShareListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Update-MgBetaShareListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaShareListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Update-MgBetaShareListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaShareListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Update-MgBetaShareListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaShareListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaShareListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaShareListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaShareListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Update-MgBetaShareListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaShareListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaShareListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Update-MgBetaShareListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaShareListPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Update-MgBetaShareListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaSharePermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/shares/{sharedDriveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedDriveItem","Module":"Beta.Files","Command":"Update-MgBetaShareSharedDriveItemSharedDriveItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Beta.Sites","Command":"Update-MgBetaSite"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Sites","Command":"Update-MgBetaSiteAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Sites","Command":"Update-MgBetaSiteAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Beta.Sites","Command":"Update-MgBetaSiteAnalyticItemActivityStatActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Update-MgBetaSiteColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Update-MgBetaSiteContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Update-MgBetaSiteContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Update-MgBetaSiteContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Sites","Command":"Update-MgBetaSiteGetByPathAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Notes","Command":"Update-MgBetaSiteGetByPathOnenote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStore","Module":"Beta.Sites","Command":"Update-MgBetaSiteGetByPathTermStore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Sites","Command":"Update-MgBetaSiteList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Update-MgBetaSiteListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Sites","Command":"Update-MgBetaSiteListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Sites","Command":"Update-MgBetaSiteListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Sites","Command":"Update-MgBetaSiteListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaSiteListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Sites","Command":"Update-MgBetaSiteListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityOld","Module":"Beta.Sites","Command":"Update-MgBetaSiteListItemActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaSiteListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Sites","Command":"Update-MgBetaSiteListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaSiteListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaSiteListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Update-MgBetaSiteListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Sites","Command":"Update-MgBetaSiteListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaSiteListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaSiteListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Update-MgBetaSiteListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Update-MgBetaSiteListPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Sites","Command":"Update-MgBetaSiteListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteNotebookContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteNotebookSectionContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteNotebookSectionGroupContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteNotebookSectionGroupSectionContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteNotebookSectionPageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteOperationContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenotePageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteResourceContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteSectionContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteSectionGroupContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteSectionGroupSectionContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteSectionGroupSectionPageContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaSiteOnenoteSectionPageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Sites","Command":"Update-MgBetaSiteOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Beta.Sites","Command":"Update-MgBetaSitePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCanvasLayout","Module":"Beta.Sites","Command":"Update-MgBetaSitePageAsSitePageCanvaLayout"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Beta.Sites","Command":"Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Beta.Sites","Command":"Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVerticalSection","Module":"Beta.Sites","Command":"Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Sites","Command":"Update-MgBetaSitePageAsSitePageWebPart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaSitePageCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Sites","Command":"Update-MgBetaSitePageLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta","ApiVersion":"beta","Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Sites","Command":"Update-MgBetaSitePermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStore","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreGroupSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreGroupSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreGroupSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreGroupSetParentGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreGroupSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreGroupSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreGroupSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreGroupSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreGroupSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetParentGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetParentGroupSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetParentGroupSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetParentGroupSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetParentGroupSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetParentGroupSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Beta.Sites","Command":"Update-MgBetaSiteTermStoreSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphBackupRestoreRoot","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreDriveInclusionRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreDriveProtectionUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailnotificationssetting-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/emailNotificationsSetting","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEmailNotificationsSetting","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreEmailNotificationSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExchangeRestoreSession","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreExchangeRestoreSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreMailboxInclusionRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveRestoreArtifact","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestorePoint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServiceApp","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreServiceApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRestoreSessionBase","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharePointRestoreSession","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreSharePointRestoreSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteRestoreArtifact","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreSiteInclusionRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreSiteProtectionUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"Beta.BackupRestore","Command":"Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBusinessScenario","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenario"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBusinessScenario","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenarioByUniqueName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBusinessScenarioPlanner","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenarioPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanConfiguration","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanConfigurationLocalization","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBusinessScenarioTask","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenarioPlannerTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskConfiguration","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenarioPlannerTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.BusinessScenario","Command":"Update-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscribedSku","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaSubscribedSku"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.ChangeNotifications","Command":"Update-MgBetaSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeam","Module":"Beta.Teams","Command":"Update-MgBetaTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsChannelPlanner","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlan"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanBucket"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanBucketTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelSharedWithTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Update-MgBetaTeamChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Update-MgBetaTeamInstalledApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Update-MgBetaTeamMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Update-MgBetaTeamOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/owners/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Teams","Command":"Update-MgBetaTeamOwnerMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Update-MgBetaTeamPermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.Teams","Command":"Update-MgBetaTeamPhoto"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsChannelPlanner","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlan"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucket"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelSharedWithTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Update-MgBetaTeamPrimaryChannelTab"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDayNote","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleDayNote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleOfferShiftRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleOpenShift"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleOpenShiftChangeRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleSchedulingGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShift","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleShift"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SchedulePermissions.ReadWrite.All","Description":"Read/Write your schedule permissions for a role.","FullDescription":"Allows the app to read/write schedule permissions for a specific role in Shifts application on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SchedulePermissions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShiftsRoleDefinition","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleShiftRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleSwapShiftChangeRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleTimeCard"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleTimeOff"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleTimeOffReason"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Beta.Teams","Command":"Update-MgBetaTeamScheduleTimeOffRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Beta.Teams","Command":"Update-MgBetaTeamTag"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Beta.Teams","Command":"Update-MgBetaTeamTagMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphTeamwork","Module":"Beta.Teams","Command":"Update-MgBetaTeamwork"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedChat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeletedTeam","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsChannelPlanner","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeletedTeamChannelTab"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkDevice","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/activity","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkDeviceActivity","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeviceActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/configuration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkDeviceConfiguration","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeviceConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/health","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkDeviceHealth","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeviceHealth"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkDeviceOperation","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeviceOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/devices/{teamworkDevice-id}/updateSoftware","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Update-MgBetaTeamworkDeviceSoftware"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/teamsAppSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphTeamsAppSettings","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkTeamAppSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamTemplates/{teamTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamTemplate","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkTeamTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamTemplateDefinition","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkTeamTemplateDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWorkforceIntegration","Module":"Beta.Teams","Command":"Update-MgBetaTeamworkWorkforceIntegration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Module":"Beta.Identity.Partner","Command":"Update-MgBetaTenantRelationshipDelegatedAdminCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Module":"Beta.Identity.Partner","Command":"Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Module":"Beta.Identity.Partner","Command":"Update-MgBetaTenantRelationshipDelegatedAdminRelationship"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Module":"Beta.Identity.Partner","Command":"Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Module":"Beta.Identity.Partner","Command":"Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Module":"Beta.Identity.Partner","Command":"Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenants/{tenant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsTenant","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantAlert"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertLog","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantAlertLog"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantAlertRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantApiNotification"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsAppPerformance","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantAppPerformance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsAuditEvent","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantAuditEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcConnection","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcDevice","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsCloudPcOverview","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsTenantCustomizedInformation","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsTenantDetailedInformation","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantDetailedInformation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceAppPerformance","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsDeviceHealthStatus","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantEmailNotification"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsTenantGroup","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceCompliance","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActions/{managementAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementAction","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagementAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementIntent","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagementIntent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollection","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsMyRole","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantMyRole"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsTenantTag","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantTag"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedTenantsWindowsProtectionState","Module":"Beta.ManagedTenants","Command":"Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/multiTenantOrganization","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganization","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaTenantRelationshipMultiTenantOrganization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/tenantRelationships/multiTenantOrganization/joinRequest","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/trustFramework","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphTrustFramework","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaTrustFramework"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrustFrameworkKeySet","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaTrustFrameworkKeySet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Update-MgBetaTrustFrameworkPolicy"},{"Method":"PATCH","CommandAlias":"Set-MgBetaUser","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-Mail.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-PasswordProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-Phone.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.EnableDisableAccount.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ManageIdentities.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-Mail.ReadWrite.All","Description":"Update other mails property for all users","FullDescription":"Allows the app to Update other mails property for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-PasswordProfile.ReadWrite.All","Description":"Update password profile property and reset password for all users","FullDescription":"Allows the app to update password profile property and reset password for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-Phone.ReadWrite.All","Description":"Update business phones and mobile phone properties for all users","FullDescription":"Allows the app to update business phones and mobile phone properties for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.EnableDisableAccount.All","Description":"Enable and disable user accounts","FullDescription":"Allows the app to enable and disable users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ManageIdentities.All","Description":"Manage user identities","FullDescription":"Allows the app to read, update and delete identities that are associated with a user's account that you have access to. This controls the identities users can sign-in with.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users","Command":"Update-MgBetaUser"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserActivity","Module":"Beta.CrossDeviceExperiences","Command":"Update-MgBetaUserActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActivityHistoryItem","Module":"Beta.CrossDeviceExperiences","Command":"Update-MgBetaUserActivityHistoryItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActivityStatistics","Module":"Beta.People","Command":"Update-MgBetaUserActivityStatistics"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Beta.Applications","Command":"Update-MgBetaUserAppRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationEmailMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/externalAuthenticationMethods/{externalAuthenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationExternalAuthenticationMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationHardwareOathMethodDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/assignTo/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationPhoneMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/qrpin-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod/pin","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphQrPin","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationQrCodePinMethodPin"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/qrcode-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod/standardQRCode","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphQrCode","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/authentication/qrCodePinMethod/temporaryQRCode","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphQrCode","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/requirements","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationRequirement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/authentication/signInPreferences","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSignInPreferences","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserAuthenticationSignInPreference"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUser","Module":"Beta.Users","Command":"Update-MgBetaUserByUserPrincipalName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendarGroup","Module":"Beta.Calendar","Command":"Update-MgBetaUserCalendarGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Beta.Calendar","Command":"Update-MgBetaUserCalendarPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChat","Module":"Beta.Teams","Command":"Update-MgBetaUserChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Teams","Command":"Update-MgBetaUserChatInstalledApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageInfo","Module":"Beta.Teams","Command":"Update-MgBetaUserChatLastMessagePreview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Beta.Teams","Command":"Update-MgBetaUserChatMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaUserChatMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaUserChatMessageHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Beta.Teams","Command":"Update-MgBetaUserChatMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Beta.Teams","Command":"Update-MgBetaUserChatMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Beta.Teams","Command":"Update-MgBetaUserChatOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Beta.Teams","Command":"Update-MgBetaUserChatPermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Beta.Teams","Command":"Update-MgBetaUserChatPinnedMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Beta.Teams","Command":"Update-MgBetaUserChatTab"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContactExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContactFolder","Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContactFolder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContactFolder","Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContactFolderChildFolder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContactFolderChildFolderContact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContactFolderChildFolderContactExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContactFolderChildFolderContactPhoto"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContactFolderContact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContactFolderContactExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContactFolderContactPhoto"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Beta.PersonalContacts","Command":"Update-MgBetaUserContactPhoto"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.CrossDeviceExperiences","Command":"Update-MgBetaUserDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices(deviceId='{deviceId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDevice","Module":"Beta.CrossDeviceExperiences","Command":"Update-MgBetaUserDeviceByDeviceId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/commands/{command-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCommand","Module":"Beta.CrossDeviceExperiences","Command":"Update-MgBetaUserDeviceCommand"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserDeviceEnrollmentConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserDeviceEnrollmentConfigurationAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.CrossDeviceExperiences","Command":"Update-MgBetaUserDeviceExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserDeviceManagementTroubleshootingEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUsageRight","Module":"Beta.CrossDeviceExperiences","Command":"Update-MgBetaUserDeviceUsageRights"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Beta.Files","Command":"Update-MgBetaUserDrive"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Update-MgBetaUserDriveItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Beta.Files","Command":"Update-MgBetaUserDriveList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Update-MgBetaUserDriveListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRoot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootListItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Beta.Files","Command":"Update-MgBetaUserDriveRootVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Beta.Calendar","Command":"Update-MgBetaUserEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Calendar","Command":"Update-MgBetaUserEventExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users","Command":"Update-MgBetaUserExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/inferenceClassification","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInferenceClassification","Module":"Beta.Mail","Command":"Update-MgBetaUserInferenceClassification"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInferenceClassificationOverride","Module":"Beta.Mail","Command":"Update-MgBetaUserInferenceClassificationOverride"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtection","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserInformationProtection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserInformationProtectionDataLossPreventionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionPolicy","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserInformationProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInformationProtectionLabel","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserInformationProtectionPolicyLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserInformationProtectionSensitivityLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserInformationProtectionSensitivityLabelSublabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/sensitivityPolicySettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityPolicySettings","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserInformationProtectionSensitivityPolicySetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserInformationProtectionThreatAssessmentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Beta.Identity.SignIns","Command":"Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemInsights","Module":"Beta.Users","Command":"Update-MgBetaUserInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedInsight","Module":"Beta.Users","Command":"Update-MgBetaUserInsightShared"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrending","Module":"Beta.Users","Command":"Update-MgBetaUserInsightTrending"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUsedInsight","Module":"Beta.Users","Command":"Update-MgBetaUserInsightUsed"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLicenseDetails","Module":"Beta.Users","Command":"Update-MgBetaUserLicenseDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Beta.Users","Command":"Update-MgBetaUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Update-MgBetaUserMailFolder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Beta.Mail","Command":"Update-MgBetaUserMailFolderChildFolder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Update-MgBetaUserMailFolderChildFolderMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Update-MgBetaUserMailFolderChildFolderMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/updateAllMessagesReadState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Update-MgBetaUserMailFolderChildFolderMessageReadState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Beta.Mail","Command":"Update-MgBetaUserMailFolderChildFolderMessageRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Update-MgBetaUserMailFolderMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Update-MgBetaUserMailFolderMessageExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/updateAllMessagesReadState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Update-MgBetaUserMailFolderMessageReadState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Beta.Mail","Command":"Update-MgBetaUserMailFolderMessageRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceCompliancePolicyState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceConfigurationState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceHealthScriptState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceLogCollectionResponse"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceMobileAppConfigurationState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceSecurityBaselineState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceWindowsDeviceAccount"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsProtectionState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceWindowsProtectionState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Beta.Mail","Command":"Update-MgBetaUserMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Mail","Command":"Update-MgBetaUserMessageExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppIntentAndState","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserMobileAppIntentAndState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserMobileAppTroubleshootingEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Command":"Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/notifications/{notification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotification","Module":"Beta.Users","Command":"Update-MgBetaUserNotification"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Beta.Notes","Command":"Update-MgBetaUserOnenote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteNotebook"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteNotebookSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteNotebookSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteNotebookSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaUserOnenotePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Notes","Command":"Update-MgBetaUserOnenoteSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookCategory","Module":"Beta.Users","Command":"Update-MgBetaUserOutlookMasterCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Update-MgBetaUserOutlookTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTaskFolder","Module":"Beta.Users","Command":"Update-MgBetaUserOutlookTaskFolder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Update-MgBetaUserOutlookTaskFolderTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTaskGroup","Module":"Beta.Users","Command":"Update-MgBetaUserOutlookTaskGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTaskFolder","Module":"Beta.Users","Command":"Update-MgBetaUserOutlookTaskGroupTaskFolder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookTask","Module":"Beta.Users","Command":"Update-MgBetaUserOutlookTaskGroupTaskFolderTask"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/changePassword","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users.Actions","Command":"Update-MgBetaUserPassword"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerUser","Module":"Beta.Planner","Command":"Update-MgBetaUserPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfile","Module":"Beta.People","Command":"Update-MgBetaUserProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/account/{userAccountInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserAccountInformation","Module":"Beta.People","Command":"Update-MgBetaUserProfileAccount"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemaddress-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/addresses/{itemAddress-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAddress","Module":"Beta.People","Command":"Update-MgBetaUserProfileAddress"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonAnnualEvent","Module":"Beta.People","Command":"Update-MgBetaUserProfileAnniversary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/personaward-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/awards/{personAward-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonAward","Module":"Beta.People","Command":"Update-MgBetaUserProfileAward"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/personcertification-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/certifications/{personCertification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonCertification","Module":"Beta.People","Command":"Update-MgBetaUserProfileCertification"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/educationalActivities/{educationalActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationalActivity","Module":"Beta.People","Command":"Update-MgBetaUserProfileEducationalActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itememail-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/emails/{itemEmail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemEmail","Module":"Beta.People","Command":"Update-MgBetaUserProfileEmail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/interests/{personInterest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonInterest","Module":"Beta.People","Command":"Update-MgBetaUserProfileInterest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/languages/{languageProficiency-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLanguageProficiency","Module":"Beta.People","Command":"Update-MgBetaUserProfileLanguage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/names/{personName-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonName","Module":"Beta.People","Command":"Update-MgBetaUserProfileName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/personannotation-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/notes/{personAnnotation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonAnnotation","Module":"Beta.People","Command":"Update-MgBetaUserProfileNote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itempatent-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/patents/{itemPatent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPatent","Module":"Beta.People","Command":"Update-MgBetaUserProfilePatent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemphone-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/phones/{itemPhone-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPhone","Module":"Beta.People","Command":"Update-MgBetaUserProfilePhone"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/positions/{workPosition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWorkPosition","Module":"Beta.People","Command":"Update-MgBetaUserProfilePosition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/projects/{projectParticipation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProjectParticipation","Module":"Beta.People","Command":"Update-MgBetaUserProfileProject"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/itempublication-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/profile/publications/{itemPublication-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemPublication","Module":"Beta.People","Command":"Update-MgBetaUserProfilePublication"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/skills/{skillProficiency-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSkillProficiency","Module":"Beta.People","Command":"Update-MgBetaUserProfileSkill"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/webAccounts/{webAccount-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWebAccount","Module":"Beta.People","Command":"Update-MgBetaUserProfileWebAccount"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/profile/websites/{personWebsite-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPersonWebsite","Module":"Beta.People","Command":"Update-MgBetaUserProfileWebsite"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Beta.Identity.DirectoryManagement","Command":"Update-MgBetaUserScopedRoleMemberOf"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurity1","Module":"Beta.Security","Command":"Update-MgBetaUserSecurity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityInformationProtection","Module":"Beta.Security","Command":"Update-MgBetaUserSecurityInformationProtection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/labelPolicySettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityInformationProtectionPolicySetting","Module":"Beta.Security","Command":"Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"Update-MgBetaUserSecurityInformationProtectionSensitivityLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Module":"Beta.Security","Command":"Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserSettings","Module":"Beta.Users","Command":"Update-MgBetaUserSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/contactMergeSuggestions","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContactMergeSuggestions","Module":"Beta.Users","Command":"Update-MgBetaUserSettingContactMergeSuggestion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/settings/itemInsights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserInsightsSettings","Module":"Beta.Users","Command":"Update-MgBetaUserSettingItemInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/regionalAndLanguageSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRegionalAndLanguageSettings","Module":"Beta.Users","Command":"Update-MgBetaUserSettingRegionalAndLanguageSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserShiftPreferences.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-beta","ApiVersion":"beta","Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShiftPreferences","Module":"Beta.Users","Command":"Update-MgBetaUserSettingShiftPreference"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserStorage","Module":"Beta.Users","Command":"Update-MgBetaUserSettingStorage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage/quota","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedStorageQuota","Module":"Beta.Users","Command":"Update-MgBetaUserSettingStorageQuota"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Module":"Beta.Users","Command":"Update-MgBetaUserSettingStorageQuotaService"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsSetting","Module":"Beta.Users","Command":"Update-MgBetaUserSettingWindows"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsSettingInstance","Module":"Beta.Users","Command":"Update-MgBetaUserSettingWindowsInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserTeamwork","Module":"Beta.Teams","Command":"Update-MgBetaUserTeamwork"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAssociatedTeamInfo","Module":"Beta.Teams","Command":"Update-MgBetaUserTeamworkAssociatedTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTodoTaskList","Module":"Beta.Users","Command":"Update-MgBetaUserTodoList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users","Command":"Update-MgBetaUserTodoListExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTodoTask","Module":"Beta.Users","Command":"Update-MgBetaUserTodoListTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachmentSession","Module":"Beta.Users","Command":"Update-MgBetaUserTodoListTaskAttachmentSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChecklistItem","Module":"Beta.Users","Command":"Update-MgBetaUserTodoListTaskChecklistItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.Users","Command":"Update-MgBetaUserTodoListTaskExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLinkedResource","Module":"Beta.Users","Command":"Update-MgBetaUserTodoListTaskLinkedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEvent","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventPresenter"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventSessionAttendanceReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventSessionByJoinWebUrl"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventTownhall"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventTownhallPresenter"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventTownhallSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventTownhallSessionAttendanceReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinar"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinarPresenter"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinarRegistration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinarRegistrationByEmail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinarRegistrationByUserId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinarRegistrationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinarSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinarSessionAttendanceReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Beta.Bookings","Command":"Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuDeployment","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesDeployment","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesDeployment"},{"Method":"POST","CommandAlias":"Update-MgBetaWuDeploymentAudience","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesDeploymentAudience"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuDeploymentAudienceApplicableContent","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice"},{"Method":"POST","CommandAlias":"Update-MgBetaWuDeploymentAudienceGraphBPreId","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesDeploymentAudienceById"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuPolicy","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesUpdatePolicy","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuPolicyAudience","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesDeploymentAudience","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesPolicyAudience"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuPolicyAudienceApplicableContent","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice"},{"Method":"POST","CommandAlias":"Update-MgBetaWuPolicyAudienceGraphBPreId","Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesPolicyAudienceById"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuPolicyAudienceExclusion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesPolicyAudienceExclusion"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuPolicyAudienceMember","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesPolicyAudienceMember"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuPolicyComplianceChange","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta","ApiVersion":"beta","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesComplianceChange","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesPolicyComplianceChange"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuProduct","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesProduct"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuProductEdition","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/editions/{edition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesEdition","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesProductEdition"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuProductKnownIssue","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnownIssue","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesProductKnownIssue"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuProductRevision","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesProductRevision","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesProductRevision"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuProductRevisionCatalogEntry","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuProductRevisionKnowledgeBaseArticle","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuResourceConnection","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/resourceConnections/{resourceConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsUpdatesResourceConnection","Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesResourceConnection"},{"Method":"PATCH","CommandAlias":"Update-MgBetaWuUpdatableAsset","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"beta","Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Beta.WindowsUpdates","Command":"Update-MgBetaWindowsUpdatesUpdatableAsset"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBookingBusiness","Module":"Bookings","Command":"Update-MgBookingBusiness"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Bookings","Command":"Update-MgBookingBusinessAppointment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBookingAppointment","Module":"Bookings","Command":"Update-MgBookingBusinessCalendarView"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Bookings","Command":"Update-MgBookingBusinessCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBookingCustomQuestion","Module":"Bookings","Command":"Update-MgBookingBusinessCustomQuestion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBookingService","Module":"Bookings","Command":"Update-MgBookingBusinessService"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Bookings","Command":"Update-MgBookingBusinessStaffMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/bookingCurrencies/{bookingCurrency-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBookingCurrency","Module":"Bookings","Command":"Update-MgBookingCurrency"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChat","Module":"Teams","Command":"Update-MgChat"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Update-MgChatInstalledApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageInfo","Module":"Teams","Command":"Update-MgChatLastMessagePreview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Update-MgChatMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.UpdatePolicyViolation.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgChatMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgChatMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgChatMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Update-MgChatPermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Teams","Command":"Update-MgChatPinnedMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Update-MgChatTab"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAudioRoutingGroup","Module":"CloudCommunications","Command":"Update-MgCommunicationCallAudioRoutingGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"CloudCommunications","Command":"Update-MgCommunicationCallContentSharingSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/operations/{commsOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCommsOperation","Module":"CloudCommunications","Command":"Update-MgCommunicationCallOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/participants/{participant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphParticipant","Module":"CloudCommunications","Command":"Update-MgCommunicationCallParticipant"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/communications/calls/{call-id}/updateRecordingStatus","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUpdateRecordingStatusOperation","Module":"CloudCommunications","Command":"Update-MgCommunicationCallRecordingStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/organizer_v2","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallRecordsOrganizer","Module":"CloudCommunications","Command":"Update-MgCommunicationCallRecordOrganizerV2"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallRecordsParticipant","Module":"CloudCommunications","Command":"Update-MgCommunicationCallRecordParticipantV2"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/callRecords/{callRecord-id}/sessions/{session-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallRecordsSession","Module":"CloudCommunications","Command":"Update-MgCommunicationCallRecordSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnlineMeeting","Module":"CloudCommunications","Command":"Update-MgCommunicationOnlineMeeting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"CloudCommunications","Command":"Update-MgCommunicationOnlineMeetingAttendanceReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"CloudCommunications","Command":"Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"Update-MgCommunicationOnlineMeetingRecording"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"Update-MgCommunicationOnlineMeetingTranscript"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/communications/presences/{presence-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPresence","Module":"CloudCommunications","Command":"Update-MgCommunicationPresence"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/compliance","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphCompliance","Module":"Compliance","Command":"Update-MgCompliance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/contracts/{contract-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContract","Module":"Identity.DirectoryManagement","Command":"Update-MgContract"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDataPolicyOperation","Module":"Identity.SignIns","Command":"Update-MgDataPolicyOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices/{device-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Update-MgDevice"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgt","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceAppManagement","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagement"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtAndroidManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementAndroidManagedAppProtection"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtAndroidManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementAndroidManagedAppProtectionApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtDefaultManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementDefaultManagedAppProtection"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtDefaultManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementDefaultManagedAppProtectionApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtiOSManagedAppProtection","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIosManagedAppProtection","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementiOSManagedAppProtection"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtiOSManagedAppProtectionApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementiOSManagedAppProtectionApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedAppPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedAppPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedAppRegistration","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppRegistration","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedAppRegistration"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicy","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedAppRegistrationOperation","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppOperation","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedAppRegistrationOperation"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedAppStatus","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppStatus","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedAppStatus"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedEBook","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedEBook","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedEBook"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedEBookAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedEBookAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedEBookAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedEBookDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedEBookDeviceState"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedEBookInstallSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEBookInstallSummary","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedEBookInstallSummary"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedEBookUserStateSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserInstallStateSummary","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedEBookUserStateSummary"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceInstallState","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-managediosstoreapp-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileApp","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContent","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppContentFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppCategory","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppCategory","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppCategory"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppConfiguration"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppConfigurationAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppConfigurationUserStatus","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppConfigurationUserStatus"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtMultipleMobileAppRelationship","Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppRelationship","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementMultipleMobileAppRelationship"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtTargetedManagedAppConfiguration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementTargetedManagedAppConfiguration"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedMobileApp","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtVppToken","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVppToken","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementVppToken"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtWindowInformationProtectionPolicy","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementWindowsInformationProtectionPolicy"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile"},{"Method":"PATCH","CommandAlias":"Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Module":"Devices.CorporateManagement","Command":"Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/devices(deviceId='{deviceId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDevice","Module":"Identity.DirectoryManagement","Command":"Update-MgDeviceByDeviceId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Update-MgDeviceExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagement","Module":"DeviceManagement","Command":"Update-MgDeviceManagement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphApplePushNotificationCertificate","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementApplePushNotificationCertificate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuditEvent","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementAuditEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphComplianceManagementPartner","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementComplianceManagementPartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Module":"DeviceManagement.Enrollment","Command":"Update-MgDeviceManagementConditionalAccessSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDetectedApp","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDetectedApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicyAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceDeviceOverview","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicyUserStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceComplianceUserOverview","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10teamgeneralconfiguration-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfiguration","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceConfigurationAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStateSummary","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceConfigurationDeviceStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationDeviceOverview","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceConfigurationUserStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationUserOverview","Module":"DeviceManagement","Command":"Update-MgDeviceManagementDeviceConfigurationUserStatusOverview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Module":"DeviceManagement.Enrollment","Command":"Update-MgDeviceManagementDeviceEnrollmentConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Module":"DeviceManagement.Enrollment","Command":"Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementExchangeConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Module":"DeviceManagement.Enrollment","Command":"Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementIoUpdateStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"DeviceManagement","Command":"Update-MgDeviceManagementManagedDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"DeviceManagement","Command":"Update-MgDeviceManagementManagedDeviceCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"DeviceManagement","Command":"Update-MgDeviceManagementManagedDeviceCompliancePolicyState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"DeviceManagement","Command":"Update-MgDeviceManagementManagedDeviceConfigurationState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"DeviceManagement","Command":"Update-MgDeviceManagementManagedDeviceLogCollectionRequest"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement","Command":"Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsProtectionState","Module":"DeviceManagement","Command":"Update-MgDeviceManagementManagedDeviceWindowsProtectionState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"DeviceManagement","Command":"Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Module":"DeviceManagement","Command":"Update-MgDeviceManagementMobileAppTroubleshootingEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppLogCollectionRequest","Module":"DeviceManagement","Command":"Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementMobileThreatDefenseConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotificationMessageTemplate","Module":"DeviceManagement","Command":"Update-MgDeviceManagementNotificationMessageTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Module":"DeviceManagement","Command":"Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementPartner","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementPartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRemoteAssistancePartner","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementRemoteAssistancePartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/reports","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementReports","Module":"Reports","Command":"Update-MgDeviceManagementReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceOperation","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementResourceOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoleDefinition","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoleAssignment","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementRoleDefinitionRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementTelecomExpenseManagementPartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditions","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementTermAndCondition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementTermAndConditionAcceptanceStatus"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementTermAndConditionAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"DeviceManagement","Command":"Update-MgDeviceManagementTroubleshootingEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcDeviceImage","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementVirtualEndpointDeviceImage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcGalleryImage","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementVirtualEndpointGalleryImage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementVirtualEndpointOnPremiseConnection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementVirtualEndpointProvisioningPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcUserSetting","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementVirtualEndpointUserSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Module":"DeviceManagement.Administration","Command":"Update-MgDeviceManagementVirtualEndpointUserSettingAssignment"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"DeviceManagement.Enrollment","Command":"Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Module":"DeviceManagement","Command":"Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Module":"DeviceManagement","Command":"Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsMalwareInformation","Module":"DeviceManagement","Command":"Update-MgDeviceManagementWindowsMalwareInformation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Module":"DeviceManagement","Command":"Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphDirectory","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryAdministrativeUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryAdministrativeUnitExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryAdministrativeUnitScopedRoleMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttributeSet","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryAttributeSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryCustomSecurityAttributeDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAllowedValue","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryDeviceLocalCredential"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryFederationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryObjects/{directoryObject-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryObject","Module":"DirectoryObjects","Command":"Update-MgDirectoryObject"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryOnPremiseSynchronization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPublicKeyInfrastructureRoot","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryPublicKeyInfrastructure"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritydetail-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryRole"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryRole","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryRoleByRoleTemplateId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryRoleScopedMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectoryRoleTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectorySubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCompanySubscription","Module":"Identity.DirectoryManagement","Command":"Update-MgDirectorySubscriptionByCommerceSubscriptionId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomain","Module":"Identity.DirectoryManagement","Command":"Update-MgDomain"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInternalDomainFederation","Module":"Identity.DirectoryManagement","Command":"Update-MgDomainFederationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Identity.DirectoryManagement","Command":"Update-MgDomainServiceConfigurationRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDomainDnsRecord","Module":"Identity.DirectoryManagement","Command":"Update-MgDomainVerificationDnsRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Update-MgDrive"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Update-MgDriveItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Update-MgDriveItemAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Update-MgDriveItemAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Update-MgDriveItemListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Update-MgDriveItemListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgDriveItemListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgDriveItemListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveItemListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Update-MgDriveItemListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgDriveItemListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Update-MgDriveItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Update-MgDriveItemRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Update-MgDriveItemSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Update-MgDriveItemThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Update-MgDriveItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Files","Command":"Update-MgDriveList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Update-MgDriveListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Update-MgDriveListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Update-MgDriveListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Update-MgDriveListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Update-MgDriveListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Update-MgDriveListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgDriveListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgDriveListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Update-MgDriveListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgDriveListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Update-MgDriveListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Update-MgDriveListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Update-MgDriveRoot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Update-MgDriveRootAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Update-MgDriveRootAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveRootCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveRootLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Update-MgDriveRootListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Update-MgDriveRootListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgDriveRootListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgDriveRootListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgDriveRootListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Update-MgDriveRootListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgDriveRootListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Update-MgDriveRootPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Update-MgDriveRootRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Update-MgDriveRootSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Update-MgDriveRootThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Update-MgDriveRootVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationClass","Module":"Education","Command":"Update-MgEducationClass"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Update-MgEducationClassAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationCategory","Module":"Education","Command":"Update-MgEducationClassAssignmentCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentDefaults","Module":"Education","Command":"Update-MgEducationClassAssignmentDefault"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"Update-MgEducationClassAssignmentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Update-MgEducationClassAssignmentRubric"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentSettings","Module":"Education","Command":"Update-MgEducationClassAssignmentSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationGradingCategory","Module":"Education","Command":"Update-MgEducationClassAssignmentSettingGradingCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Update-MgEducationClassAssignmentSubmission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"Update-MgEducationClassAssignmentSubmissionOutcome"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Update-MgEducationClassAssignmentSubmissionResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Update-MgEducationClassAssignmentSubmissionSubmittedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationModule","Module":"Education","Command":"Update-MgEducationClassModule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationModuleResource","Module":"Education","Command":"Update-MgEducationClassModuleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Education","Command":"Update-MgEducationMe"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Update-MgEducationMeAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"Update-MgEducationMeAssignmentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Update-MgEducationMeAssignmentRubric"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Update-MgEducationMeAssignmentSubmission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"Update-MgEducationMeAssignmentSubmissionOutcome"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Update-MgEducationMeAssignmentSubmissionResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Update-MgEducationMeAssignmentSubmissionSubmittedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Update-MgEducationMeRubric"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/me/user/mailboxSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Education","Command":"Update-MgEducationMeUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphReportsRoot","Module":"Education","Command":"Update-MgEducationReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Module":"Education","Command":"Update-MgEducationReportReadingAssignmentSubmission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphReflectCheckInResponse","Module":"Education","Command":"Update-MgEducationReportReflectCheck"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEducationRoot","Module":"Education","Command":"Update-MgEducationRoot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSchool","Module":"Education","Command":"Update-MgEducationSchool"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/schools/{educationSchool-id}/administrativeUnit","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAdministrativeUnit","Module":"Education","Command":"Update-MgEducationSchoolAdministrativeUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationUser","Module":"Education","Command":"Update-MgEducationUser"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignment","Module":"Education","Command":"Update-MgEducationUserAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationAssignmentResource","Module":"Education","Command":"Update-MgEducationUserAssignmentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Update-MgEducationUserAssignmentRubric"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmission","Module":"Education","Command":"Update-MgEducationUserAssignmentSubmission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationOutcome","Module":"Education","Command":"Update-MgEducationUserAssignmentSubmissionOutcome"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Update-MgEducationUserAssignmentSubmissionResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationSubmissionResource","Module":"Education","Command":"Update-MgEducationUserAssignmentSubmissionSubmittedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/user/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Education","Command":"Update-MgEducationUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEducationRubric","Module":"Education","Command":"Update-MgEducationUserRubric"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackage","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementAccessPackage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementAccessPackageAssignmentApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementAccessPackageAssignmentPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementAccessPackageResourceRoleScope"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess","Variants":["Reprocess","ReprocessViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageQuestion","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementAssignmentPolicyQuestion"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess","Variants":["Reprocess","ReprocessViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementAssignmentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalog"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogCustomWorkflowExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}","Variants":["Update","Update1","Update2","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}","Variants":["Update","Update1","Update2","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConnectedOrganization","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementConnectedOrganization"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceEnvironment"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceEnvironmentResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceEnvironmentResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceEnvironmentResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageCatalog","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalog"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomCalloutExtension","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}","Variants":["Update","Update1","Update2","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}","Variants":["Update","Update1","Update2","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeResourceScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceScope","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceScope"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceScopeResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessPackageResourceRole","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceScopeResourceRole"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgEntitlementManagementResourceScopeResourceRoleResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/entitlementManagement/settings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphEntitlementManagementSettings","Module":"Identity.Governance","Command":"Update-MgEntitlementManagementSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Module":"Search","Command":"Update-MgExternal"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Module":"Search","Command":"Update-MgExternalConnection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Module":"Search","Command":"Update-MgExternalConnectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Module":"Search","Command":"Update-MgExternalConnectionGroupMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Module":"Search","Command":"Update-MgExternalConnectionItemActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Module":"Search","Command":"Update-MgExternalConnectionOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/external/connections/{externalConnection-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExternalConnectorsSchema","Module":"Search","Command":"Update-MgExternalConnectionSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Update-MgGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Update-MgGroupAppRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroup","Module":"Groups","Command":"Update-MgGroupByUniqueName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Update-MgGroupCalendarEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Calendar","Command":"Update-MgGroupCalendarPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Groups","Command":"Update-MgGroupConversationThread"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Update-MgGroupConversationThreadPostExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Update-MgGroupConversationThreadPostInReplyToExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Update-MgGroupDrive"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Update-MgGroupDriveItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Update-MgGroupDriveItemAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Update-MgGroupDriveItemAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Update-MgGroupDriveItemListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Update-MgGroupDriveItemListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgGroupDriveItemListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgGroupDriveItemListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Update-MgGroupDriveItemListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgGroupDriveItemListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Update-MgGroupDriveItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Update-MgGroupDriveItemRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Update-MgGroupDriveItemSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Update-MgGroupDriveItemThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Update-MgGroupDriveItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Files","Command":"Update-MgGroupDriveList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Update-MgGroupDriveListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Update-MgGroupDriveListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Update-MgGroupDriveListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Update-MgGroupDriveListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Update-MgGroupDriveListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Update-MgGroupDriveListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgGroupDriveListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgGroupDriveListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Update-MgGroupDriveListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgGroupDriveListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Update-MgGroupDriveListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Update-MgGroupDriveListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Update-MgGroupDriveRoot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Update-MgGroupDriveRootAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Update-MgGroupDriveRootAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveRootCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveRootLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Update-MgGroupDriveRootListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Update-MgGroupDriveRootListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgGroupDriveRootListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgGroupDriveRootListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Update-MgGroupDriveRootListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgGroupDriveRootListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Update-MgGroupDriveRootPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Update-MgGroupDriveRootRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Update-MgGroupDriveRootSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Update-MgGroupDriveRootThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Update-MgGroupDriveRootVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Update-MgGroupEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Update-MgGroupEventExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Update-MgGroupExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Module":"Groups","Command":"Update-MgGroupLifecyclePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Notes","Command":"Update-MgGroupOnenote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Update-MgGroupOnenoteNotebook"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgGroupOnenoteNotebookSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Update-MgGroupOnenoteNotebookSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgGroupOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgGroupOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgGroupOnenoteNotebookSectionPageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Update-MgGroupOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgGroupOnenotePageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Update-MgGroupOnenoteResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgGroupOnenoteSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Update-MgGroupOnenoteSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgGroupOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgGroupOnenoteSectionGroupSectionPageContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgGroupOnenoteSectionPageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Groups","Command":"Update-MgGroupPermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerGroup","Module":"Planner","Command":"Update-MgGroupPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Planner","Command":"Update-MgGroupPlannerPlanDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/settings/{groupSetting-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphGroupSetting","Module":"Groups","Command":"Update-MgGroupSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGroupSettingTemplate","Module":"Groups","Command":"Update-MgGroupSettingTemplateGroupSettingTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Update-MgGroupSite"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Sites","Command":"Update-MgGroupSiteAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Update-MgGroupSiteAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Sites","Command":"Update-MgGroupSiteAnalyticItemActivityStatActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Update-MgGroupSiteColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Update-MgGroupSiteContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Update-MgGroupSiteContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Update-MgGroupSiteContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgGroupSiteCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Sites","Command":"Update-MgGroupSiteGetByPathAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Sites","Command":"Update-MgGroupSiteGetByPathOnenote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Update-MgGroupSiteGetByPathTermStore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgGroupSiteLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"Update-MgGroupSiteList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Update-MgGroupSiteListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Update-MgGroupSiteListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Update-MgGroupSiteListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Update-MgGroupSiteListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgGroupSiteListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Sites","Command":"Update-MgGroupSiteListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgGroupSiteListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Sites","Command":"Update-MgGroupSiteListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgGroupSiteListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgGroupSiteListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Sites","Command":"Update-MgGroupSiteListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgGroupSiteListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgGroupSiteListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Update-MgGroupSiteListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Sites","Command":"Update-MgGroupSiteListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Sites","Command":"Update-MgGroupSiteOnenote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Sites","Command":"Update-MgGroupSiteOnenoteNotebook"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Update-MgGroupSiteOnenoteNotebookSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Update-MgGroupSiteOnenoteNotebookSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Update-MgGroupSiteOnenoteNotebookSectionGroupSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Update-MgGroupSiteOnenoteNotebookSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Sites","Command":"Update-MgGroupSiteOnenoteOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Update-MgGroupSiteOnenotePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Sites","Command":"Update-MgGroupSiteOnenoteResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Update-MgGroupSiteOnenoteSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Sites","Command":"Update-MgGroupSiteOnenoteSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Sites","Command":"Update-MgGroupSiteOnenoteSectionGroupSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Update-MgGroupSiteOnenoteSectionGroupSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenotePage","Module":"Sites","Command":"Update-MgGroupSiteOnenoteSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Update-MgGroupSiteOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"Update-MgGroupSitePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCanvasLayout","Module":"Sites","Command":"Update-MgGroupSitePageAsSitePageCanvaLayout"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Sites","Command":"Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Sites","Command":"Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVerticalSection","Module":"Sites","Command":"Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgGroupSitePageAsSitePageWebPart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgGroupSitePageCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgGroupSitePageLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"Update-MgGroupSitePermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Update-MgGroupSiteTermStore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Update-MgGroupSiteTermStoreGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Update-MgGroupSiteTermStoreGroupSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgGroupSiteTermStoreGroupSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreGroupSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Update-MgGroupSiteTermStoreGroupSetParentGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreGroupSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgGroupSiteTermStoreGroupSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgGroupSiteTermStoreGroupSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreGroupSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreGroupSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetParentGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetParentGroupSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetParentGroupSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetParentGroupSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetParentGroupSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetParentGroupSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgGroupSiteTermStoreSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Update-MgGroupTeamChannel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Update-MgGroupTeamChannelMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgGroupTeamChannelMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgGroupTeamChannelMessageHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgGroupTeamChannelMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgGroupTeamChannelMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Update-MgGroupTeamChannelSharedWithTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Update-MgGroupTeamChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Update-MgGroupTeamInstalledApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Update-MgGroupTeamMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Teams","Command":"Update-MgGroupTeamOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Update-MgGroupTeamPermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Teams","Command":"Update-MgGroupTeamPhoto"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Update-MgGroupTeamPrimaryChannel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Update-MgGroupTeamPrimaryChannelMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgGroupTeamPrimaryChannelMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgGroupTeamPrimaryChannelMessageHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgGroupTeamPrimaryChannelMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Update-MgGroupTeamPrimaryChannelSharedWithTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Update-MgGroupTeamPrimaryChannelTab"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDayNote","Module":"Teams","Command":"Update-MgGroupTeamScheduleDayNote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Teams","Command":"Update-MgGroupTeamScheduleOfferShiftRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Teams","Command":"Update-MgGroupTeamScheduleOpenShift"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Teams","Command":"Update-MgGroupTeamScheduleOpenShiftChangeRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Teams","Command":"Update-MgGroupTeamScheduleSchedulingGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShift","Module":"Teams","Command":"Update-MgGroupTeamScheduleShift"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Teams","Command":"Update-MgGroupTeamScheduleSwapShiftChangeRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Update-MgGroupTeamScheduleTimeCard"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Teams","Command":"Update-MgGroupTeamScheduleTimeOff"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Teams","Command":"Update-MgGroupTeamScheduleTimeOffReason"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Teams","Command":"Update-MgGroupTeamScheduleTimeOffRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Teams","Command":"Update-MgGroupTeamTag"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Teams","Command":"Update-MgGroupTeamTagMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationThread","Module":"Groups","Command":"Update-MgGroupThread"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Update-MgGroupThreadPostExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Groups","Command":"Update-MgGroupThreadPostInReplyToExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"Update-MgIdentityApiConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Module":"Identity.SignIns","Command":"Update-MgIdentityAuthenticationEventFlow"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Update-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Update-MgIdentityAuthenticationEventFlowIncludeApplication"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationEventListener","Module":"Identity.SignIns","Command":"Update-MgIdentityAuthenticationEventListener"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Module":"Identity.SignIns","Command":"Update-MgIdentityB2XUserFlow"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Module":"Identity.SignIns","Command":"Update-MgIdentityB2XUserFlowLanguage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Update-MgIdentityB2XUserFlowLanguageDefaultPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Update-MgIdentityB2XUserFlowLanguageOverridePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"Update-MgIdentityB2XUserFlowPostAttributeCollection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityApiConnector","Module":"Identity.SignIns","Command":"Update-MgIdentityB2XUserFlowPostFederationSignup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Module":"Identity.SignIns","Command":"Update-MgIdentityB2XUserFlowUserAttributeAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Module":"Identity.SignIns","Command":"Update-MgIdentityConditionalAccessAuthenticationContextClassReference"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/namedLocations/{namedLocation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNamedLocation","Module":"Identity.SignIns","Command":"Update-MgIdentityConditionalAccessNamedLocation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConditionalAccessPolicy","Module":"Identity.SignIns","Command":"Update-MgIdentityConditionalAccessPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Module":"Identity.SignIns","Command":"Update-MgIdentityCustomAuthenticationExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstance","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewReviewer","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewStage","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGovernanceInsight","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAccessReviewHistoryDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppConsentRequest","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAppConsentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserConsentRequest","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflow"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/settings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityGovernanceTask","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowVersionTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessRoot","Module":"Identity.Governance","Command":"Update-MgIdentityGovernancePrivilegedAccess"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroup","Module":"Identity.Governance","Command":"Update-MgIdentityGovernancePrivilegedAccessGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApproval","Module":"Identity.Governance","Command":"Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphApprovalStage","Module":"Identity.Governance","Command":"Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Module":"Identity.Governance","Command":"Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Module":"Identity.Governance","Command":"Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreement","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceTermsOfUseAgreement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphAgreementAcceptance","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFile","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceTermsOfUseAgreementFile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileLocalization","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAgreementFileVersion","Module":"Identity.Governance","Command":"Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityProviderBase","Module":"Identity.SignIns","Command":"Update-MgIdentityProvider"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Module":"Identity.SignIns","Command":"Update-MgIdentityUserFlowAttribute"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphInformationProtection","Module":"Identity.SignIns","Command":"Update-MgInformationProtection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentRequest","Module":"Identity.SignIns","Command":"Update-MgInformationProtectionThreatAssessmentRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThreatAssessmentResult","Module":"Identity.SignIns","Command":"Update-MgInformationProtectionThreatAssessmentRequestResult"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/invitations/invitedUser/mailboxSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Identity.SignIns","Command":"Update-MgInvitationInvitedUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Module":"Identity.SignIns","Command":"Update-MgOauth2PermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOrganization","Module":"Identity.DirectoryManagement","Command":"Update-MgOrganization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOrganizationalBranding","Module":"Identity.DirectoryManagement","Command":"Update-MgOrganizationBranding"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Module":"Identity.DirectoryManagement","Command":"Update-MgOrganizationBrandingLocalization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.DirectoryManagement","Command":"Update-MgOrganizationExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Place.ReadWrite.All","Description":"Read and write organization places","FullDescription":"Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/places/{place-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlace","Module":"Calendar","Command":"Update-MgPlace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRoom","Module":"Calendar","Command":"Update-MgPlaceAsRoomListRoom"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/planner","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPlanner","Module":"Planner","Command":"Update-MgPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucket","Module":"Planner","Command":"Update-MgPlannerBucket"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlan","Module":"Planner","Command":"Update-MgPlannerPlan"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerPlanDetails","Module":"Planner","Command":"Update-MgPlannerPlanDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTask","Module":"Planner","Command":"Update-MgPlannerTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Module":"Planner","Command":"Update-MgPlannerTaskAssignedToTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Module":"Planner","Command":"Update-MgPlannerTaskBucketTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerTaskDetails","Module":"Planner","Command":"Update-MgPlannerTaskDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Module":"Planner","Command":"Update-MgPlannerTaskProgressTaskBoardFormat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyActivityBasedTimeoutPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/adminConsentRequestPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAdminConsentRequestPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyAdminConsentRequestPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppManagementPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyAppManagementPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":"Read and write your authentication flow policies","FullDescription":"Allows the app to read and write the authentication flow policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationFlowsPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationFlowsPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyAuthenticationFlowPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationMethodsPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAuthenticationMethodsPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyAuthenticationMethodPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Module":"Identity.SignIns","Command":"Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyAuthenticationStrengthPolicy"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUpdateAllowedCombinationsResult","Module":"Identity.SignIns","Command":"Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Module":"Identity.SignIns","Command":"Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/authorizationPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphAuthorizationPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyAuthorizationPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphClaimsMappingPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyClaimMappingPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyCrossTenantAccessPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault","Module":"Identity.SignIns","Command":"Update-MgPolicyCrossTenantAccessPolicyDefault"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Module":"Identity.SignIns","Command":"Update-MgPolicyCrossTenantAccessPolicyPartner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPolicyTemplate","Module":"Identity.SignIns","Command":"Update-MgPolicyCrossTenantAccessPolicyTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate","Module":"Identity.SignIns","Command":"Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate","Module":"Identity.SignIns","Command":"Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/defaultAppManagementPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphTenantAppManagementPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyDefaultAppManagementPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyFeatureRolloutPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyHomeRealmDiscoveryPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":"Read and write your organization's security defaults policy","FullDescription":"Allows the app to read and write your organization's security defaults policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyPermissionGrantPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Identity.SignIns","Command":"Update-MgPolicyPermissionGrantPolicyExclude"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Module":"Identity.SignIns","Command":"Update-MgPolicyPermissionGrantPolicyInclude"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyRoleManagementPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Module":"Identity.SignIns","Command":"Update-MgPolicyRoleManagementPolicyAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Identity.SignIns","Command":"Update-MgPolicyRoleManagementPolicyEffectiveRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Module":"Identity.SignIns","Command":"Update-MgPolicyRoleManagementPolicyRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTokenIssuancePolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyTokenIssuancePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTokenLifetimePolicy","Module":"Identity.SignIns","Command":"Update-MgPolicyTokenLifetimePolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPrint","Module":"Devices.CloudPrint","Command":"Update-MgPrint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/connectors/{printConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintConnector","Module":"Devices.CloudPrint","Command":"Update-MgPrintConnector"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/operations/{printOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintOperation","Module":"Devices.CloudPrint","Command":"Update-MgPrintOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrinter","Module":"Devices.CloudPrint","Command":"Update-MgPrintPrinter"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Devices.CloudPrint","Command":"Update-MgPrintPrinterJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Devices.CloudPrint","Command":"Update-MgPrintPrinterJobDocument"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"Update-MgPrintPrinterJobTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTaskTrigger","Module":"Devices.CloudPrint","Command":"Update-MgPrintPrinterTaskTrigger"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/services/{printService-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintService","Module":"Devices.CloudPrint","Command":"Update-MgPrintService"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintServiceEndpoint","Module":"Devices.CloudPrint","Command":"Update-MgPrintServiceEndpoint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrinterShare","Module":"Devices.CloudPrint","Command":"Update-MgPrintShare"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Devices.CloudPrint","Command":"Update-MgPrintShareAllowedUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintJob","Module":"Devices.CloudPrint","Command":"Update-MgPrintShareJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintDocument","Module":"Devices.CloudPrint","Command":"Update-MgPrintShareJobDocument"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"Update-MgPrintShareJobTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTaskDefinition","Module":"Devices.CloudPrint","Command":"Update-MgPrintTaskDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPrintTask","Module":"Devices.CloudPrint","Command":"Update-MgPrintTaskDefinitionTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Compliance","Command":"Update-MgPrivacySubjectRightsRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Compliance","Command":"Update-MgPrivacySubjectRightsRequestApproverMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Compliance","Command":"Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Compliance","Command":"Update-MgPrivacySubjectRightsRequestNote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserRegistrationDetails","Module":"Reports","Command":"Update-MgReportAuthenticationMethodUserRegistrationDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPartnersBilling","Module":"Reports","Command":"Update-MgReportPartnerBilling"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingManifest","Module":"Reports","Command":"Update-MgReportPartnerBillingManifest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingOperation","Module":"Reports","Command":"Update-MgReportPartnerBillingOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingReconciliation","Module":"Reports","Command":"Update-MgReportPartnerBillingReconciliation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Reports","Command":"Update-MgReportPartnerBillingReconciliationBilled"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Reports","Command":"Update-MgReportPartnerBillingReconciliationUnbilled"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphPartnersBillingAzureUsage","Module":"Reports","Command":"Update-MgReportPartnerBillingUsage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage/billed","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Reports","Command":"Update-MgReportPartnerBillingUsageBilled"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/reports/partners/billing/usage/unbilled","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Reports","Command":"Update-MgReportPartnerBillingUsageUnbilled"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskDetection","Module":"Identity.SignIns","Command":"Update-MgRiskDetection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyServicePrincipal","Module":"Identity.SignIns","Command":"Update-MgRiskyServicePrincipal"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Module":"Identity.SignIns","Command":"Update-MgRiskyServicePrincipalHistory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyUser","Module":"Identity.SignIns","Command":"Update-MgRiskyUser"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Module":"Identity.SignIns","Command":"Update-MgRiskyUserHistory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphRoleManagement","Module":"DeviceManagement.Enrollment","Command":"Update-MgRoleManagement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryResourceNamespace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryResourceNamespaceResourceAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryRoleAssignmentSchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryRoleEligibilitySchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphRbacApplication","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagement"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementResourceNamespace"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppScope","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementRoleDefinition"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Module":"Identity.Governance","Command":"Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchemaExtension","Module":"SchemaExtensions","Command":"Update-MgSchemaExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/acronyms/{acronym-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSearchAcronym","Module":"Search","Command":"Update-MgSearchAcronym"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/bookmarks/{bookmark-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSearchBookmark","Module":"Search","Command":"Update-MgSearchBookmark"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/search","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSearchEntity","Module":"Search","Command":"Update-MgSearchEntity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/search/qnas/{qna-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSearchQna","Module":"Search","Command":"Update-MgSearchQna"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/alerts/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAlert","Module":"Security","Command":"Update-MgSecurityAlert"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/alerts_v2/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityAlert","Module":"Security","Command":"Update-MgSecurityAlertV2"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSimulationAutomation","Module":"Security","Command":"Update-MgSecurityAttackSimulationAutomation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSimulationAutomationRun","Module":"Security","Command":"Update-MgSecurityAttackSimulationAutomationRun"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndUserNotification","Module":"Security","Command":"Update-MgSecurityAttackSimulationEndUserNotification"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndUserNotificationDetail","Module":"Security","Command":"Update-MgSecurityAttackSimulationEndUserNotificationDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLandingPage","Module":"Security","Command":"Update-MgSecurityAttackSimulationLandingPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLandingPageDetail","Module":"Security","Command":"Update-MgSecurityAttackSimulationLandingPageDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLoginPage","Module":"Security","Command":"Update-MgSecurityAttackSimulationLoginPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttackSimulationOperation","Module":"Security","Command":"Update-MgSecurityAttackSimulationOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPayload","Module":"Security","Command":"Update-MgSecurityAttackSimulationPayload"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTraining","Module":"Security","Command":"Update-MgSecurityAttackSimulationTraining"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrainingLanguageDetail","Module":"Security","Command":"Update-MgSecurityAttackSimulationTrainingLanguageDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityCasesRoot","Module":"Security","Command":"Update-MgSecurityCase"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCase"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseCustodian"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex","Variants":["Update","UpdateViaIdentity"],"OutputType":null,"Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseCustodianIndex"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySiteSource","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityUserSource","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex","Variants":["Update","UpdateViaIdentity"],"OutputType":null,"Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityCaseOperation","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseReviewSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseSearch"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDataSource","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseSettings","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Module":"Security","Command":"Update-MgSecurityCaseEdiscoveryCaseTag"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphTenantDataSecurityAndGovernance","Module":"Security","Command":"Update-MgSecurityDataSecurityAndGovernance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Update","UpdateExpanded"],"OutputType":null,"Module":"Security","Command":"Update-MgSecurityDataSecurityAndGovernanceProtectionScope"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Security","Command":"Update-MgSecurityDataSecurityAndGovernanceSensitivityLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSensitivityLabel","Module":"Security","Command":"Update-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/identities","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityIdentityContainer","Module":"Security","Command":"Update-MgSecurityIdentity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHealthIssue","Module":"Security","Command":"Update-MgSecurityIdentityHealthIssue"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/identities/sensors/{sensor-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySensor","Module":"Security","Command":"Update-MgSecurityIdentitySensor"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/incidents/{incident-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityIncident","Module":"Security","Command":"Update-MgSecurityIncident"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityLabelsRoot","Module":"Security","Command":"Update-MgSecurityLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Module":"Security","Command":"Update-MgSecurityLabelAuthority"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Module":"Security","Command":"Update-MgSecurityLabelCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Module":"Security","Command":"Update-MgSecurityLabelCategorySubcategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityCitationTemplate","Module":"Security","Command":"Update-MgSecurityLabelCitation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Module":"Security","Command":"Update-MgSecurityLabelDepartment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Module":"Security","Command":"Update-MgSecurityLabelFilePlanReference"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionLabel","Module":"Security","Command":"Update-MgSecurityLabelRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityFilePlanDescriptor","Module":"Security","Command":"Update-MgSecurityLabelRetentionLabelDescriptor"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Module":"Security","Command":"Update-MgSecurityLabelRetentionLabelDispositionReviewStage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/secureScores/{secureScore-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecureScore","Module":"Security","Command":"Update-MgSecuritySecureScore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecureScoreControlProfile","Module":"Security","Command":"Update-MgSecuritySecureScoreControlProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubjectRightsRequest","Module":"Security","Command":"Update-MgSecuritySubjectRightsRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Security","Command":"Update-MgSecuritySubjectRightsRequestApproverMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Security","Command":"Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAuthoredNote","Module":"Security","Command":"Update-MgSecuritySubjectRightsRequestNote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityThreatIntelligence","Module":"Security","Command":"Update-MgSecurityThreatIntelligence"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityArticle","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceArticle"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityArticleIndicator","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceArticleIndicator"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHost","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceHost"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostComponent","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceHostComponent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostCookie","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceHostCookie"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostPair","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceHostPair"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostPort","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceHostPort"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostReputation","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceHostReputation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceHostSslCertificate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityHostTracker","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceHostTracker"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceIntelProfile"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Module":"Security","Command":"Update-MgSecurityThreatIntelligencePassiveDnsRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceProfileIndicator"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySslCertificate","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceSslCertificate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecuritySubdomain","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceSubdomain"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityVulnerability","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceVulnerability"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceVulnerabilityComponent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceWhoisHistoryRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityWhoisRecord","Module":"Security","Command":"Update-MgSecurityThreatIntelligenceWhoisRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggers","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityTriggersRoot","Module":"Security","Command":"Update-MgSecurityTrigger"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionEvent","Module":"Security","Command":"Update-MgSecurityTriggerRetentionEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggerTypes","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphSecurityTriggerTypesRoot","Module":"Security","Command":"Update-MgSecurityTriggerType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSecurityRetentionEventType","Module":"Security","Command":"Update-MgSecurityTriggerTypeRetentionEventType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Update-MgServicePrincipal"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Update-MgServicePrincipalAppRoleAssignedTo"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Update-MgServicePrincipalAppRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals(appId='{appId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipal","Module":"Applications","Command":"Update-MgServicePrincipalByAppId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Module":"Applications","Command":"Update-MgServicePrincipalDelegatedPermissionClassification"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEndpoint","Module":"Applications","Command":"Update-MgServicePrincipalEndpoint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRemoteDesktopSecurityConfiguration","Module":"Applications","Command":"Update-MgServicePrincipalRemoteDesktopSecurityConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTargetDeviceGroup","Module":"Applications","Command":"Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Module":"Identity.SignIns","Command":"Update-MgServicePrincipalRiskDetection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationJob","Module":"Applications","Command":"Update-MgServicePrincipalSynchronizationJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Applications","Command":"Update-MgServicePrincipalSynchronizationJobBulkUpload"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Applications","Command":"Update-MgServicePrincipalSynchronizationJobSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Update-MgServicePrincipalSynchronizationJobSchemaDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationTemplate","Module":"Applications","Command":"Update-MgServicePrincipalSynchronizationTemplate"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSynchronizationSchema","Module":"Applications","Command":"Update-MgServicePrincipalSynchronizationTemplateSchema"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDirectoryDefinition","Module":"Applications","Command":"Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgShareCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgShareLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Files","Command":"Update-MgShareList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Update-MgShareListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Update-MgShareListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Update-MgShareListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Update-MgShareListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgShareListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Update-MgShareListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgShareListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Update-MgShareListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Files","Command":"Update-MgShareListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Files","Command":"Update-MgShareListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgShareListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Update-MgShareListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":null,"Module":"Files","Command":"Update-MgShareListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgShareListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Update-MgShareListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Update-MgShareListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Update-MgSharePermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/shares/{sharedDriveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedDriveItem","Module":"Files","Command":"Update-MgShareSharedDriveItemSharedDriveItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSite","Module":"Sites","Command":"Update-MgSite"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Sites","Command":"Update-MgSiteAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Sites","Command":"Update-MgSiteAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivity","Module":"Sites","Command":"Update-MgSiteAnalyticItemActivityStatActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Update-MgSiteColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Update-MgSiteContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Update-MgSiteContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Update-MgSiteContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Sites","Command":"Update-MgSiteGetByPathAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Notes","Command":"Update-MgSiteGetByPathOnenote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Update-MgSiteGetByPathTermStore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Sites","Command":"Update-MgSiteList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Update-MgSiteListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Sites","Command":"Update-MgSiteListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Sites","Command":"Update-MgSiteListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Sites","Command":"Update-MgSiteListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgSiteListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Sites","Command":"Update-MgSiteListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgSiteListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Sites","Command":"Update-MgSiteListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgSiteListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgSiteListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgSiteListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Sites","Command":"Update-MgSiteListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgSiteListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgSiteListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Update-MgSiteListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Sites","Command":"Update-MgSiteListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Notes","Command":"Update-MgSiteOnenoteContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Update-MgSiteOnenoteNotebookContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgSiteOnenoteNotebookSectionContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Update-MgSiteOnenoteNotebookSectionGroupContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgSiteOnenoteNotebookSectionGroupSectionContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgSiteOnenoteNotebookSectionPageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Update-MgSiteOnenoteOperationContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgSiteOnenotePageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Update-MgSiteOnenoteResourceContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgSiteOnenoteSectionContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Update-MgSiteOnenoteSectionGroupContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgSiteOnenoteSectionGroupSectionContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgSiteOnenoteSectionGroupSectionPageContent"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgSiteOnenoteSectionPageContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Sites","Command":"Update-MgSiteOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphBaseSitePage","Module":"Sites","Command":"Update-MgSitePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCanvasLayout","Module":"Sites","Command":"Update-MgSitePageAsSitePageCanvaLayout"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSection","Module":"Sites","Command":"Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphHorizontalSectionColumn","Module":"Sites","Command":"Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVerticalSection","Module":"Sites","Command":"Update-MgSitePageAsSitePageCanvaLayoutVerticalSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgSitePageAsSitePageCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Sites","Command":"Update-MgSitePageAsSitePageWebPart"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgSitePageCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Sites","Command":"Update-MgSitePageLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Sites","Command":"Update-MgSitePermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStore","Module":"Sites","Command":"Update-MgSiteTermStore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Update-MgSiteTermStoreGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Update-MgSiteTermStoreGroupSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgSiteTermStoreGroupSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreGroupSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Update-MgSiteTermStoreGroupSetParentGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreGroupSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgSiteTermStoreGroupSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgSiteTermStoreGroupSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreGroupSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreGroupSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Update-MgSiteTermStoreSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgSiteTermStoreSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreGroup","Module":"Sites","Command":"Update-MgSiteTermStoreSetParentGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreSet","Module":"Sites","Command":"Update-MgSiteTermStoreSetParentGroupSet"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgSiteTermStoreSetParentGroupSetChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreSetParentGroupSetChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreSetParentGroupSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgSiteTermStoreSetParentGroupSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgSiteTermStoreSetParentGroupSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreSetParentGroupSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreSetParentGroupSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreSetRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgSiteTermStoreSetTerm"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreTerm","Module":"Sites","Command":"Update-MgSiteTermStoreSetTermChild"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreSetTermChildRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphTermStoreRelation","Module":"Sites","Command":"Update-MgSiteTermStoreSetTermRelation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphBackupRestoreRoot","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestore"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionRule","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreDriveInclusionRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionUnit","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreDriveProtectionUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreExchangeProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphExchangeRestoreSession","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreExchangeRestoreSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionRule","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreMailboxInclusionRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionUnit","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreMailboxProtectionUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveRestoreArtifact","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRestorePoint","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestorePoint"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProtectionPolicyBase","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServiceApp","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreServiceApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRestoreSessionBase","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreSharePointProtectionPolicy"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharePointRestoreSession","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreSharePointRestoreSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteRestoreArtifact","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionRule","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreSiteInclusionRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionUnit","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreSiteProtectionUnit"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Module":"BackupRestore","Command":"Update-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscribedSku","Module":"Identity.DirectoryManagement","Command":"Update-MgSubscribedSku"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"ChangeNotifications","Command":"Update-MgSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeam","Module":"Teams","Command":"Update-MgTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Update-MgTeamChannel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Update-MgTeamChannelMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgTeamChannelMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgTeamChannelMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgTeamChannelMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Update-MgTeamChannelSharedWithTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Update-MgTeamChannelTab"},{"Method":"POST","CommandAlias":null,"Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Update-MgTeamInstalledApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Update-MgTeamMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsAsyncOperation","Module":"Teams","Command":"Update-MgTeamOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Update-MgTeamPermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"Teams","Command":"Update-MgTeamPhoto"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Update-MgTeamPrimaryChannel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Update-MgTeamPrimaryChannelMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgTeamPrimaryChannelMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgTeamPrimaryChannelMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgTeamPrimaryChannelMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Update-MgTeamPrimaryChannelSharedWithTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Update-MgTeamPrimaryChannelTab"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDayNote","Module":"Teams","Command":"Update-MgTeamScheduleDayNote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOfferShiftRequest","Module":"Teams","Command":"Update-MgTeamScheduleOfferShiftRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShift","Module":"Teams","Command":"Update-MgTeamScheduleOpenShift"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Module":"Teams","Command":"Update-MgTeamScheduleOpenShiftChangeRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSchedulingGroup","Module":"Teams","Command":"Update-MgTeamScheduleSchedulingGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShift","Module":"Teams","Command":"Update-MgTeamScheduleShift"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Module":"Teams","Command":"Update-MgTeamScheduleSwapShiftChangeRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeCard","Module":"Teams","Command":"Update-MgTeamScheduleTimeCard"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOff","Module":"Teams","Command":"Update-MgTeamScheduleTimeOff"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffReason","Module":"Teams","Command":"Update-MgTeamScheduleTimeOffReason"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTimeOffRequest","Module":"Teams","Command":"Update-MgTeamScheduleTimeOffRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTag","Module":"Teams","Command":"Update-MgTeamTag"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamworkTagMember","Module":"Teams","Command":"Update-MgTeamTagMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphTeamwork","Module":"Teams","Command":"Update-MgTeamwork"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Update-MgTeamworkDeletedChat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeletedTeam","Module":"Teams","Command":"Update-MgTeamworkDeletedTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChannel","Module":"Teams","Command":"Update-MgTeamworkDeletedTeamChannel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Update-MgTeamworkDeletedTeamChannelMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgTeamworkDeletedTeamChannelMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgTeamworkDeletedTeamChannelMessageHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgTeamworkDeletedTeamChannelMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Module":"Teams","Command":"Update-MgTeamworkDeletedTeamChannelSharedWithTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Update-MgTeamworkDeletedTeamChannelTab"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/teamsAppSettings","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphTeamsAppSettings","Module":"Teams","Command":"Update-MgTeamworkTeamAppSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWorkforceIntegration","Module":"Teams","Command":"Update-MgTeamworkWorkforceIntegration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Module":"Identity.Partner","Command":"Update-MgTenantRelationshipDelegatedAdminCustomer"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Module":"Identity.Partner","Command":"Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Module":"Identity.Partner","Command":"Update-MgTenantRelationshipDelegatedAdminRelationship"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Module":"Identity.Partner","Command":"Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Module":"Identity.Partner","Command":"Update-MgTenantRelationshipDelegatedAdminRelationshipOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Module":"Identity.Partner","Command":"Update-MgTenantRelationshipDelegatedAdminRelationshipRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/multiTenantOrganization","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganization","Module":"Identity.SignIns","Command":"Update-MgTenantRelationshipMultiTenantOrganization"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/tenantRelationships/multiTenantOrganization/joinRequest","Variants":["Update","UpdateExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord","Module":"Identity.SignIns","Command":"Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Module":"Identity.SignIns","Command":"Update-MgTenantRelationshipMultiTenantOrganizationTenant"},{"Method":"PATCH","CommandAlias":"Set-MgUser","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-Mail.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-PasswordProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-Phone.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.EnableDisableAccount.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ManageIdentities.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-Mail.ReadWrite.All","Description":"Update other mails property for all users","FullDescription":"Allows the app to Update other mails property for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-PasswordProfile.ReadWrite.All","Description":"Update password profile property and reset password for all users","FullDescription":"Allows the app to update password profile property and reset password for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-Phone.ReadWrite.All","Description":"Update business phones and mobile phone properties for all users","FullDescription":"Allows the app to update business phones and mobile phone properties for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.EnableDisableAccount.All","Description":"Enable and disable user accounts","FullDescription":"Allows the app to enable and disable users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ManageIdentities.All","Description":"Manage user identities","FullDescription":"Allows the app to read, update and delete identities that are associated with a user's account that you have access to. This controls the identities users can sign-in with.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUser","Module":"Users","Command":"Update-MgUser"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserActivity","Module":"CrossDeviceExperiences","Command":"Update-MgUserActivity"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphActivityHistoryItem","Module":"CrossDeviceExperiences","Command":"Update-MgUserActivityHistoryItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAppRoleAssignment","Module":"Applications","Command":"Update-MgUserAppRoleAssignment"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Module":"Identity.SignIns","Command":"Update-MgUserAuthenticationEmailMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Identity.SignIns","Command":"Update-MgUserAuthenticationMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLongRunningOperation","Module":"Identity.SignIns","Command":"Update-MgUserAuthenticationOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Module":"Identity.SignIns","Command":"Update-MgUserAuthenticationPhoneMethod"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUser","Module":"Users","Command":"Update-MgUserByUserPrincipalName"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCalendarGroup","Module":"Calendar","Command":"Update-MgUserCalendarGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"OutputType":"IMicrosoftGraphCalendarPermission","Module":"Calendar","Command":"Update-MgUserCalendarPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChat","Module":"Teams","Command":"Update-MgUserChat"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"OutputType":null,"Module":"Teams","Command":"Update-MgUserChatInstalledApp"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageInfo","Module":"Teams","Command":"Update-MgUserChatLastMessagePreview"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphConversationMember","Module":"Teams","Command":"Update-MgUserChatMember"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgUserChatMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgUserChatMessageHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessage","Module":"Teams","Command":"Update-MgUserChatMessageReply"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChatMessageHostedContent","Module":"Teams","Command":"Update-MgUserChatMessageReplyHostedContent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Module":"Teams","Command":"Update-MgUserChatPermissionGrant"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Module":"Teams","Command":"Update-MgUserChatPinnedMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTeamsTab","Module":"Teams","Command":"Update-MgUserChatTab"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Update-MgUserContact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"PersonalContacts","Command":"Update-MgUserContactExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContactFolder","Module":"PersonalContacts","Command":"Update-MgUserContactFolder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContactFolder","Module":"PersonalContacts","Command":"Update-MgUserContactFolderChildFolder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Update-MgUserContactFolderChildFolderContact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"PersonalContacts","Command":"Update-MgUserContactFolderChildFolderContactExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"PersonalContacts","Command":"Update-MgUserContactFolderChildFolderContactPhoto"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContact","Module":"PersonalContacts","Command":"Update-MgUserContactFolderContact"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"PersonalContacts","Command":"Update-MgUserContactFolderContactExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"PersonalContacts","Command":"Update-MgUserContactFolderContactPhoto"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphProfilePhoto","Module":"PersonalContacts","Command":"Update-MgUserContactPhoto"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Module":"Devices.CorporateManagement","Command":"Update-MgUserDeviceManagementTroubleshootingEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDrive","Module":"Files","Command":"Update-MgUserDrive"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Update-MgUserDriveItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Update-MgUserDriveItemAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Update-MgUserDriveItemAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Update-MgUserDriveItemListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveItemListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Update-MgUserDriveItemListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgUserDriveItemListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgUserDriveItemListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Update-MgUserDriveItemListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgUserDriveItemListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Update-MgUserDriveItemPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Update-MgUserDriveItemRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Update-MgUserDriveItemSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Update-MgUserDriveItemThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Update-MgUserDriveItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphList","Module":"Files","Command":"Update-MgUserDriveList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Update-MgUserDriveListColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphContentType","Module":"Files","Command":"Update-MgUserDriveListContentType"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnDefinition","Module":"Files","Command":"Update-MgUserDriveListContentTypeColumn"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphColumnLink","Module":"Files","Command":"Update-MgUserDriveListContentTypeColumnLink"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveListCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Update-MgUserDriveListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Update-MgUserDriveListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgUserDriveListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgUserDriveListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Update-MgUserDriveListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgUserDriveListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveListLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphRichLongRunningOperation","Module":"Files","Command":"Update-MgUserDriveListOperation"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Update-MgUserDriveListSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItem","Module":"Files","Command":"Update-MgUserDriveRoot"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemAnalytics","Module":"Files","Command":"Update-MgUserDriveRootAnalytic"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemActivityStat","Module":"Files","Command":"Update-MgUserDriveRootAnalyticItemActivityStat"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveRootCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveRootLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItem","Module":"Files","Command":"Update-MgUserDriveRootListItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveRootListItemCreatedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDocumentSetVersion","Module":"Files","Command":"Update-MgUserDriveRootListItemDocumentSetVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgUserDriveRootListItemDocumentSetVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgUserDriveRootListItemField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Files","Command":"Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphListItemVersion","Module":"Files","Command":"Update-MgUserDriveRootListItemVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Files","Command":"Update-MgUserDriveRootListItemVersionField"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPermission","Module":"Files","Command":"Update-MgUserDriveRootPermission"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemRetentionLabel","Module":"Files","Command":"Update-MgUserDriveRootRetentionLabel"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSubscription","Module":"Files","Command":"Update-MgUserDriveRootSubscription"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphThumbnailSet","Module":"Files","Command":"Update-MgUserDriveRootThumbnail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDriveItemVersion","Module":"Files","Command":"Update-MgUserDriveRootVersion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphEvent","Module":"Calendar","Command":"Update-MgUserEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Calendar","Command":"Update-MgUserEventExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Users","Command":"Update-MgUserExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/inferenceClassification","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInferenceClassification","Module":"Mail","Command":"Update-MgUserInferenceClassification"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphInferenceClassificationOverride","Module":"Mail","Command":"Update-MgUserInferenceClassificationOverride"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphItemInsights","Module":"Users","Command":"Update-MgUserInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSharedInsight","Module":"Users","Command":"Update-MgUserInsightShared"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTrending","Module":"Users","Command":"Update-MgUserInsightTrending"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUsedInsight","Module":"Users","Command":"Update-MgUserInsightUsed"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLicenseDetails","Module":"Users","Command":"Update-MgUserLicenseDetail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailboxSettings","Module":"Users","Command":"Update-MgUserMailboxSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Update-MgUserMailFolder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMailFolder","Module":"Mail","Command":"Update-MgUserMailFolderChildFolder"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Update-MgUserMailFolderChildFolderMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"Update-MgUserMailFolderChildFolderMessageExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Mail","Command":"Update-MgUserMailFolderChildFolderMessageRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Update-MgUserMailFolderMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"Update-MgUserMailFolderMessageExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessageRule","Module":"Mail","Command":"Update-MgUserMailFolderMessageRule"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphManagedDevice","Module":"Devices.CorporateManagement","Command":"Update-MgUserManagedDevice"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCategory","Module":"Devices.CorporateManagement","Command":"Update-MgUserManagedDeviceCategory"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Module":"Devices.CorporateManagement","Command":"Update-MgUserManagedDeviceCompliancePolicyState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceConfigurationState","Module":"Devices.CorporateManagement","Command":"Update-MgUserManagedDeviceConfigurationState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Module":"Devices.CorporateManagement","Command":"Update-MgUserManagedDeviceLogCollectionResponse"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Devices.CorporateManagement","Command":"Update-MgUserManagedDeviceWindowsDeviceAccount"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsProtectionState","Module":"Devices.CorporateManagement","Command":"Update-MgUserManagedDeviceWindowsProtectionState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Module":"Devices.CorporateManagement","Command":"Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMessage","Module":"Mail","Command":"Update-MgUserMessage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Mail","Command":"Update-MgUserMessageExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenote","Module":"Notes","Command":"Update-MgUserOnenote"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphNotebook","Module":"Notes","Command":"Update-MgUserOnenoteNotebook"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgUserOnenoteNotebookSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Update-MgUserOnenoteNotebookSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgUserOnenoteNotebookSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgUserOnenoteNotebookSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgUserOnenoteNotebookSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteOperation","Module":"Notes","Command":"Update-MgUserOnenoteOperation"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgUserOnenotePage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteResource","Module":"Notes","Command":"Update-MgUserOnenoteResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgUserOnenoteSection"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphSectionGroup","Module":"Notes","Command":"Update-MgUserOnenoteSectionGroup"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnenoteSection","Module":"Notes","Command":"Update-MgUserOnenoteSectionGroupSection"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgUserOnenoteSectionGroupSectionPage"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"OutputType":null,"Module":"Notes","Command":"Update-MgUserOnenoteSectionPage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOnlineMeeting","Module":"CloudCommunications","Command":"Update-MgUserOnlineMeeting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"CloudCommunications","Command":"Update-MgUserOnlineMeetingAttendanceReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"CloudCommunications","Command":"Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallRecording","Module":"CloudCommunications","Command":"Update-MgUserOnlineMeetingRecording"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphCallTranscript","Module":"CloudCommunications","Command":"Update-MgUserOnlineMeetingTranscript"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphOutlookCategory","Module":"Users","Command":"Update-MgUserOutlookMasterCategory"},{"Method":"POST","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/changePassword","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"OutputType":null,"Module":"Users.Actions","Command":"Update-MgUserPassword"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPlannerUser","Module":"Planner","Command":"Update-MgUserPlanner"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/presence","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphPresence","Module":"CloudCommunications","Command":"Update-MgUserPresence"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphScopedRoleMembership","Module":"Identity.DirectoryManagement","Command":"Update-MgUserScopedRoleMemberOf"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserSettings","Module":"Users","Command":"Update-MgUserSetting"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/itemInsights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserInsightsSettings","Module":"Users","Command":"Update-MgUserSettingItemInsight"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserShiftPreferences.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphShiftPreferences","Module":"Users","Command":"Update-MgUserSettingShiftPreference"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserStorage","Module":"Users","Command":"Update-MgUserSettingStorage"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage/quota","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUnifiedStorageQuota","Module":"Users","Command":"Update-MgUserSettingStorageQuota"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Module":"Users","Command":"Update-MgUserSettingStorageQuotaService"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsSetting","Module":"Users","Command":"Update-MgUserSettingWindows"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphWindowsSettingInstance","Module":"Users","Command":"Update-MgUserSettingWindowsInstance"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphUserTeamwork","Module":"Teams","Command":"Update-MgUserTeamwork"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAssociatedTeamInfo","Module":"Teams","Command":"Update-MgUserTeamworkAssociatedTeam"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTodoTaskList","Module":"Users","Command":"Update-MgUserTodoList"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Users","Command":"Update-MgUserTodoListExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphTodoTask","Module":"Users","Command":"Update-MgUserTodoListTask"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttachmentSession","Module":"Users","Command":"Update-MgUserTodoListTaskAttachmentSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphChecklistItem","Module":"Users","Command":"Update-MgUserTodoListTaskChecklistItem"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":null,"Module":"Users","Command":"Update-MgUserTodoListTaskExtension"},{"Method":"PATCH","CommandAlias":null,"Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphLinkedResource","Module":"Users","Command":"Update-MgUserTodoListTaskLinkedResource"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEvent","Module":"Bookings","Command":"Update-MgVirtualEvent"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"Update-MgVirtualEventPresenter"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Update-MgVirtualEventSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"Update-MgVirtualEventSessionAttendanceReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"Update-MgVirtualEventSessionAttendanceReportAttendanceRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventTownhall","Module":"Bookings","Command":"Update-MgVirtualEventTownhall"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"Update-MgVirtualEventTownhallPresenter"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Update-MgVirtualEventTownhallSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"Update-MgVirtualEventTownhallSessionAttendanceReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventWebinar","Module":"Bookings","Command":"Update-MgVirtualEventWebinar"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-1.0","ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventPresenter","Module":"Bookings","Command":"Update-MgVirtualEventWebinarPresenter"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Bookings","Command":"Update-MgVirtualEventWebinarRegistration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Bookings","Command":"Update-MgVirtualEventWebinarRegistrationByEmail"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistration","Module":"Bookings","Command":"Update-MgVirtualEventWebinarRegistrationByUserId"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration","Module":"Bookings","Command":"Update-MgVirtualEventWebinarRegistrationConfiguration"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Module":"Bookings","Command":"Update-MgVirtualEventWebinarRegistrationConfigurationQuestion"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphVirtualEventSession","Module":"Bookings","Command":"Update-MgVirtualEventWebinarSession"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphMeetingAttendanceReport","Module":"Bookings","Command":"Update-MgVirtualEventWebinarSessionAttendanceReport"},{"Method":"PATCH","CommandAlias":null,"Permissions":[],"ApiReferenceLink":null,"ApiVersion":"v1.0","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"OutputType":"IMicrosoftGraphAttendanceRecord","Module":"Bookings","Command":"Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord"},{"Command":"Connect-MgGraph","Method":"POST","Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Object","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/connect-mggraph?view=graph-powershell-1.0","Uri":null},{"Command":"Add-MgEnvironment","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.Models.GraphEnvironment","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/add-mgenvironment?view=graph-powershell-1.0","Uri":null},{"Command":"Get-MgEnvironment","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.Models.GraphEnvironment","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgenvironment?view=graph-powershell-1.0","Uri":null},{"Command":"Remove-MgEnvironment","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Object","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/remove-mgenvironment?view=graph-powershell-1.0","Uri":null},{"Command":"Set-MgEnvironment","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Object","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mgenvironment?view=graph-powershell-1.0","Uri":null},{"Command":"Disconnect-MgGraph","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.IAuthContext","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/disconnect-mggraph?view=graph-powershell-1.0","Uri":null},{"Command":"Find-MgGraphCommand","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.Models.IGraphCommand","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/find-mggraphcommand?view=graph-powershell-1.0","Uri":null},{"Command":"Find-MgGraphPermission","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Array","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/find-mggraphpermission?view=graph-powershell-1.0","Uri":null},{"Command":"Get-MgContext","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.IAuthContext","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgcontext?view=graph-powershell-1.0","Uri":null},{"Command":"Get-MgGraphOption","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.IGraphOption","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mggraphoption?view=graph-powershell-1.0","Uri":null},{"Command":"Get-MgRequestContext","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.Core.Interfaces.IRequestContext","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgrequestcontext?view=graph-powershell-1.0","Uri":null},{"Command":"Invoke-MgGraphRequest","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Object","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/invoke-mggraphrequest?view=graph-powershell-1.0","Uri":null},{"Command":"Set-MgGraphOption","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Object","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mggraphoption?view=graph-powershell-1.0","Uri":null},{"Command":"Set-MgRequestContext","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.Core.Interfaces.IRequestContext","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mgrequestcontext?view=graph-powershell-1.0","Uri":null}] +[{"Command":"Add-MgApplicationKey","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphKeyCredential","Uri":"/applications/{application-id}/addKey","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0"},{"Command":"Add-MgApplicationPassword","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPasswordCredential","Uri":"/applications/{application-id}/addPassword","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0"},{"Command":"Add-MgBetaAccessReviewDecision","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/applyDecisions","Variants":["Apply","ApplyViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta"},{"Command":"Add-MgBetaAccessReviewInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions","Variants":["Apply","ApplyViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Add-MgBetaApplicationKey","ApiVersion":"beta","OutputType":"IMicrosoftGraphKeyCredential","Uri":"/applications/{application-id}/addKey","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta"},{"Command":"Add-MgBetaApplicationPassword","ApiVersion":"beta","OutputType":"IMicrosoftGraphPasswordCredential","Uri":"/applications/{application-id}/addPassword","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta"},{"Command":"Add-MgBetaChatMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/chats/{chat-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaComplianceEdiscoveryCaseCustodianHold","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags","Variants":["Apply","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta"},{"Command":"Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta"},{"Command":"Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps","Variants":["Add","AddExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Add-MgBetaDriveListContentTypeCopy","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"},{"Command":"Add-MgBetaDriveListContentTypeCopyFromContentTypeHub","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"},{"Command":"Add-MgBetaExternalConnectionItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalActivityResult","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Add-MgBetaGroupDriveListContentTypeCopy","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupFavorite","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/addFavorite","Variants":["Add","AddViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupSiteContentModelGetByNameToDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModelUsage","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupSiteContentModelToDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModelUsage","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/addToDrive","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupSiteContentTypeCopy","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupSiteListContentTypeCopy","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupTeamChannelAllMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupTeamMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupTeamPrimaryChannelAllMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/primaryChannel/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaGroupToLifecyclePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions","Variants":["Apply","ApplyViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta"},{"Command":"Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions","Variants":["Apply","ApplyViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta"},{"Command":"Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta"},{"Command":"Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta"},{"Command":"Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags","Variants":["Apply","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta"},{"Command":"Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta"},{"Command":"Add-MgBetaServicePrincipalTokenSigningCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSelfSignedCertificate","Uri":"/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta"},{"Command":"Add-MgBetaShareListContentTypeCopy","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"},{"Command":"Add-MgBetaShareListContentTypeCopyFromContentTypeHub","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"},{"Command":"Add-MgBetaSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/sites/add","Variants":["Add","AddExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta"},{"Command":"Add-MgBetaSiteContentModelGetByNameToDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModelUsage","Uri":"/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta"},{"Command":"Add-MgBetaSiteContentTypeCopy","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"},{"Command":"Add-MgBetaSiteContentTypeCopyFromContentTypeHub","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"},{"Command":"Add-MgBetaSiteListContentTypeCopy","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"},{"Command":"Add-MgBetaSiteListContentTypeCopyFromContentTypeHub","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"},{"Command":"Add-MgBetaTeamChannelAllMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaTeamMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, on your behalf. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, without a signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaTeamPrimaryChannelAllMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/primaryChannel/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/primaryChannel/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaTeamworkDeletedTeamChannelAllMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaTeamworkDeletedTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaUserChatMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/users/{user-id}/chats/{chat-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"},{"Command":"Add-MgBetaUserDriveListContentTypeCopy","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"},{"Command":"Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"},{"Command":"Add-MgBetaUserFollowedSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/users/{user-id}/followedSites/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta"},{"Command":"Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":"Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta"},{"Command":"Add-MgBetaWindowsUpdatesDeploymentAudienceMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":"Add-MgBetaWuDeploymentAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta"},{"Command":"Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":"Add-MgBetaWuDeploymentAudienceMemberGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta"},{"Command":"Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":"Add-MgBetaWuPolicyAudienceExclusionMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta"},{"Command":"Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":"Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta"},{"Command":"Add-MgBetaWindowsUpdatesPolicyAudienceMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":"Add-MgBetaWuPolicyAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta"},{"Command":"Add-MgBetaWindowsUpdatesPolicyAudienceMemberById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":"Add-MgBetaWuPolicyAudienceMemberGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta"},{"Command":"Add-MgBetaWindowsUpdatesUpdatableAssetMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":"Add-MgBetaWuUpdatableAssetMember","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta"},{"Command":"Add-MgBetaWindowsUpdatesUpdatableAssetMemberById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":"Add-MgBetaWuUpdatableAssetMemberGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta"},{"Command":"Add-MgChatMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/chats/{chat-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgCommunicationCallLargeGalleryView","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAddLargeGalleryViewOperation","Uri":"/communications/calls/{call-id}/addLargeGalleryView","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0"},{"Command":"Add-MgDriveListContentTypeCopy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"},{"Command":"Add-MgDriveListContentTypeCopyFromContentTypeHub","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"},{"Command":"Add-MgExternalConnectionItemActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalActivityResult","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-addactivities?view=graph-rest-1.0"},{"Command":"Add-MgGroupDriveListContentTypeCopy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"},{"Command":"Add-MgGroupDriveListContentTypeCopyFromContentTypeHub","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"},{"Command":"Add-MgGroupFavorite","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/addFavorite","Variants":["Add","AddViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0"},{"Command":"Add-MgGroupSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"},{"Command":"Add-MgGroupSiteContentTypeCopy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"},{"Command":"Add-MgGroupSiteContentTypeCopyFromContentTypeHub","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"},{"Command":"Add-MgGroupSiteListContentTypeCopy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"},{"Command":"Add-MgGroupSiteListContentTypeCopyFromContentTypeHub","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"},{"Command":"Add-MgGroupTeamChannelAllMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgGroupTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgGroupTeamMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgGroupTeamPrimaryChannelAllMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgGroupTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/primaryChannel/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgGroupToLifecyclePolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0"},{"Command":"Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions","Variants":["Apply","ApplyViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0"},{"Command":"Add-MgSecurityCaseEdiscoveryCaseCustodianHold","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0"},{"Command":"Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold","Variants":["Apply","Apply1","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentity1","ApplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0"},{"Command":"Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags","Variants":["Apply","ApplyExpanded","ApplyViaIdentity","ApplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0"},{"Command":"Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0"},{"Command":"Add-MgServicePrincipalKey","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphKeyCredential","Uri":"/servicePrincipals/{servicePrincipal-id}/addKey","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0"},{"Command":"Add-MgServicePrincipalPassword","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPasswordCredential","Uri":"/servicePrincipals/{servicePrincipal-id}/addPassword","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0"},{"Command":"Add-MgServicePrincipalTokenSigningCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSelfSignedCertificate","Uri":"/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0"},{"Command":"Add-MgShareListContentTypeCopy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"},{"Command":"Add-MgShareListContentTypeCopyFromContentTypeHub","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"},{"Command":"Add-MgSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/sites/add","Variants":["Add","AddExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"},{"Command":"Add-MgSiteContentTypeCopy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"},{"Command":"Add-MgSiteContentTypeCopyFromContentTypeHub","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"},{"Command":"Add-MgSiteListContentTypeCopy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"},{"Command":"Add-MgSiteListContentTypeCopyFromContentTypeHub","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"},{"Command":"Add-MgTeamChannelAllMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgTeamMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, on your behalf. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, without a signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgTeamPrimaryChannelAllMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/primaryChannel/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/primaryChannel/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgTeamworkDeletedTeamChannelAllMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgTeamworkDeletedTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgUserChatMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/users/{user-id}/chats/{chat-id}/members/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"},{"Command":"Add-MgUserDriveListContentTypeCopy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"},{"Command":"Add-MgUserDriveListContentTypeCopyFromContentTypeHub","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"},{"Command":"Add-MgUserFollowedSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/users/{user-id}/followedSites/add","Variants":["Add","AddExpanded","AddViaIdentity","AddViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"},{"Command":"Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps","Variants":["Approve","ApproveExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgApplicationVerifiedPublisher","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/unsetVerifiedPublisher","Variants":["Unset","UnsetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0"},{"Command":"Clear-MgBetaApplicationVerifiedPublisher","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/unsetVerifiedPublisher","Variants":["Unset","UnsetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta"},{"Command":"Clear-MgBetaChatMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaChatMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData","Variants":["Purge","PurgeViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta"},{"Command":"Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe","Variants":["Wipe","WipeViaIdentity"],"CommandAlias":"Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/clearEnrollmentTimeDeviceMembershipTarget","Variants":["Clear","ClearViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/wipe","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/clearEnrollmentTimeDeviceMembershipTarget","Variants":["Clear","ClearViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/wipe","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaGroupTeamChannelMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaGroupTeamChannelMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaGroupTeamPrimaryChannelMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData","Variants":["Purge","PurgeExpanded","PurgeViaIdentity","PurgeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta"},{"Command":"Clear-MgBetaTeamChannelMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaTeamChannelMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaTeamPrimaryChannelMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaTeamPrimaryChannelMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaUserAndBlockManagedApp","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/wipeAndBlockManagedApps","Variants":["Wipe","WipeViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaUserChatMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaUserChatMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaUserManagedAppRegistrationByDeviceTag","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag","Variants":["Wipe1","WipeExpanded1","WipeViaIdentity1","WipeViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgBetaUserManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/wipe","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgChatMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgChatMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgCommunicationPresence","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/presences/{presence-id}/clearPresence","Variants":["Clear","ClearExpanded","ClearViaIdentity","ClearViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0"},{"Command":"Clear-MgCommunicationPresenceUserPreferredPresence","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/presences/{presence-id}/clearUserPreferredPresence","Variants":["Clear","ClearViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0"},{"Command":"Clear-MgDeviceManagementManagedDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/wipe","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0"},{"Command":"Clear-MgGroupTeamChannelMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgGroupTeamChannelMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgGroupTeamPrimaryChannelMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgGroupTeamPrimaryChannelMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgSecurityCaseEdiscoveryCaseSearchData","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData","Variants":["Purge","PurgeExpanded","PurgeViaIdentity","PurgeViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0"},{"Command":"Clear-MgTeamChannelMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgTeamChannelMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgTeamPrimaryChannelMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgTeamPrimaryChannelMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgTeamworkDeletedTeamChannelMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgUserChatMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgUserChatMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction","Variants":["Unset","UnsetExpanded","UnsetViaIdentity","UnsetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Clear-MgUserManagedDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/wipe","Variants":["Wipe","WipeExpanded","WipeViaIdentity","WipeViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0"},{"Command":"Clear-MgUserPresence","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/presence/clearPresence","Variants":["Clear","ClearExpanded","ClearViaIdentity","ClearViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Presence.ReadWrite","Description":"Read and write your presence information","FullDescription":"Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0"},{"Command":"Clear-MgUserPresenceUserPreferredPresence","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/presence/clearUserPreferredPresence","Variants":["Clear","ClearViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Presence.ReadWrite","Description":"Read and write your presence information","FullDescription":"Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0"},{"Command":"Close-MgBetaComplianceEdiscoveryCase","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/close","Variants":["Close","CloseViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta"},{"Command":"Close-MgBetaSecurityCaseEdiscoveryCase","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/close","Variants":["Close","CloseViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta"},{"Command":"Close-MgSecurityCaseEdiscoveryCase","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/close","Variants":["Close","CloseViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0"},{"Command":"Compare-MgBetaDeviceManagementIntent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingComparison","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')","Variants":["Compare","CompareViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Compare-MgBetaDeviceManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingComparison","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')","Variants":["Compare","CompareViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Compare-MgBetaDeviceManagementTemplateMigratableTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingComparison","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')","Variants":["Compare","CompareViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Complete-MgBetaChatMigration","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkSettings/completeSignup","Variants":["Complete","CompleteExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup","Variants":["Complete","CompleteExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Complete-MgBetaDirectoryImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/impactedResources/{impactedResource-id}/complete","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta"},{"Command":"Complete-MgBetaDirectoryRecommendation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecommendation","Uri":"/directory/recommendations/{recommendation-id}/complete","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta"},{"Command":"Complete-MgBetaDirectoryRecommendationImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta"},{"Command":"Complete-MgBetaGroupTeamChannelMigration","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta"},{"Command":"Complete-MgBetaGroupTeamMigration","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta"},{"Command":"Complete-MgBetaGroupTeamPrimaryChannelMigration","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta"},{"Command":"Complete-MgBetaTeamChannelMigration","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta"},{"Command":"Complete-MgBetaTeamMigration","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta"},{"Command":"Complete-MgBetaTeamPrimaryChannelMigration","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta"},{"Command":"Complete-MgBetaTeamworkDeletedTeamChannelMigration","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta"},{"Command":"Complete-MgBetaUserChatMigration","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Complete-MgBetaUserOutlookTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/complete","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta"},{"Command":"Complete-MgBetaUserOutlookTaskFolderTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta"},{"Command":"Complete-MgBetaUserOutlookTaskGroupTaskFolderTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta"},{"Command":"Complete-MgGroupTeamChannelMigration","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"},{"Command":"Complete-MgGroupTeamMigration","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0"},{"Command":"Complete-MgGroupTeamPrimaryChannelMigration","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"},{"Command":"Complete-MgTeamChannelMigration","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"},{"Command":"Complete-MgTeamMigration","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0"},{"Command":"Complete-MgTeamPrimaryChannelMigration","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"},{"Command":"Complete-MgTeamworkDeletedTeamChannelMigration","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration","Variants":["Complete","CompleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"},{"Command":"Confirm-MgApplicationMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgApplicationMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgAuditLogSignInCompromised","ApiVersion":"v1.0","OutputType":null,"Uri":"/auditLogs/signIns/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-1.0"},{"Command":"Confirm-MgAuditLogSignInSafe","ApiVersion":"v1.0","OutputType":null,"Uri":"/auditLogs/signIns/confirmSafe","Variants":["Confirm","ConfirmExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-1.0"},{"Command":"Confirm-MgBetaAdministrativeUnitMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaAdministrativeUnitMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaApplicationMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaApplicationMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaAuditLogSignInCompromised","ApiVersion":"beta","OutputType":null,"Uri":"/auditLogs/signIns/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta"},{"Command":"Confirm-MgBetaAuditLogSignInSafe","ApiVersion":"beta","OutputType":null,"Uri":"/auditLogs/signIns/confirmSafe","Variants":["Confirm","ConfirmExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta"},{"Command":"Confirm-MgBetaContactMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaContactMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaContractMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/contracts/{contract-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaContractMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/contracts/{contract-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')","Variants":["Verify","VerifyViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Confirm-MgBetaDeviceMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaDeviceMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaDirectoryDeletedItemMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/{directoryObject-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaDirectoryDeletedItemMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/{directoryObject-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaDirectoryObjectMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directoryObjects/{directoryObject-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaDirectoryObjectMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/directoryObjects/{directoryObject-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaDirectoryRoleMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaDirectoryRoleMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaDirectoryRoleTemplateMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaDirectoryRoleTemplateMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaDirectorySettingTemplateMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaDirectorySettingTemplateMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaDomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomain","Uri":"/domains/{domain-id}/verify","Variants":["Verify","VerifyViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta"},{"Command":"Confirm-MgBetaGroupGrantedPermissionForApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/checkGrantedPermissionsForApp","Variants":["Check","CheckViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaGroupMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaGroupMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaGroupSiteInformationProtectionSignature","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature","Variants":["Verify","VerifyExpanded","VerifyViaIdentity","VerifyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaGroupTeamScheduleTimeCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/confirm","Variants":["Confirm","ConfirmViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta"},{"Command":"Confirm-MgBetaGroupTeamScheduleTimeCardForUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/confirmForUser","Variants":["Confirm","ConfirmExpanded","ConfirmViaIdentity","ConfirmViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaInformationProtectionSignature","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/verifySignature","Variants":["Verify","VerifyExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaOrganizationMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaOrganizationMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaRiskyServicePrincipalCompromised","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta"},{"Command":"Confirm-MgBetaRiskyUserCompromised","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyUsers/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta"},{"Command":"Confirm-MgBetaRiskyUserSafe","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyUsers/confirmSafe","Variants":["Confirm","ConfirmExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-confirmsafe?view=graph-rest-beta"},{"Command":"Confirm-MgBetaServicePrincipalMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaServicePrincipalMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaTeamScheduleTimeCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm","Variants":["Confirm","ConfirmViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta"},{"Command":"Confirm-MgBetaTeamScheduleTimeCardForUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirmForUser","Variants":["Confirm","ConfirmExpanded","ConfirmViaIdentity","ConfirmViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaUserInformationProtectionSignature","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/verifySignature","Variants":["Verify","VerifyExpanded","VerifyViaIdentity","VerifyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgBetaUserMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"},{"Command":"Confirm-MgBetaUserMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgContactMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgContactMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgContractMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/contracts/{contract-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgContractMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/contracts/{contract-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')","Variants":["Verify","VerifyViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Confirm-MgDeviceMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgDeviceMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgDirectoryDeletedItemMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/{directoryObject-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgDirectoryDeletedItemMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/{directoryObject-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgDirectoryObjectMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryObjects/{directoryObject-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgDirectoryObjectMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryObjects/{directoryObject-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgDirectoryRoleMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgDirectoryRoleMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgDirectoryRoleTemplateMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgDirectoryRoleTemplateMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgDomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomain","Uri":"/domains/{domain-id}/verify","Variants":["Verify","VerifyViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0"},{"Command":"Confirm-MgGroupGrantedPermissionForApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/checkGrantedPermissionsForApp","Variants":["Check","CheckViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgGroupMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgGroupMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgGroupSettingTemplateMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgGroupSettingTemplateMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgGroupTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/confirm","Variants":["Confirm","ConfirmViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0"},{"Command":"Confirm-MgOrganizationMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgOrganizationMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgRiskyServicePrincipalCompromised","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0"},{"Command":"Confirm-MgRiskyUserCompromised","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyUsers/confirmCompromised","Variants":["Confirm","ConfirmExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0"},{"Command":"Confirm-MgRiskyUserSafe","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyUsers/confirmSafe","Variants":["Confirm","ConfirmExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-confirmsafe?view=graph-rest-1.0"},{"Command":"Confirm-MgServicePrincipalMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgServicePrincipalMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Confirm-MgTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm","Variants":["Confirm","ConfirmViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0"},{"Command":"Confirm-MgUserMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/checkMemberGroups","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},{"Command":"Confirm-MgUserMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/checkMemberObjects","Variants":["Check","CheckExpanded","CheckViaIdentity","CheckViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileApp","Uri":"/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')","Variants":["Convert","ConvertViaIdentity"],"CommandAlias":"Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Convert-MgBetaUserExternalToInternalMemberUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversionUserDetails","Uri":"/users/{user-id}/convertExternalToInternalMemberUser","Variants":["Convert","ConvertExpanded","ConvertViaIdentity","ConvertViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"User-ConvertToInternal.ReadWrite.All","Description":"Convert an external user to internal member user","FullDescription":"Allow the app to convert an external user to an internal member user on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User-ConvertToInternal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta"},{"Command":"Copy-MgBetaDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaDriveListContentTypeToDefaultContentLocation","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"},{"Command":"Copy-MgBetaDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteNotebookSectionGroupSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteNotebookSectionGroupSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteNotebookSectionGroupSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteNotebookSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteNotebookSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteNotebookSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenotePageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteSectionGroupSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteSectionGroupSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteSectionGroupSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupOnenoteSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteNotebookSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenotePageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteSectionGroupSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupSiteOnenoteSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaGroupTeam","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/clone","Variants":["Clone","CloneExpanded","CloneViaIdentity","CloneViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta"},{"Command":"Copy-MgBetaShareListContentTypeToDefaultContentLocation","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteContentTypeToDefaultContentLocation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteListContentTypeToDefaultContentLocation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteNotebookSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteNotebookSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenotePageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaSiteOnenoteSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaTeam","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/clone","Variants":["Clone","CloneExpanded","CloneViaIdentity","CloneViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.Create","Description":"Create teams","FullDescription":"Allows the app to create teams on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserMailFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserMailFolderChildFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserMailFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteNotebookSectionGroupSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteNotebookSectionGroupSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteNotebookSectionGroupSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteNotebookSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteNotebookSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteNotebookSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenotePageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteSectionGroupSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteSectionGroupSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteSectionGroupSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteSectionPageToSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteSectionToNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"},{"Command":"Copy-MgBetaUserOnenoteSectionToSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"},{"Command":"Copy-MgDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Copy-MgDriveListContentTypeToDefaultContentLocation","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"},{"Command":"Copy-MgDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Copy-MgGroupDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Copy-MgGroupDriveListContentTypeToDefaultContentLocation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"},{"Command":"Copy-MgGroupDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Copy-MgGroupOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteNotebookSectionGroupSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteNotebookSectionGroupSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteNotebookSectionGroupSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteNotebookSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteNotebookSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteNotebookSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenotePageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteSectionGroupSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteSectionGroupSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteSectionGroupSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgGroupOnenoteSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteContentTypeToDefaultContentLocation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteListContentTypeToDefaultContentLocation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteNotebookSectionGroupSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteNotebookSectionGroupSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteNotebookSectionGroupSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteNotebookSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteNotebookSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteNotebookSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenotePageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteSectionGroupSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteSectionGroupSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteSectionGroupSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgGroupSiteOnenoteSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgGroupTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/clone","Variants":["Clone","CloneExpanded","CloneViaIdentity","CloneViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0"},{"Command":"Copy-MgShareListContentTypeToDefaultContentLocation","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"},{"Command":"Copy-MgSiteContentTypeToDefaultContentLocation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"},{"Command":"Copy-MgSiteListContentTypeToDefaultContentLocation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteNotebookSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteNotebookSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteNotebookSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenotePageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteSectionGroupSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteSectionGroupSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgSiteOnenoteSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/clone","Variants":["Clone","CloneExpanded","CloneViaIdentity","CloneViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.Create","Description":"Create teams","FullDescription":"Allows the app to create teams on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0"},{"Command":"Copy-MgUserDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Copy-MgUserDriveListContentTypeToDefaultContentLocation","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"},{"Command":"Copy-MgUserDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Copy-MgUserMailFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0"},{"Command":"Copy-MgUserMailFolderChildFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0"},{"Command":"Copy-MgUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"},{"Command":"Copy-MgUserMailFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"},{"Command":"Copy-MgUserMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/copy","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteNotebookSectionGroupSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteNotebookSectionGroupSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteNotebookSectionGroupSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteNotebookSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteNotebookSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteNotebookSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenotePageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteSectionGroupSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteSectionGroupSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteSectionGroupSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteSectionPageToSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteSectionToNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"},{"Command":"Copy-MgUserOnenoteSectionToSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup","Variants":["Copy","CopyExpanded","CopyViaIdentity","CopyViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"},{"Command":"Disable-MgBetaDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/disable","Variants":["Disable","DisableViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Disable-MgBetaDeviceManagementComanagedDeviceLostMode","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode","Variants":["Disable","DisableViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Disable-MgBetaDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/disable","Variants":["Disable","DisableViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Disable-MgBetaDeviceManagementManagedDeviceLostMode","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode","Variants":["Disable","DisableViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Disable-MgBetaUserAuthenticationMethodSmsSignIn","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn","Variants":["Disable","DisableViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Disable-MgBetaUserManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/disable","Variants":["Disable","DisableViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Disable-MgBetaUserManagedDeviceLostMode","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode","Variants":["Disable","DisableViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Disable-MgDeviceManagementManagedDeviceLostMode","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode","Variants":["Disable","DisableViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0"},{"Command":"Disable-MgUserAuthenticationPhoneMethodSmsSignIn","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn","Variants":["Disable","DisableViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0"},{"Command":"Disable-MgUserManagedDeviceLostMode","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode","Variants":["Disable","DisableViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0"},{"Command":"Disconnect-MgDeviceManagementRemoteAssistancePartner","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect","Variants":["Disconnect","DisconnectViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0"},{"Command":"Enable-MgBetaDeviceManagementAssignmentFilter","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/assignmentFilters/enable","Variants":["Enable","EnableExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Enable-MgBetaDeviceManagementComanagedDeviceLostMode","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode","Variants":["Enable","EnableExpanded","EnableViaIdentity","EnableViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/enableGlobalScripts","Variants":["Enable"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Enable-MgBetaDeviceManagementManagedDeviceLostMode","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode","Variants":["Enable","EnableExpanded","EnableViaIdentity","EnableViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Enable-MgBetaSolutionBackupRestore","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceStatus","Uri":"/solutions/backupRestore/enable","Variants":["Enable","EnableExpanded"],"CommandAlias":"Enable-MgBetaBackupRestore","Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta"},{"Command":"Enable-MgBetaUserAuthenticationMethodSmsSignIn","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn","Variants":["Enable","EnableViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Enable-MgBetaUserManagedDeviceLostMode","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode","Variants":["Enable","EnableExpanded","EnableViaIdentity","EnableViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Enable-MgSolutionBackupRestore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceStatus","Uri":"/solutions/backupRestore/enable","Variants":["Enable","EnableExpanded"],"CommandAlias":"Enable-MgBackupRestore","Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0"},{"Command":"Enable-MgUserAuthenticationPhoneMethodSmsSignIn","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn","Variants":["Enable","EnableViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0"},{"Command":"Export-MgBetaComplianceEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta"},{"Command":"Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig","Variants":["Export","ExportViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Export-MgBetaDirectoryInboundSharedUserProfilePersonalData","ApiVersion":"beta","OutputType":null,"Uri":"/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta"},{"Command":"Export-MgBetaPrivilegedAccessResourceRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export","Variants":["Export","ExportViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Export-MgBetaPrivilegedAccessRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/export","Variants":["Export","ExportViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Export-MgBetaReportPartnerBillingReconciliationBilled","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/reconciliation/billed/export","Variants":["Export","ExportExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta"},{"Command":"Export-MgBetaReportPartnerBillingReconciliationUnbilled","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/reconciliation/unbilled/export","Variants":["Export","ExportExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-unbilledreconciliation-export?view=graph-rest-beta"},{"Command":"Export-MgBetaReportPartnerBillingUsageBilled","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/usage/billed/export","Variants":["Export","ExportExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta"},{"Command":"Export-MgBetaReportPartnerBillingUsageUnbilled","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/usage/unbilled/export","Variants":["Export","ExportExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta"},{"Command":"Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta"},{"Command":"Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta"},{"Command":"Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-exportreport?view=graph-rest-beta"},{"Command":"Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-exportresult?view=graph-rest-beta"},{"Command":"Export-MgBetaUserDeviceAndAppManagementData","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/exportDeviceAndAppManagementData","Variants":["Export","Export1","ExportViaIdentity","ExportViaIdentity1"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Export-MgBetaUserPersonalData","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/exportPersonalData","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"User.Export.All","Description":"Export user's data","FullDescription":"Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Export.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta"},{"Command":"Export-MgReportPartnerBillingReconciliationBilled","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/reconciliation/billed/export","Variants":["Export","ExportExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0"},{"Command":"Export-MgReportPartnerBillingReconciliationUnbilled","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/reconciliation/unbilled/export","Variants":["Export","ExportExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-unbilledreconciliation-export?view=graph-rest-1.0"},{"Command":"Export-MgReportPartnerBillingUsageBilled","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/usage/billed/export","Variants":["Export","ExportExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0"},{"Command":"Export-MgReportPartnerBillingUsageUnbilled","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/usage/unbilled/export","Variants":["Export","ExportExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0"},{"Command":"Export-MgSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0"},{"Command":"Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0"},{"Command":"Export-MgSecurityCaseEdiscoveryCaseSearchReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-exportreport?view=graph-rest-1.0"},{"Command":"Export-MgSecurityCaseEdiscoveryCaseSearchResult","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-exportresult?view=graph-rest-1.0"},{"Command":"Export-MgUserDeviceAndAppManagementData","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/exportDeviceAndAppManagementData","Variants":["Export","Export1","ExportViaIdentity","ExportViaIdentity1"],"CommandAlias":null,"Module":"Users.Functions","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Export-MgUserPersonalData","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/exportPersonalData","Variants":["Export","ExportExpanded","ExportViaIdentity","ExportViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"User.Export.All","Description":"Export user's data","FullDescription":"Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Export.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0"},{"Command":"Find-MgApplicationSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"},{"Command":"Find-MgApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"},{"Command":"Find-MgBetaApplicationSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta"},{"Command":"Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta"},{"Command":"Find-MgBetaDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice","Variants":["Locate","LocateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Find-MgBetaDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/locateDevice","Variants":["Locate","LocateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})","Variants":["Find1","FindViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta"},{"Command":"Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})","Variants":["Find","FindViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta"},{"Command":"Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta"},{"Command":"Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta"},{"Command":"Find-MgBetaTenantRelationshipTenantInformationByDomainName","ApiVersion":"beta","OutputType":"IMicrosoftGraphTenantInformation","Uri":"/tenantRelationships/findTenantInformationByDomainName(domainName='{domainName}')","Variants":["Find","FindViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbydomainname?view=graph-rest-beta"},{"Command":"Find-MgBetaTenantRelationshipTenantInformationByTenantId","ApiVersion":"beta","OutputType":"IMicrosoftGraphTenantInformation","Uri":"/tenantRelationships/findTenantInformationByTenantId(tenantId='{tenantId}')","Variants":["Find","FindViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbytenantid?view=graph-rest-beta"},{"Command":"Find-MgBetaUserManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice","Variants":["Locate","LocateViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Find-MgBetaUserMeetingTime","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingTimeSuggestionsResult","Uri":"/users/{user-id}/findMeetingTimes","Variants":["Find","FindExpanded","FindViaIdentity","FindViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite.Shared","Description":"Read and write to your and shared calendars","FullDescription":"Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta"},{"Command":"Find-MgBetaUserRoom","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmailAddress","Uri":"/users/{user-id}/findRooms","Variants":["Find","Find1","FindViaIdentity","FindViaIdentity1"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Find-MgBetaUserRoomList","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmailAddress","Uri":"/users/{user-id}/findRoomLists","Variants":["Find","FindViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta"},{"Command":"Find-MgBetaWindowsUpdatesProductByCatalogId","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Uri":"/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')","Variants":["Find","FindViaIdentity"],"CommandAlias":"Find-MgBetaWuProductGraphBPreCatalogId","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Find-MgBetaWindowsUpdatesProductByKbNumber","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Uri":"/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})","Variants":["Find","FindViaIdentity"],"CommandAlias":"Find-MgBetaWuProductGraphBPreKbNumber","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Find-MgDeviceManagementManagedDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/locateDevice","Variants":["Locate","LocateViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0"},{"Command":"Find-MgServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"},{"Command":"Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover","Variants":["Discover","DiscoverViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"},{"Command":"Find-MgTenantRelationshipTenantInformationByDomainName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTenantInformation","Uri":"/tenantRelationships/findTenantInformationByDomainName(domainName='{domainName}')","Variants":["Find","FindViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbydomainname?view=graph-rest-1.0"},{"Command":"Find-MgTenantRelationshipTenantInformationByTenantId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTenantInformation","Uri":"/tenantRelationships/findTenantInformationByTenantId(tenantId='{tenantId}')","Variants":["Find","FindViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbytenantid?view=graph-rest-1.0"},{"Command":"Find-MgUserManagedDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice","Variants":["Locate","LocateViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0"},{"Command":"Find-MgUserMeetingTime","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingTimeSuggestionsResult","Uri":"/users/{user-id}/findMeetingTimes","Variants":["Find","FindExpanded","FindViaIdentity","FindViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite.Shared","Description":"Read and write to your and shared calendars","FullDescription":"Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0"},{"Command":"Get-MgAdminEdge","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEdge","Uri":"/admin/edge","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAdminEdgeInternetExplorerMode","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInternetExplorerMode","Uri":"/admin/edge/internetExplorerMode","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAdminEdgeInternetExplorerModeSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSiteList","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0"},{"Command":"Get-MgAdminEdgeInternetExplorerModeSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSiteList","Uri":"/admin/edge/internetExplorerMode/siteLists","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0"},{"Command":"Get-MgAdminEdgeInternetExplorerModeSiteListCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSharedCookie","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0"},{"Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSharedCookie","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0"},{"Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSite","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0"},{"Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSite","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0"},{"Command":"Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAdminPeople","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPeopleAdminSettings","Uri":"/admin/people","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0"},{"Command":"Get-MgAdminPeopleItemInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInsightsSettings","Uri":"/admin/people/itemInsights","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0"},{"Command":"Get-MgAdminPeopleProfileCardProperty","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfileCardProperty","Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0"},{"Command":"Get-MgAdminPeopleProfileCardProperty","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfileCardProperty","Uri":"/admin/people/profileCardProperties","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0"},{"Command":"Get-MgAdminPeopleProfileCardPropertyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/people/profileCardProperties/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAdminPeoplePronoun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPronounsSettings","Uri":"/admin/people/pronouns","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0"},{"Command":"Get-MgAdminReportSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdminReportSettings","Uri":"/admin/reportSettings","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"ReportSettings.Read.All","Description":"Read admin report settings","FullDescription":"Allows the app to read admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ReportSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ReportSettings.ReadWrite.All","Description":"Read and write admin report settings","FullDescription":"Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ReportSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0"},{"Command":"Get-MgAdminSharepoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharepoint","Uri":"/admin/sharepoint","Variants":["Get"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAdminSharepointSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharepointSettings","Uri":"/admin/sharepoint/settings","Variants":["Get"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"SharePointTenantSettings.Read.All","Description":"Read SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read the tenant-level settings in SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":"Read and change SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0"},{"Command":"Get-MgAgreement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreement","Uri":"/agreements/{agreement-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreement","Uri":"/agreements","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementAcceptance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementAcceptance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/agreements/{agreement-id}/acceptances","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementAcceptanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}/acceptances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFile","Uri":"/agreements/{agreement-id}/file","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"Agreement.Read.All","Description":"Read all terms of use agreements","FullDescription":"Allows the app to read terms of use agreements on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Agreement.ReadWrite.All","Description":"Read and write all terms of use agreements","FullDescription":"Allows the app to read and write terms of use agreements on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0"},{"Command":"Get-MgAgreementFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/files","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementFileLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementFileLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/file/localizations","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0"},{"Command":"Get-MgAgreementFileLocalizationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}/file/localizations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementFileLocalizationVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementFileLocalizationVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementFileLocalizationVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementFileVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementFileVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAgreementFileVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAllGroupTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/allChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAllGroupTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/allChannels","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAllGroupTeamChannelCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/allChannels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAllSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/sites/getAllSites","Variants":["Get2"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0"},{"Command":"Get-MgAllTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/allChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAllTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/allChannels","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0"},{"Command":"Get-MgAllTeamChannelCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/allChannels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAllTeamMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/getAllMessages","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAllTeamworkDeletedTeamMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/getAllMessages","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAllUserChatMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAllUserChatMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAppCatalogTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAppCatalogTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/appCatalogs/teamsApps","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0"},{"Command":"Get-MgAppCatalogTeamAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/appCatalogs/teamsApps/$count","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAppCatalogTeamAppDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAppCatalogTeamAppDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAppCatalogTeamAppDefinitionBot","ApiVersion":"v1.0","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0"},{"Command":"Get-MgAppCatalogTeamAppDefinitionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/applications/{application-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"},{"Command":"Get-MgApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/applications","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0"},{"Command":"Get-MgApplicationAppManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/applications/{application-id}/appManagementPolicies","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationAppManagementPolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/appManagementPolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationAppManagementPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/appManagementPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationByAppId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/applications(appId='{appId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"},{"Command":"Get-MgApplicationById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/applications/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgApplicationByUniqueName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"},{"Command":"Get-MgApplicationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/$count","Variants":["Get"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationCreatedOnBehalfOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/applications/{application-id}/createdOnBehalfOf","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/applications/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0"},{"Command":"Get-MgApplicationExtensionProperty","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtensionProperty","Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0"},{"Command":"Get-MgApplicationExtensionProperty","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtensionProperty","Uri":"/applications/{application-id}/extensionProperties","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0"},{"Command":"Get-MgApplicationExtensionPropertyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/extensionProperties/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationFederatedIdentityCredential","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0"},{"Command":"Get-MgApplicationFederatedIdentityCredential","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0"},{"Command":"Get-MgApplicationFederatedIdentityCredentialByName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0"},{"Command":"Get-MgApplicationFederatedIdentityCredentialCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/federatedIdentityCredentials/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationHomeRealmDiscoveryPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationHomeRealmDiscoveryPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationHomeRealmDiscoveryPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/logo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgApplicationMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgApplicationOwner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/applications/{application-id}/owners","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0"},{"Command":"Get-MgApplicationOwnerAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/applications/{application-id}/owners/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/applications/{application-id}/owners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/applications/{application-id}/owners/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/applications/{application-id}/owners/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/applications/{application-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/applications/{application-id}/owners/user","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/owners/$ref","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0"},{"Command":"Get-MgApplicationOwnerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/owners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerCountAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/owners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerCountAsEndpoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/owners/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationOwnerCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronization","Uri":"/applications/{application-id}/synchronization","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationAccessToken","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/acquireAccessToken","Variants":["Acquire","AcquireExpanded","AcquireViaIdentity","AcquireViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0"},{"Command":"Get-MgApplicationSynchronizationJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/applications/{application-id}/synchronization/jobs","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationJobBulkUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationJobBulkUploadContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationJobSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationJobSchemaDirectoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationSecretCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/secrets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/applications/{application-id}/synchronization/templates","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationTemplateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/templates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationTemplateSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplicationTemplate","Uri":"/applicationTemplates/{applicationTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgApplicationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplicationTemplate","Uri":"/applicationTemplates","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0"},{"Command":"Get-MgApplicationTemplateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applicationTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationTokenIssuancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/applications/{application-id}/tokenIssuancePolicies","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0"},{"Command":"Get-MgApplicationTokenIssuancePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/tokenIssuancePolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0"},{"Command":"Get-MgApplicationTokenIssuancePolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/tokenIssuancePolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgApplicationTokenLifetimePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/applications/{application-id}/tokenLifetimePolicies","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0"},{"Command":"Get-MgApplicationTokenLifetimePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/tokenLifetimePolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0"},{"Command":"Get-MgApplicationTokenLifetimePolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/tokenLifetimePolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAuditLogDirectoryAudit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryAudit","Uri":"/auditLogs/directoryAudits/{directoryAudit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0"},{"Command":"Get-MgAuditLogDirectoryAudit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryAudit","Uri":"/auditLogs/directoryAudits","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0"},{"Command":"Get-MgAuditLogDirectoryAuditCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/auditLogs/directoryAudits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAuditLogProvisioning","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProvisioningObjectSummary","Uri":"/auditLogs/provisioning/{provisioningObjectSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAuditLogProvisioning","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProvisioningObjectSummary","Uri":"/auditLogs/provisioning","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0"},{"Command":"Get-MgAuditLogProvisioningCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/auditLogs/provisioning/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgAuditLogSignIn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSignIn","Uri":"/auditLogs/signIns/{signIn-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0"},{"Command":"Get-MgAuditLogSignIn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSignIn","Uri":"/auditLogs/signIns","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0"},{"Command":"Get-MgAuditLogSignInCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/auditLogs/signIns/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReview","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReview","Uri":"/accessReviews/{accessReview-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAccessReview","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReview","Uri":"/accessReviews","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta"},{"Command":"Get-MgBetaAccessReviewCount","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/decisions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta"},{"Command":"Get-MgBetaAccessReviewDecisionCount","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReview","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReview","Uri":"/accessReviews/{accessReview-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstanceDecisionCount","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstanceMyDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstanceMyDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstanceMyDecisionCount","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstanceReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstanceReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewInstanceReviewerCount","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewMyDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewMyDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/myDecisions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta"},{"Command":"Get-MgBetaAccessReviewMyDecisionCount","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/myDecisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAccessReviewReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/accessReviews/{accessReview-id}/reviewers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta"},{"Command":"Get-MgBetaAccessReviewReviewerCount","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/reviewers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminEdge","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdge","Uri":"/admin/edge","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminEdgeInternetExplorerMode","ApiVersion":"beta","OutputType":"IMicrosoftGraphInternetExplorerMode","Uri":"/admin/edge/internetExplorerMode","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSiteList","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSiteList","Uri":"/admin/edge/internetExplorerMode/siteLists","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSharedCookie","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSharedCookie","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSite","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSite","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.Read.All","Description":"Read browser site lists for your organization","FullDescription":"Allows an app to read the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/administrativeUnits/{administrativeUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/administrativeUnits","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta"},{"Command":"Get-MgBetaAdministrativeUnitById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/administrativeUnits/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaAdministrativeUnitCount","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitDeletedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/administrativeUnits/{administrativeUnit-id}/deletedMembers/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitDeletedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/administrativeUnits/{administrativeUnit-id}/deletedMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitDeletedMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/deletedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/administrativeUnits/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaAdministrativeUnitExtension","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/administrativeUnits/{administrativeUnit-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/administrativeUnits/{administrativeUnit-id}/members/application","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/administrativeUnits/{administrativeUnit-id}/members/device","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/administrativeUnits/{administrativeUnit-id}/members/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/administrativeUnits/{administrativeUnit-id}/members/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/administrativeUnits/{administrativeUnit-id}/members/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberCountAsApplication","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberCountAsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberCountAsOrgContact","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaAdministrativeUnitMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitScopedRoleMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-beta"},{"Command":"Get-MgBetaAdministrativeUnitScopedRoleMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-beta"},{"Command":"Get-MgBetaAdministrativeUnitScopedRoleMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdministrativeUnitUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/administrativeUnits/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminPeople","ApiVersion":"beta","OutputType":"IMicrosoftGraphPeopleAdminSettings","Uri":"/admin/people","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminPeopleItemInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightsSettings","Uri":"/admin/people/itemInsights","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminPeopleNamePronunciation","ApiVersion":"beta","OutputType":"IMicrosoftGraphNamePronunciationSettings","Uri":"/admin/people/namePronunciation","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/namepronunciationsettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminPeoplePhotoUpdateSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphPhotoUpdateSettings","Uri":"/admin/people/photoUpdateSettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/photoupdatesettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminPeopleProfileCardProperty","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfileCardProperty","Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminPeopleProfileCardProperty","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfileCardProperty","Uri":"/admin/people/profileCardProperties","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminPeopleProfileCardPropertyCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/profileCardProperties/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminPeopleProfilePropertySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePropertySetting","Uri":"/admin/people/profilePropertySettings/{profilePropertySetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilepropertysetting-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminPeopleProfilePropertySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePropertySetting","Uri":"/admin/people/profilePropertySettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilepropertysettings?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminPeopleProfilePropertySettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/profilePropertySettings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminPeopleProfileSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfileSource","Uri":"/admin/people/profileSources/{profileSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminPeopleProfileSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfileSource","Uri":"/admin/people/profileSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilesources?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminPeopleProfileSourceBySourceId","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfileSource","Uri":"/admin/people/profileSources(sourceId='{sourceId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminPeopleProfileSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/profileSources/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminPeoplePronoun","ApiVersion":"beta","OutputType":"IMicrosoftGraphPronounsSettings","Uri":"/admin/people/pronouns","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.Read.All","Description":"Read tenant-wide people settings","FullDescription":"Allows the application to read tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminReportSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdminReportSettings","Uri":"/admin/reportSettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"ReportSettings.Read.All","Description":"Read admin report settings","FullDescription":"Allows the app to read admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ReportSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ReportSettings.ReadWrite.All","Description":"Read and write admin report settings","FullDescription":"Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ReportSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAdminSharepoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharepoint","Uri":"/admin/sharepoint","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAdminSharepointSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharepointSettings","Uri":"/admin/sharepoint/settings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"SharePointTenantSettings.Read.All","Description":"Read SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read the tenant-level settings in SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":"Read and change SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAgreement","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreement","Uri":"/agreements/{agreement-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreement","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreement","Uri":"/agreements","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementAcceptance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementAcceptance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/agreements/{agreement-id}/acceptances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementAcceptanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}/acceptances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFile","Uri":"/agreements/{agreement-id}/file","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"Agreement.Read.All","Description":"Read all terms of use agreements","FullDescription":"Allows the app to read terms of use agreements on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Agreement.ReadWrite.All","Description":"Read and write all terms of use agreements","FullDescription":"Allows the app to read and write terms of use agreements on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAgreementFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/files","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementFileLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementFileLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/file/localizations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta"},{"Command":"Get-MgBetaAgreementFileLocalizationCount","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}/file/localizations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementFileLocalizationVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementFileLocalizationVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementFileLocalizationVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementFileVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementFileVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAgreementFileVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAllGroupTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/allChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAllGroupTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/allChannels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAllGroupTeamChannelCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/allChannels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAllSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/sites/getAllSites","Variants":["Get2"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta"},{"Command":"Get-MgBetaAllTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/allChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAllTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/allChannels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-beta"},{"Command":"Get-MgBetaAllTeamChannelCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/allChannels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAllTeamMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/getAllMessages","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAllTeamworkDeletedTeamMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/getAllMessages","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAllUserChatMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAllUserChatMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAppCatalogTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAppCatalogTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/appCatalogs/teamsApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-beta"},{"Command":"Get-MgBetaAppCatalogTeamAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAppCatalogTeamAppDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAppCatalogTeamAppDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAppCatalogTeamAppDefinitionBot","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAppCatalogTeamAppDefinitionColorIcon","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppIcon","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkHostedContent","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAppCatalogTeamAppDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDashboardCardDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDashboardCardDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppIcon","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkHostedContent","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Read.All","Description":"Read all app catalogs","FullDescription":"Allows the app to read apps in the app catalogs.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCatalog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta"},{"Command":"Get-MgBetaApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/applications/{application-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta"},{"Command":"Get-MgBetaApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/applications","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/applications/{application-id}/appManagementPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationAppManagementPolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/appManagementPolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationAppManagementPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/appManagementPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationByAppId","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/applications(appId='{appId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/applications/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationConnectorGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectorGroup","Uri":"/applications/{application-id}/connectorGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationConnectorGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/connectorGroup/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationCreatedOnBehalfOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/applications/{application-id}/createdOnBehalfOf","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/applications/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationExtensionProperty","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtensionProperty","Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationExtensionProperty","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtensionProperty","Uri":"/applications/{application-id}/extensionProperties","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationExtensionPropertyCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/extensionProperties/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationFederatedIdentityCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationFederatedIdentityCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationFederatedIdentityCredentialByName","ApiVersion":"beta","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationFederatedIdentityCredentialCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/federatedIdentityCredentials/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationHomeRealmDiscoveryPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationHomeRealmDiscoveryPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/homeRealmDiscoveryPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationLogo","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/logo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/applications/{application-id}/owners","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationOwnerAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/applications/{application-id}/owners/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/applications/{application-id}/owners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/applications/{application-id}/owners/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/applications/{application-id}/owners/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/applications/{application-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/applications/{application-id}/owners/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/owners/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationOwnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/owners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerCountAsAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/owners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerCountAsEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/owners/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationOwnerCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronization","Uri":"/applications/{application-id}/synchronization","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationAccessToken","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/acquireAccessToken","Variants":["Acquire","AcquireExpanded","AcquireViaIdentity","AcquireViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationSynchronizationJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/applications/{application-id}/synchronization/jobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationJobBulkUpload","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationJobBulkUploadContent","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationJobSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationSecretCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/secrets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/applications/{application-id}/synchronization/templates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/templates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationTemplateSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplicationTemplate","Uri":"/applicationTemplates/{applicationTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplicationTemplate","Uri":"/applicationTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/applicationTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationTokenIssuancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/applications/{application-id}/tokenIssuancePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationTokenIssuancePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/tokenIssuancePolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationTokenIssuancePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/tokenIssuancePolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationTokenLifetimePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/applications/{application-id}/tokenLifetimePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationTokenLifetimePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/tokenLifetimePolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaApplicationTokenLifetimePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/tokenLifetimePolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaApplicationUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/applications/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaAuditLogCustomSecurityAttributeAudit","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomSecurityAttributeAudit","Uri":"/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":"Read custom security attribute audit logs","FullDescription":"Allows the app to read custom security attributes audit logs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAuditLogCustomSecurityAttributeAudit","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomSecurityAttributeAudit","Uri":"/auditLogs/customSecurityAttributeAudits","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":"Read custom security attribute audit logs","FullDescription":"Allows the app to read custom security attributes audit logs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta"},{"Command":"Get-MgBetaAuditLogCustomSecurityAttributeAuditCount","ApiVersion":"beta","OutputType":null,"Uri":"/auditLogs/customSecurityAttributeAudits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":"Read custom security attribute audit logs","FullDescription":"Allows the app to read custom security attributes audit logs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeAuditLogs.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAuditLogDirectoryAudit","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryAudit","Uri":"/auditLogs/directoryAudits/{directoryAudit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAuditLogDirectoryAudit","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryAudit","Uri":"/auditLogs/directoryAudits","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-beta"},{"Command":"Get-MgBetaAuditLogDirectoryAuditCount","ApiVersion":"beta","OutputType":null,"Uri":"/auditLogs/directoryAudits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAuditLogDirectoryProvisioning","ApiVersion":"beta","OutputType":"IMicrosoftGraphProvisioningObjectSummary","Uri":"/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAuditLogDirectoryProvisioning","ApiVersion":"beta","OutputType":"IMicrosoftGraphProvisioningObjectSummary","Uri":"/auditLogs/directoryProvisioning","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAuditLogDirectoryProvisioningCount","ApiVersion":"beta","OutputType":null,"Uri":"/auditLogs/directoryProvisioning/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAuditLogProvisioning","ApiVersion":"beta","OutputType":"IMicrosoftGraphProvisioningObjectSummary","Uri":"/auditLogs/provisioning/{provisioningObjectSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAuditLogProvisioning","ApiVersion":"beta","OutputType":"IMicrosoftGraphProvisioningObjectSummary","Uri":"/auditLogs/provisioning","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-beta"},{"Command":"Get-MgBetaAuditLogProvisioningCount","ApiVersion":"beta","OutputType":null,"Uri":"/auditLogs/provisioning/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProvisioningLog.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAuditLogSignIn","ApiVersion":"beta","OutputType":"IMicrosoftGraphSignIn","Uri":"/auditLogs/signIns/{signIn-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAuditLogSignIn","ApiVersion":"beta","OutputType":"IMicrosoftGraphSignIn","Uri":"/auditLogs/signIns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-beta"},{"Command":"Get-MgBetaAuditLogSignInCount","ApiVersion":"beta","OutputType":null,"Uri":"/auditLogs/signIns/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaAuditLogSignUp","ApiVersion":"beta","OutputType":"IMicrosoftGraphSelfServiceSignUp","Uri":"/auditLogs/signUps/{selfServiceSignUp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/selfservicesignup-get?view=graph-rest-beta"},{"Command":"Get-MgBetaAuditLogSignUp","ApiVersion":"beta","OutputType":"IMicrosoftGraphSelfServiceSignUp","Uri":"/auditLogs/signUps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/auditlogroot-list-signups?view=graph-rest-beta"},{"Command":"Get-MgBetaAuditLogSignUpCount","ApiVersion":"beta","OutputType":null,"Uri":"/auditLogs/signUps/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusiness","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingBusiness","Uri":"/bookingBusinesses/{bookingBusiness-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusiness","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingBusiness","Uri":"/bookingBusinesses","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessAppointment","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessAppointment","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessAppointmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessCalendarView","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessCalendarView","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessCalendarViewCount","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessCount","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/$count","Variants":["Get","Get1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCustomer","Uri":"/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCustomer","Uri":"/bookingBusinesses/{bookingBusiness-id}/customers","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessCustomerCount","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/customers/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessCustomQuestion","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCustomQuestion","Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessCustomQuestion","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCustomQuestion","Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessCustomQuestionCount","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessService","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingService","Uri":"/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessService","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingService","Uri":"/bookingBusinesses/{bookingBusiness-id}/services","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessServiceCount","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/services/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessStaffAvailability","ApiVersion":"beta","OutputType":"IMicrosoftGraphStaffAvailabilityItem","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta"},{"Command":"Get-MgBetaBookingBusinessStaffMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingStaffMember","Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessStaffMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingStaffMember","Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingBusinessStaffMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCurrency","Uri":"/bookingCurrencies/{bookingCurrency-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCurrency","Uri":"/bookingCurrencies","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBookingCurrencyCount","ApiVersion":"beta","OutputType":null,"Uri":"/bookingCurrencies/$count","Variants":["Get","Get1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBusinessFlowTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessFlowTemplate","Uri":"/businessFlowTemplates/{businessFlowTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaBusinessFlowTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessFlowTemplate","Uri":"/businessFlowTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta"},{"Command":"Get-MgBetaBusinessFlowTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/businessFlowTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChat","Uri":"/chats/{chat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta"},{"Command":"Get-MgBetaChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChat","Uri":"/chats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta"},{"Command":"Get-MgBetaChatCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-beta"},{"Command":"Get-MgBetaChatInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/chats/{chat-id}/installedApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-beta"},{"Command":"Get-MgBetaChatInstalledAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatInstalledAppTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatInstalledAppTeamAppDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatLastMessagePreview","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageInfo","Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-beta"},{"Command":"Get-MgBetaChatMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/chats/{chat-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaChatMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-beta"},{"Command":"Get-MgBetaChatMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatMessageDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaChatMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-beta"},{"Command":"Get-MgBetaChatMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta"},{"Command":"Get-MgBetaChatMessageHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatMessageReplyCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatMessageReplyDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatMessageReplyHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaChatOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/chats/{chat-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta"},{"Command":"Get-MgBetaChatOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/chats/{chat-id}/permissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForChat","Description":"Read resource specific permissions granted on a chat account","FullDescription":"Allows the app to read the resource specific permission granted on the chat, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-beta"},{"Command":"Get-MgBetaChatPermissionGrantCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForChat","Description":"Read resource specific permissions granted on a chat account","FullDescription":"Allows the app to read the resource specific permission granted on the chat, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatPinnedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatPinnedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/chats/{chat-id}/pinnedMessages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-beta"},{"Command":"Get-MgBetaChatPinnedMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/pinnedMessages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatRetainedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/getAllRetainedMessages","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta"},{"Command":"Get-MgBetaChatTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-beta"},{"Command":"Get-MgBetaChatTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/chats/{chat-id}/tabs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-beta"},{"Command":"Get-MgBetaChatTabCount","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaChatTabTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaCompliance","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryEdiscoveryroot","Uri":"/compliance","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscovery","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryEdiscoveryroot","Uri":"/compliance/ediscovery","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCase","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCase","Uri":"/compliance/ediscovery/cases/{case-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCase","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCase","Uri":"/compliance/ediscovery/cases","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCustodian","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCustodian","Uri":"/compliance/ediscovery/cases/{case-id}/custodians","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCaseIndexOperation","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySiteSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sitesource-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySiteSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUserSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-usersource-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUserSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHold","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryLegalHold","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHold","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryLegalHold","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySiteSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySiteSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUserSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUserSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCaseIndexOperation","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCaseOperation","Uri":"/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCaseOperation","Uri":"/compliance/ediscovery/cases/{case-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCaseExportOperation","Uri":"/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCaseExportOperation","Uri":"/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryReviewSet","Uri":"/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryReviewSet","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryReviewSet","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSetCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryReviewSetQuery","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryReviewSetQuery","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCaseSettings","Uri":"/compliance/ediscovery/cases/{case-id}/settings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySourceCollection","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySourceCollection","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryAddToReviewSetOperation","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryEstimateStatisticsOperation","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryTag","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryTag","Uri":"/compliance/ediscovery/cases/{case-id}/tags","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseTagChildTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryTag","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseTagChildTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryTag","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-beta"},{"Command":"Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseTagCount","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/tags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaComplianceEdiscoveryCaseTagParent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryTag","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/contacts/{orgContact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta"},{"Command":"Get-MgBetaContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/contacts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta"},{"Command":"Get-MgBetaContactById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaContactCount","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/contacts/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaContactDirectReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactDirectReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/directReports","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-beta"},{"Command":"Get-MgBetaContactDirectReportAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactDirectReportAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/contacts/{orgContact-id}/directReports/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactDirectReportAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactDirectReportAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/contacts/{orgContact-id}/directReports/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactDirectReportCount","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/directReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactDirectReportCountAsOrgContact","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/directReports/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactDirectReportCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/directReports/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactManager","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/manager","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-beta"},{"Command":"Get-MgBetaContactMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaContactMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaContactMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaContactMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/contacts/{orgContact-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/contacts/{orgContact-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/contacts/{orgContact-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-beta"},{"Command":"Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactTransitiveMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactTransitiveMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactTransitiveReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactTransitiveReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/transitiveReports","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-get-transitivereports?view=graph-rest-beta"},{"Command":"Get-MgBetaContactTransitiveReportCount","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/transitiveReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContactUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaContract","ApiVersion":"beta","OutputType":"IMicrosoftGraphContract","Uri":"/contracts/{contract-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta"},{"Command":"Get-MgBetaContract","ApiVersion":"beta","OutputType":"IMicrosoftGraphContract","Uri":"/contracts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta"},{"Command":"Get-MgBetaContractById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contracts/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaContractCount","ApiVersion":"beta","OutputType":null,"Uri":"/contracts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaContractDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contracts/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaContractMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/contracts/{contract-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaContractMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/contracts/{contract-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaContractUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contracts/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaDataPolicyOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataPolicyOperation","Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"User.Export.All","Description":"Export user's data","FullDescription":"Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Export.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDataPolicyOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataPolicyOperation","Uri":"/dataPolicyOperations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDataPolicyOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/dataPolicyOperations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/devices/{device-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/devices","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceAppManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAppManagement","Uri":"/deviceAppManagement","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgt","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Uri":"/deviceAppManagement/androidManagedAppProtections","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Uri":"/deviceAppManagement/defaultManagedAppProtections","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/defaultManagedAppProtections/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnterpriseCodeSigningCertificate","Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnterpriseCodeSigningCertificate","Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosLobAppProvisioningConfiguration","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosLobAppProvisioningConfiguration","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosManagedAppProtection","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosManagedAppProtection","Uri":"/deviceAppManagement/iosManagedAppProtections","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppPolicies","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppPolicies/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppPolicyCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/deviceAppManagement/managedAppRegistrations","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppLogCollectionRequest","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppLogCollectionRequest","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppOperation","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppOperation","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppStatus","Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppStatus","Uri":"/deviceAppManagement/managedAppStatuses","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedAppStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppStatuses/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedAppStatusCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBook","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBook","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBook","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBook","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBook","Uri":"/deviceAppManagement/managedEBooks","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBook","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBookAssignment","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBookAssignment","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBookCategory","Uri":"/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBookCategory","Uri":"/deviceAppManagement/managedEBookCategories","Variants":["List","List1"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBookCategories/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookDeviceState","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookDeviceState","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookInstallSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphEBookInstallSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookInstallSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserInstallStateSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserInstallStateSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileApp","Uri":"/deviceAppManagement/mobileApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkApp","Uri":"/deviceAppManagement/mobileApps/androidForWorkApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidLobApp","Uri":"/deviceAppManagement/mobileApps/androidLobApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedStoreApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedStoreApp","Uri":"/deviceAppManagement/mobileApps/androidManagedStoreApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidStoreApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidStoreApp","Uri":"/deviceAppManagement/mobileApps/androidStoreApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosLobApp","Uri":"/deviceAppManagement/mobileApps/iosLobApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosStoreApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosStoreApp","Uri":"/deviceAppManagement/mobileApps/iosStoreApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosVppApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosVppApp","Uri":"/deviceAppManagement/mobileApps/iosVppApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosVppAppAssignedLicense","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosVppAppAssignedLicense","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSDmgApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSDmgApp","Uri":"/deviceAppManagement/mobileApps/macOSDmgApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSLobApp","Uri":"/deviceAppManagement/mobileApps/macOSLobApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSPkgApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSPkgApp","Uri":"/deviceAppManagement/mobileApps/macOSPkgApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAndroidLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAndroidLobApp","Uri":"/deviceAppManagement/mobileApps/managedAndroidLobApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedIosLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedIosLobApp","Uri":"/deviceAppManagement/mobileApps/managedIOSLobApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileLobApp","Uri":"/deviceAppManagement/mobileApps/managedMobileLobApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftStoreForBusinessApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftStoreForBusinessApp","Uri":"/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphWin32LobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphWin32LobApp","Uri":"/deviceAppManagement/mobileApps/win32LobApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAppX","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAppX","Uri":"/deviceAppManagement/mobileApps/windowsAppX","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsMobileMsi","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsMobileMsi","Uri":"/deviceAppManagement/mobileApps/windowsMobileMSI","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsStoreApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsStoreApp","Uri":"/deviceAppManagement/mobileApps/windowsStoreApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUniversalAppX","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUniversalAppX","Uri":"/deviceAppManagement/mobileApps/windowsUniversalAppX","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsWebApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsWebApp","Uri":"/deviceAppManagement/mobileApps/windowsWebApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphWinGetApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphWinGetApp","Uri":"/deviceAppManagement/mobileApps/winGetApp","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCatalogPackage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCatalogPackage","Uri":"/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCatalogPackage","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCatalogPackage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCatalogPackage","Uri":"/deviceAppManagement/mobileAppCatalogPackages","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCatalogPackage","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppCatalogPackages/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileAppCategories","Variants":["List","List1"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppCategories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCategoryCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Uri":"/deviceAppManagement/mobileAppConfigurations","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/androidForWorkApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/androidLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/androidManagedStoreApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/androidStoreApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/iosLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/iosStoreApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/iosVppApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/macOSDmgApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/macOSLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/macOSPkgApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/managedAndroidLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/managedIOSLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/managedMobileLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/win32LobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/windowsAppX/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/windowsMobileMSI/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/windowsStoreApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/windowsUniversalAppX/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/windowsWebApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/winGetApp/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileAppRelationships","Variants":["List","List1"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementMobileAppRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppRelationships/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtMobileAppRelationshipCount","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementPolicySet","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySet","Uri":"/deviceAppManagement/policySets/{policySet-id}","Variants":["Get","Get1","GetExpanded","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtPolicySet","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementPolicySet","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySet","Uri":"/deviceAppManagement/policySets","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtPolicySet","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementPolicySetAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySetAssignment","Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementPolicySetAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySetAssignment","Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementPolicySetAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementPolicySetCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/policySets/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementPolicySetItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySetItem","Uri":"/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetItem","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementPolicySetItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySetItem","Uri":"/deviceAppManagement/policySets/{policySet-id}/items","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetItem","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementPolicySetItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/policySets/{policySet-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtPolicySetItemCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSymantecCodeSigningCertificate","Uri":"/deviceAppManagement/symantecCodeSigningCertificate","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Uri":"/deviceAppManagement/targetedManagedAppConfigurations","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAppManagementTask","Uri":"/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtTask","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAppManagementTask","Uri":"/deviceAppManagement/deviceAppManagementTasks","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtTask","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/deviceAppManagementTasks/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtTaskCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementVppToken","ApiVersion":"beta","OutputType":"IMicrosoftGraphVppToken","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtVppToken","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementVppToken","ApiVersion":"beta","OutputType":"IMicrosoftGraphVppToken","Uri":"/deviceAppManagement/vppTokens","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtVppToken","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementVppTokenCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/vppTokens/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtVppTokenCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementVppTokenLicenseForApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphVppTokenLicenseSummary","Uri":"/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy","Uri":"/deviceAppManagement/wdacSupplementalPolicies","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/wdacSupplementalPolicies/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionWipeAction","Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionWipeAction","Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsManagedAppProtection","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsManagedAppProtection","Uri":"/deviceAppManagement/windowsManagedAppProtections","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsManagedAppProtections/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceAppManagementWindowsManagementApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsManagementApp","Uri":"/deviceAppManagement/windowsManagementApp","Variants":["Get"],"CommandAlias":"Get-MgBetaDeviceAppMgtWindowManagementApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceByDeviceId","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/devices(deviceId='{deviceId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceCommand","ApiVersion":"beta","OutputType":"IMicrosoftGraphCommand","Uri":"/devices/{device-id}/commands/{command-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceCommand","ApiVersion":"beta","OutputType":"IMicrosoftGraphCommand","Uri":"/devices/{device-id}/commands","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceCommandCount","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/commands/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceCommandResponsepayload","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/commands/{command-id}/responsepayload","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/devices/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/devices/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceExtension","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/devices/{device-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagement","Uri":"/deviceManagement","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/retrieveEnrollmentTimeDeviceMembershipTarget","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkAppConfigurationSchema","Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkAppConfigurationSchema","Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkEnrollmentProfile","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkEnrollmentProfile","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidForWorkSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkSettings","Uri":"/deviceManagement/androidForWorkSettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema","Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema","Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementApplePushNotificationCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplePushNotificationCertificate","Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppleUserInitiatedEnrollmentProfile","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppleUserInitiatedEnrollmentProfile","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppleEnrollmentProfileAssignment","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppleEnrollmentProfileAssignment","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAssignedRoleDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails","Uri":"/deviceManagement/getAssignedRoleDetails","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAssignmentFilter","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignmentFilter","Uri":"/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAssignmentFilter","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignmentFilter","Uri":"/deviceManagement/assignmentFilters","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAssignmentFilterCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/assignmentFilters/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterSupportedProperty","Uri":"/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAssignmentFilterState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/assignmentFilters/getState","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterSupportedProperty","Uri":"/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAuditEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuditEvent","Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAuditEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuditEvent","Uri":"/deviceManagement/auditEvents","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAuditEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/auditEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAutopilotEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAutopilotEvent","Uri":"/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAutopilotEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAutopilotEvent","Uri":"/deviceManagement/autopilotEvents","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementAutopilotEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/autopilotEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCartToClassAssociation","ApiVersion":"beta","OutputType":"IMicrosoftGraphCartToClassAssociation","Uri":"/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCartToClassAssociation","ApiVersion":"beta","OutputType":"IMicrosoftGraphCartToClassAssociation","Uri":"/deviceManagement/cartToClassAssociations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCartToClassAssociationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/cartToClassAssociations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingCategory","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingCategory","Uri":"/deviceManagement/categories","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/categories/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCategorySettingDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/comanagedDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceDetectedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceDetectedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceMacOSManagedDeviceLocalAdminAccountDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSManagedDeviceLocalAdminAccountDetail","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/retrieveMacOSManagedDeviceLocalAdminAccountDetail","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPowerliftIncidentDetail","Uri":"/deviceManagement/comanagedDevices/retrievePowerliftAppDiagnosticsDetails(userPrincipalName='{userPrincipalName}')","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphComanagedDevicesSummary","Uri":"/deviceManagement/getComanagedDevicesSummary","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/users","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsProtectionState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagementEligibleDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphComanagementEligibleDevice","Uri":"/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagementEligibleDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphComanagementEligibleDevice","Uri":"/deviceManagement/comanagementEligibleDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagementEligibleDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagementEligibleDevices/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphComanagementEligibleDevicesSummary","Uri":"/deviceManagement/getComanagementEligibleDevicesSummary","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComplianceManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphComplianceManagementPartner","Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComplianceManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphComplianceManagementPartner","Uri":"/deviceManagement/complianceManagementPartners","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComplianceManagementPartnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/complianceManagementPartners/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementCompliancePolicy","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementCompliancePolicy","Uri":"/deviceManagement/compliancePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementComplianceActionItem","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementComplianceActionItem","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicySettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComplianceSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComplianceSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/complianceSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementComplianceSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/complianceSettings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConditionalAccessSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Uri":"/deviceManagement/configurationPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveEnrollmentTimeDeviceMembershipTarget","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicySettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate","Uri":"/deviceManagement/configurationPolicyTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicyTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingTemplate","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingTemplate","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/configurationSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementConfigurationSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationSettings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDataSharingConsent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataSharingConsent","Uri":"/deviceManagement/dataSharingConsents/{dataSharingConsent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDataSharingConsent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataSharingConsent","Uri":"/deviceManagement/dataSharingConsents","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDataSharingConsentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/dataSharingConsents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDepOnboardingSetting","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDepOnboardingSetting","Uri":"/deviceManagement/depOnboardingSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDepIosEnrollmentProfile","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDepMacOSEnrollmentProfile","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingDefaultTvOSEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDepTvOSEnrollmentProfile","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultTvOSEnrollmentProfile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingDefaultVisionOSEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDepVisionOSEnrollmentProfile","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultVisionOSEnrollmentProfile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentProfile","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentProfile","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedAppleDeviceIdentity","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedAppleDeviceIdentity","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDerivedCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementDerivedCredentialSettings","Uri":"/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDerivedCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementDerivedCredentialSettings","Uri":"/deviceManagement/derivedCredentials","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDerivedCredentialCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/derivedCredentials/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDetectedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDetectedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/detectedApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDetectedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/detectedApps/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDetectedAppManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDetectedAppManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/deviceCategories","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCategories/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Uri":"/deviceManagement/deviceCompliancePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire","ApiVersion":"beta","OutputType":"IMicrosoftGraphRetireScheduledManagedDevice","Uri":"/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary","Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceDeviceOverview","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceUserOverview","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfiguration","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfiguration","Uri":"/deviceManagement/deviceConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationConflictSummary","Uri":"/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationConflictSummary","Uri":"/deviceManagement/deviceConfigurationConflictSummary","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurationConflictSummary/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStateSummary","Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceOverview","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationGroupAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationGroupAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfiguration","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosAvailableUpdateVersion","Uri":"/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAllDeviceCertificateState","Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAllDeviceCertificateState","Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestrictedAppsViolation","Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestrictedAppsViolation","Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice","Uri":"/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationUserStateSummary","Uri":"/deviceManagement/deviceConfigurationUserStateSummaries","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationUserOverview","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/deviceManagement/deviceEnrollmentConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScript","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScript","Uri":"/deviceManagement/deviceHealthScripts","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptAssignment","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptAssignment","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptDeviceState","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptDeviceState","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptRemediationHistory","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptRemediationSummary","Uri":"/deviceManagement/deviceHealthScripts/getRemediationSummary","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptRunSummary","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceShellScript","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceShellScript","Uri":"/deviceManagement/deviceShellScripts","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptRunSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptRunSummary","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptUserRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptUserRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDomainJoinConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementDomainJoinConnector","Uri":"/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDomainJoinConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementDomainJoinConnector","Uri":"/deviceManagement/domainJoinConnectors","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementDomainJoinConnectorCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/domainJoinConnectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementEffectivePermission","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/getEffectivePermissions","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePool","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePool","Uri":"/deviceManagement/embeddedSIMActivationCodePools","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/embeddedSIMActivationCodePools/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimDeviceState","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimDeviceState","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementExchangeConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementExchangeConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Uri":"/deviceManagement/exchangeConnectors","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementExchangeConnectorCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/exchangeConnectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementExchangeOnPremisePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy","Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementExchangeOnPremisePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy","Uri":"/deviceManagement/exchangeOnPremisesPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/exchangeOnPremisesPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyCategories","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyCategories/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyCategoryParent","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyConfiguration","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyConfiguration","Uri":"/deviceManagement/groupPolicyConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyConfigurationAssignment","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyConfigurationAssignment","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionValue","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionValue","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentationValue","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentationValue","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Uri":"/deviceManagement/groupPolicyDefinitionFiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitionFiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyMigrationReport","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyMigrationReport","Uri":"/deviceManagement/groupPolicyMigrationReports","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyMigrationReports/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicySettingMapping","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicySettingMapping","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnsupportedGroupPolicyExtension","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnsupportedGroupPolicyExtension","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyObjectFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyObjectFile","Uri":"/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyObjectFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyObjectFile","Uri":"/deviceManagement/groupPolicyObjectFiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyObjectFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyObjectFiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyUploadedDefinitionFile","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyUploadedDefinitionFile","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyOperation","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyOperation","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementImportedDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedDeviceIdentity","Uri":"/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementImportedDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedDeviceIdentity","Uri":"/deviceManagement/importedDeviceIdentities","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementImportedDeviceIdentityCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/importedDeviceIdentities/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntent","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntent","Uri":"/deviceManagement/intents","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentAssignment","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentAssignment","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentSettingCategory","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentSettingCategory","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCategorySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCategorySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCategorySettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentCustomizedSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentCustomizedSetting","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceState","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceState","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentDeviceStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentDeviceStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceStateSummary","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/settings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentUserState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentUserState","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentUserState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentUserState","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentUserStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntentUserStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentUserStateSummary","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntuneBrandingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphIntuneBrandingProfile","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntuneBrandingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphIntuneBrandingProfile","Uri":"/deviceManagement/intuneBrandingProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIntuneBrandingProfileAssignment","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIntuneBrandingProfileAssignment","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIntuneBrandingProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intuneBrandingProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIoUpdateStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIoUpdateStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Uri":"/deviceManagement/iosUpdateStatuses","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementIoUpdateStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/iosUpdateStatuses/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateAccountSummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateAccountSummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateCategorySummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateCategorySummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateStateSummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateStateSummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/managedDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceCleanupRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceCleanupRule","Uri":"/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceCleanupRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceCleanupRule","Uri":"/deviceManagement/managedDeviceCleanupRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDeviceCleanupRules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceDetectedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceDetectedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/detectedApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceEncryptionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceEncryptionState","Uri":"/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceEncryptionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceEncryptionState","Uri":"/deviceManagement/managedDeviceEncryptionStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDeviceEncryptionStates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceFileVaultKey","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSManagedDeviceLocalAdminAccountDetail","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/retrieveMacOSManagedDeviceLocalAdminAccountDetail","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceOverview","Uri":"/deviceManagement/managedDeviceOverview","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPowerliftIncidentDetail","Uri":"/deviceManagement/managedDevices/retrievePowerliftAppDiagnosticsDetails(userPrincipalName='{userPrincipalName}')","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/users","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage","Uri":"/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}/getAllManagedDeviceWindowsOSImages","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage","Uri":"/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage","Uri":"/deviceManagement/managedDeviceWindowsOSImages","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDeviceWindowsOSImages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsProtectionState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Uri":"/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Uri":"/deviceManagement/microsoftTunnelConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelHealthThreshold","Uri":"/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelHealthThreshold","Uri":"/deviceManagement/microsoftTunnelHealthThresholds","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelHealthThresholds/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelSite","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelSite","Uri":"/deviceManagement/microsoftTunnelSites","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelSites/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelServer","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelServer","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric","ApiVersion":"beta","OutputType":"IMicrosoftGraphKeyLongValuePair","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries","ApiVersion":"beta","OutputType":"IMicrosoftGraphMetricTimeSeriesDataPoint","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/deviceManagement/mobileAppTroubleshootingEvents","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/mobileAppTroubleshootingEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMobileThreatDefenseConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMobileThreatDefenseConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Uri":"/deviceManagement/mobileThreatDefenseConnectors","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/mobileThreatDefenseConnectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMonitoring","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementMonitoring","Uri":"/deviceManagement/monitoring","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMonitoringAlertRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAlertRecord","Uri":"/deviceManagement/monitoring/alertRecords/{alertRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementMonitoringAlertRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAlertRecord","Uri":"/deviceManagement/monitoring/alertRecords","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementMonitoringAlertRecordCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/monitoring/alertRecords/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementPortalNotification","Uri":"/deviceManagement/monitoring/alertRecords/getPortalNotifications","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementMonitoringAlertRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAlertRule","Uri":"/deviceManagement/monitoring/alertRules/{alertRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementMonitoringAlertRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAlertRule","Uri":"/deviceManagement/monitoring/alertRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementMonitoringAlertRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/monitoring/alertRules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementNdeConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphNdesConnector","Uri":"/deviceManagement/ndesConnectors/{ndesConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementNdeConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphNdesConnector","Uri":"/deviceManagement/ndesConnectors","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementNdeConnectorCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/ndesConnectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementNotificationMessageTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotificationMessageTemplate","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementNotificationMessageTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotificationMessageTemplate","Uri":"/deviceManagement/notificationMessageTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementNotificationMessageTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/notificationMessageTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementPartner","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementPartner","Uri":"/deviceManagement/deviceManagementPartners","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementPartnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementPartners/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRemoteActionAudit","ApiVersion":"beta","OutputType":"IMicrosoftGraphRemoteActionAudit","Uri":"/deviceManagement/remoteActionAudits/{remoteActionAudit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRemoteActionAudit","ApiVersion":"beta","OutputType":"IMicrosoftGraphRemoteActionAudit","Uri":"/deviceManagement/remoteActionAudits","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRemoteActionAuditCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/remoteActionAudits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRemoteAssistancePartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphRemoteAssistancePartner","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRemoteAssistancePartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphRemoteAssistancePartner","Uri":"/deviceManagement/remoteAssistancePartners","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRemoteAssistancePartnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/remoteAssistancePartners/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementReports","Uri":"/deviceManagement/reports","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportActiveMalwareReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getActiveMalwareReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getActiveMalwareSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportAndroidWorkProfileDeviceMigrationStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/retrieveAndroidWorkProfileDeviceMigrationStatuses","Variants":["Retrieve","RetrieveExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportAppInstallSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getAppsInstallSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportAppleDeviceOSUpdateStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/retrieveAppleDeviceOSUpdateStatus","Variants":["Retrieve","RetrieveExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportAppleOSUpdateFailure","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/retrieveAppleOSUpdateFailures","Variants":["Retrieve","RetrieveExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportAppStatusOverviewReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getAppStatusOverviewReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCachedReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getCachedReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCachedReportConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementCachedReportConfiguration","Uri":"/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCachedReportConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementCachedReportConfiguration","Uri":"/deviceManagement/reports/cachedReportConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCachedReportConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/cachedReportConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/retrieveCloudPkiLeafCertificateReport","Variants":["Retrieve","RetrieveExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/retrieveCloudPkiLeafCertificateSummaryReport","Variants":["Retrieve","RetrieveExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getCompliancePolicyDevicesReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getCompliancePolicyNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getCompliancePoliciesReportForDevice","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportComplianceSettingDetailReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getComplianceSettingDetailsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getComplianceSettingNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportComplianceSettingReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getComplianceSettingsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationPolicyDevicesReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationPolicyNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationPoliciesReportForDevice","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationSettingDetailsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationSettingNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportConfigurationSettingReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationSettingsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceAppInstallationStatusReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/retrieveDeviceAppInstallationStatusReport","Variants":["Retrieve","RetrieveExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceManagementIntentSettingsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceNonComplianceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDevicePoliciesComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDevicePolicySettingsComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDevicesStatusBySettingReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportEncryptionReportForDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getEncryptionReportForDevices","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportExportJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementExportJob","Uri":"/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportExportJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementExportJob","Uri":"/deviceManagement/reports/exportJobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportExportJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/exportJobs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportFailedMobileAppReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getFailedMobileAppsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getFailedMobileAppsSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportFilter","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getReportFilters","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportHistoricalReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getHistoricalReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportMalwareSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getMalwareSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getPolicyNonComplianceMetadata","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportPolicyNonComplianceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getPolicyNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getPolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getQuietTimePolicyUsersReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getQuietTimePolicyUserSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportRelatedAppStatusReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getRelatedAppsStatusReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getRemoteAssistanceSessionsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportSecurityTaskAppReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/retrieveSecurityTaskAppsReport","Variants":["Retrieve","RetrieveExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportSettingNonComplianceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getSettingNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getUnhealthyDefenderAgentsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportUnhealthyFirewallReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getUnhealthyFirewallReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getUnhealthyFirewallSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportUserInstallStatusReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getUserInstallStatusReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/retrieveWin32CatalogAppsUpdateReport","Variants":["Retrieve","RetrieveExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getWindowsUpdateAlertSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports/getZebraFotaDeploymentReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementResourceAccessProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileBase","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementResourceAccessProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileBase","Uri":"/deviceManagement/resourceAccessProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementResourceAccessProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementResourceAccessProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementResourceAccessProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/resourceAccessProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementResourceOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceOperation","Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementResourceOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceOperation","Uri":"/deviceManagement/resourceOperations","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementResourceOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/resourceOperations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReusableSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReusableSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/reusableSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementReusableSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reusableSettings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Uri":"/deviceManagement/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTag","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTag","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleAssignment","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleAssignment","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleScopeTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTag","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleScopeTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTag","Uri":"/deviceManagement/roleScopeTags","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleScopeTagAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTagAutoAssignment","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleScopeTagAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTagAutoAssignment","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleScopeTagById","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTag","Uri":"/deviceManagement/getRoleScopeTagsByIds(ids={ids})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleScopeTagByResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTag","Uri":"/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementRoleScopeTagCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleScopeTags/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScript","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScript","Uri":"/deviceManagement/deviceManagementScripts","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptDeviceRunStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptGroupAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptRunSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptRunSummary","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptUserRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptUserRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptUserRunStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementSettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementSettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/settingDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementSettingDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/settingDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphSoftwareUpdateStatusSummary","Uri":"/deviceManagement/softwareUpdateStatusSummary","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementSuggestedEnrollmentLimit","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTelecomExpenseManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTelecomExpenseManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Uri":"/deviceManagement/telecomExpenseManagementPartners","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/telecomExpenseManagementPartners/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplate","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplate","Uri":"/deviceManagement/templates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplate","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplate","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateMigratableToSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTemplateSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndCondition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndCondition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsGroupAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsGroupAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/deviceManagement/troubleshootingEvents","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementTroubleshootingEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/troubleshootingEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementUserPfxCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserPfxCertificate","Uri":"/deviceManagement/userPfxCertificates/{userPFXCertificate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementUserPfxCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserPfxCertificate","Uri":"/deviceManagement/userPfxCertificates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementUserPfxCertificateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/userPfxCertificates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementUserRoleDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetail","Uri":"/deviceManagement/retrieveUserRoleDetail(userid='{userid}')","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEndpoint","Uri":"/deviceManagement/virtualEndpoint","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointAuditEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcAuditEvent","Uri":"/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointAuditEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcAuditEvent","Uri":"/deviceManagement/virtualEndpoint/auditEvents","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/auditEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointBulkAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcBulkAction","Uri":"/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointBulkAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcBulkAction","Uri":"/deviceManagement/virtualEndpoint/bulkActions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/bulkActions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointCloudPc","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPc","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointCloudPc","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPc","Uri":"/deviceManagement/virtualEndpoint/cloudPCs","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/cloudPCs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping","Uri":"/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointDeviceImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcDeviceImage","Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointDeviceImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcDeviceImage","Uri":"/deviceManagement/virtualEndpoint/deviceImages","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/deviceImages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcExternalPartnerSetting","Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcExternalPartnerSetting","Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcFrontLineServicePlan","Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcFrontLineServicePlan","Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointGalleryImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcGalleryImage","Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointGalleryImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcGalleryImage","Uri":"/deviceManagement/virtualEndpoint/galleryImages","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/galleryImages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcOrganizationSettings","Uri":"/deviceManagement/virtualEndpoint/organizationSettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcReports","Uri":"/deviceManagement/virtualEndpoint/reports","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointReportExportJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcExportJob","Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointReportExportJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcExportJob","Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointServicePlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcServicePlan","Uri":"/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointServicePlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcServicePlan","Uri":"/deviceManagement/virtualEndpoint/servicePlans","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/servicePlans/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointSnapshot","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcSnapshot","Uri":"/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointSnapshot","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcSnapshot","Uri":"/deviceManagement/virtualEndpoint/snapshots","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/snapshots/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcSupportedRegion","Uri":"/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcSupportedRegion","Uri":"/deviceManagement/virtualEndpoint/supportedRegions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/supportedRegions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcUserSetting","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcUserSetting","Uri":"/deviceManagement/virtualEndpoint/userSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/userSettings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsAutopilotSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotSettings","Uri":"/deviceManagement/windowsAutopilotSettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfile","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfile","Uri":"/deviceManagement/windowsFeatureUpdateProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfileAssignment","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfileAssignment","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsFeatureUpdateProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsMalwareInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsMalwareInformation","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsMalwareInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsMalwareInformation","Uri":"/deviceManagement/windowsMalwareInformation","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsMalwareInformationCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsMalwareInformation/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsQualityUpdateProfile","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsQualityUpdateProfile","Uri":"/deviceManagement/windowsQualityUpdateProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsQualityUpdateProfileAssignment","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsQualityUpdateProfileAssignment","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsQualityUpdateProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/devices/{device-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/devices/{device-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/registeredOwners","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceRegisteredOwnerAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/devices/{device-id}/registeredOwners/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/devices/{device-id}/registeredOwners/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/devices/{device-id}/registeredOwners/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/devices/{device-id}/registeredOwners/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceRegisteredOwnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerCountAsAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredOwnerCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/registeredUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceRegisteredUserAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/devices/{device-id}/registeredUsers/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/devices/{device-id}/registeredUsers/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/devices/{device-id}/registeredUsers/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/devices/{device-id}/registeredUsers/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceRegisteredUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserCountAsAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserCountAsEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceRegisteredUserCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceTemplate","Uri":"/devices/{device-id}/deviceTemplate/{deviceTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceTemplate","Uri":"/devices/{device-id}/deviceTemplate","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/deviceTemplate/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/devices/{device-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/devices/{device-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceTransitiveMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceTransitiveMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceUsageRights","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRight","Uri":"/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceUsageRights","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRight","Uri":"/devices/{device-id}/usageRights","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-beta"},{"Command":"Get-MgBetaDeviceUsageRightsCount","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/usageRights/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDeviceUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectory","Uri":"/directory","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/administrativeUnits","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitDeletedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/deletedMembers/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitDeletedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/deletedMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitDeletedMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/deletedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/administrativeUnits/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryAdministrativeUnitExtension","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/application","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/device","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAttributeSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttributeSet","Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryAttributeSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttributeSet","Uri":"/directory/attributeSets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryAttributeSetCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/attributeSets/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAuthenticationMethodDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodDevice","Uri":"/directory/authenticationMethodDevices","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathtokenauthenticationmethoddevice-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethoddevice-list-hardwareoathdevices?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceAssignTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceAssignToMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceAssignToServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceAssignToServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryCertificateAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateAuthorityPath","Uri":"/directory/certificateAuthorities","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedApplicationConfiguration","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedApplicationConfiguration","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateAuthorityAsEntity","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthorityasentity-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateAuthorityAsEntity","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMutualTlsOauthConfiguration","Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations/{mutualTlsOauthConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"MutualTlsOauthConfiguration.Read.All","Description":"Read all device authentication certificate configurations.","FullDescription":"Allows the app to read all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mutualtlsoauthconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMutualTlsOauthConfiguration","Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"MutualTlsOauthConfiguration.Read.All","Description":"Read all device authentication certificate configurations.","FullDescription":"Allows the app to read all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":"Read and write all device authentication certificate configurations.","FullDescription":"Allows the app to read and write all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritypath-list-mutualtlsoauthconfigurations?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"MutualTlsOauthConfiguration.Read.All","Description":"Read all device authentication certificate configurations.","FullDescription":"Allows the app to read all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":"Read and write all device authentication certificate configurations.","FullDescription":"Allows the app to read and write all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Uri":"/directory/customSecurityAttributeDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphAllowedValue","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphAllowedValue","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/customSecurityAttributeDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/deletedItems/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/deletedItems/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDirectoryDeletedAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/deletedItems/administrativeUnit","Variants":["List"],"CommandAlias":"Get-MgBetaDirectoryDeletedAdministrativeUnit","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/directory/deletedItems/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDirectoryDeletedApplication","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/directory/deletedItems/application","Variants":["List"],"CommandAlias":"Get-MgBetaDirectoryDeletedApplication","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/deletedItems/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDirectoryDeletedDevice","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/deletedItems/device","Variants":["List"],"CommandAlias":"Get-MgBetaDirectoryDeletedDevice","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/directory/deletedItems/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDirectoryDeletedGroup","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryDeletedItemAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/directory/deletedItems/group","Variants":["List"],"CommandAlias":"Get-MgBetaDirectoryDeletedGroup","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryDeletedItemAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directory/deletedItems/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDirectoryDeletedServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directory/deletedItems/servicePrincipal","Variants":["List"],"CommandAlias":"Get-MgBetaDirectoryDeletedServicePrincipal","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/directory/deletedItems/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaDirectoryDeletedUser","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/directory/deletedItems/user","Variants":["List"],"CommandAlias":"Get-MgBetaDirectoryDeletedUser","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/deletedItems/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/administrativeUnit/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemCountAsApplication","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/application/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemCountAsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/device/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/group/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/servicePrincipal/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/user/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeletedItemMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/{directoryObject-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryDeletedItemMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/{directoryObject-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryDeviceLocalCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryDeviceLocalCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Uri":"/directory/deviceLocalCredentials","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryDeviceLocalCredentialCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deviceLocalCredentials/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryExternalUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalUserProfile","Uri":"/directory/externalUserProfiles/{externalUserProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"ExternalUserProfile.Read.All","Description":"Read external user profiles","FullDescription":"Allows the app to read available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryExternalUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalUserProfile","Uri":"/directory/externalUserProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"ExternalUserProfile.Read.All","Description":"Read external user profiles","FullDescription":"Allows the app to read available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryExternalUserProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/externalUserProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"ExternalUserProfile.Read.All","Description":"Read external user profiles","FullDescription":"Allows the app to read available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryFeatureRolloutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryFeatureRolloutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/directory/featureRolloutPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryFeatureRolloutPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/featureRolloutPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryFederationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryFederationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/directory/federationConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryFederationConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/federationConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/impactedResources/{impactedResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/impactedResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryImpactedResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/impactedResources/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryInboundSharedUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphInboundSharedUserProfile","Uri":"/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryInboundSharedUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphInboundSharedUserProfile","Uri":"/directory/inboundSharedUserProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryInboundSharedUserProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/inboundSharedUserProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects","Variants":["List"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryObjectById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryObjectCount","ApiVersion":"beta","OutputType":null,"Uri":"/directoryObjects/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryObjectDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryObjectMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directoryObjects/{directoryObject-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryObjectMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/directoryObjects/{directoryObject-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryObjectUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryOnPremiseSynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryOnPremiseSynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Uri":"/directory/onPremisesSynchronization","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OnPremDirectorySynchronization.Read.All","Description":"Read all on-premises directory synchronization information","FullDescription":"Allows the app to read all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremDirectorySynchronization.ReadWrite.All","Description":"Read and write all on-premises directory synchronization information","FullDescription":"Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryOnPremiseSynchronizationCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/onPremisesSynchronization/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OnPremDirectorySynchronization.Read.All","Description":"Read all on-premises directory synchronization information","FullDescription":"Allows the app to read all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremDirectorySynchronization.ReadWrite.All","Description":"Read and write all on-premises directory synchronization information","FullDescription":"Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryOutboundSharedUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutboundSharedUserProfile","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryOutboundSharedUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutboundSharedUserProfile","Uri":"/directory/outboundSharedUserProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryOutboundSharedUserProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/outboundSharedUserProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryOutboundSharedUserProfileTenant","ApiVersion":"beta","OutputType":null,"Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryOutboundSharedUserProfileTenant","ApiVersion":"beta","OutputType":"IMicrosoftGraphTenantReference","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.Read","Description":"Read shared cross-tenant user profile and export data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.Read.All","Description":"Read any shared cross-tenant user profiles and export data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryPendingExternalUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphPendingExternalUserProfile","Uri":"/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PendingExternalUserProfile.Read.All","Description":"Read pending external user profiles","FullDescription":"Allows the app to read available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryPendingExternalUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphPendingExternalUserProfile","Uri":"/directory/pendingExternalUserProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PendingExternalUserProfile.Read.All","Description":"Read pending external user profiles","FullDescription":"Allows the app to read available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryPendingExternalUserProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/pendingExternalUserProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PendingExternalUserProfile.Read.All","Description":"Read pending external user profiles","FullDescription":"Allows the app to read available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryPublicKeyInfrastructure","ApiVersion":"beta","OutputType":"IMicrosoftGraphPublicKeyInfrastructureRoot","Uri":"/directory/publicKeyInfrastructure","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-list-certificatebasedauthconfigurations?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritydetail-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-list-certificateauthorities?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthorityCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRecommendation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecommendation","Uri":"/directory/recommendations/{recommendation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRecommendation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecommendation","Uri":"/directory/recommendations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRecommendationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecommendationConfiguration","Uri":"/directory/recommendationConfiguration","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendationconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRecommendationCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/recommendations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRecommendationImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRecommendationImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/recommendations/{recommendation-id}/impactedResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-list-impactedresources?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRecommendationImpactedResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/recommendations/{recommendation-id}/impactedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.Read.All","Description":"Read Azure AD recommendations","FullDescription":"Allows the app to read Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles/{directoryRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryRoles/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleByRoleTemplateId","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleCount","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryRoles/{directoryRole-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleMemberAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/directoryRoles/{directoryRole-id}/members/application","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/directoryRoles/{directoryRole-id}/members/device","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/directoryRoles/{directoryRole-id}/members/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/directoryRoles/{directoryRole-id}/members/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directoryRoles/{directoryRole-id}/members/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/directoryRoles/{directoryRole-id}/members/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberCountAsApplication","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberCountAsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberCountAsOrgContact","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleScopedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleScopedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleScopedMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Uri":"/directoryRoleTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleTemplateById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryRoleTemplates/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoleTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleTemplateDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryRoleTemplates/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleTemplateMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleTemplateMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryRoleTemplateUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryRoleTemplates/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryRoleUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryRoles/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySetting","Uri":"/settings/{directorySetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySetting","Uri":"/settings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySettingTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySettingTemplate","Uri":"/directorySettingTemplates/{directorySettingTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySettingTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySettingTemplate","Uri":"/directorySettingTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySettingTemplateById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directorySettingTemplates/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySettingTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/directorySettingTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectorySettingTemplateDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directorySettingTemplates/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySettingTemplateMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySettingTemplateMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectorySettingTemplateUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directorySettingTemplates/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySharedEmailDomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedEmailDomain","Uri":"/directory/sharedEmailDomains/{sharedEmailDomain-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectorySharedEmailDomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedEmailDomain","Uri":"/directory/sharedEmailDomains","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectorySharedEmailDomainCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/sharedEmailDomains/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectorySubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySubscriptionByOcpSubscriptionId","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectorySubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/subscriptions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphTemplate","Uri":"/directory/templates","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryTemplateDeviceInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/deviceInstances/{device-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryTemplateDeviceInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/deviceInstances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryTemplateDeviceInstanceByDeviceId","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/deviceInstances(deviceId='{deviceId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryTemplateDeviceInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/deviceInstances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryTemplateDeviceTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceTemplate","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicetemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryTemplateDeviceTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceTemplate","Uri":"/directory/templates/deviceTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/template-list-devicetemplates?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryTemplateDeviceTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/templates/deviceTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryTemplateDeviceTemplateOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/owners/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDirectoryTemplateDeviceTemplateOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/owners","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicetemplate-list-owners?view=graph-rest-beta"},{"Command":"Get-MgBetaDirectoryTemplateDeviceTemplateOwnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/owners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceTemplate.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.Read.All","Description":"Read all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomain","Uri":"/domains/{domain-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomain","Uri":"/domains","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta"},{"Command":"Get-MgBetaDomainCount","ApiVersion":"beta","OutputType":null,"Uri":"/domains/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomainFederationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphInternalDomainFederation","Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDomainFederationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphInternalDomainFederation","Uri":"/domains/{domain-id}/federationConfiguration","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-beta"},{"Command":"Get-MgBetaDomainFederationConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/federationConfiguration/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomainNameReference","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/domains/{domain-id}/domainNameReferences/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomainNameReference","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/domains/{domain-id}/domainNameReferences","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-beta"},{"Command":"Get-MgBetaDomainNameReferenceCount","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/domainNameReferences/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomainRootDomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomain","Uri":"/domains/{domain-id}/rootDomain","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-rootdomain?view=graph-rest-beta"},{"Command":"Get-MgBetaDomainServiceConfigurationRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomainServiceConfigurationRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/serviceConfigurationRecords","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-beta"},{"Command":"Get-MgBetaDomainServiceConfigurationRecordCount","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/serviceConfigurationRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomainSharedEmailDomainInvitation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedEmailDomainInvitation","Uri":"/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomainSharedEmailDomainInvitation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedEmailDomainInvitation","Uri":"/domains/{domain-id}/sharedEmailDomainInvitations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomainSharedEmailDomainInvitationCount","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/sharedEmailDomainInvitations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomainVerificationDnsRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDomainVerificationDnsRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/verificationDnsRecords","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-beta"},{"Command":"Get-MgBetaDomainVerificationDnsRecordCount","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/verificationDnsRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/drives/{drive-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/drives","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/drives/{drive-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveBundle","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveBundle","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/bundles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveBundleContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveBundleContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveBundleCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveContentTypeBase","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveContentTypeBaseTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveFollowing","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveFollowing","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/following","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveFollowingContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveFollowingContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveFollowingCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/drives/{drive-id}/items/{driveItem-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemAnalyticItemActivityStatCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemAnalyticLastSevenDay","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemAnalyticTime","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemThumbnailCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/drives/{drive-id}/list/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeColumnLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeColumnPositionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListContentTypeCompatibleHubContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveListContentTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/list/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/drives/{drive-id}/list/items/{listItem-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/drives/{drive-id}/list/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/list/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveListSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/drives/{drive-id}/root/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveRootAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootAnalyticItemActivityStatCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootAnalyticLastSevenDay","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootAnalyticTime","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/drives/{drive-id}/root/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/drives/{drive-id}/root/listItem/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/listItem/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/root/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/root/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/root/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootThumbnailCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/root/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveRootVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveSpecial","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveSpecial","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/special","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveSpecialContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveSpecialContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaDriveSpecialCount","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/classes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/classes/{educationClass-id}/assignmentCategories","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentCategories/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentCategoryDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/classes/{educationClass-id}/assignmentCategories/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentDefault","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentDefaults","Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentGradingCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentGradingScheme","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingScheme","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentResourceDependentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentRubricByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentSettings","Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingScheme","Uri":"/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSettingGradingCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSettingGradingCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSettingGradingScheme","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingScheme","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentSettingGradingScheme","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingScheme","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/classes/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/education/classes/{educationClass-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/education/classes/{educationClass-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/classes/{educationClass-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/members/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassModule","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassModule","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassModuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/modules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassModuleResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModuleResource","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassModuleResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModuleResource","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassModuleResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassRecentlyModifiedSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/getRecentlyModifiedSubmissions","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-getrecentlymodifiedsubmissions?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassSchool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/classes/{educationClass-id}/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassSchool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/classes/{educationClass-id}/schools","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassSchoolCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/schools/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationClassTeacher","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/classes/{educationClass-id}/teachers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassTeacherByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/teachers/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationClassTeacherCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/teachers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMe","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/me","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationMeAssignmentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/me/assignments/{educationAssignment-id}/categories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentCategoryDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/me/assignments/{educationAssignment-id}/categories/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationMeAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationMeAssignmentGradingCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/me/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentGradingScheme","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingScheme","Uri":"/education/me/assignments/{educationAssignment-id}/gradingScheme","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentResourceDependentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentRubricByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/me/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/me/classes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationMeClassCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/classes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationMeRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/rubrics","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationMeRubricCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/rubrics/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeSchool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/me/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeSchool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/me/schools","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationMeSchoolCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/schools/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeTaughtClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/me/taughtClasses/{educationClass-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeTaughtClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/me/taughtClasses","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeTaughtClassCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/taughtClasses/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/education/me/user","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationMeUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/education/me/user/mailboxSettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/education/me/user/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationMeUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/user/serviceProvisioningErrors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphReportsRoot","Uri":"/education/reports","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationReportReadingAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationReportReadingAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Uri":"/education/reports/readingAssignmentSubmissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-readingassignmentsubmissions?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationReportReadingAssignmentSubmissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/reports/readingAssignmentSubmissions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationReportReadingCoachPassage","ApiVersion":"beta","OutputType":"IMicrosoftGraphReadingCoachPassage","Uri":"/education/reports/readingCoachPassages/{readingCoachPassage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationReportReadingCoachPassage","ApiVersion":"beta","OutputType":"IMicrosoftGraphReadingCoachPassage","Uri":"/education/reports/readingCoachPassages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-readingcoachpassages?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationReportReadingCoachPassageCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/reports/readingCoachPassages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationReportReflectCheck","ApiVersion":"beta","OutputType":"IMicrosoftGraphReflectCheckInResponse","Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationReportReflectCheck","ApiVersion":"beta","OutputType":"IMicrosoftGraphReflectCheckInResponse","Uri":"/education/reports/reflectCheckInResponses","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduReports-Reflect.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reflect.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-reflectcheckinresponses?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationReportReflectCheckInResponseCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/reports/reflectCheckInResponses/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduReports-Reflect.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reflect.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationReportSpeakerAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphSpeakerAssignmentSubmission","Uri":"/education/reports/speakerAssignmentSubmissions/{speakerAssignmentSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationReportSpeakerAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphSpeakerAssignmentSubmission","Uri":"/education/reports/speakerAssignmentSubmissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-speakerassignmentsubmissions?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationReportSpeakerAssignmentSubmissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/reports/speakerAssignmentSubmissions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRoot","Uri":"/education","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationSchool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationSchool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/schools","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationSchoolAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/education/schools/{educationSchool-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-get-administrativeunit?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationSchoolClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/schools/{educationSchool-id}/classes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationSchoolClassByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/classes/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationSchoolClassCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/classes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationSchoolCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/schools/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationSchoolDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/schools/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.WriteWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationSchoolUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/schools/{educationSchool-id}/users","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationSchoolUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/users/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationSchoolUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/users/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/users/{educationUser-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/users","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationUserAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationUserAssignmentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentCategoryDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationUserAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationUserAssignmentGradingCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentGradingScheme","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingScheme","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentResourceDependentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentRubricByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/users/{educationUser-id}/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/users/{educationUser-id}/classes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserClassCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/classes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/users/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.WriteWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaEducationUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/education/users/{educationUser-id}/user/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/rubrics","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserRubricCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/rubrics/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserSchool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/users/{educationUser-id}/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserSchool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/users/{educationUser-id}/schools","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserSchoolCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/schools/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/education/users/{educationUser-id}/user/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserTaughtClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/users/{educationUser-id}/taughtClasses/{educationClass-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserTaughtClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/users/{educationUser-id}/taughtClasses","Variants":["List"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEducationUserTaughtClassCount","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/taughtClasses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequestRequirements","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignment","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignment","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignment","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess","Variants":["Access","Access1","AccessViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomExtensionHandler","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomExtensionHandler","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentResourceRole","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentResourceRole","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalog","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalog","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAccessPackageWorkflowExtension","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAccessPackageWorkflowExtension","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/accessPackageResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageResources/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceEnvironments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageResourceRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAccessPackageResourceRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/assignmentRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignment","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAssignmentRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectedOrganization","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementConnectedOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectedOrganization","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementConnectedOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectedOrganization","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementConnectedOrganizationCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphEntitlementManagementSettings","Uri":"/identityGovernance/entitlementManagement/settings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageSubject","Uri":"/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageSubject","Uri":"/identityGovernance/entitlementManagement/subjects","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta"},{"Command":"Get-MgBetaEntitlementManagementSubjectByObjectId","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageSubject","Uri":"/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementSubjectConnectedOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectedOrganization","Uri":"/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaEntitlementManagementSubjectCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/subjects/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternal","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternal","Uri":"/external","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalAuthorizationSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationSystem","Uri":"/external/authorizationSystems/{authorizationSystem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalAuthorizationSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationSystem","Uri":"/external/authorizationSystems","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalAuthorizationSystemCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/authorizationSystems/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalAuthorizationSystemDataCollectionInfo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataCollectionInfo","Uri":"/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Uri":"/external/connections/{externalConnection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Uri":"/external/connections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalConnectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Uri":"/external/connections/{externalConnection-id}/groups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/groups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionGroupMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionGroupMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionGroupMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalConnectionItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Uri":"/external/connections/{externalConnection-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionItemActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionItemActivityPerformedBy","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Uri":"/external/connections/{externalConnection-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalConnectionQuota","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsConnectionQuota","Uri":"/external/connections/{externalConnection-id}/quota","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalConnectionSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsSchema","Uri":"/external/connections/{externalConnection-id}/schema","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryData","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataRoot","Uri":"/external/industryData","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataConnector","Uri":"/external/industryData/dataConnectors/{industryDataConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-DataConnector.Read.All","Description":"View data connector definitions","FullDescription":"Allows the app to read data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataConnector","Uri":"/external/industryData/dataConnectors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-DataConnector.Read.All","Description":"View data connector definitions","FullDescription":"Allows the app to read data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataConnectorCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/dataConnectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-DataConnector.Read.All","Description":"View data connector definitions","FullDescription":"Allows the app to read data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataConnectorSourceSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataSourceSystemDefinition","Uri":"/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataInboundFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataInboundFlow","Uri":"/external/industryData/inboundFlows/{inboundFlow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-InboundFlow.Read.All","Description":"View inbound flow definitions","FullDescription":"Allows the app to read inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataInboundFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataInboundFlow","Uri":"/external/industryData/inboundFlows","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-InboundFlow.Read.All","Description":"View inbound flow definitions","FullDescription":"Allows the app to read inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-inboundflow-list?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataInboundFlowCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/inboundFlows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-InboundFlow.Read.All","Description":"View inbound flow definitions","FullDescription":"Allows the app to read inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataInboundFlowDataConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataConnector","Uri":"/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-DataConnector.Read.All","Description":"View data connector definitions","FullDescription":"Allows the app to read data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataInboundFlowYear","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataYearTimePeriodDefinition","Uri":"/external/industryData/inboundFlows/{inboundFlow-id}/year","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-TimePeriod.Read.All","Description":"Read time period definitions","FullDescription":"Allows the app to read time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/external/industryData/operations/{longRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/external/industryData/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/operations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-OutboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.Read.All","Description":"View outbound flowsets and flows definitions","FullDescription":"Allows the app to read outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.ReadWrite.All","Description":"Manage outbound flowsets and flows definitions","FullDescription":"Allows the app to read and write outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet","Uri":"/external/industryData/outboundProvisioningFlowSets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-OutboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.Read.All","Description":"View outbound flowsets and flows definitions","FullDescription":"Allows the app to read outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.ReadWrite.All","Description":"Manage outbound flowsets and flows definitions","FullDescription":"Allows the app to read and write outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/outboundProvisioningFlowSets/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-OutboundFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.Read.All","Description":"View outbound flowsets and flows definitions","FullDescription":"Allows the app to read outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-OutboundFlow.ReadWrite.All","Description":"Manage outbound flowsets and flows definitions","FullDescription":"Allows the app to read and write outbound data flowsets and flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataProvisioningFlow","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataProvisioningFlow","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataReferenceDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataReferenceDefinition","Uri":"/external/industryData/referenceDefinitions/{referenceDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-ReferenceDefinition.Read.All","Description":"View reference definitions","FullDescription":"Allows the app to read reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataReferenceDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataReferenceDefinition","Uri":"/external/industryData/referenceDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataReferenceDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/referenceDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataRoleGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataRoleGroup","Uri":"/external/industryData/roleGroups/{roleGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-ReferenceDefinition.Read.All","Description":"View reference definitions","FullDescription":"Allows the app to read reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataRoleGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataRoleGroup","Uri":"/external/industryData/roleGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataRoleGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/roleGroups/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData.ReadBasic.All","Description":"Read basic Industry Data service and resource definitions","FullDescription":"Allows the app to read Industry Data basic service and resource information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataRun","Uri":"/external/industryData/runs/{industryDataRun-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-Run.Read.All","Description":"View current and previous runs","FullDescription":"Allows the app to read current and previous IndustryData runs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataRun","Uri":"/external/industryData/runs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-Run.Read.All","Description":"View current and previous runs","FullDescription":"Allows the app to read current and previous IndustryData runs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataRunActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataRunActivity","Uri":"/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataRunActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataRunActivity","Uri":"/external/industryData/runs/{industryDataRun-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataRunActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/runs/{industryDataRun-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataRunCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/runs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-Run.Read.All","Description":"View current and previous runs","FullDescription":"Allows the app to read current and previous IndustryData runs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataRunStatistics","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataRunStatistics","Uri":"/external/industryData/runs/{industryDataRun-id}/getStatistics","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-Run.Read.All","Description":"View current and previous runs","FullDescription":"Allows the app to read current and previous IndustryData runs on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataSourceSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataSourceSystemDefinition","Uri":"/external/industryData/sourceSystems/{sourceSystemDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-SourceSystem.Read.All","Description":"View source system definitions","FullDescription":"Allows the app to read source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataSourceSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataSourceSystemDefinition","Uri":"/external/industryData/sourceSystems","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-SourceSystem.Read.All","Description":"View source system definitions","FullDescription":"Allows the app to read source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataSourceSystemCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/sourceSystems/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-SourceSystem.Read.All","Description":"View source system definitions","FullDescription":"Allows the app to read source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaExternalIndustryDataYear","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataYearTimePeriodDefinition","Uri":"/external/industryData/years/{yearTimePeriodDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-TimePeriod.Read.All","Description":"Read time period definitions","FullDescription":"Allows the app to read time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataYear","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataYearTimePeriodDefinition","Uri":"/external/industryData/years","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-TimePeriod.Read.All","Description":"Read time period definitions","FullDescription":"Allows the app to read time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-beta"},{"Command":"Get-MgBetaExternalIndustryDataYearCount","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/years/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-TimePeriod.Read.All","Description":"Read time period definitions","FullDescription":"Allows the app to read time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancial","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinancials","Uri":"/financials","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompany","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompany","Uri":"/financials/companies/{company-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompany","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompany","Uri":"/financials/companies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/accounts/{account-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/accounts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyAccountCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/accounts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyAgedAccountPayable","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgedAccountsPayable","Uri":"/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyAgedAccountPayable","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgedAccountsPayable","Uri":"/financials/companies/{company-id}/agedAccountsPayable","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyAgedAccountPayableCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/agedAccountsPayable/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyAgedAccountReceivable","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgedAccountsReceivable","Uri":"/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyAgedAccountReceivable","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgedAccountsReceivable","Uri":"/financials/companies/{company-id}/agedAccountsReceivable","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyAgedAccountReceivableCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/agedAccountsReceivable/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCountryRegion","ApiVersion":"beta","OutputType":"IMicrosoftGraphCountryRegion","Uri":"/financials/companies/{company-id}/countriesRegions/{countryRegion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCountryRegion","ApiVersion":"beta","OutputType":"IMicrosoftGraphCountryRegion","Uri":"/financials/companies/{company-id}/countriesRegions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCountryRegionCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/countriesRegions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/currencies/{currency-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/currencies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCurrencyCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/currencies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/customers/{customer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/customers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/customers/{customer-id}/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPayment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPayment","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPayment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPayment","Uri":"/financials/companies/{company-id}/customerPayments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournal","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPaymentJournal","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournal","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPaymentJournal","Uri":"/financials/companies/{company-id}/customerPaymentJournals","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPayment","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPayment","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyDimension","ApiVersion":"beta","OutputType":"IMicrosoftGraphDimension","Uri":"/financials/companies/{company-id}/dimensions/{dimension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyDimension","ApiVersion":"beta","OutputType":"IMicrosoftGraphDimension","Uri":"/financials/companies/{company-id}/dimensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyDimensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/dimensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyDimensionValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphDimensionValue","Uri":"/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyDimensionValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphDimensionValue","Uri":"/financials/companies/{company-id}/dimensionValues","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyDimensionValueCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyEmployee","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmployee","Uri":"/financials/companies/{company-id}/employees/{employee-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyEmployee","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmployee","Uri":"/financials/companies/{company-id}/employees","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyEmployeeCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/employees/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyEmployeePicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyEmployeePicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyEmployeePictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyEmployeePictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyGeneralLedgerEntry","ApiVersion":"beta","OutputType":"IMicrosoftGraphGeneralLedgerEntry","Uri":"/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyGeneralLedgerEntry","ApiVersion":"beta","OutputType":"IMicrosoftGraphGeneralLedgerEntry","Uri":"/financials/companies/{company-id}/generalLedgerEntries","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyGeneralLedgerEntryCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/generalLedgerEntries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanyInformation","Uri":"/financials/companies/{company-id}/companyInformation/{companyInformation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanyInformation","Uri":"/financials/companies/{company-id}/companyInformation","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyInformationCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/companyInformation/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyInformationPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/items/{item-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/itemCategories/{itemCategory-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/itemCategories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyItemCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/itemCategories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/items/{item-id}/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyItemPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/items/{item-id}/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyJournal","ApiVersion":"beta","OutputType":"IMicrosoftGraphJournal","Uri":"/financials/companies/{company-id}/journals/{journal-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyJournal","ApiVersion":"beta","OutputType":"IMicrosoftGraphJournal","Uri":"/financials/companies/{company-id}/journals","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyJournalAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/journals/{journal-id}/account","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyJournalCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/journals/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyJournalLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphJournalLine","Uri":"/financials/companies/{company-id}/journalLines/{journalLine-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyJournalLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphJournalLine","Uri":"/financials/companies/{company-id}/journalLines","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyJournalLineAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/journalLines/{journalLine-id}/account","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyJournalLineCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/journalLines/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/paymentMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPaymentMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/paymentMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/paymentTerms","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPaymentTermCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/paymentTerms/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoice","ApiVersion":"beta","OutputType":"IMicrosoftGraphPurchaseInvoice","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoice","ApiVersion":"beta","OutputType":"IMicrosoftGraphPurchaseInvoice","Uri":"/financials/companies/{company-id}/purchaseInvoices","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphPurchaseInvoiceLine","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphPurchaseInvoiceLine","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendor","ApiVersion":"beta","OutputType":"IMicrosoftGraphVendor","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemo","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesCreditMemo","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemo","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesCreditMemo","Uri":"/financials/companies/{company-id}/salesCreditMemos","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesCreditMemoLine","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesCreditMemoLine","Uri":"/financials/companies/{company-id}/salesCreditMemoLines","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemoLines/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesCreditMemoLine","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesCreditMemoLine","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoice","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesInvoice","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoice","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesInvoice","Uri":"/financials/companies/{company-id}/salesInvoices","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesInvoiceLine","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesInvoiceLine","Uri":"/financials/companies/{company-id}/salesInvoiceLines","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceLineAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceLineCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoiceLines/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoicePaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrder","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesOrder","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrder","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesOrder","Uri":"/financials/companies/{company-id}/salesOrders","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesOrderLine","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesOrderLine","Uri":"/financials/companies/{company-id}/salesOrderLines","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderLineAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderLineCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrderLines/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleOrderPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuote","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesQuote","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuote","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesQuote","Uri":"/financials/companies/{company-id}/salesQuotes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesQuoteLine","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesQuoteLine","Uri":"/financials/companies/{company-id}/salesQuoteLines","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteLineAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccount","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteLineCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuoteLines/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuotePaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanySaleQuoteShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/shipmentMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyShipmentMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/shipmentMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyTaxArea","ApiVersion":"beta","OutputType":"IMicrosoftGraphTaxArea","Uri":"/financials/companies/{company-id}/taxAreas/{taxArea-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyTaxArea","ApiVersion":"beta","OutputType":"IMicrosoftGraphTaxArea","Uri":"/financials/companies/{company-id}/taxAreas","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyTaxAreaCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/taxAreas/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyTaxGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTaxGroup","Uri":"/financials/companies/{company-id}/taxGroups/{taxGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyTaxGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTaxGroup","Uri":"/financials/companies/{company-id}/taxGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyTaxGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/taxGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyUnitOfMeasure","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnitOfMeasure","Uri":"/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyUnitOfMeasure","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnitOfMeasure","Uri":"/financials/companies/{company-id}/unitsOfMeasure","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyUnitOfMeasureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/unitsOfMeasure/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyVendor","ApiVersion":"beta","OutputType":"IMicrosoftGraphVendor","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyVendor","ApiVersion":"beta","OutputType":"IMicrosoftGraphVendor","Uri":"/financials/companies/{company-id}/vendors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyVendorCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/vendors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyVendorCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/currency","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyVendorPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyVendorPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyVendorPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyVendorPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture","Variants":["List"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyVendorPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaFinancialCompanyVendorPictureCount","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta"},{"Command":"Get-MgBetaGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupAcceptedSender","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/acceptedSenders","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupAcceptedSenderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/acceptedSenders/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupAcceptedSenderCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/acceptedSenders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/groups/{group-id}/appRoleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupAppRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupCalendar","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendar","Uri":"/groups/{group-id}/calendar","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupCalendarEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupCalendarEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/calendar/events","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupCalendarPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupCalendarPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/groups/{group-id}/calendar/calendarPermissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupCalendarPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/calendar/calendarPermissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupCalendarSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphScheduleInformation","Uri":"/groups/{group-id}/calendar/getSchedule","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupCalendarView","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/calendar/calendarView","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversation","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversation","Uri":"/groups/{group-id}/conversations/{conversation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupConversation","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversation","Uri":"/groups/{group-id}/conversations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupConversationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThread","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThread","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupConversationThreadCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPost","ApiVersion":"beta","OutputType":"IMicrosoftGraphPost","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPost","ApiVersion":"beta","OutputType":"IMicrosoftGraphPost","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostInReplyToAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostInReplyToAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostInReplyToExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostInReplyToExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostInReplyToMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostInReplyToMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostInReplyToMentionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupConversationThreadPostMentionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupCreatedOnBehalfOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/createdOnBehalfOf","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDefaultDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drives","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/drives/{drive-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveBundle","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveBundle","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/bundles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveBundleContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveBundleContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveBundleCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveContentTypeBase","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveContentTypeBaseTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveFollowing","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveFollowing","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/following","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveFollowingContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveFollowingContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveFollowingCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupDriveItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemAnalyticLastSevenDay","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemAnalyticTime","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemThumbnailCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/drives/{drive-id}/list/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeColumnLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeColumnPositionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupDriveListContentTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveListSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/drives/{drive-id}/root/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupDriveRootAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootAnalyticLastSevenDay","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootAnalyticTime","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootThumbnailCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveRootVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveSpecial","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveSpecial","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/special","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveSpecialContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveSpecialContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupDriveSpecialCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/groups/{group-id}/endpoints/{endpoint-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/groups/{group-id}/endpoints","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupEndpointCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/endpoints/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events/{event-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupEventAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupEventAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/events/{event-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupEventAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupEventCalendar","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendar","Uri":"/groups/{group-id}/events/{event-id}/calendar","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupEventDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupEventExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupEventExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/events/{event-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupEventExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupEventInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events/{event-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupEventInstanceDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events/{event-id}/instances/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupLifecyclePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupLifecyclePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Uri":"/groupLifecyclePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupLifecyclePolicyByGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Uri":"/groups/{group-id}/groupLifecyclePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupLifecyclePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/groupLifecyclePolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupMemberAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/members/application","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/members/device","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/members/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/members/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupMemberAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/members/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupMemberAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupMemberAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/members/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/members/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberCountAsApplication","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberCountAsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberCountAsOrgContact","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/groups/{group-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseError","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseError","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/membersWithLicenseErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/membersWithLicenseErrors/application","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/membersWithLicenseErrors/device","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/membersWithLicenseErrors/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/membersWithLicenseErrors/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/membersWithLicenseErrors/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/membersWithLicenseErrors/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupMemberWithLicenseErrorCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookFromWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphCopyNotebookModel","Uri":"/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionGroupSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteNotebookSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenotePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenotePageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenotePageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenotePageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteRecentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecentNotebook","Uri":"/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/onenote/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteResourceContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionGroupSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOnenoteSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/owners","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupOwnerAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/owners/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/owners/application","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/owners/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/owners/device","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/owners/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/owners/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/owners/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/owners/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/owners/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/owners/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/owners/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupOwnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/owners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerCountAsApplication","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/owners/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerCountAsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/owners/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/owners/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerCountAsOrgContact","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/owners/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupOwnerCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupPasswordSingleSignOnCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphPasswordSingleSignOnCredentialSet","Uri":"/groups/{group-id}/getPasswordSingleSignOnCredentials","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-getpasswordsinglesignoncredentials?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/permissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupPermissionGrantCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/groups/{group-id}/photo","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/groups/{group-id}/photos","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/photo/$value","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerGroup","Uri":"/groups/{group-id}/planner","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupPlannerPlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/planner/plans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupPlannerPlanDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupRejectedSender","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/rejectedSenders","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupRejectedSenderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/rejectedSenders/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupRejectedSenderCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/rejectedSenders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySetting","Uri":"/groups/{group-id}/settings/{directorySetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySetting","Uri":"/groups/{group-id}/settings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/settings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}","Variants":["Get","Get2","GetViaIdentity","GetViaIdentity2"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticItemActivityStatCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticLastSevenDay","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteAnalyticTime","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteApplicableContentTypeForList","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteByPath","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentModel","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModel","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentModel","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModel","Uri":"/groups/{group-id}/sites/{site-id}/contentModels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentModelAppliedDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModelUsage","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteContentModelByName","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModel","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteContentModelCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentModels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModelUsage","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeBase","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeBaseTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeColumnLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeColumnPositionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteContentTypeCompatibleHubContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteContentTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/$count","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteDefaultDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteDocumentProcessingJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentProcessingJob","Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteDocumentProcessingJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentProcessingJob","Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteDocumentProcessingJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/drives","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteDriveCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/drives/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/sites/{site-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteExternalColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteExternalColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/externalColumns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteExternalColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/externalColumns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPath","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteGetByPathColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathContentModel","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModel","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathDocumentProcessingJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentProcessingJob","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathExternalColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtection","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseItem","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathPageTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPageTemplate","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pageTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathRecycleBin","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecycleBin","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetByPathTermStore","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtection","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionBitlocker","ApiVersion":"beta","OutputType":"IMicrosoftGraphBitlocker","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey","ApiVersion":"beta","OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey","ApiVersion":"beta","OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionPolicy","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelRight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRightsIncluded","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/rights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelRight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRightsIncluded","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityPolicySettings","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseItem","Uri":"/groups/{group-id}/sites/{site-id}/items/{baseItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseItem","Uri":"/groups/{group-id}/sites/{site-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/lists","Variants":["List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeColumnLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeColumnPositionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteListContentTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemActivityDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemActivityDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemActivityDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemActivityListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteListSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookFromWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphCopyNotebookModel","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookRecentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecentNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenotePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenotePageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenotePageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenotePageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteResourceContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages/sitePage","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayout","ApiVersion":"beta","OutputType":"IMicrosoftGraphCanvasLayout","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPart","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphVerticalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPart","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPart","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageAsSitePageWebPartCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageCountAsSitePage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/sitePage/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPageTemplate","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPageTemplate","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayout","ApiVersion":"beta","OutputType":"IMicrosoftGraphCanvasLayout","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPart","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphVerticalSection","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPart","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartPositionOfWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPart","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateWebPartCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePageTemplateWebPartPositionOfWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSitePermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBin","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecycleBin","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecycleBinItem","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecycleBinItem","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStore","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetParentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreGroupSetTermSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSiteTermStoreSetTermSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSubSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}/sites/{site-id1}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSubSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}/sites","Variants":["List2"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupSubSiteCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/sites/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeam","Uri":"/groups/{group-id}/team","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/channels","Variants":["List1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelAllMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelFileFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelFileFolderContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessageDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessageHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessageReplyCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessageReplyDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsChannelPlanner","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelRetainedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelSharedWithTeamCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelTabCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamChannelTabTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/team/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/team/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamIncomingChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/incomingChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamIncomingChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/incomingChannels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamIncomingChannelCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/incomingChannels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/groups/{group-id}/team/installedApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamInstalledAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/installedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamInstalledAppTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamInstalledAppTeamAppDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/groups/{group-id}/team/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/team/owners/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/team/owners","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamOwnerByUserPrincipalName","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/team/owners(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamOwnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/owners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamOwnerMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/team/owners/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamOwnerServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/team/permissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPermissionGrantCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/groups/{group-id}/team/photo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/photo/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelAllMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/allMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelFileFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelFileFolderContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/allMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReplyDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsChannelPlanner","Uri":"/groups/{group-id}/team/primaryChannel/planner","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/primaryChannel/tabs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelTabCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamPrimaryChannelTabTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedule","Uri":"/groups/{group-id}/team/schedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleDayNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphDayNote","Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleDayNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphDayNote","Uri":"/groups/{group-id}/team/schedule/dayNotes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleDayNoteCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/dayNotes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleOfferShiftRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleOfferShiftRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleOfferShiftRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleOpenShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShift","Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleOpenShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShift","Uri":"/groups/{group-id}/team/schedule/openShifts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleOpenShiftCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/openShifts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleSchedulingGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleSchedulingGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/groups/{group-id}/team/schedule/schedulingGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleSchedulingGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/schedulingGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphShift","Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphShift","Uri":"/groups/{group-id}/team/schedule/shifts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleShiftCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/shifts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleShiftRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphShiftsRoleDefinition","Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleShiftRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphShiftsRoleDefinition","Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeCardCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeCards/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeOff","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOff","Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeOff","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOff","Uri":"/groups/{group-id}/team/schedule/timesOff","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeOffCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timesOff/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeOffReason","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeOffReason","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/groups/{group-id}/team/schedule/timeOffReasons","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeOffReasonCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeOffReasons/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeOffRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeOffRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/groups/{group-id}/team/schedule/timeOffRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamScheduleTimeOffRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeOffRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/groups/{group-id}/team/tags","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamTagCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/tags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamTagMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamTagMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamTagMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/template","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTeamTemplateDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamTemplateDefinition","Uri":"/groups/{group-id}/team/templateDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThread","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupThread","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/threads","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupThreadCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPost","ApiVersion":"beta","OutputType":"IMicrosoftGraphPost","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-get?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupThreadPost","ApiVersion":"beta","OutputType":"IMicrosoftGraphPost","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupThreadPostAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupThreadPostAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupThreadPostExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostInReplyToAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostInReplyToAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostInReplyToAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostInReplyToExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostInReplyToExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostInReplyToExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostInReplyToMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostInReplyToMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostInReplyToMentionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupThreadPostMentionCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/transitiveMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTransitiveMemberAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/transitiveMembers/application","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/transitiveMembers/device","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTransitiveMemberAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/transitiveMembers/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTransitiveMemberAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/transitiveMembers/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/transitiveMembers/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTransitiveMemberAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/transitiveMembers/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTransitiveMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberCountAsApplication","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberCountAsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberCountAsOrgContact","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-beta"},{"Command":"Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/groups/{group-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupTransitiveMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaGroupUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityApiConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityApiConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/apiConnectors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityApiConnectorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/apiConnectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityAuthenticationEventFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Uri":"/identity/authenticationEventsFlows","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow","Uri":"/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationConditionsApplications","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationConditionApplication","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnAttributeCollectionHandler","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnAuthenticationMethodLoadStartHandler","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowCondition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationConditionsApplications","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationConditionApplication","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventListener","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationEventListener","Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityAuthenticationEventListener","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationEventListener","Uri":"/identity/authenticationEventListeners","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityAuthenticationEventListenerCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventListeners/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2CUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphB2CIdentityUserFlow","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphB2CIdentityUserFlow","Uri":"/identity/b2cUserFlows","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2CUserFlowIdentityProvider","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2CUserFlowIdentityProvider","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProvider","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowIdentityProviderCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguageCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguagePage","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguageOverridePage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguageOverridePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguagePage","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2XUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Uri":"/identity/b2xUserFlows","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowApiConnectorConfiguration","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2XUserFlowCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowIdentityProvider","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProvider","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowIdentityProvider","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProvider","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowIdentityProviderCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguageCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguagePage","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguageOverridePage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguageOverridePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguagePage","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowPostAttributeCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowPostFederationSignup","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowPreTokenIssuance","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/identity/conditionalAccess/authenticationContextClassReferences","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationContextClassReferences/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrength","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthRoot","Uri":"/identity/conditionalAccess/authenticationStrengths","Variants":["Get1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodModeDetail","Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodModeDetail","Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes","Variants":["List1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count","Variants":["Get1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/identity/conditionalAccess/authenticationStrengths/policies","Variants":["List1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["List1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationStrengths/policies/$count","Variants":["Get1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityConditionalAccessTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphConditionalAccessTemplate","Uri":"/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityConditionalAccessTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphConditionalAccessTemplate","Uri":"/identity/conditionalAccess/templates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityConditionalAccessTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/conditionalAccess/templates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityContinuouAccessEvaluationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphContinuousAccessEvaluationPolicy","Uri":"/identity/continuousAccessEvaluationPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityCustomAuthenticationExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityCustomAuthenticationExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Uri":"/identity/customAuthenticationExtensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityCustomAuthenticationExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/customAuthenticationExtensions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Uri":"/identityGovernance/accessReviews/historyDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/historyDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAccessReviewPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewPolicy","Uri":"/identityGovernance/accessReviews/policy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AccessReview","Description":"Read and write your organization's directory access review default policy","FullDescription":"Allows the app to read and write your organization's directory access review default policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AccessReview","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAppConsentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAppConsentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAppConsentRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeletedItemContainer","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceRun","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceRun","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceRun","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceRun","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings","Uri":"/identityGovernance/lifecycleWorkflows/settings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowTemplate","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowTemplate","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsAnalyticsAggregation","Uri":"/identityGovernance/permissionsAnalytics","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAw","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsAnalytics","Uri":"/identityGovernance/permissionsAnalytics/aws","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/aws/findings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/aws/findings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationSystem","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzure","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsAnalytics","Uri":"/identityGovernance/permissionsAnalytics/azure","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/azure/findings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/azure/findings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationSystem","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcp","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsAnalytics","Uri":"/identityGovernance/permissionsAnalytics/gcp","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/gcp/findings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/gcp/findings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationSystem","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsManagement","Uri":"/identityGovernance/permissionsManagement","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsRequestChange","Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsRequestChange","Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphScheduledPermissionsRequest","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessRoot","Uri":"/identityGovernance/privilegedAccess","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroup","Uri":"/identityGovernance/privilegedAccess/group","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlert","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlert","Uri":"/identityGovernance/roleManagementAlerts/alerts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertConfiguration","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertConfiguration","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertDefinition","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alerts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertDefinition","Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertDefinition","Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertIncident","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertIncident","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertIncident","Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.Read.Directory","Description":"Read all alert data for your company's directory","FullDescription":"Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/identityGovernance/roleManagementAlerts/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/operations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreement","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreement","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreement","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreement","Uri":"/identityGovernance/termsOfUse/agreements","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/identityGovernance/termsOfUse/agreementAcceptances","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreementAcceptances/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFile","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityProvider","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityProvider","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/identityProviders","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityProviderCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/identityProviders/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlow","Uri":"/identity/userFlows/{identityUserFlow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlow","Uri":"/identity/userFlows","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityUserFlowAttribute","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityUserFlowAttribute","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/userFlowAttributes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta"},{"Command":"Get-MgBetaIdentityUserFlowAttributeCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/userFlowAttributes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaIdentityUserFlowCount","ApiVersion":"beta","OutputType":null,"Uri":"/identity/userFlows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtection","Uri":"/informationProtection","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionBitlocker","ApiVersion":"beta","OutputType":"IMicrosoftGraphBitlocker","Uri":"/informationProtection/bitlocker","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionBitlockerRecoveryKey","ApiVersion":"beta","OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Uri":"/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta"},{"Command":"Get-MgBetaInformationProtectionBitlockerRecoveryKey","ApiVersion":"beta","OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Uri":"/informationProtection/bitlocker/recoveryKeys","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta"},{"Command":"Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/bitlocker/recoveryKeys/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/informationProtection/dataLossPreventionPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionDataLossPreventionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/dataLossPreventionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionPolicy","Uri":"/informationProtection/policy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/informationProtection/policy/labels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionPolicyLabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/policy/labels/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionSensitivityLabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/sensitivityLabels/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionSensitivityLabelRight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRightsIncluded","Uri":"/informationProtection/sensitivityLabels/{sensitivityLabel-id}/rights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionSensitivityLabelSublabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionSensitivityLabelSublabelRight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRightsIncluded","Uri":"/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionSensitivityPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityPolicySettings","Uri":"/informationProtection/sensitivityPolicySettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/informationProtection/threatAssessmentRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta"},{"Command":"Get-MgBetaInformationProtectionThreatAssessmentRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/threatAssessmentRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInvitation","ApiVersion":"beta","OutputType":"IMicrosoftGraphInvitation","Uri":"/invitations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInvitationCount","ApiVersion":"beta","OutputType":null,"Uri":"/invitations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInvitationInvitedUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/invitations/invitedUser/mailboxSettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInvitationInvitedUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/invitations/invitedUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/invitations/invitedUser/serviceProvisioningErrors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInvitationInvitedUserSponsor","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/invitations/invitedUserSponsors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInvitationInvitedUserSponsor","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/invitations/invitedUserSponsors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaInvitationInvitedUserSponsorCount","ApiVersion":"beta","OutputType":null,"Uri":"/invitations/invitedUserSponsors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessAlert","Uri":"/networkAccess/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessAlert","Uri":"/networkAccess/alerts","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-alerts?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessAlertCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/alerts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessAlertFrequency","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessAlertFrequencyPoint","Uri":"/networkAccess/alerts/getAlertFrequencies(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessAlertPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessFilteringPolicy","Uri":"/networkAccess/alerts/{alert-id}/policy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessAlertSeveritySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessAlertSeveritySummary","Uri":"/networkAccess/alerts/getAlertSeveritySummaries(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessAlertSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessAlertSummary","Uri":"/networkAccess/alerts/getAlertSummaries(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectivity","Uri":"/networkAccess/connectivity","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranch","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessBranchSite","Uri":"/networkAccess/connectivity/branches/{branchSite-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessConnectivityBranch","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessBranchSite","Uri":"/networkAccess/connectivity/branches","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-connectivity-list-branches?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchconnectivityconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchDeviceLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchDeviceLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-devicelinks?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchDeviceLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-forwardingprofiles?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessRemoteNetwork","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessRemoteNetwork","Uri":"/networkAccess/connectivity/remoteNetworks","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-devicelink-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessFilteringPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessFilteringPolicy","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-filteringpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessFilteringPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessFilteringPolicy","Uri":"/networkAccess/filteringPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-filteringpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessFilteringPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/filteringPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessFilteringPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessFilteringPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessFilteringPolicyRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessFilteringProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessFilteringProfile","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessFilteringProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessFilteringProfile","Uri":"/networkAccess/filteringProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-list?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConditionalAccessPolicy","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/{conditionalAccessPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConditionalAccessPolicy","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessFilteringProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/filteringProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessFilteringProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessFilteringProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-list?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessFilteringProfilePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessForwardingPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingPolicy","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessForwardingPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingPolicy","Uri":"/networkAccess/forwardingPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessForwardingPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/forwardingPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessForwardingPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessForwardingPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessForwardingPolicyRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/forwardingProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingprofiles?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessForwardingProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/forwardingProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-list-policies?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessForwardingProfilePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessForwardingProfileServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLog","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessLogs","Uri":"/networkAccess/logs","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLogConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnection","Uri":"/networkAccess/logs/connections/{connection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-connection-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessLogConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnection","Uri":"/networkAccess/logs/connections","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-logs-list-connections?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessLogConnectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/logs/connections/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLogRemoteNetwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent","Uri":"/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLogRemoteNetwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent","Uri":"/networkAccess/logs/remoteNetworks","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-logs-list-remotenetworks?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessLogRemoteNetworkCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/logs/remoteNetworks/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLogTraffic","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessTraffic","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLogTraffic","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessTraffic","Uri":"/networkAccess/logs/traffic","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-logs-list-traffic?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessLogTrafficCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/logs/traffic/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLogTrafficDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLogTrafficUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLogTrafficUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/user/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLogTrafficUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/user/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessLogTrafficUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/user/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessReport","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/reports","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessReportConnectionSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectionSummary","Uri":"/networkAccess/reports/getConnectionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-reports-getconnectionsummaries?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessReportCrossTenantSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessCrossTenantSummary","Uri":"/networkAccess/reports/getCrossTenantSummary(startDateTime={startDateTime},endDateTime={endDateTime},discoveryPivotDateTime={discoveryPivotDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessReportDestinationSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDestinationSummary","Uri":"/networkAccess/reports/getDestinationSummaries(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessReportDeviceUsageSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDeviceUsageSummary","Uri":"/networkAccess/reports/getDeviceUsageSummary(startDateTime={startDateTime},endDateTime={endDateTime},activityPivotDateTime={activityPivotDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDiscoveredApplicationSegmentReport","Uri":"/networkAccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime},userId='@userId')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-reports-getdiscoveredapplicationsegmentreport?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessRootNetworkAccessRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessRoot","Uri":"/networkAccess","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessSettings","Uri":"/networkAccess/settings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessSettingConditionalAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConditionalAccessSettings","Uri":"/networkAccess/settings/conditionalAccess","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessSettingCrossTenantAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessCrossTenantAccessSettings","Uri":"/networkAccess/settings/crossTenantAccess","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessSettingForwardingOption","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingOptions","Uri":"/networkAccess/settings/forwardingOptions","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessTenantStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessTenantStatus","Uri":"/networkAccess/tenantStatus","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tenantstatus-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessThreatIntelligencePolicy","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessThreatIntelligencePolicy","Uri":"/networkAccess/threatIntelligencePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-threatintelligencepolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/threatIntelligencePolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules/{policyRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessThreatIntelligencePolicyRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessTl","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessTlsTermination","Uri":"/networkAccess/tls","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessExternalCertificateAuthorityCertificate","Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates/{externalCertificateAuthorityCertificate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-externalcertificateauthoritycertificate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessExternalCertificateAuthorityCertificate","Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlstermination-list-externalcertificateauthoritycertificates?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificateCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessTlInspectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessTlsInspectionPolicy","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessTlInspectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessTlsInspectionPolicy","Uri":"/networkAccess/tlsInspectionPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-tlsinspectionpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessTlInspectionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/tlsInspectionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaNetworkAccessTlInspectionPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules/{policyRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionrule-get?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessTlInspectionPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicy-list-policyrules?view=graph-rest-beta"},{"Command":"Get-MgBetaNetworkAccessTlInspectionPolicyRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.Read.All","Description":"Read all network access information","FullDescription":"Allows the app to read all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOauth2PermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta"},{"Command":"Get-MgBetaOauth2PermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/oauth2PermissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta"},{"Command":"Get-MgBetaOauth2PermissionGrantCount","ApiVersion":"beta","OutputType":null,"Uri":"/oauth2PermissionGrants/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOauth2PermissionGrantDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/oauth2PermissionGrants/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaOnPremisePublishingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesPublishingProfile","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesPublishingProfile","Uri":"/onPremisesPublishingProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgent","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgent","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups","Variants":["List","List1","List2"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupAgent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgent","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupAgent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgent","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphPublishedResource","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphPublishedResource","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileApplicationSegment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIPApplicationSegment","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/{ipApplicationSegment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileApplicationSegment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIPApplicationSegment","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"OnPremisesPublishingProfiles.ReadWrite.All","Description":"Manage on-premises published resources","FullDescription":"Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremisesPublishingProfiles.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"OnPremisesPublishingProfiles.ReadWrite.All","Description":"Manage on-premises published resources","FullDescription":"Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremisesPublishingProfiles.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnector","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnector","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectorGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectorGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnector","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectorGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfilePublishedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphPublishedResource","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfilePublishedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphPublishedResource","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta"},{"Command":"Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOnPremisePublishingProfilePublishedResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganization","Uri":"/organization/{organization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganization","Uri":"/organization","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationBranding","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganizationalBranding","Uri":"/organization/{organization-id}/branding","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationBrandingBackgroundImage","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingBannerLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingCustomCss","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingFavicon","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/favicon","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingHeaderLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationBrandingLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Uri":"/organization/{organization-id}/branding/localizations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationBrandingLocalizationBackgroundImage","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingLocalizationBannerLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingLocalizationCount","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingLocalizationCustomCss","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingLocalizationFavicon","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingLocalizationHeaderLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingLocalizationSquareLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingSquareLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationBrandingSquareLogoDark","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/organization/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationCertificateBasedAuthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationCertificateBasedAuthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationCount","ApiVersion":"beta","OutputType":null,"Uri":"/organization/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationExtension","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/organization/{organization-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationPartnerInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerInformation","Uri":"/organization/{organization-id}/partnerInformation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganizationSettings","Uri":"/organization/{organization-id}/settings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaOrganizationSettingContactInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightsSettings","Uri":"/organization/{organization-id}/settings/contactInsights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationSettingItemInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightsSettings","Uri":"/organization/{organization-id}/settings/itemInsights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftApplicationDataAccessSettings","Uri":"/organization/{organization-id}/settings/microsoftApplicationDataAccess","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationSettingPersonInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightsSettings","Uri":"/organization/{organization-id}/settings/peopleInsights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta"},{"Command":"Get-MgBetaOrganizationUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/organization/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaPlaceAsRoom","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoom","Uri":"/places/{place-id}/room","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPlaceAsRoom","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoom","Uri":"/places/room","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPlaceAsRoomList","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoomList","Uri":"/places/{place-id}/roomList","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlaceAsRoomList","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoomList","Uri":"/places/roomList","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlaceAsRoomListRoom","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoom","Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlaceAsRoomListRoom","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoom","Uri":"/places/{place-id}/roomList/rooms","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlaceAsRoomListRoomCount","ApiVersion":"beta","OutputType":null,"Uri":"/places/{place-id}/roomList/rooms/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlaceAsRoomListWorkspace","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkspace","Uri":"/places/{place-id}/roomList/workspaces/{workspace-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlaceAsRoomListWorkspace","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkspace","Uri":"/places/{place-id}/roomList/workspaces","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlaceAsRoomListWorkspaceCount","ApiVersion":"beta","OutputType":null,"Uri":"/places/{place-id}/roomList/workspaces/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlaceCount","ApiVersion":"beta","OutputType":null,"Uri":"/places/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlaceCountAsRoom","ApiVersion":"beta","OutputType":null,"Uri":"/places/room/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlaceCountAsRoomList","ApiVersion":"beta","OutputType":null,"Uri":"/places/roomList/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlanner","Uri":"/planner","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlannerBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/buckets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerBucketCount","ApiVersion":"beta","OutputType":null,"Uri":"/planner/buckets/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlannerBucketDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/buckets/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/buckets/{plannerBucket-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerPlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/planner/plans/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlannerPlanDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/plans/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerRoster","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerRoster","Uri":"/planner/rosters/{plannerRoster-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerRoster","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerRoster","Uri":"/planner/rosters","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlannerRosterCount","ApiVersion":"beta","OutputType":null,"Uri":"/planner/rosters/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlannerRosterMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerRosterMember","Uri":"/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerRosterMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerRosterMember","Uri":"/planner/rosters/{plannerRoster-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerRosterMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/planner/rosters/{plannerRoster-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlannerRosterPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlannerRosterPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/rosters/{plannerRoster-id}/plans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerRosterPlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/planner/rosters/{plannerRoster-id}/plans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlannerTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/planner/tasks/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPlannerTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/tasks/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/planner/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPlannerTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAccessReviewPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewPolicy","Uri":"/policies/accessReviewPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AccessReview","Description":"Read and write your organization's directory access review default policy","FullDescription":"Allows the app to read and write your organization's directory access review default policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AccessReview","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Uri":"/policies/activityBasedTimeoutPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyActivityBasedTimeoutPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/activityBasedTimeoutPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAdminConsentRequestPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdminConsentRequestPolicy","Uri":"/policies/adminConsentRequestPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConsentRequest","Description":"Read and write consent request policy","FullDescription":"Allows the app to read and write your organization's consent request policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConsentRequest","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/policies/appManagementPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAppManagementPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAppManagementPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAppManagementPolicyApplyToCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAppManagementPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/appManagementPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthenticationFlowPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationFlowsPolicy","Uri":"/policies/authenticationFlowsPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":"Read and write your authentication flow policies","FullDescription":"Allows the app to read and write the authentication flow policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAuthenticationMethodPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodsPolicy","Uri":"/policies/authenticationMethodsPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/policies/authenticationStrengthPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthenticationStrengthPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authenticationStrengthPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthorizationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationPolicy","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthorizationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationPolicy","Uri":"/policies/authorizationPolicy","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyAuthorizationPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authorizationPolicy/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride","ApiVersion":"beta","OutputType":"IMicrosoftGraphDefaultUserRoleOverride","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride","ApiVersion":"beta","OutputType":"IMicrosoftGraphDefaultUserRoleOverride","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyB2CAuthenticationMethodPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphB2CAuthenticationMethodsPolicy","Uri":"/policies/b2cAuthenticationMethodsPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyClaimMappingPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphClaimsMappingPolicy","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyClaimMappingPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphClaimsMappingPolicy","Uri":"/policies/claimsMappingPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyClaimMappingPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyClaimMappingPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyClaimMappingPolicyApplyToCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyClaimMappingPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/claimsMappingPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyCrossTenantAccessPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphCrossTenantAccessPolicy","Uri":"/policies/crossTenantAccessPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyCrossTenantAccessPolicyDefault","ApiVersion":"beta","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault","Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyCrossTenantAccessPolicyPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyCrossTenantAccessPolicyPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Uri":"/policies/crossTenantAccessPolicy/partners","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/partners/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyCrossTenantAccessPolicyTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicyTemplate","Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyDefaultAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTenantAppManagementPolicy","Uri":"/policies/defaultAppManagementPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyDeviceRegistrationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceRegistrationPolicy","Uri":"/policies/deviceRegistrationPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.DeviceConfiguration","Description":"Read your organization's device configuration policies","FullDescription":"Allows the app to read your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.DeviceConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.DeviceConfiguration","Description":"Read and write your organization's device configuration policies","FullDescription":"Allows the app to read and write your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.DeviceConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRoleAccessReviewPolicy","Uri":"/policies/directoryRoleAccessReviewPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyExternalIdentityPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalIdentitiesPolicy","Uri":"/policies/externalIdentitiesPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ExternalIdentities","Description":"Read and write your organization's external identities policy","FullDescription":"Allows the application to read and update the organization's external identities policy on your behalf. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ExternalIdentities","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyFeatureRolloutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyFeatureRolloutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/policies/featureRolloutPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyFeatureRolloutPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef","ApiVersion":"beta","OutputType":null,"Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyFeatureRolloutPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/featureRolloutPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyFederatedTokenValidationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphFederatedTokenValidationPolicy","Uri":"/policies/federatedTokenValidationPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/policies/homeRealmDiscoveryPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/homeRealmDiscoveryPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy","Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":"Read and write your organization's security defaults policy","FullDescription":"Allows the app to read and write your organization's security defaults policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyMobileAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobilityManagementPolicy","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyMobileAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobilityManagementPolicy","Uri":"/policies/mobileAppManagementPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyMobileAppManagementPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileAppManagementPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyMobileDeviceManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobilityManagementPolicy","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyMobileDeviceManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobilityManagementPolicy","Uri":"/policies/mobileDeviceManagementPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileDeviceManagementPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.MobilityManagement","Description":"Read and write your organization's mobility management policies","FullDescription":"Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyPermissionGrantPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantPolicy","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyPermissionGrantPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantPolicy","Uri":"/policies/permissionGrantPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyPermissionGrantPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/permissionGrantPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyPermissionGrantPolicyExclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyPermissionGrantPolicyExclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyPermissionGrantPolicyExcludeCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyPermissionGrantPolicyInclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyPermissionGrantPolicyInclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyPermissionGrantPolicyIncludeCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyPermissionGrantPreApprovalPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Uri":"/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyPermissionGrantPreApprovalPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Uri":"/policies/permissionGrantPreApprovalPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/permissionGrantPreApprovalPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyRoleManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyRoleManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Uri":"/policies/roleManagementPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyRoleManagementPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyRoleManagementPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Uri":"/policies/roleManagementPolicyAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyRoleManagementPolicyAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/roleManagementPolicyAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyRoleManagementPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/roleManagementPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyRoleManagementPolicyEffectiveRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyRoleManagementPolicyEffectiveRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyRoleManagementPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyRoleManagementPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyRoleManagementPolicyRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyServicePrincipalCreationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationPolicy","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyServicePrincipalCreationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationPolicy","Uri":"/policies/servicePrincipalCreationPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/servicePrincipalCreationPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyExclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyExclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyInclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyInclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyTokenIssuancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyTokenIssuancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/policies/tokenIssuancePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyTokenIssuancePolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyTokenIssuancePolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyTokenIssuancePolicyApplyToCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyTokenIssuancePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/tokenIssuancePolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyTokenLifetimePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyTokenLifetimePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/policies/tokenLifetimePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyTokenLifetimePolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyTokenLifetimePolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-beta"},{"Command":"Get-MgBetaPolicyTokenLifetimePolicyApplyToCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPolicyTokenLifetimePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/policies/tokenLifetimePolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrint","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrint","Uri":"/print","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/connectors/{printConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/connectors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintConnectorCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/connectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintOperation","Uri":"/print/operations/{printOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintOperation","Uri":"/print/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/operations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinter","Uri":"/print/printers/{printer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinter","Uri":"/print/printers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintPrinterCapability","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinterCapabilities","Uri":"/print/printers/{printer-id}/getCapabilities","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintPrinterConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/printers/{printer-id}/connectors/{printConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/printers/{printer-id}/connectors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintPrinterConnectorCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/connectors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintPrinterJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printers/{printer-id}/jobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintPrinterJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintPrinterJobDocumentContent","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintPrinterJobDocumentCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterJobTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterJobTaskDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterJobTaskTrigger","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShare","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/printerShares/{printerShare-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShare","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/printerShares","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/print/printerShares/{printerShare-id}/allowedGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/allowedGroups/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/allowedGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/print/printerShares/{printerShare-id}/allowedUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/allowedUsers/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/allowedUsers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/shares/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printerShares/{printerShare-id}/jobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJobDocumentContent","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJobDocumentCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJobTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJobTaskDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterShareJobTaskTrigger","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterSharePrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinter","Uri":"/print/printerShares/{printerShare-id}/printer","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterTaskTrigger","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintPrinterTaskTrigger","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printers/{printer-id}/taskTriggers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintPrinterTaskTriggerCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/taskTriggers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintPrinterTaskTriggerDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintService","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintService","Uri":"/print/services/{printService-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintService","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintService","Uri":"/print/services","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintServiceCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/services/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintServiceEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintServiceEndpoint","Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintServiceEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintServiceEndpoint","Uri":"/print/services/{printService-id}/endpoints","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintServiceEndpointCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/services/{printService-id}/endpoints/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShare","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/shares/{printerShare-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintShare","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/shares","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintShareAllowedGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/print/shares/{printerShare-id}/allowedGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintShareAllowedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintShareAllowedGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareAllowedGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareAllowedUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/print/shares/{printerShare-id}/allowedUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintShareAllowedUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintShareAllowedUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedUsers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareAllowedUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareAllowedUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/shares/{printerShare-id}/jobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintShareJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJobDocumentContent","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJobDocumentCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJobTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJobTaskDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintShareJobTaskTrigger","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintSharePrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinter","Uri":"/print/shares/{printerShare-id}/printer","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintTaskDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintTaskDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/taskDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintTaskDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/taskDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintTaskDefinitionTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintTaskDefinitionTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta"},{"Command":"Get-MgBetaPrintTaskDefinitionTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrintTaskDefinitionTaskTrigger","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaPrivacySubjectRightsRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/privacy/subjectRightsRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-beta"},{"Command":"Get-MgBetaPrivacySubjectRightsRequestApprover","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestApprover","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestApproverByUserPrincipalName","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestApproverCount","ApiVersion":"beta","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestCollaborator","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestCollaborator","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestCollaboratorByUserPrincipalName","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount","ApiVersion":"beta","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/privacy/subjectRightsRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestFinalAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta"},{"Command":"Get-MgBetaPrivacySubjectRightsRequestFinalReport","ApiVersion":"beta","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta"},{"Command":"Get-MgBetaPrivacySubjectRightsRequestNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-beta"},{"Command":"Get-MgBetaPrivacySubjectRightsRequestNoteCount","ApiVersion":"beta","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivacySubjectRightsRequestTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeam","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccess","Uri":"/privilegedAccess/{privilegedAccess-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccess","Uri":"/privilegedAccess","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceParent","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceSubject","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceSubject","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleSettingResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceSubject","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleAssignmentSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceSubject","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleDefinitionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleSettingResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedApproval","Uri":"/privilegedApproval/{privilegedApproval-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedApproval","Uri":"/privilegedApproval","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedApprovalCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedApproval/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedApprovalRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Uri":"/privilegedApproval/{privilegedApproval-id}/request","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedApprovalRoleInfo","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRole","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedApprovalRoleInfoAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedApprovalRoleInfoAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedApprovalRoleInfoSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/settings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedApprovalRoleInfoSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/summary","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedOperationEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedOperationEvent","Uri":"/privilegedOperationEvents/{privilegedOperationEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedOperationEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedOperationEvent","Uri":"/privilegedOperationEvents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedOperationEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedOperationEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRole","Uri":"/privilegedRoles/{privilegedRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRole","Uri":"/privilegedRoles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignments/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Uri":"/privilegedRoleAssignmentRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAccess.ReadWrite.AzureAD","Description":"Read and write privileged access to Azure AD","FullDescription":"Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignmentRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAccess.ReadWrite.AzureAD","Description":"Read and write privileged access to Azure AD","FullDescription":"Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRole","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfo","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRole","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleCount","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Uri":"/privilegedRoles/{privilegedRole-id}/settings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaPrivilegedRoleSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Uri":"/privilegedRoles/{privilegedRole-id}/summary","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaProgram","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgram","Uri":"/programs/{program-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaProgram","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgram","Uri":"/programs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta"},{"Command":"Get-MgBetaProgramControl","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgramControl","Uri":"/programControls/{programControl-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaProgramControl","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgramControl","Uri":"/programControls","Variants":["List","List1","List2"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta"},{"Command":"Get-MgBetaProgramControlCount","ApiVersion":"beta","OutputType":null,"Uri":"/programControls/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaProgramControlProgram","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgram","Uri":"/programControls/{programControl-id}/program","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaProgramControlType","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgramControlType","Uri":"/programControlTypes/{programControlType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaProgramControlType","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgramControlType","Uri":"/programControlTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta"},{"Command":"Get-MgBetaProgramControlTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/programControlTypes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaProgramCount","ApiVersion":"beta","OutputType":null,"Uri":"/programs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ProgramControl.Read.All","Description":"Read programs that you can access","FullDescription":"Allows the app to read information on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportApiUsage","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getApiUsage(serviceArea='@serviceArea',period='@period',appId='@appId')","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportAppCredentialSignInActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppCredentialSignInActivity","Uri":"/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportAppCredentialSignInActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppCredentialSignInActivity","Uri":"/reports/appCredentialSignInActivities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta"},{"Command":"Get-MgBetaReportAppCredentialSignInActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/appCredentialSignInActivities/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportApplicationSignInDetailedSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplicationSignInDetailedSummary","Uri":"/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportApplicationSignInDetailedSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplicationSignInDetailedSummary","Uri":"/reports/applicationSignInDetailedSummary","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta"},{"Command":"Get-MgBetaReportApplicationSignInDetailedSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/applicationSignInDetailedSummary/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportAttackSimulationRepeatOffender","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttackSimulationRepeatOffender","Uri":"/reports/getAttackSimulationRepeatOffenders","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta"},{"Command":"Get-MgBetaReportAttackSimulationTrainingUserCoverage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttackSimulationTrainingUserCoverage","Uri":"/reports/getAttackSimulationTrainingUserCoverage","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta"},{"Command":"Get-MgBetaReportAttackSimulationUserCoverage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttackSimulationUserCoverage","Uri":"/reports/getAttackSimulationSimulationUserCoverage","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta"},{"Command":"Get-MgBetaReportAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodsRoot","Uri":"/reports/authenticationMethods","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportAuthenticationMethodUserEventSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserEventsSummary","Uri":"/reports/authenticationMethods/userEventsSummary/{userEventsSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportAuthenticationMethodUserEventSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserEventsSummary","Uri":"/reports/authenticationMethods/userEventsSummary","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-usereventssummary?view=graph-rest-beta"},{"Command":"Get-MgBetaReportAuthenticationMethodUserEventSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/authenticationMethods/userEventsSummary/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserMfaSignInSummary","Uri":"/reports/authenticationMethods/userMfaSignInSummary/{userMfaSignInSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserMfaSignInSummary","Uri":"/reports/authenticationMethods/userMfaSignInSummary","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-usermfasigninsummary?view=graph-rest-beta"},{"Command":"Get-MgBetaReportAuthenticationMethodUserMfaSignInSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/authenticationMethods/userMfaSignInSummary/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserPasswordResetsAndChangesSummary","Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary/{userPasswordResetsAndChangesSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserPasswordResetsAndChangesSummary","Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userpasswordresetsandchangessummary?view=graph-rest-beta"},{"Command":"Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportAuthenticationMethodUserRegistrationDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserRegistrationDetails","Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportAuthenticationMethodUserRegistrationDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserRegistrationDetails","Uri":"/reports/authenticationMethods/userRegistrationDetails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta"},{"Command":"Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/authenticationMethods/userRegistrationDetails/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportAzureAdApplicationSignInSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplicationSignInSummary","Uri":"/reports/getAzureADApplicationSignInSummary(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta"},{"Command":"Get-MgBetaReportBrowserDistributionUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getBrowserDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportBrowserUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getBrowserUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportBrowserUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getBrowserUserDetail(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportCredentialUsageSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphCredentialUsageSummary","Uri":"/reports/getCredentialUsageSummary(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta"},{"Command":"Get-MgBetaReportCredentialUserRegistrationCount","ApiVersion":"beta","OutputType":"IMicrosoftGraphCredentialUserRegistrationCount","Uri":"/reports/getCredentialUserRegistrationCount","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta"},{"Command":"Get-MgBetaReportCredentialUserRegistrationDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphCredentialUserRegistrationDetails","Uri":"/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportCredentialUserRegistrationDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphCredentialUserRegistrationDetails","Uri":"/reports/credentialUserRegistrationDetails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta"},{"Command":"Get-MgBetaReportCredentialUserRegistrationDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/credentialUserRegistrationDetails/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsage","Uri":"/reports/dailyPrintUsage/{printUsage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsage","Uri":"/reports/dailyPrintUsage","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsageByPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportDailyPrintUsageByPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/dailyPrintUsageByPrinter","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta"},{"Command":"Get-MgBetaReportDailyPrintUsageByPrinterCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/dailyPrintUsageByPrinter/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsageByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/dailyPrintUsageByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportDailyPrintUsageByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/dailyPrintUsageByUser","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta"},{"Command":"Get-MgBetaReportDailyPrintUsageByUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/dailyPrintUsageByUser/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsageCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/dailyPrintUsage/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsageSummaryByPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsageSummaryByPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/dailyPrintUsageSummariesByPrinter","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/dailyPrintUsageSummariesByPrinter/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsageSummaryByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsageSummaryByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/dailyPrintUsageSummariesByUser","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDailyPrintUsageSummaryByUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/dailyPrintUsageSummariesByUser/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDeviceConfigurationDeviceActivity","ApiVersion":"beta","OutputType":null,"Uri":"/reports/deviceConfigurationDeviceActivity","Variants":["Device"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportDeviceConfigurationUserActivity","ApiVersion":"beta","OutputType":null,"Uri":"/reports/deviceConfigurationUserActivity","Variants":["Device"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportEmailActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getEmailActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportEmailActivityUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getEmailActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportEmailActivityUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getEmailActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportEmailAppUsageAppUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getEmailAppUsageAppsUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportEmailAppUsageUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getEmailAppUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportEmailAppUsageUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getEmailAppUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportEmailAppUsageVersionUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getEmailAppUsageVersionsUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportFormUserActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getFormsUserActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportFormUserActivityUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getFormsUserActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportFormUserActivityUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getFormsUserActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportGroupArchivedPrintJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphArchivedPrintJob","Uri":"/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta"},{"Command":"Get-MgBetaReportHealthMonitoring","ApiVersion":"beta","OutputType":"IMicrosoftGraphHealthMonitoringRoot","Uri":"/reports/healthMonitoring","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportHealthMonitoringAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphHealthMonitoringAlert","Uri":"/reports/healthMonitoring/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"HealthMonitoringAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all scenario health monitoring alerts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlert.ReadWrite.All","Description":"Read and write all scenario monitoring alerts","FullDescription":"Allows the app to read and write all scenario monitoring alerts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"HealthMonitoringAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-alert-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportHealthMonitoringAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphHealthMonitoringAlert","Uri":"/reports/healthMonitoring/alerts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"HealthMonitoringAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all scenario health monitoring alerts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-healthmonitoringroot-list-alerts?view=graph-rest-beta"},{"Command":"Get-MgBetaReportHealthMonitoringAlertConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphHealthMonitoringAlertConfiguration","Uri":"/reports/healthMonitoring/alertConfigurations/{alertConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"HealthMonitoringAlertConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlertConfig.Read.All","Description":"Read all alert configurations","FullDescription":"Allows the app to read all scenario health monitoring alert configurations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlertConfig.ReadWrite.All","Description":"Read and write all scenario monitoring alert configurations","FullDescription":"Allows the app to read and write all scenario monitoring alert configurations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-alertconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportHealthMonitoringAlertConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphHealthMonitoringAlertConfiguration","Uri":"/reports/healthMonitoring/alertConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"HealthMonitoringAlertConfig.Read.All","Description":"Read all alert configurations","FullDescription":"Allows the app to read all scenario health monitoring alert configurations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlertConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-healthmonitoringroot-list-alertconfigurations?view=graph-rest-beta"},{"Command":"Get-MgBetaReportHealthMonitoringAlertConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/healthMonitoring/alertConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"HealthMonitoringAlertConfig.Read.All","Description":"Read all alert configurations","FullDescription":"Allows the app to read all scenario health monitoring alert configurations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlertConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportHealthMonitoringAlertCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/healthMonitoring/alerts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"HealthMonitoringAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all scenario health monitoring alerts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportM365AppPlatformUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getM365AppPlatformUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta"},{"Command":"Get-MgBetaReportM365AppUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getM365AppUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta"},{"Command":"Get-MgBetaReportM365AppUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getM365AppUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMailboxUsageDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getMailboxUsageDetail(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMailboxUsageMailboxCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getMailboxUsageMailboxCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMailboxUsageStorage","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getMailboxUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')","Variants":["Detail","DetailViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary","ApiVersion":"beta","OutputType":null,"Uri":"/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')","Variants":["Managed","ManagedViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportManagedDeviceEnrollmentFailureDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/managedDeviceEnrollmentFailureDetails","Variants":["Detail","Detail1","DetailViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportManagedDeviceEnrollmentFailureTrend","ApiVersion":"beta","OutputType":null,"Uri":"/reports/managedDeviceEnrollmentFailureTrends","Variants":["Managed"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportManagedDeviceEnrollmentTopFailure","ApiVersion":"beta","OutputType":null,"Uri":"/reports/managedDeviceEnrollmentTopFailures","Variants":["Top","Top1","TopViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMicrosoft365CopilotUsageUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getMicrosoft365CopilotUsageUserDetail(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmicrosoft365copilotusageuserdetail?view=graph-rest-beta"},{"Command":"Get-MgBetaReportMicrosoft365CopilotUserCountSummary","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getMicrosoft365CopilotUserCountSummary(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmicrosoft365copilotusercountsummary?view=graph-rest-beta"},{"Command":"Get-MgBetaReportMicrosoft365CopilotUserCountTrend","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getMicrosoft365CopilotUserCountTrend(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmicrosoft365copilotusercounttrend?view=graph-rest-beta"},{"Command":"Get-MgBetaReportMonthlyPrintUsageByPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMonthlyPrintUsageByPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/monthlyPrintUsageByPrinter","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta"},{"Command":"Get-MgBetaReportMonthlyPrintUsageByPrinterCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/monthlyPrintUsageByPrinter/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMonthlyPrintUsageByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/monthlyPrintUsageByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMonthlyPrintUsageByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/monthlyPrintUsageByUser","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta"},{"Command":"Get-MgBetaReportMonthlyPrintUsageByUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/monthlyPrintUsageByUser/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/monthlyPrintUsageSummariesByPrinter","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/monthlyPrintUsageSummariesByPrinter/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/monthlyPrintUsageSummariesByUser","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/monthlyPrintUsageSummariesByUser/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365ActivationCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getOffice365ActivationCounts","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365ActivationUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getOffice365ActivationsUserCounts","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365ActivationUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getOffice365ActivationsUserDetail","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365ActiveUserCount","ApiVersion":"beta","OutputType":"IMicrosoftGraphOffice365ActiveUserCounts","Uri":"/reports/getOffice365ActiveUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365ActiveUserDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphOffice365ActiveUserDetail","Uri":"/reports/getOffice365ActiveUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365GroupActivityCount","ApiVersion":"beta","OutputType":"IMicrosoftGraphOffice365GroupsActivityCounts","Uri":"/reports/getOffice365GroupsActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365GroupActivityDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphOffice365GroupsActivityDetail","Uri":"/reports/getOffice365GroupsActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365GroupActivityFileCount","ApiVersion":"beta","OutputType":"IMicrosoftGraphOffice365GroupsActivityFileCounts","Uri":"/reports/getOffice365GroupsActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365GroupActivityGroupCount","ApiVersion":"beta","OutputType":"IMicrosoftGraphOffice365GroupsActivityGroupCounts","Uri":"/reports/getOffice365GroupsActivityGroupCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365GroupActivityStorage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOffice365GroupsActivityStorage","Uri":"/reports/getOffice365GroupsActivityStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOffice365ServiceUserCount","ApiVersion":"beta","OutputType":"IMicrosoftGraphOffice365ServicesUserCounts","Uri":"/reports/getOffice365ServicesUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOneDriveActivityFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getOneDriveActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOneDriveActivityUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getOneDriveActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOneDriveActivityUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getOneDriveActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOneDriveUsageAccountCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getOneDriveUsageAccountCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOneDriveUsageAccountDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getOneDriveUsageAccountDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOneDriveUsageFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getOneDriveUsageFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportOneDriveUsageStorage","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getOneDriveUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartners","Uri":"/reports/partners","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBilling","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBilling","Uri":"/reports/partners/billing","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBillingManifest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingManifest","Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportPartnerBillingManifest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingManifest","Uri":"/reports/partners/billing/manifests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBillingManifestCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/manifests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBillingOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportPartnerBillingOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBillingOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/operations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBillingReconciliation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingReconciliation","Uri":"/reports/partners/billing/reconciliation","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBillingReconciliationBilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBillingReconciliationUnbilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBillingUsage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingAzureUsage","Uri":"/reports/partners/billing/usage","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBillingUsageBilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/usage/billed","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPartnerBillingUsageUnbilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/usage/unbilled","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportPrinterArchivedPrintJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphArchivedPrintJob","Uri":"/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta"},{"Command":"Get-MgBetaReportRelyingPartyDetailedSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphRelyingPartyDetailedSummary","Uri":"/reports/getRelyingPartyDetailedSummary(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta"},{"Command":"Get-MgBetaReportSecurity","ApiVersion":"beta","OutputType":null,"Uri":"/reports/security","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSecurityAttackSimulationRepeatOffender","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttackSimulationRepeatOffender","Uri":"/reports/security/getAttackSimulationRepeatOffenders","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta"},{"Command":"Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttackSimulationTrainingUserCoverage","Uri":"/reports/security/getAttackSimulationTrainingUserCoverage","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta"},{"Command":"Get-MgBetaReportSecurityAttackSimulationUserCoverage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttackSimulationUserCoverage","Uri":"/reports/security/getAttackSimulationSimulationUserCoverage","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivity","ApiVersion":"beta","OutputType":null,"Uri":"/reports/serviceActivity","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForDesktopMailByReadEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForDesktopMailByReadEmail(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsfordesktopmailbyreademail?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForEmailByModernAuthentication","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForEmailByModernAuthentication(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforemailbymodernauthentication?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForExcelWeb(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforexcelweb?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForiOsorAndroidMailByReadEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForiOSOrAndroidMailByReadEmail(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforiosorandroidmailbyreademail?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForOneNoteWeb","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForOneNoteWeb(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforonenoteweb?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMacByReadEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForOutlookMacByReadEmail(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforoutlookmacbyreademail?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMobileByReadEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForOutlookMobileByReadEmail(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforoutlookmobilebyreademail?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByAppOpening","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForOutlookWebByAppOpening(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforoutlookwebbyappopening?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByReadEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForOutlookWebByReadEmail(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforoutlookwebbyreademail?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForPowerPointWeb","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForPowerPointWeb(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforpowerpointweb?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForVisioWeb","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForVisioWeb(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforvisioweb?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityActiveUserMetricForWordWeb","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getActiveUserMetricsForWordWeb(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getactiveusermetricsforwordweb?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityAudioStreamOverUdpMetricForTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityPerformanceMetric","Uri":"/reports/serviceActivity/getAudioStreamsOverUdpMetricsForTeams(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getaudiostreamsoverudpmetricsforteams?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityAudioStreamQoEMetricForTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityPerformanceMetric","Uri":"/reports/serviceActivity/getAudioStreamQoEMetricsForTeams(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getaudiostreamqoemetricsforteams?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityConnectivityMetricForExchange","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityPerformanceMetric","Uri":"/reports/serviceActivity/getConnectivityMetricsForExchange(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getconnectivitymetricsforexchange?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityMessageVolumeMetricForEmailDelivery","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getMessageVolumeMetricsForEmailDelivery(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmessagevolumemetricsforemaildelivery?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityMessageVolumeMetricForTeamChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getMessageVolumeMetricsForTeamsChat(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmessagevolumemetricsforteamschat?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getMetricsForConditionalAccessBlockedSignIn(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessblockedsignin?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityMetricForMfaSignInFailure","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityUsageMetricForTeamByLaunch","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getUsageMetricsForTeamsByLaunch(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getusagemetricsforteamsbylaunch?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServiceActivityUsageMetricForTeamByMeetingJoined","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceActivityValueMetric","Uri":"/reports/serviceActivity/getUsageMetricsForTeamsByMeetingsJoined(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceactivity-getusagemetricsforteamsbymeetingsjoined?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServicePrincipalSignInActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalSignInActivity","Uri":"/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServicePrincipalSignInActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalSignInActivity","Uri":"/reports/servicePrincipalSignInActivities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta"},{"Command":"Get-MgBetaReportServicePrincipalSignInActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/servicePrincipalSignInActivities/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSharePointActivityFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSharePointActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSharePointActivityPage","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSharePointActivityPages(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSharePointActivityUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSharePointActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSharePointActivityUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSharePointActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSharePointSiteUsageDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSharePointSiteUsageDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSharePointSiteUsageFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSharePointSiteUsageFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSharePointSiteUsagePage","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSharePointSiteUsagePages(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSharePointSiteUsageSiteCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSharePointSiteUsageSiteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSharePointSiteUsageStorage","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSharePointSiteUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessActivityUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessActivityUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessOrganizerActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessParticipantActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSla","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceLevelAgreementRoot","Uri":"/reports/sla","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportSlaAzureAdAuthentication","ApiVersion":"beta","OutputType":"IMicrosoftGraphAzureAdAuthentication","Uri":"/reports/sla/azureADAuthentication","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta"},{"Command":"Get-MgBetaReportTeamActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsTeamActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamActivityDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsTeamActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamActivityDistributionCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsTeamActivityDistributionCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsTeamCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamDeviceUsageDistributionUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamDeviceUsageTotalUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamDeviceUsageUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamDeviceUsageUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamUserActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsUserActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamUserActivityDistributionTotalUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamUserActivityDistributionUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamUserActivityTotalCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsUserActivityTotalCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamUserActivityTotalDistributionCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamUserActivityTotalUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsUserActivityTotalUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamUserActivityUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsUserActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportTeamUserActivityUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getTeamsUserActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserArchivedPrintJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphArchivedPrintJob","Uri":"/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserCredentialUsageDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserCredentialUsageDetails","Uri":"/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserCredentialUsageDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserCredentialUsageDetails","Uri":"/reports/userCredentialUsageDetails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserCredentialUsageDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userCredentialUsageDetails/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserInsightsRoot","Uri":"/reports/userInsights","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDaily","ApiVersion":"beta","OutputType":"IMicrosoftGraphDailyUserInsightMetricsRoot","Uri":"/reports/userInsights/daily","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyActiveUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphActiveUsersMetric","Uri":"/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyActiveUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphActiveUsersMetric","Uri":"/reports/userInsights/daily/activeUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightDailyActiveUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/daily/activeUsers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyAuthentication","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationsMetric","Uri":"/reports/userInsights/daily/authentications/{authenticationsMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyAuthentication","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationsMetric","Uri":"/reports/userInsights/daily/authentications","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightDailyAuthenticationCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/daily/authentications/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyInactiveUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphDailyInactiveUsersMetric","Uri":"/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyInactiveUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphDailyInactiveUsersMetric","Uri":"/reports/userInsights/daily/inactiveUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyInactiveUserByApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphDailyInactiveUsersByApplicationMetric","Uri":"/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyInactiveUserByApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphDailyInactiveUsersByApplicationMetric","Uri":"/reports/userInsights/daily/inactiveUsersByApplication","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/daily/inactiveUsersByApplication/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyInactiveUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/daily/inactiveUsers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyMfaCompletion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaCompletionMetric","Uri":"/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyMfaCompletion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaCompletionMetric","Uri":"/reports/userInsights/daily/mfaCompletions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightDailyMfaCompletionCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/daily/mfaCompletions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyMfaTelecomFraud","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaTelecomFraudMetric","Uri":"/reports/userInsights/daily/mfaTelecomFraud/{mfaTelecomFraudMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyMfaTelecomFraud","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaTelecomFraudMetric","Uri":"/reports/userInsights/daily/mfaTelecomFraud","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyMfaTelecomFraudCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/daily/mfaTelecomFraud/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailySignUp","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSignUpMetric","Uri":"/reports/userInsights/daily/signUps/{userSignUpMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailySignUp","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSignUpMetric","Uri":"/reports/userInsights/daily/signUps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightDailySignUpCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/daily/signUps/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightSummary","Uri":"/reports/userInsights/daily/summary/{insightSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightSummary","Uri":"/reports/userInsights/daily/summary","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailySummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/daily/summary/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyUserCount","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserCountMetric","Uri":"/reports/userInsights/daily/userCount/{userCountMetric-id}","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightDailyUserCount","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserCountMetric","Uri":"/reports/userInsights/daily/userCount","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightMonthly","ApiVersion":"beta","OutputType":"IMicrosoftGraphMonthlyUserInsightMetricsRoot","Uri":"/reports/userInsights/monthly","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyActiveUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphActiveUsersMetric","Uri":"/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyActiveUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphActiveUsersMetric","Uri":"/reports/userInsights/monthly/activeUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightMonthlyActiveUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly/activeUsers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyAuthentication","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationsMetric","Uri":"/reports/userInsights/monthly/authentications/{authenticationsMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyAuthentication","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationsMetric","Uri":"/reports/userInsights/monthly/authentications","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightMonthlyAuthenticationCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly/authentications/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyInactiveUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphMonthlyInactiveUsersMetric","Uri":"/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyInactiveUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphMonthlyInactiveUsersMetric","Uri":"/reports/userInsights/monthly/inactiveUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric","Uri":"/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric","Uri":"/reports/userInsights/monthly/inactiveUsersByApplication","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly/inactiveUsersByApplication/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyInactiveUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly/inactiveUsers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyMfaCompletion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaCompletionMetric","Uri":"/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyMfaCompletion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaCompletionMetric","Uri":"/reports/userInsights/monthly/mfaCompletions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightMonthlyMfaCompletionCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly/mfaCompletions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaUserCountMetric","Uri":"/reports/userInsights/monthly/mfaRegisteredUsers/{mfaUserCountMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaUserCountMetric","Uri":"/reports/userInsights/monthly/mfaRegisteredUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyMfaRegisteredUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly/mfaRegisteredUsers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserRequestsMetric","Uri":"/reports/userInsights/monthly/requests/{userRequestsMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlyRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserRequestsMetric","Uri":"/reports/userInsights/monthly/requests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightMonthlyRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly/requests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlySignUp","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSignUpMetric","Uri":"/reports/userInsights/monthly/signUps/{userSignUpMetric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlySignUp","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSignUpMetric","Uri":"/reports/userInsights/monthly/signUps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightMonthlySignUpCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly/signUps/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightSummary","Uri":"/reports/userInsights/monthly/summary/{insightSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportUserInsightMonthlySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightSummary","Uri":"/reports/userInsights/monthly/summary","Variants":["List"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-summary?view=graph-rest-beta"},{"Command":"Get-MgBetaReportUserInsightMonthlySummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly/summary/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportYammerActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getYammerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportYammerActivityUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getYammerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportYammerActivityUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getYammerActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportYammerDeviceUsageDistributionUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportYammerDeviceUsageUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getYammerDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportYammerDeviceUsageUserDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getYammerDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportYammerGroupActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getYammerGroupsActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportYammerGroupActivityDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getYammerGroupsActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaReportYammerGroupActivityGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/reports/getYammerGroupsActivityGroupCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRiskDetection","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskDetection","Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRiskDetection","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskDetection","Uri":"/identityProtection/riskDetections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta"},{"Command":"Get-MgBetaRiskDetectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskDetections/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRiskyServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyServicePrincipal","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRiskyServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyServicePrincipal","Uri":"/identityProtection/riskyServicePrincipals","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta"},{"Command":"Get-MgBetaRiskyServicePrincipalCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRiskyServicePrincipalHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRiskyServicePrincipalHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta"},{"Command":"Get-MgBetaRiskyServicePrincipalHistoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRiskyUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyUser","Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRiskyUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyUser","Uri":"/identityProtection/riskyUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRiskyUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyUsers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRiskyUserHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRiskyUserHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta"},{"Command":"Get-MgBetaRiskyUserHistoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleManagement","Uri":"/roleManagement","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPc","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplicationMultiple","Uri":"/roleManagement/cloudPC","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/cloudPC/resourceNamespaces","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/resourceNamespaces/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Uri":"/roleManagement/cloudPC/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/roleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementCloudPcRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/cloudPC/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementCloudPcRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/roleDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplicationMultiple","Uri":"/roleManagement/deviceManagement","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/deviceManagement/resourceNamespaces","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/resourceNamespaces/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Uri":"/roleManagement/deviceManagement/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/roleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/deviceManagement/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/roleDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.CloudPC","Description":"Read Cloud PC RBAC settings","FullDescription":"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading Cloud PC role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/directory","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/directory/resourceNamespaces","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/resourceNamespaces/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/directory/roleAssignmentApprovals","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentApprovals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentSchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilitySchedules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilitySchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/transitiveRoleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/transitiveRoleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/enterpriseApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/entitlementManagement","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/entitlementManagement/resourceNamespaces","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/resourceNamespaces/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchange","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacApplication","Uri":"/roleManagement/exchange","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeCustomAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAppScope","Uri":"/roleManagement/exchange/customAppScopes/{customAppScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementExchangeCustomAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAppScope","Uri":"/roleManagement/exchange/customAppScopes","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementExchangeCustomAppScopeCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/customAppScopes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/exchange/resourceNamespaces","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/resourceNamespaces/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementExchangeRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/exchange/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/roleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementExchangeRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/exchange/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta"},{"Command":"Get-MgBetaRoleManagementExchangeRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/roleDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.Read.Exchange","Description":"Read Exchange Online RBAC configuration","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/exchange/transitiveRoleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/transitiveRoleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSchemaExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchemaExtension","Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.SchemaExtensions","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSchemaExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchemaExtension","Uri":"/schemaExtensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.SchemaExtensions","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSchemaExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/schemaExtensions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.SchemaExtensions","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSearchAcronym","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchAcronym","Uri":"/search/acronyms/{acronym-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSearchAcronym","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchAcronym","Uri":"/search/acronyms","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-beta"},{"Command":"Get-MgBetaSearchAcronymCount","ApiVersion":"beta","OutputType":null,"Uri":"/search/acronyms/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSearchBookmark","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchBookmark","Uri":"/search/bookmarks/{bookmark-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSearchBookmark","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchBookmark","Uri":"/search/bookmarks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta"},{"Command":"Get-MgBetaSearchBookmarkCount","ApiVersion":"beta","OutputType":null,"Uri":"/search/bookmarks/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSearchEntity","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchEntity","Uri":"/search","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSearchQna","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchQna","Uri":"/search/qnas/{qna-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSearchQna","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchQna","Uri":"/search/qnas","Variants":["List"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-beta"},{"Command":"Get-MgBetaSearchQnaCount","ApiVersion":"beta","OutputType":null,"Uri":"/search/qnas/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityActionAutoGenerated","Uri":"/security/securityActions/{securityAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityActions.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityActions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityActionAutoGenerated","Uri":"/security/securityActions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityActions.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityActions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityActionCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/securityActions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityActions.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityActions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphAlert","Uri":"/security/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphAlert","Uri":"/security/alerts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAlertCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/alerts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAlertV2","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/alerts_v2/{alert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAlertV2","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/alerts_v2","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAlertV2Count","ApiVersion":"beta","OutputType":null,"Uri":"/security/alerts_v2/$count","Variants":["Get1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulation","Uri":"/security/attackSimulation/simulations/{simulation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulation","Uri":"/security/attackSimulation/simulations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationAutomation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulationAutomation","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationAutomation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulationAutomation","Uri":"/security/attackSimulation/simulationAutomations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationAutomationCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/simulationAutomations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationAutomationRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulationAutomationRun","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationAutomationRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulationAutomationRun","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationAutomationRunCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/simulations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationEndUserNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndUserNotification","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationEndUserNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndUserNotification","Uri":"/security/attackSimulation/endUserNotifications","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationEndUserNotificationCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/endUserNotifications/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndUserNotificationDetail","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndUserNotificationDetail","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationLandingPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLandingPage","Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationLandingPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLandingPage","Uri":"/security/attackSimulation/landingPages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationLandingPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/landingPages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationLandingPageDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLandingPageDetail","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationLandingPageDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLandingPageDetail","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationLandingPageDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationLoginPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLoginPage","Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationLoginPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLoginPage","Uri":"/security/attackSimulation/loginPages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationLoginPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/loginPages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttackSimulationOperation","Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttackSimulationOperation","Uri":"/security/attackSimulation/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/operations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationPayload","ApiVersion":"beta","OutputType":"IMicrosoftGraphPayload","Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/payload-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationPayload","ApiVersion":"beta","OutputType":"IMicrosoftGraphPayload","Uri":"/security/attackSimulation/payloads","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationPayloadCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/payloads/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationTraining","ApiVersion":"beta","OutputType":"IMicrosoftGraphTraining","Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationTraining","ApiVersion":"beta","OutputType":"IMicrosoftGraphTraining","Uri":"/security/attackSimulation/trainings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationTrainingCampaign","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrainingCampaign","Uri":"/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationTrainingCampaign","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrainingCampaign","Uri":"/security/attackSimulation/trainingCampaigns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAttackSimulationTrainingCampaignCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/trainingCampaigns/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationTrainingCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/trainings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrainingLanguageDetail","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrainingLanguageDetail","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAuditLog","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuditCoreRoot","Uri":"/security/auditLog","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAuditLogQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuditLogQuery","Uri":"/security/auditLog/queries/{auditLogQuery-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAuditLogQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuditLogQuery","Uri":"/security/auditLog/queries","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAuditLogQueryCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/auditLog/queries/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAuditLogQueryRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuditLogRecord","Uri":"/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityAuditLogQueryRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuditLogRecord","Uri":"/security/auditLog/queries/{auditLogQuery-id}/records","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityAuditLogQueryRecordCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/auditLog/queries/{auditLogQuery-id}/records/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCase","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCasesRoot","Uri":"/security/cases","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCase","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCase","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Uri":"/security/cases/ediscoveryCases","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryIndexOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryHoldPolicy","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryHoldPolicy","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseMember","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers/{ediscoveryCaseMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseMember","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasemember-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryIndexOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCaseOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCaseOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryfile-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearch","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearch","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryEstimateOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseSettings","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTagCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCaseEdiscoveryCaseTagParent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCloudAppSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudAppSecurityProfile","Uri":"/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCloudAppSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudAppSecurityProfile","Uri":"/security/cloudAppSecurityProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCloudAppSecurityProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/cloudAppSecurityProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCollaboration","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCollaborationRoot","Uri":"/security/collaboration","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCollaborationAnalyzedEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAnalyzedEmail","Uri":"/security/collaboration/analyzedEmails/{analyzedEmail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityAnalyzedMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAnalyzedMessage.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityCollaborationAnalyzedEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAnalyzedEmail","Uri":"/security/collaboration/analyzedEmails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityAnalyzedMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAnalyzedMessage.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityCollaborationAnalyzedEmailCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/collaboration/analyzedEmails/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityAnalyzedMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAnalyzedMessage.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataDiscovery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDataDiscoveryRoot","Uri":"/security/dataDiscovery","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataDiscoveryCloudAppDiscovery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDataDiscoveryReport","Uri":"/security/dataDiscovery/cloudAppDiscovery","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStream","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCloudAppDiscoveryReport","Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/{cloudAppDiscoveryReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStream","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCloudAppDiscoveryReport","Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"CloudApp-Discovery.Read.All","Description":"Read discovered cloud application data","FullDescription":"Allows the app to read details of discovered cloud apps in the organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudApp-Discovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-datadiscoveryreport-list-uploadedstreams?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStreamCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"CloudApp-Discovery.Read.All","Description":"Read discovered cloud application data","FullDescription":"Allows the app to read details of discovered cloud apps in the organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudApp-Discovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernance","ApiVersion":"beta","OutputType":"IMicrosoftGraphTenantDataSecurityAndGovernance","Uri":"/security/dataSecurityAndGovernance","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernancePolicyFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicyFile","Uri":"/security/dataSecurityAndGovernance/policyFiles/{policyFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernancePolicyFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicyFile","Uri":"/security/dataSecurityAndGovernance/policyFiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernancePolicyFileCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/policyFiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernanceProtectionScope","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantdatasecurityandgovernance-list-sensitivitylabels?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelRight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRightsIncluded","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/rights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/usagerightsincluded-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabelRight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRightsIncluded","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDomainSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainSecurityProfile","Uri":"/security/domainSecurityProfiles/{domainSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDomainSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainSecurityProfile","Uri":"/security/domainSecurityProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityDomainSecurityProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/domainSecurityProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityFileSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphFileSecurityProfile","Uri":"/security/fileSecurityProfiles/{fileSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityFileSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphFileSecurityProfile","Uri":"/security/fileSecurityProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityFileSecurityProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/fileSecurityProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityHostSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphHostSecurityProfile","Uri":"/security/hostSecurityProfiles/{hostSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityHostSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphHostSecurityProfile","Uri":"/security/hostSecurityProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityHostSecurityProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/hostSecurityProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIdentityContainer","Uri":"/security/identities","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIdentityAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIdentityAccounts","Uri":"/security/identities/identityAccounts/{identityAccounts-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIdentityAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIdentityAccounts","Uri":"/security/identities/identityAccounts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIdentityAccountCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/identities/identityAccounts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesAccount.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIdentityHealthIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityIdentityHealthIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/healthIssues","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityIdentityHealthIssueCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/identities/healthIssues/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIdentitySensor","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensor","Uri":"/security/identities/sensors/{sensor-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityIdentitySensor","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensor","Uri":"/security/identities/sensors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-identitycontainer-list-sensors?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityIdentitySensorCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/identities/sensors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIdentitySensorDeploymentAccessKey","ApiVersion":"beta","OutputType":null,"Uri":"/security/identities/sensors/getDeploymentAccessKey","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-getdeploymentaccesskey?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityIdentitySensorDeploymentPackageUri","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensorDeploymentPackage","Uri":"/security/identities/sensors/getDeploymentPackageUri","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-getdeploymentpackageuri?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityIdentitySensorHealthIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIdentitySensorHealthIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/sensors/{sensor-id}/healthIssues","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIdentitySensorHealthIssueCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/identities/sensors/{sensor-id}/healthIssues/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIncident","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIncident","Uri":"/security/incidents/{incident-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityIncident","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIncident","Uri":"/security/incidents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityIncidentAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/incidents/{incident-id}/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIncidentAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/incidents/{incident-id}/alerts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIncidentAlertCommentCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIncidentAlertCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/incidents/{incident-id}/alerts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIncidentCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/incidents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIncidentTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIncidentTask","Uri":"/security/incidentTasks/{incidentTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIncidentTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIncidentTask","Uri":"/security/incidentTasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-incidenttasks?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityIncidentTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/incidentTasks/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIncidentTaskIncident","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIncident","Uri":"/security/incidentTasks/{incidentTask-id}/incident","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtection","Uri":"/security/informationProtection","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityInformationProtectionLabelPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtectionPolicySetting","Uri":"/security/informationProtection/labelPolicySettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/security/informationProtection/sensitivityLabels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityInformationProtectionSensitivityLabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/informationProtection/sensitivityLabels/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityInformationProtectionSensitivityLabelParent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIPSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphIPSecurityProfile","Uri":"/security/ipSecurityProfiles/{ipSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIPSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphIPSecurityProfile","Uri":"/security/ipSecurityProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityIPSecurityProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/ipSecurityProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityLabelsRoot","Uri":"/security/labels","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Uri":"/security/labels/authorities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelAuthorityCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/authorities/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Uri":"/security/labels/categories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/categories/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelCategorySubcategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelCategorySubcategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelCategorySubcategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelCitation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCitationTemplate","Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelCitation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCitationTemplate","Uri":"/security/labels/citations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelCitationCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/citations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelDepartment","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelDepartment","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Uri":"/security/labels/departments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelDepartmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/departments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelFilePlanReference","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelFilePlanReference","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Uri":"/security/labels/filePlanReferences","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelFilePlanReferenceCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/filePlanReferences/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionEventType","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionLabel","Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionLabel","Uri":"/security/labels/retentionLabels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityLabelRetentionLabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/retentionLabels/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptor","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFilePlanDescriptor","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCitationTemplate","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurity","Uri":"/security/partner","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityPartnerSecurityAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityAlert","Uri":"/security/partner/securityAlerts/{partnerSecurityAlert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PartnerSecurity.ReadWrite.All","Description":"Read security alerts and update status of security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts and update status of alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PartnerSecurity.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityPartnerSecurityAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityAlert","Uri":"/security/partner/securityAlerts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PartnerSecurity.ReadWrite.All","Description":"Read security alerts and update status of security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts and update status of alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PartnerSecurity.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityPartnerSecurityAlertCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/partner/securityAlerts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PartnerSecurity.ReadWrite.All","Description":"Read security alerts and update status of security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts and update status of alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PartnerSecurity.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityPartnerSecurityScore","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityScore","Uri":"/security/partner/securityScore","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityscore-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityPartnerSecurityScoreCustomerInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityCustomerInsight","Uri":"/security/partner/securityScore/customerInsights/{customerInsight-tenantId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityPartnerSecurityScoreCustomerInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityCustomerInsight","Uri":"/security/partner/securityScore/customerInsights","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityscore-list-customerinsights?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityPartnerSecurityScoreCustomerInsightCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/partner/securityScore/customerInsights/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityPartnerSecurityScoreHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityScoreHistory","Uri":"/security/partner/securityScore/history/{securityScoreHistory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-securityscorehistory-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityPartnerSecurityScoreHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityScoreHistory","Uri":"/security/partner/securityScore/history","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityscore-list-history?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityPartnerSecurityScoreHistoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/partner/securityScore/history/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"PartnerSecurity.Read.All","Description":"Read security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityPartnerSecurityScoreRequirement","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityRequirement","Uri":"/security/partner/securityScore/requirements/{securityRequirement-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-securityrequirement-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityPartnerSecurityScoreRequirement","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityRequirement","Uri":"/security/partner/securityScore/requirements","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityscore-list-requirements?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityPartnerSecurityScoreRequirementCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/partner/securityScore/requirements/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityProviderTenantSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphProviderTenantSetting","Uri":"/security/providerTenantSettings/{providerTenantSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityProviderTenantSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphProviderTenantSetting","Uri":"/security/providerTenantSettings","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityProviderTenantSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/providerTenantSettings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRulesRoot","Uri":"/security/rules","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityRuleDetectionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDetectionRule","Uri":"/security/rules/detectionRules/{detectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"CustomDetection.Read.All","Description":"Read custom detection rules","FullDescription":"Allows the app to read custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityRuleDetectionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDetectionRule","Uri":"/security/rules/detectionRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"CustomDetection.Read.All","Description":"Read custom detection rules","FullDescription":"Allows the app to read custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityRuleDetectionRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/rules/detectionRules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"CustomDetection.Read.All","Description":"Read custom detection rules","FullDescription":"Allows the app to read custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySecureScore","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecureScore","Uri":"/security/secureScores/{secureScore-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySecureScore","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecureScore","Uri":"/security/secureScores","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-beta"},{"Command":"Get-MgBetaSecuritySecureScoreControlProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecureScoreControlProfile","Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySecureScoreControlProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecureScoreControlProfile","Uri":"/security/secureScoreControlProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecuritySecureScoreControlProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/secureScoreControlProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySecureScoreCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/secureScores/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/security/subjectRightsRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestApprover","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestApprover","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestApproverByUserPrincipalName","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestApproverCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestCollaborator","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestCollaborator","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestCollaboratorByUserPrincipalName","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/subjectRightsRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestFinalAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta"},{"Command":"Get-MgBetaSecuritySubjectRightsRequestFinalReport","ApiVersion":"beta","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta"},{"Command":"Get-MgBetaSecuritySubjectRightsRequestNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestNoteCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecuritySubjectRightsRequestTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeam","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/team","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligence","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityThreatIntelligence","Uri":"/security/threatIntelligence","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/articles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceArticleCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/articles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceArticleIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityArticleIndicator","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceArticleIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityArticleIndicator","Uri":"/security/threatIntelligence/articleIndicators","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/articleIndicators/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hosts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostChildHostPair","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostChildHostPair","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostComponent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostComponent","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostComponent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostComponent","Uri":"/security/threatIntelligence/hostComponents","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostComponentCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hostComponents/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostComponentHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostCookie","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostCookie","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostCookie","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostCookie","Uri":"/security/threatIntelligence/hostCookies","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostCookieCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hostCookies/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostCookieHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hosts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPair","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPair","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hostPairs","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPairChildHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}/childHost","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPairCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hostPairs/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPairParentHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostParentHostPair","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostParentHostPair","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDns","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDns","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPort","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPort","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPort","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPort","Uri":"/security/threatIntelligence/hostPorts","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPortCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hostPorts/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPortHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySslCertificate","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostReputation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostReputation","Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostSslCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostSslCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Uri":"/security/threatIntelligence/hostSslCertificates","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostSubdomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostSubdomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostTracker","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostTracker","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostTracker","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostTracker","Uri":"/security/threatIntelligence/hostTrackers","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostTrackerCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/trackers/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostTrackerHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceHostWhoi","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisRecord","Uri":"/security/threatIntelligence/hosts/{host-id}/whois","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Uri":"/security/threatIntelligence/intelProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/intelProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/passiveDnsRecords","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/passiveDnsRecords/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceProfileIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceProfileIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelligenceProfileIndicators","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/intelligenceProfileIndicators/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySslCertificate","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySslCertificate","Uri":"/security/threatIntelligence/sslCertificates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificateCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/sslCertificates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceSubdomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceSubdomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/subdomains","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceSubdomainCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/subdomains/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceSubdomainHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceVulnerability","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityVulnerability","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceVulnerability","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityVulnerability","Uri":"/security/threatIntelligence/vulnerabilities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/vulnerabilities/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisHistoryRecords","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/whoisHistoryRecords/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisRecord","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisRecord","Uri":"/security/threatIntelligence/whoisRecords","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/whoisRecords/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityThreatSubmissionRoot","Uri":"/security/threatSubmission","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatSubmissionEmailThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEmailThreatSubmission","Uri":"/security/threatSubmission/emailThreats/{emailThreatSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatSubmissionEmailThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEmailThreatSubmission","Uri":"/security/threatSubmission/emailThreats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatSubmissionEmailThreatCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatSubmission/emailThreats/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEmailThreatSubmissionPolicy","Uri":"/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":"Read and write all threat submission policies","FullDescription":"Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEmailThreatSubmissionPolicy","Uri":"/security/threatSubmission/emailThreatSubmissionPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":"Read and write all threat submission policies","FullDescription":"Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatSubmission/emailThreatSubmissionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":"Read and write all threat submission policies","FullDescription":"Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatSubmissionFileThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFileThreatSubmission","Uri":"/security/threatSubmission/fileThreats/{fileThreatSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatSubmissionFileThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFileThreatSubmission","Uri":"/security/threatSubmission/fileThreats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatSubmissionFileThreatCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatSubmission/fileThreats/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityThreatSubmissionUrlThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUrlThreatSubmission","Uri":"/security/threatSubmission/urlThreats/{urlThreatSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatSubmissionUrlThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUrlThreatSubmission","Uri":"/security/threatSubmission/urlThreats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityThreatSubmissionUrlThreatCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatSubmission/urlThreats/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.Read","Description":"Read threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.Read.All","Description":"Read all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityTiIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphTiIndicator","Uri":"/security/tiIndicators/{tiIndicator-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityTiIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphTiIndicator","Uri":"/security/tiIndicators","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityTiIndicatorCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/tiIndicators/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityTrigger","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityTriggersRoot","Uri":"/security/triggers","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityTriggerRetentionEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionEvent","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityTriggerRetentionEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionEvent","Uri":"/security/triggers/retentionEvents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityTriggerRetentionEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/triggers/retentionEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityTriggerRetentionEventType","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityTriggerType","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityTriggerTypesRoot","Uri":"/security/triggerTypes","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityTriggerTypeRetentionEventType","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityTriggerTypeRetentionEventType","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/triggerTypes/retentionEventTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/triggerTypes/retentionEventTypes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityUserSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSecurityProfile","Uri":"/security/userSecurityProfiles/{userSecurityProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityUserSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSecurityProfile","Uri":"/security/userSecurityProfiles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSecurityUserSecurityProfileCount","ApiVersion":"beta","OutputType":null,"Uri":"/security/userSecurityProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServiceAnnouncementHealthOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceHealth","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServiceAnnouncementHealthOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceHealth","Uri":"/admin/serviceAnnouncement/healthOverviews","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta"},{"Command":"Get-MgBetaServiceAnnouncementHealthOverviewCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/healthOverviews/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServiceAnnouncementHealthOverviewIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceHealthIssue","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServiceAnnouncementHealthOverviewIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceHealthIssue","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServiceAnnouncementHealthOverviewIssueCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServiceAnnouncementIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceHealthIssue","Uri":"/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServiceAnnouncementIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceHealthIssue","Uri":"/admin/serviceAnnouncement/issues","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta"},{"Command":"Get-MgBetaServiceAnnouncementIssueCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/issues/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServiceAnnouncementMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceUpdateMessage","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServiceAnnouncementMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceUpdateMessage","Uri":"/admin/serviceAnnouncement/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta"},{"Command":"Get-MgBetaServiceAnnouncementMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceAnnouncementAttachment","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServiceAnnouncementMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceAnnouncementAttachment","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta"},{"Command":"Get-MgBetaServiceAnnouncementMessageAttachmentArchive","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta"},{"Command":"Get-MgBetaServiceAnnouncementMessageAttachmentContent","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServiceAnnouncementMessageAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServiceAnnouncementMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalAppManagementPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalAppRoleAssignedTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalAppRoleAssignedTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalAppRoleAssignedToCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalAppRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalByAppId","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals(appId='{appId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalClaimMappingPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphClaimsMappingPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalClaimMappingPolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalClaimMappingPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalClaimPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomClaimsPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsPolicy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customclaimspolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalCreatedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalCreatedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalCreatedObjectCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalDelegatedPermissionClassification","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalDelegatedPermissionClassification","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalEndpointCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalLicenseDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLicenseDetails","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalLicenseDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLicenseDetails","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalLicenseDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsLicensingDetails","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOfAsDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOfAsDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOauth2PermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOauth2PermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalOauth2PermissionGrantCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalOwnedObjectAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/application","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectCountAsApplication","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectCountAsAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/owners","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerCountAsAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerCountAsEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalOwnerCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalPasswordSingleSignOnCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphPasswordSingleSignOnCredentialSet","Uri":"/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphRemoteDesktopSecurityConfiguration","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovedClientApp","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps/{approvedClientApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovedClientApp","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetDeviceGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetDeviceGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalRiskDetection","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalRiskDetection","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Uri":"/identityProtection/servicePrincipalRiskDetections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalRiskDetectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/servicePrincipalRiskDetections/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronization","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationAccessToken","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken","Variants":["Acquire","AcquireExpanded","AcquireViaIdentity","AcquireViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalSynchronizationJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalSynchronizationJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalSynchronizationJobBulkUpload","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationJobSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeProvisioning.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":"Read and edit the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read and edit the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.Read.All","Description":"Read the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationSecretCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalSynchronizationTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationTemplateSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTokenIssuancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTokenIssuancePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTokenIssuancePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTokenLifetimePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalTokenLifetimePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalTokenLifetimePolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-beta"},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaServicePrincipalUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaSettingCount","ApiVersion":"beta","OutputType":null,"Uri":"/settings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareContentTypeBase","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareContentTypeBaseTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/shares/{sharedDriveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta"},{"Command":"Get-MgBetaShareDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/shares/{sharedDriveItem-id}/list/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeColumnLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeColumnPositionCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListContentTypeCompatibleHubContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"},{"Command":"Get-MgBetaShareListContentTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/shares/{sharedDriveItem-id}/list/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/shares/{sharedDriveItem-id}/list/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/shares/{sharedDriveItem-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaShareListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/shares/{sharedDriveItem-id}/list/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/list/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/list/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareListSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaSharePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/root","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareRootContent","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/root/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareSharedDriveItemSharedDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedDriveItem","Uri":"/shares/{sharedDriveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta"},{"Command":"Get-MgBetaShareSharedDriveItemSharedDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedDriveItem","Uri":"/shares","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaShareSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/shares/{sharedDriveItem-id}/site","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/sites","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/sites/{site-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticItemActivityStatActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticItemActivityStatCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticLastSevenDay","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteAnalyticTime","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteApplicableContentTypeForList","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteByPath","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}/getByPath(path='{path}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentModelGetByNameAppliedDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModelUsage","Uri":"/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteContentTypeBase","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/base","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeBaseTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteContentTypeColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeColumnLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeColumnPositionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteContentTypeCompatibleHubContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteContentTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/$count","Variants":["Get1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteDefaultDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/sites/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/drives","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteDriveCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/drives/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteExternalColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/externalColumns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteExternalColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/externalColumns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteExternalColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/externalColumns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPath","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathApplicableContentTypeForList","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteGetByPathColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/getByPath(path='{path}')/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/getByPath(path='{path}')/drives","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathExternalColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/getByPath(path='{path}')/externalColumns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}/getByPath(path='{path}')/sites","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetByPathTermStore","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteGetGraphBPrePathActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/lists","Variants":["List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteListActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/sites/{site-id}/lists/{list-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteListColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentTypeColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentTypeColumnLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentTypeColumnPositionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentTypeColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListContentTypeCompatibleHubContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteListContentTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/lists/{list-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemActivityDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemActivityDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemActivityDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemActivityListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/lists/{list-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteListSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/sites/{site-id}/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookFromWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphCopyNotebookModel","Uri":"/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteOnenoteNotebookRecentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecentNotebook","Uri":"/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaSiteRecentNotebook","Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionGroupSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteNotebookSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenotePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenotePageCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenotePageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenotePageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/sites/{site-id}/onenote/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteResourceContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionGroupSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOnenoteSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSitePageAsSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphSitePage","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSitePageAsSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphSitePage","Uri":"/sites/{site-id}/pages/sitePage","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayout","ApiVersion":"beta","OutputType":"IMicrosoftGraphCanvasLayout","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPart","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphVerticalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPart","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPart","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageAsSitePageWebPartCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageCountAsSitePage","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/sitePage/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaSitePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta"},{"Command":"Get-MgBetaSitePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta"},{"Command":"Get-MgBetaSitePermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStore","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/termStore","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteTermStoreGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteTermStoreGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetParentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteTermStoreGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreGroupSetTermSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSiteTermStoreSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetParentGroupSetTermSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermChildRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermChildRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermChildRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermChildSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermRelationCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermRelationFromTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermRelationSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermRelationToTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSiteTermStoreSetTermSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestore","ApiVersion":"beta","OutputType":"IMicrosoftGraphBackupRestoreRoot","Uri":"/solutions/backupRestore","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreDriveInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreDriveInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/driveInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/driveInclusionRules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/driveProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/driveProtectionUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreEmailNotificationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmailNotificationsSetting","Uri":"/solutions/backupRestore/emailNotificationsSetting","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailnotificationssetting-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Uri":"/solutions/backupRestore/exchangeProtectionPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeProtectionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxprotectionunitsbulkadditionjobs-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxprotectionunitsbulkadditionjobs?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphExchangeRestoreSession","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphExchangeRestoreSession","Uri":"/solutions/backupRestore/exchangeRestoreSessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreMailboxInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreMailboxInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/mailboxInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/mailboxInclusionRules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/mailboxProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/mailboxProtectionUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveprotectionunitsbulkadditionjobs-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveprotectionunitsbulkadditionjobs?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveRestoreArtifact","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveRestoreArtifact","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifactsbulkadditionrequests?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestorePoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestorePoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/restorePoints","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestorePointCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/restorePoints/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestorePointProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionUnitBase","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/protectionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionUnitBase","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionUnitBase","Uri":"/solutions/backupRestore/protectionUnits","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/driveProtectionUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/driveProtectionUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/mailboxProtectionUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/mailboxProtectionUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/siteProtectionUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/siteProtectionUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/protectionUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/protectionUnits/driveProtectionUnit/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/protectionUnits/mailboxProtectionUnit/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/protectionUnits/siteProtectionUnit/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreServiceApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreServiceApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreServiceAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/serviceApps/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestoreSessionBase","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestoreSessionBase","Uri":"/solutions/backupRestore/restoreSessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Restore.Read.All","Description":"Read restore sessions","FullDescription":"Allows the app to read restore sessions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":"Read restore sessions and start restore sessions from backups","FullDescription":"Allows the app to restore Microsoft 365 resources from a backed up snapshot, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/restoreSessions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Restore.Read.All","Description":"Read restore sessions","FullDescription":"Allows the app to read restore sessions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":"Read restore sessions and start restore sessions from backups","FullDescription":"Allows the app to restore Microsoft 365 resources from a backed up snapshot, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Uri":"/solutions/backupRestore/sharePointProtectionPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointProtectionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/siteprotectionunitsbulkadditionjobs-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteprotectionunitsbulkadditionjobs?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharePointRestoreSession","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharePointRestoreSession","Uri":"/solutions/backupRestore/sharePointRestoreSessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteRestoreArtifact","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteRestoreArtifact","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifactsbulkadditionrequests?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSiteInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSiteInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/siteInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/siteInclusionRules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/siteProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/siteProtectionUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBusinessScenario","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenario","Uri":"/solutions/businessScenarios/{businessScenario-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBusinessScenario","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenario","Uri":"/solutions/businessScenarios","Variants":["List"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBusinessScenarioByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenario","Uri":"/solutions/businessScenarios(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBusinessScenarioCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBusinessScenarioPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenarioPlanner","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenarioPlanReference","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/getPlan","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioData.Read.OwnedBy","Description":"Read data for business scenarios this app creates or owns","FullDescription":"Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanConfiguration","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanConfigurationLocalization","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanConfigurationLocalization","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations","Variants":["List"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalizationCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenarioTask","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioData.Read.OwnedBy","Description":"Read data for business scenarios this app creates or owns","FullDescription":"Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenarioTask","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioData.Read.OwnedBy","Description":"Read data for business scenarios this app creates or owns","FullDescription":"Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskConfiguration","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":"Read business scenario configurations this app creates or owns","FullDescription":"Allows the app to read the configurations of business scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.Read.All","Description":"Read business scenario configurations","FullDescription":"Allows the app to read the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioData.Read.OwnedBy","Description":"Read data for business scenarios this app creates or owns","FullDescription":"Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.Read.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSubscribedSku","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscribedSku","Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSubscribedSku","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscribedSku","Uri":"/subscribedSkus","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ChangeNotifications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta"},{"Command":"Get-MgBetaSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.ChangeNotifications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta"},{"Command":"Get-MgBetaSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/subscriptions/getVapidPublicKey","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ChangeNotifications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaSubSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}/sites/{site-id1}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaSubSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}/sites","Variants":["List2"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-beta"},{"Command":"Get-MgBetaSubSiteCount","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/sites/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeam","Uri":"/teams/{team-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeam","Uri":"/teams","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/channels","Variants":["List1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelAllMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelFileFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"File.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelFileFolderContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-allmembers?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelMessageDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelMessageHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelMessageReplyCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelMessageReplyDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelMessageReplyHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsChannelPlanner","Uri":"/teams/{team-id}/channels/{channel-id}/planner","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamschannelplanner-list-plans?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucketCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucketDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelRetainedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelSharedWithTeamAllowedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelSharedWithTeamAllowedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelSharedWithTeamCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/channels/{channel-id}/tabs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamChannelTabCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamChannelTabTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamGroupServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/teams/{team-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamGroupServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamIncomingChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/incomingChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamIncomingChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/incomingChannels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamIncomingChannelCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/incomingChannels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/teams/{team-id}/installedApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamInstalledAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamInstalledAppTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamInstalledAppTeamAppDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamOpenShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShift","Uri":"/teams/getOpenShifts","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/teams/{team-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/teams/{team-id}/owners/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/teams/{team-id}/owners","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamOwnerByUserPrincipalName","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/teams/{team-id}/owners(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamOwnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/owners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamOwnerMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/teams/{team-id}/owners/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamOwnerServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamOwnerServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/teams/{team-id}/permissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForTeam","Description":"Read resource specific permissions granted on a team","FullDescription":"Allows the app to read the resource specific permission granted on the team, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsApp.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamPermissionGrantCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForTeam","Description":"Read resource specific permissions granted on a team","FullDescription":"Allows the app to read the resource specific permission granted on the team, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsApp.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/teams/{team-id}/photo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/photo/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/primaryChannel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamPrimaryChannelAllMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/allMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelFileFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teams/{team-id}/primaryChannel/filesFolder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelFileFolderContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/filesFolder/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/allMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessageDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamPrimaryChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessageHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessageReplyCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessageReplyDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsChannelPlanner","Uri":"/teams/{team-id}/primaryChannel/planner","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/primaryChannel/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/primaryChannel/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelSharedWithTeamCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/primaryChannel/tabs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelTabCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamPrimaryChannelTabTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedule","Uri":"/teams/{team-id}/schedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleDayNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphDayNote","Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleDayNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphDayNote","Uri":"/teams/{team-id}/schedule/dayNotes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleDayNoteCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/dayNotes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleOfferShiftRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleOfferShiftRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/teams/{team-id}/schedule/offerShiftRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleOfferShiftRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/offerShiftRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleOpenShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShift","Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleOpenShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShift","Uri":"/teams/{team-id}/schedule/openShifts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleOpenShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleOpenShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleOpenShiftChangeRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleOpenShiftCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/openShifts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleSchedulingGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleSchedulingGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/teams/{team-id}/schedule/schedulingGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleSchedulingGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/schedulingGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphShift","Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphShift","Uri":"/teams/{team-id}/schedule/shifts","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleShiftCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/shifts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleShiftRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphShiftsRoleDefinition","Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SchedulePermissions.ReadWrite.All","Description":"Read/Write your schedule permissions for a role.","FullDescription":"Allows the app to read/write schedule permissions for a specific role in Shifts application on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SchedulePermissions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleShiftRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphShiftsRoleDefinition","Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SchedulePermissions.ReadWrite.All","Description":"Read/Write your schedule permissions for a role.","FullDescription":"Allows the app to read/write schedule permissions for a specific role in Shifts application on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SchedulePermissions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleShiftRoleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SchedulePermissions.ReadWrite.All","Description":"Read/Write your schedule permissions for a role.","FullDescription":"Allows the app to read/write schedule permissions for a specific role in Shifts application on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SchedulePermissions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleSwapShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleSwapShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleSwapShiftChangeRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleTimeCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleTimeCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleTimeCardCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeCards/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleTimeOff","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOff","Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleTimeOff","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOff","Uri":"/teams/{team-id}/schedule/timesOff","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleTimeOffCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/timesOff/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleTimeOffReason","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleTimeOffReason","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/teams/{team-id}/schedule/timeOffReasons","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleTimeOffReasonCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeOffReasons/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamScheduleTimeOffRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleTimeOffRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/teams/{team-id}/schedule/timeOffRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamScheduleTimeOffRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeOffRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphShift","Uri":"/teams/getShifts","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/teams/{team-id}/tags","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamTagCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/tags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamTagMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamTagMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamTagMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/template","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamTemplateDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamTemplateDefinition","Uri":"/teams/{team-id}/templateDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamTimeOff","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOff","Uri":"/teams/getTimesOff","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamwork","Uri":"/teamwork","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Teamwork.Read.All","Description":"Read organizational teamwork settings","FullDescription":"Allows the app to read the teamwork settings of your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeletedChat","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeletedChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeletedChat","Uri":"/teamwork/deletedChats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedChatCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedChats/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeletedTeam","Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeletedTeam","Uri":"/teamwork/deletedTeams","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeletedTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelAllMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelFileFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsChannelPlanner","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelTabCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeletedTeamCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDevice","Uri":"/teamwork/devices/{teamworkDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDevice","Uri":"/teamwork/devices","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeviceActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDeviceActivity","Uri":"/teamwork/devices/{teamworkDevice-id}/activity","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeviceConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDeviceConfiguration","Uri":"/teamwork/devices/{teamworkDevice-id}/configuration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/devices/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkDeviceHealth","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDeviceHealth","Uri":"/teamwork/devices/{teamworkDevice-id}/health","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeviceOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDeviceOperation","Uri":"/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeviceOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDeviceOperation","Uri":"/teamwork/devices/{teamworkDevice-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkDeviceOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/devices/{teamworkDevice-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.Read.All","Description":"Read Teams devices","FullDescription":"Allow the app to read the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkTeamAppSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppSettings","Uri":"/teamwork/teamsAppSettings","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkAppSettings.Read.All","Description":"Read Teams app settings","FullDescription":"Allows the app to read the Teams app settings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkAppSettings.ReadWrite.All","Description":"Read and write Teams app settings","FullDescription":"Allows the app to read and write the Teams app settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkTeamTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamTemplate","Uri":"/teamwork/teamTemplates/{teamTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkTeamTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamTemplate","Uri":"/teamwork/teamTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamTemplates.Read","Description":"Read available Teams templates","FullDescription":"Read available Teams templates, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamTemplates.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkTeamTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/teamTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamTemplates.Read","Description":"Read available Teams templates","FullDescription":"Read available Teams templates, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamTemplates.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkTeamTemplateDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamTemplateDefinition","Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamTemplates.Read","Description":"Read available Teams templates","FullDescription":"Read available Teams templates, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamTemplates.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkTeamTemplateDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamTemplateDefinition","Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkTeamTemplateDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTeamworkWorkforceIntegration","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkforceIntegration","Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkWorkforceIntegration","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkforceIntegration","Uri":"/teamwork/workforceIntegrations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-beta"},{"Command":"Get-MgBetaTeamworkWorkforceIntegrationCount","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/workforceIntegrations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Uri":"/tenantRelationships/delegatedAdminCustomers","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminCustomers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Uri":"/tenantRelationships/delegatedAdminRelationships","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenant","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenant","Uri":"/tenantRelationships/managedTenants/tenants/{tenant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenant","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenant","Uri":"/tenantRelationships/managedTenants/tenants","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance","Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance","Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertLog","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertLog","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertLog","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertLog","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertLogCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantApiNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantApiNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAppPerformance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAppPerformance","Uri":"/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAppPerformance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAppPerformance","Uri":"/tenantRelationships/managedTenants/appPerformances","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/appPerformances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAuditEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAuditEvent","Uri":"/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAuditEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAuditEvent","Uri":"/tenantRelationships/managedTenants/auditEvents","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantAuditEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/auditEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcConnection","Uri":"/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcConnection","Uri":"/tenantRelationships/managedTenants/cloudPcConnections","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/cloudPcConnections/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcDevice","Uri":"/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcDevice","Uri":"/tenantRelationships/managedTenants/cloudPcDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/cloudPcDevices/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcOverview","Uri":"/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcOverview","Uri":"/tenantRelationships/managedTenants/cloudPcsOverview","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/cloudPcsOverview/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage","Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage","Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/tenants/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary","Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary","Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantCustomizedInformation","Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantCustomizedInformation","Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDetailedInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantDetailedInformation","Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDetailedInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantDetailedInformation","Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceAppPerformance","Uri":"/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceAppPerformance","Uri":"/tenantRelationships/managedTenants/deviceAppPerformances","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/deviceAppPerformances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary","Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary","Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceHealthStatus","Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceHealthStatus","Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantEmailNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantEmailNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantGroup","Uri":"/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantGroup","Uri":"/tenantRelationships/managedTenants/tenantGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/tenantGroups/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceCompliance","Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceCompliance","Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend","Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend","Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementAction","Uri":"/tenantRelationships/managedTenants/managementActions/{managementAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementAction","Uri":"/tenantRelationships/managedTenants/managementActions","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementActionCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementActions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus","Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus","Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementIntent","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementIntent","Uri":"/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementIntent","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementIntent","Uri":"/tenantRelationships/managedTenants/managementIntents","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementIntents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Uri":"/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Uri":"/tenantRelationships/managedTenants/managementTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollection","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollection","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary","Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary","Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary","Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary","Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantMyRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsMyRole","Uri":"/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantMyRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsMyRole","Uri":"/tenantRelationships/managedTenants/myRoles","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantMyRoleCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/myRoles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantTag","Uri":"/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantTag","Uri":"/tenantRelationships/managedTenants/tenantTags","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantTagCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/tenantTags/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"ManagedTenants.Read.All","Description":"Read all managed tenant information","FullDescription":"Allows the app to read all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ManagedTenants.ReadWrite.All","Description":"Read and write all managed tenant information","FullDescription":"Allows the app to read and write all managed tenant information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint","Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint","Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState","Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState","Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsWindowsProtectionState","Uri":"/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsWindowsProtectionState","Uri":"/tenantRelationships/managedTenants/windowsProtectionStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/windowsProtectionStates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTenantRelationshipMultiTenantOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganization","Uri":"/tenantRelationships/multiTenantOrganization","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord","Uri":"/tenantRelationships/multiTenantOrganization/joinRequest","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Uri":"/tenantRelationships/multiTenantOrganization/tenants","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-beta"},{"Command":"Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/multiTenantOrganization/tenants/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTrustFramework","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFramework","Uri":"/trustFramework","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTrustFrameworkKeySet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKeySet","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.Read.All","Description":"Read trust framework key sets","FullDescription":"Allows the app to read trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTrustFrameworkKeySet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKeySet","Uri":"/trustFramework/keySets","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.Read.All","Description":"Read trust framework key sets","FullDescription":"Allows the app to read trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-beta"},{"Command":"Get-MgBetaTrustFrameworkKeySetActiveKey","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKey","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.Read.All","Description":"Read trust framework key sets","FullDescription":"Allows the app to read trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta"},{"Command":"Get-MgBetaTrustFrameworkKeySetCount","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/keySets/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.Read.All","Description":"Read trust framework key sets","FullDescription":"Allows the app to read trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTrustFrameworkKeySetKey","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTrustFrameworkKeySetKeyV2","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKeyV2","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/{trustFrameworkKey_v2-kid}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta"},{"Command":"Get-MgBetaTrustFrameworkKeySetKeyV2","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKeyV2","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTrustFrameworkPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaTrustFrameworkPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkPolicy","Uri":"/trustFramework/policies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaTrustFrameworkPolicyContent","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaTrustFrameworkPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/policies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta"},{"Command":"Get-MgBetaUserActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserActivityHistoryItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityHistoryItem","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserActivityHistoryItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityHistoryItem","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserActivityHistoryItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserActivityHistoryItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserActivityStatistics","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityStatistics","Uri":"/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserActivityStatistics","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityStatistics","Uri":"/users/{user-id}/analytics/activityStatistics","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAgreementAcceptance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAgreementAcceptance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/users/{user-id}/agreementAcceptances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AgreementAcceptance.Read","Description":"Read your terms of use acceptance statuses","FullDescription":"Allows the app to read your terms of use acceptance statuses.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AgreementAcceptance.Read.All","Description":"Read all terms of use acceptance statuses","FullDescription":"Allows the app to read terms of use acceptance statuses on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAgreementAcceptanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/agreementAcceptances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AgreementAcceptance.Read","Description":"Read your terms of use acceptance statuses","FullDescription":"Allows the app to read your terms of use acceptance statuses.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AgreementAcceptance.Read.All","Description":"Read all terms of use acceptance statuses","FullDescription":"Allows the app to read terms of use acceptance statuses on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAnalyticActivityStatisticsCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/analytics/activityStatistics/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAppRoleAssignedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAppRoleAssignedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/appRoleAssignedResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAppRoleAssignedResourceByAppId","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/appRoleAssignedResources(appId='{appId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAppRoleAssignedResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/appRoleAssignedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/appRoleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAppRoleAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationEmailMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationEmailMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Uri":"/users/{user-id}/authentication/emailMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationEmailMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/emailMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationExternalAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalAuthenticationMethod","Uri":"/users/{user-id}/authentication/externalAuthenticationMethods/{externalAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationExternalAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalAuthenticationMethod","Uri":"/users/{user-id}/authentication/externalAuthenticationMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/externalAuthenticationMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationFido2Method","ApiVersion":"beta","OutputType":"IMicrosoftGraphFido2AuthenticationMethod","Uri":"/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationFido2Method","ApiVersion":"beta","OutputType":"IMicrosoftGraphFido2AuthenticationMethod","Uri":"/users/{user-id}/authentication/fido2Methods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationFido2MethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/fido2Methods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathAuthenticationMethod","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathAuthenticationMethod","Uri":"/users/{user-id}/authentication/hardwareOathMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/assignTo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/assignTo/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/assignTo/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/assignTo/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethod","Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethod","Uri":"/users/{user-id}/authentication/methods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/methods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/users/{user-id}/authentication/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod","Uri":"/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod","Uri":"/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPasswordMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPasswordAuthenticationMethod","Uri":"/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPasswordMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPasswordAuthenticationMethod","Uri":"/users/{user-id}/authentication/passwordMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPasswordMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/passwordMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPhoneMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPhoneMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Uri":"/users/{user-id}/authentication/phoneMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPhoneMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/phoneMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPlatformCredentialMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlatformCredentialAuthenticationMethod","Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPlatformCredentialMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlatformCredentialAuthenticationMethod","Uri":"/users/{user-id}/authentication/platformCredentialMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPlatformCredentialMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/platformCredentialMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationQrCodePinMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphQrCodePinAuthenticationMethod","Uri":"/users/{user-id}/authentication/qrCodePinMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/qrcodepinauthenticationmethod-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationQrCodePinMethodPin","ApiVersion":"beta","OutputType":"IMicrosoftGraphQrPin","Uri":"/users/{user-id}/authentication/qrCodePinMethod/pin","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode","ApiVersion":"beta","OutputType":"IMicrosoftGraphQrCode","Uri":"/users/{user-id}/authentication/qrCodePinMethod/standardQRCode","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/qrcode-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode","ApiVersion":"beta","OutputType":"IMicrosoftGraphQrCode","Uri":"/users/{user-id}/authentication/qrCodePinMethod/temporaryQRCode","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationRequirement","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/requirements","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationSignInPreference","ApiVersion":"beta","OutputType":"IMicrosoftGraphSignInPreferences","Uri":"/users/{user-id}/authentication/signInPreferences","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationSoftwareOathMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphSoftwareOathAuthenticationMethod","Uri":"/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationSoftwareOathMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphSoftwareOathAuthenticationMethod","Uri":"/users/{user-id}/authentication/softwareOathMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationSoftwareOathMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/softwareOathMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationTemporaryAccessPassMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationTemporaryAccessPassMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-beta"},{"Command":"Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserById","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"},{"Command":"Get-MgBetaUserByUserPrincipalName","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserCalendar","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendars/{calendar-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCalendar","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendars","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCalendarCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/calendars/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCalendarDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendars/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserCalendarEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/calendars/{calendar-id}/events","Variants":["List1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCalendarGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarGroup","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCalendarGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarGroup","Uri":"/users/{user-id}/calendarGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCalendarGroupCalendar","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCalendarGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/calendarGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCalendarPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserCalendarPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/users/{user-id}/calendar/calendarPermissions","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCalendarPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/calendar/calendarPermissions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCalendarView","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/calendar/calendarView","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChat","Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.WhereInstalled","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChat","Uri":"/users/{user-id}/chats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta"},{"Command":"Get-MgBetaUserChatCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/users/{user-id}/chats/{chat-id}/installedApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatInstalledAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatInstalledAppTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatInstalledAppTeamAppDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatLastMessagePreview","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/users/{user-id}/chats/{chat-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMessageDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserChatMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMessageHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMessageReplyCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMessageReplyDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatMessageReplyHostedContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/users/{user-id}/chats/{chat-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatPermissionGrantCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatPinnedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatPinnedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatPinnedMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatRetainedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta"},{"Command":"Get-MgBetaUserChatTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/users/{user-id}/chats/{chat-id}/tabs","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatTabCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserChatTabTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contacts","Variants":["List"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/contacts/{contact-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders","Variants":["List"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders","Variants":["List"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolderContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolderContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts","Variants":["List"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolderContactCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolderContactDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserContactFolderChildFolderContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolderContactExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolderContactExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolderContactPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolderContactPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolderCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderChildFolderDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserContactFolderContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts","Variants":["List"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderContactCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderContactDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserContactFolderContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderContactExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderContactExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderContactPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderContactPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactFolderDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserContactPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserContactPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCreatedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/createdObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCreatedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/createdObjects","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCreatedObjectAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCreatedObjectAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/createdObjects/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCreatedObjectCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/createdObjects/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserCreatedObjectCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/createdObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDefaultCalendar","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendar","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDefaultCalendarEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/calendar/events","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDefaultDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/devices/{device-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/devices","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceByDeviceId","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/devices(deviceId='{deviceId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceCommand","ApiVersion":"beta","OutputType":"IMicrosoftGraphCommand","Uri":"/users/{user-id}/devices/{device-id}/commands/{command-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceCommand","ApiVersion":"beta","OutputType":"IMicrosoftGraphCommand","Uri":"/users/{user-id}/devices/{device-id}/commands","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceCommandCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/commands/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceCommandResponsepayload","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/devices/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/users/{user-id}/deviceEnrollmentConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceEnrollmentConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceEnrollmentConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceEnrollmentConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/deviceEnrollmentConfigurations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/devices/{device-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceManagementTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceManagementTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceManagementTroubleshootingEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/devices/{device-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/devices/{device-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerCountAsAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredOwnerCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/$ref","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserCountAsAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceRegisteredUserCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceTemplate","Uri":"/users/{user-id}/devices/{device-id}/deviceTemplate/{deviceTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceTemplate","Uri":"/users/{user-id}/devices/{device-id}/deviceTemplate","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTemplateCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/deviceTemplate/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTransitiveMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceUsageRights","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRight","Uri":"/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceUsageRights","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRight","Uri":"/users/{user-id}/devices/{device-id}/usageRights","Variants":["List"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDeviceUsageRightsCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/usageRights/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDirectReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/directReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDirectReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/directReports","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDirectReportAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/users/{user-id}/directReports/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDirectReportAsOrgContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrgContact","Uri":"/users/{user-id}/directReports/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDirectReportAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/directReports/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDirectReportAsUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/directReports/user","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDirectReportCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/directReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDirectReportCountAsOrgContact","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/directReports/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDirectReportCountAsUser","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/directReports/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drives","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/users/{user-id}/drives/{drive-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveBundle","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveBundle","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/bundles","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveBundleContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveBundleContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveBundleCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveContentTypeBase","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveContentTypeBaseType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveContentTypeBaseTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveFollowing","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveFollowing","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/following","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveFollowingContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveFollowingContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveFollowingCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDriveItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemAnalyticItemActivityStatCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemAnalyticLastSevenDay","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemAnalyticTime","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemThumbnailCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/users/{user-id}/drives/{drive-id}/list/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeColumnCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeColumnLinkCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeColumnPosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeColumnPositionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeColumnSourceColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListContentTypeCompatibleHubContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDriveListContentTypeCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/users/{user-id}/drives/{drive-id}/list/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveListSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/users/{user-id}/drives/{drive-id}/root/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDriveRootAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootAnalyticItemActivityStatCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootAnalyticLastSevenDay","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootAnalyticTime","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/children","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootChildCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/drives/{drive-id}/root/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootItemLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootLastModifiedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/activities","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemActivityByInterval","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemCreatedByUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemDocumentSetVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootPermissionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootSubscriptionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootSubscriptionVapidPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/getVapidPublicKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-getvapidpublickey?view=graph-rest-beta"},{"Command":"Get-MgBetaUserDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootThumbnailCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/versions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveRootVersionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveSpecial","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveSpecial","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/special","Variants":["List"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveSpecialContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveSpecialContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserDriveSpecialCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events/{event-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEventAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEventAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/events/{event-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEventAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEventCalendar","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/events/{event-id}/calendar","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEventDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":"Get-MgBetaUserCalendarEventDelta","Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserEventExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEventExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/events/{event-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEventExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEventInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events/{event-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserEventInstanceDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events/{event-id}/instances/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserFollowedSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/users/{user-id}/followedSites/{site-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserFollowedSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/users/{user-id}/followedSites","Variants":["List"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserFollowedSiteCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/followedSites/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInferenceClassification","ApiVersion":"beta","OutputType":"IMicrosoftGraphInferenceClassification","Uri":"/users/{user-id}/inferenceClassification","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInferenceClassificationOverride","ApiVersion":"beta","OutputType":"IMicrosoftGraphInferenceClassificationOverride","Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInferenceClassificationOverride","ApiVersion":"beta","OutputType":"IMicrosoftGraphInferenceClassificationOverride","Uri":"/users/{user-id}/inferenceClassification/overrides","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInferenceClassificationOverrideCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/inferenceClassification/overrides/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtection","Uri":"/users/{user-id}/informationProtection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionBitlocker","ApiVersion":"beta","OutputType":"IMicrosoftGraphBitlocker","Uri":"/users/{user-id}/informationProtection/bitlocker","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionBitlockerRecoveryKey","ApiVersion":"beta","OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Uri":"/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionBitlockerRecoveryKey","ApiVersion":"beta","OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Uri":"/users/{user-id}/informationProtection/bitlocker/recoveryKeys","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionPolicy","Uri":"/users/{user-id}/informationProtection/policy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/users/{user-id}/informationProtection/policy/labels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionPolicyLabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/policy/labels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/users/{user-id}/informationProtection/sensitivityLabels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionSensitivityLabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/sensitivityLabels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionSensitivityLabelRight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRightsIncluded","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/rights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionSensitivityLabelSublabelRight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRightsIncluded","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionSensitivityPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityPolicySettings","Uri":"/users/{user-id}/informationProtection/sensitivityPolicySettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemInsights","Uri":"/users/{user-id}/insights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightShared","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedInsight","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightShared","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedInsight","Uri":"/users/{user-id}/insights/shared","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightSharedCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights/shared/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightSharedLastSharedMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightSharedResource","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightTrending","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrending","Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightTrending","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrending","Uri":"/users/{user-id}/insights/trending","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightTrendingCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights/trending/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightTrendingResource","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights/trending/{trending-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightUsed","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsedInsight","Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightUsed","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsedInsight","Uri":"/users/{user-id}/insights/used","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightUsedCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights/used/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInsightUsedResource","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights/used/{usedInsight-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserInvitedBy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/invitedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta"},{"Command":"Get-MgBetaUserJoinedGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/joinedGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserJoinedTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeam","Uri":"/users/{user-id}/joinedTeams","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserLicenseDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLicenseDetails","Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserLicenseDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLicenseDetails","Uri":"/users/{user-id}/licenseDetails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserLicenseDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/licenseDetails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserLicenseDetailTeamLicensingDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsLicensingDetails","Uri":"/users/{user-id}/licenseDetails/getTeamsLicensingDetails","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta"},{"Command":"Get-MgBetaUserLoggedOnManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/users/{user-id}/getLoggedOnManagedDevices","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageMentionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderMessageRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolderOperation","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/operations/{mailFolderOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolderOperation","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderUserConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserConfiguration","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderUserConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserConfiguration","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderChildFolderUserConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserMailFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserMailFolderMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageMentionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderMessageRuleCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolderOperation","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/operations/{mailFolderOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolderOperation","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderUserConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserConfiguration","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderUserConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserConfiguration","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailFolderUserConfigurationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMailTip","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailTips","Uri":"/users/{user-id}/getMailTips","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.Read.Shared","Description":"Read mail you can access","FullDescription":"Allows the app to read mail you can access, including shared mail.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta"},{"Command":"Get-MgBetaUserManagedAppBlockedUser","ApiVersion":"beta","OutputType":null,"Uri":"/users/getManagedAppBlockedUsers","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedAppDiagnosticStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppDiagnosticStatus","Uri":"/users/{user-id}/getManagedAppDiagnosticStatuses","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedAppPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/users/{user-id}/getManagedAppPolicies","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedAppRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedAppRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/users/{user-id}/managedAppRegistrations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedAppRegistrationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedAppRegistrations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/users/{user-id}/managedDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceCompliancePolicyStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceConfigurationStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceDetectedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceDetectedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceDetectedAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceFileVaultKey","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceHealthScriptStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceLogCollectionRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceLogCollectionResponse","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceLogCollectionResponse","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSManagedDeviceLocalAdminAccountDetail","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/retrieveMacOSManagedDeviceLocalAdminAccountDetail","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceNonCompliantSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDevicePowerliftAppDiagnosticDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPowerliftIncidentDetail","Uri":"/users/{user-id}/managedDevices/retrievePowerliftAppDiagnosticsDetails(userPrincipalName='{userPrincipalName}')","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceSecurityBaselineStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/users","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceWindowsProtectionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsProtectionState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceWithAppFailure","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/getManagedDevicesWithAppFailures","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceWithAppInstallationIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceSummarizedAppState","Uri":"/users/{user-id}/retrieveManagedDevicesWithAppInstallationIssues","Variants":["Retrieve","RetrieveViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManagedDeviceWithFailedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceSummarizedAppState","Uri":"/users/{user-id}/getManagedDevicesWithFailedOrPendingApps","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserManager","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/manager","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta"},{"Command":"Get-MgBetaUserManagerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/manager/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta"},{"Command":"Get-MgBetaUserMemberGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"},{"Command":"Get-MgBetaUserMemberObject","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaUserMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMemberOfAsDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMemberOfAsDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/users/{user-id}/memberOf/directoryRole","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaUserMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta"},{"Command":"Get-MgBetaUserMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMemberOfCountAsDirectoryRole","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/memberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/messages/{message-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/messages/{message-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/users/{user-id}/messages/{message-id}/mentions/{mention-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/users/{user-id}/messages/{message-id}/mentions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMessageMentionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/mentions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMobileAppIntentAndState","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppIntentAndState","Uri":"/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMobileAppIntentAndState","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppIntentAndState","Uri":"/users/{user-id}/mobileAppIntentAndStates","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMobileAppIntentAndStateCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mobileAppIntentAndStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMobileAppTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMobileAppTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserMobileAppTroubleshootingEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotification","Uri":"/users/{user-id}/notifications/{notification-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotification","Uri":"/users/{user-id}/notifications","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserNotificationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/notifications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOauth2PermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOauth2PermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/users/{user-id}/oauth2PermissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta"},{"Command":"Get-MgBetaUserOauth2PermissionGrantCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/oauth2PermissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/users/{user-id}/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookFromWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphCopyNotebookModel","Uri":"/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta"},{"Command":"Get-MgBetaUserOnenoteNotebookRecentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecentNotebook","Uri":"/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaUserOnenoteRecentNotebook","Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta"},{"Command":"Get-MgBetaUserOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionGroupSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteNotebookSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/operations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteOperationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenotePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenotePageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenotePageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenotePageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/users/{user-id}/onenote/resources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteResourceContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionGroupSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionPageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionPageParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionPageParentSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionParentNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOnenoteSectionParentSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookMasterCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookCategory","Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookMasterCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookCategory","Uri":"/users/{user-id}/outlook/masterCategories","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookMasterCategoryCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/masterCategories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta"},{"Command":"Get-MgBetaUserOutlookTaskAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskFolder","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskFolder","Uri":"/users/{user-id}/outlook/taskFolders","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskFolderCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskFolders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskFolderTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskFolderTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskFolderTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskFolderTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskFolderTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskGroup","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskGroup","Uri":"/users/{user-id}/outlook/taskGroups","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroupCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroupTaskFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskFolder","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroupTaskFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskFolder","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/ownedDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDeviceAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDeviceAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/ownedDevices/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDeviceAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDeviceAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/ownedDevices/device","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDeviceAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDeviceAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/ownedDevices/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/ownedDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDeviceCountAsAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/ownedDevices/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDeviceCountAsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/ownedDevices/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedDeviceCountAsEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/ownedDevices/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/ownedObjects","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObjectAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObjectAsApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/users/{user-id}/ownedObjects/application","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObjectAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObjectAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/ownedObjects/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObjectAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObjectAsServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/ownedObjects/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObjectByType","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/getUserOwnedObjects","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"},{"Command":"Get-MgBetaUserOwnedObjectCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/ownedObjects/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObjectCountAsApplication","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/ownedObjects/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObjectCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/ownedObjects/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserOwnedObjectCountAsServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/ownedObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPasswordSingleSignOnCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphPasswordSingleSignOnCredentialSet","Uri":"/users/{user-id}/getPasswordSingleSignOnCredentials","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta"},{"Command":"Get-MgBetaUserPerson","ApiVersion":"beta","OutputType":"IMicrosoftGraphPerson","Uri":"/users/{user-id}/people/{person-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPerson","ApiVersion":"beta","OutputType":"IMicrosoftGraphPerson","Uri":"/users/{user-id}/people","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":"Read all users' relevant people lists","FullDescription":"Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPersonCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/people/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":"Read all users' relevant people lists","FullDescription":"Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/photo","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/photos","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/photo/$value","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerUser","Uri":"/users/{user-id}/planner","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerDelta","Uri":"/users/{user-id}/planner/all","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerAllCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/planner/all/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerAllDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerDelta","Uri":"/users/{user-id}/planner/all/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserPlannerFavoritePlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/users/{user-id}/planner/favoritePlans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerFavoritePlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/users/{user-id}/planner/favoritePlans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerFavoritePlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/planner/favoritePlans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerMyDayTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/users/{user-id}/planner/myDayTasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerMyDayTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/users/{user-id}/planner/myDayTasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerMyDayTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/planner/myDayTasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/users/{user-id}/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerPlanDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/users/{user-id}/planner/plans/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserPlannerRecentPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/users/{user-id}/planner/recentPlans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerRecentPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/users/{user-id}/planner/recentPlans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerRecentPlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/planner/recentPlans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerRosterPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/users/{user-id}/planner/rosterPlans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerRosterPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/users/{user-id}/planner/rosterPlans","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-beta"},{"Command":"Get-MgBetaUserPlannerRosterPlanCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/planner/rosterPlans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/users/{user-id}/planner/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserPlannerTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/users/{user-id}/planner/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"},{"Command":"Get-MgBetaUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfile","Uri":"/users/{user-id}/profile","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserAccountInformation","Uri":"/users/{user-id}/profile/account/{userAccountInformation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserAccountInformation","Uri":"/users/{user-id}/profile/account","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAccountCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/account/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAddress","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAddress","Uri":"/users/{user-id}/profile/addresses/{itemAddress-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAddress","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAddress","Uri":"/users/{user-id}/profile/addresses","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAddressCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/addresses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAnniversary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAnnualEvent","Uri":"/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAnniversary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAnnualEvent","Uri":"/users/{user-id}/profile/anniversaries","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAnniversaryCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/anniversaries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAward","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAward","Uri":"/users/{user-id}/profile/awards/{personAward-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAward","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAward","Uri":"/users/{user-id}/profile/awards","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileAwardCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/awards/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileCertification","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonCertification","Uri":"/users/{user-id}/profile/certifications/{personCertification-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileCertification","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonCertification","Uri":"/users/{user-id}/profile/certifications","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileCertificationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/certifications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileEducationalActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationalActivity","Uri":"/users/{user-id}/profile/educationalActivities/{educationalActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileEducationalActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationalActivity","Uri":"/users/{user-id}/profile/educationalActivities","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileEducationalActivityCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/educationalActivities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemEmail","Uri":"/users/{user-id}/profile/emails/{itemEmail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserProfileEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemEmail","Uri":"/users/{user-id}/profile/emails","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileEmailCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/emails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileInterest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonInterest","Uri":"/users/{user-id}/profile/interests/{personInterest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileInterest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonInterest","Uri":"/users/{user-id}/profile/interests","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileInterestCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/interests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLanguageProficiency","Uri":"/users/{user-id}/profile/languages/{languageProficiency-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLanguageProficiency","Uri":"/users/{user-id}/profile/languages","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileLanguageCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/languages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileName","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonName","Uri":"/users/{user-id}/profile/names/{personName-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileName","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonName","Uri":"/users/{user-id}/profile/names","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileNameCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/names/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAnnotation","Uri":"/users/{user-id}/profile/notes/{personAnnotation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAnnotation","Uri":"/users/{user-id}/profile/notes","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileNoteCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/notes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePatent","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPatent","Uri":"/users/{user-id}/profile/patents/{itemPatent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePatent","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPatent","Uri":"/users/{user-id}/profile/patents","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePatentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/patents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePhone","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPhone","Uri":"/users/{user-id}/profile/phones/{itemPhone-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePhone","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPhone","Uri":"/users/{user-id}/profile/phones","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePhoneCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/phones/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkPosition","Uri":"/users/{user-id}/profile/positions/{workPosition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkPosition","Uri":"/users/{user-id}/profile/positions","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePositionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/positions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileProject","ApiVersion":"beta","OutputType":"IMicrosoftGraphProjectParticipation","Uri":"/users/{user-id}/profile/projects/{projectParticipation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileProject","ApiVersion":"beta","OutputType":"IMicrosoftGraphProjectParticipation","Uri":"/users/{user-id}/profile/projects","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileProjectCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/projects/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePublication","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPublication","Uri":"/users/{user-id}/profile/publications/{itemPublication-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePublication","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPublication","Uri":"/users/{user-id}/profile/publications","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfilePublicationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/publications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileSkill","ApiVersion":"beta","OutputType":"IMicrosoftGraphSkillProficiency","Uri":"/users/{user-id}/profile/skills/{skillProficiency-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileSkill","ApiVersion":"beta","OutputType":"IMicrosoftGraphSkillProficiency","Uri":"/users/{user-id}/profile/skills","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileSkillCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/skills/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileWebAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebAccount","Uri":"/users/{user-id}/profile/webAccounts/{webAccount-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileWebAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebAccount","Uri":"/users/{user-id}/profile/webAccounts","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileWebAccountCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/webAccounts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileWebsite","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonWebsite","Uri":"/users/{user-id}/profile/websites/{personWebsite-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileWebsite","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonWebsite","Uri":"/users/{user-id}/profile/websites","Variants":["List"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserProfileWebsiteCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/websites/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/registeredDevices","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDeviceAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDeviceAsAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/registeredDevices/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDeviceAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDeviceAsDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/registeredDevices/device","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDeviceAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDeviceAsEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/registeredDevices/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/registeredDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDeviceCountAsAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/registeredDevices/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDeviceCountAsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/registeredDevices/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserRegisteredDeviceCountAsEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/registeredDevices/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserScopedRoleMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserScopedRoleMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/users/{user-id}/scopedRoleMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserScopedRoleMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/scopedRoleMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSecurity","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurity1","Uri":"/users/{user-id}/security","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSecurityInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtection","Uri":"/users/{user-id}/security/informationProtection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtectionPolicySetting","Uri":"/users/{user-id}/security/informationProtection/labelPolicySettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserSecurityInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSecurityInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels","Variants":["List"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-beta"},{"Command":"Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSettings","Uri":"/users/{user-id}/settings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingContactMergeSuggestion","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactMergeSuggestions","Uri":"/users/{user-id}/settings/contactMergeSuggestions","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingExchange","ApiVersion":"beta","OutputType":"IMicrosoftGraphExchangeSettings","Uri":"/users/{user-id}/settings/exchange","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/usersettings-list-exchange?view=graph-rest-beta"},{"Command":"Get-MgBetaUserSettingItemInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserInsightsSettings","Uri":"/users/{user-id}/settings/itemInsights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingRegionalAndLanguageSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphRegionalAndLanguageSettings","Uri":"/users/{user-id}/settings/regionalAndLanguageSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingShiftPreference","ApiVersion":"beta","OutputType":"IMicrosoftGraphShiftPreferences","Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserShiftPreferences.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserShiftPreferences.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserSettingStorage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserStorage","Uri":"/users/{user-id}/settings/storage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingStorageQuota","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedStorageQuota","Uri":"/users/{user-id}/settings/storage/quota","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserSettingStorageQuotaService","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingStorageQuotaService","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Uri":"/users/{user-id}/settings/storage/quota/services","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingStorageQuotaServiceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/storage/quota/services/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingWindows","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsSetting","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingWindows","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsSetting","Uri":"/users/{user-id}/settings/windows","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingWindowsCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/windows/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingWindowsInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsSettingInstance","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingWindowsInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsSettingInstance","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSettingWindowsInstanceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSponsor","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/sponsors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserSponsor","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/sponsors","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-beta"},{"Command":"Get-MgBetaUserSponsorCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/sponsors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTeamwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserTeamwork","Uri":"/users/{user-id}/teamwork","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"UserTeamwork.Read","Description":"Read your teamwork settings.","FullDescription":"Allows the app to read your teamwork settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserTeamwork.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-beta"},{"Command":"Get-MgBetaUserTeamworkAssociatedTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssociatedTeamInfo","Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTeamworkAssociatedTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssociatedTeamInfo","Uri":"/users/{user-id}/teamwork/associatedTeams","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTeamworkAssociatedTeamCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/teamwork/associatedTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTeamworkInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-beta"},{"Command":"Get-MgBetaUserTeamworkInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Uri":"/users/{user-id}/teamwork/installedApps","Variants":["List"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-beta"},{"Command":"Get-MgBetaUserTeamworkInstalledAppChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChat","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-beta"},{"Command":"Get-MgBetaUserTeamworkInstalledAppCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/teamwork/installedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTeamworkInstalledAppTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoList","ApiVersion":"beta","OutputType":"IMicrosoftGraphTodoTaskList","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoList","ApiVersion":"beta","OutputType":"IMicrosoftGraphTodoTaskList","Uri":"/users/{user-id}/todo/lists","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoListCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoListDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphTodoTaskList","Uri":"/users/{user-id}/todo/lists/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoListExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoListExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoListExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphTodoTask","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphTodoTask","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachmentBase","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachmentBase","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskAttachmentContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskAttachmentCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskAttachmentSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachmentSession","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskAttachmentSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachmentSession","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskAttachmentSessionContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskAttachmentSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskChecklistItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphChecklistItem","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskChecklistItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphChecklistItem","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskChecklistItemCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskDelta","ApiVersion":"beta","OutputType":"IMicrosoftGraphTodoTask","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskExtensionCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskLinkedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphLinkedResource","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskLinkedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphLinkedResource","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTodoTaskLinkedResourceCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-beta"},{"Command":"Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOfAsDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOfAsDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/users/{user-id}/transitiveMemberOf/directoryRole","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOfAsGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOfCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/transitiveMemberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveMemberOfCountAsGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/transitiveReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserTransitiveReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/transitiveReports","Variants":["List"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta"},{"Command":"Get-MgBetaUserTransitiveReportCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/transitiveReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserWindowsInformationProtectionDeviceRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Uri":"/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserWindowsInformationProtectionDeviceRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Uri":"/users/{user-id}/windowsInformationProtectionDeviceRegistrations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEvent","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEvent","Uri":"/solutions/virtualEvents/events","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventPresenterCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventPresenterSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventPresenterSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventPresenterSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionAttendanceReportCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionByJoinWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionPresenterCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionRegistrationByEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionRegistrationByUserId","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventSessionRegistrationCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhall","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventTownhall","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallByUserIdAndRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-getbyuseridandrole?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventTownhallByUserRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-getbyuserrole?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventTownhallCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventTownhallPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventTownhallPresenterCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallPresenterSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallPresenterSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallPresenterSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionPresenterCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventTownhallSessionRegistrationCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinar","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinar","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarByUserIdAndRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarByUserRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars/getByUserRole(role='{role}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/$count","Variants":["Get"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarPresenterCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarPresenterSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarPresenterSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarPresenterSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEventRegistration-Anon.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationByEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationByUserId","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarRegistrationSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta"},{"Command":"Get-MgBetaVirtualEventWebinarSessionCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionPresenterCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations","Variants":["List"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaVirtualEventWebinarSessionRegistrationCount","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesCatalogEntry","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Uri":"/admin/windows/updates/catalog/entries/{catalogEntry-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuCatalogEntry","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesCatalogEntry","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Uri":"/admin/windows/updates/catalog/entries","Variants":["List"],"CommandAlias":"Get-MgBetaWuCatalogEntry","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesCatalogEntryCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/catalog/entries/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaWuCatalogEntryCount","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeployment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesDeployment","Uri":"/admin/windows/updates/deployments/{deployment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuDeployment","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesDeployment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesDeployment","Uri":"/admin/windows/updates/deployments","Variants":["List"],"CommandAlias":"Get-MgBetaWuDeployment","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContent","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent","Variants":["List"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContent","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContentCount","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices","Variants":["List"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceExclusion","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesUpdatableAsset","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions","Variants":["List"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceExclusion","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceExclusionCount","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesUpdatableAsset","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members","Variants":["List"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuDeploymentAudienceMemberCount","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesDeploymentCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaWuDeploymentCount","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesUpdatePolicy","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicy","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesUpdatePolicy","Uri":"/admin/windows/updates/updatePolicies","Variants":["List"],"CommandAlias":"Get-MgBetaWuPolicy","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudience","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesDeploymentAudience","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyAudience","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContent","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent","Variants":["List"],"CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContent","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContentCount","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices","Variants":["List"],"CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceExclusion","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyAudienceExclusion","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceExclusion","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesUpdatableAsset","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions","Variants":["List"],"CommandAlias":"Get-MgBetaWuPolicyAudienceExclusion","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyAudienceExclusionCount","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesUpdatableAsset","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members","Variants":["List"],"CommandAlias":"Get-MgBetaWuPolicyAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyAudienceMemberCount","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyComplianceChange","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesComplianceChange","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyComplianceChange","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesPolicyComplianceChange","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesComplianceChange","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges","Variants":["List"],"CommandAlias":"Get-MgBetaWuPolicyComplianceChange","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyComplianceChangeCount","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesUpdatePolicy","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuPolicyComplianceChangeUpdatePolicy","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesPolicyCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaWuPolicyCount","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProduct","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Uri":"/admin/windows/updates/products/{product-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProduct","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProduct","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Uri":"/admin/windows/updates/products","Variants":["List"],"CommandAlias":"Get-MgBetaWuProduct","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaWuProductCount","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductEdition","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesEdition","Uri":"/admin/windows/updates/products/{product-id}/editions/{edition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductEdition","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductEdition","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesEdition","Uri":"/admin/windows/updates/products/{product-id}/editions","Variants":["List"],"CommandAlias":"Get-MgBetaWuProductEdition","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductEditionCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}/editions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductEditionCount","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductKnownIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnownIssue","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductKnownIssue","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductKnownIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnownIssue","Uri":"/admin/windows/updates/products/{product-id}/knownIssues","Variants":["List"],"CommandAlias":"Get-MgBetaWuProductKnownIssue","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnownIssue","Uri":"/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductKnownIssueGraphBPreTimeRange","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesProductKnownIssueCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}/knownIssues/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductKnownIssueCount","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductRevision","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesProductRevision","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductRevision","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductRevision","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesProductRevision","Uri":"/admin/windows/updates/products/{product-id}/revisions","Variants":["List"],"CommandAlias":"Get-MgBetaWuProductRevision","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductRevisionCatalogEntry","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductRevisionCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}/revisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductRevisionCount","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuProductRevisionKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesResourceConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesResourceConnection","Uri":"/admin/windows/updates/resourceConnections/{resourceConnection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuResourceConnection","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesResourceConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesResourceConnection","Uri":"/admin/windows/updates/resourceConnections","Variants":["List"],"CommandAlias":"Get-MgBetaWuResourceConnection","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesResourceConnectionCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/resourceConnections/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaWuResourceConnectionCount","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBetaWindowsUpdatesUpdatableAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgBetaWuUpdatableAsset","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesUpdatableAsset","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesUpdatableAsset","Uri":"/admin/windows/updates/updatableAssets","Variants":["List"],"CommandAlias":"Get-MgBetaWuUpdatableAsset","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta"},{"Command":"Get-MgBetaWindowsUpdatesUpdatableAssetCount","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/$count","Variants":["Get"],"CommandAlias":"Get-MgBetaWuUpdatableAssetCount","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBookingBusiness","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingBusiness","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusiness","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingBusiness","Uri":"/solutions/bookingBusinesses","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessAppointment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessAppointment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessAppointmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBookingBusinessCalendarView","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBookingBusinessCalendarView","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessCalendarViewCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBookingBusinessCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/$count","Variants":["Get"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBookingBusinessCustomer","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessCustomer","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingCustomerBase","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessCustomerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBookingBusinessCustomQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingCustomQuestion","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessCustomQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingCustomQuestion","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessCustomQuestionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBookingBusinessService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingService","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingService","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessServiceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBookingBusinessStaffAvailability","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphStaffAvailabilityItem","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessStaffMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessStaffMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingStaffMemberBase","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0"},{"Command":"Get-MgBookingBusinessStaffMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgBookingCurrency","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingCurrency","Uri":"/solutions/bookingCurrencies/{bookingCurrency-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0"},{"Command":"Get-MgBookingCurrency","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingCurrency","Uri":"/solutions/bookingCurrencies","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0"},{"Command":"Get-MgBookingCurrencyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingCurrencies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Read.All","Description":"Read bookings information","FullDescription":"Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChat","Uri":"/chats/{chat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0"},{"Command":"Get-MgChat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChat","Uri":"/chats","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0"},{"Command":"Get-MgChatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/$count","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0"},{"Command":"Get-MgChatInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/chats/{chat-id}/installedApps","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0"},{"Command":"Get-MgChatInstalledAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatInstalledAppTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatInstalledAppTeamAppDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatLastMessagePreview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageInfo","Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0"},{"Command":"Get-MgChatMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/chats/{chat-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0"},{"Command":"Get-MgChatMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"},{"Command":"Get-MgChatMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0"},{"Command":"Get-MgChatMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatMessageDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgChatMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"},{"Command":"Get-MgChatMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"},{"Command":"Get-MgChatMessageHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatMessageReplyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatMessageReplyDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatMessageReplyHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/chats/{chat-id}/permissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForChat","Description":"Read resource specific permissions granted on a chat account","FullDescription":"Allows the app to read the resource specific permission granted on the chat, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0"},{"Command":"Get-MgChatPermissionGrantCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForChat","Description":"Read resource specific permissions granted on a chat account","FullDescription":"Allows the app to read the resource specific permission granted on the chat, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat","Description":"Read installed Teams apps in chats","FullDescription":"Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatPinnedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatPinnedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/chats/{chat-id}/pinnedMessages","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0"},{"Command":"Get-MgChatPinnedMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/pinnedMessages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatRetainedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/getAllRetainedMessages","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-1.0"},{"Command":"Get-MgChatTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0"},{"Command":"Get-MgChatTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/chats/{chat-id}/tabs","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0"},{"Command":"Get-MgChatTabCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgChatTabTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCall","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCall","Uri":"/communications/calls/{call-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallAudioRoutingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAudioRoutingGroup","Uri":"/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallAudioRoutingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAudioRoutingGroup","Uri":"/communications/calls/{call-id}/audioRoutingGroups","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallAudioRoutingGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/audioRoutingGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallContentSharingSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallContentSharingSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentSharingSession","Uri":"/communications/calls/{call-id}/contentSharingSessions","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallContentSharingSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/contentSharingSessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/$count","Variants":["Get"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCommsOperation","Uri":"/communications/calls/{call-id}/operations/{commsOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCommsOperation","Uri":"/communications/calls/{call-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallParticipant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphParticipant","Uri":"/communications/calls/{call-id}/participants/{participant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCallasGuest.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallParticipant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphParticipant","Uri":"/communications/calls/{call-id}/participants","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallParticipantCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/participants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsCallRecord","Uri":"/communications/callRecords/{callRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/callRecords/$count","Variants":["Get"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallRecordOrganizerV2","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsOrganizer","Uri":"/communications/callRecords/{callRecord-id}/organizer_v2","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallRecordParticipant","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/callRecords/{callRecord-id}/participants_v2/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallRecordParticipantV2","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsParticipant","Uri":"/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallRecordParticipantV2","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsParticipant","Uri":"/communications/callRecords/{callRecord-id}/participants_v2","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallRecordSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsSession","Uri":"/communications/callRecords/{callRecord-id}/sessions/{session-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallRecordSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsSession","Uri":"/communications/callRecords/{callRecord-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationCallRecordSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/callRecords/{callRecord-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationCallRecordSessionSegmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeeting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnlineMeeting","Uri":"/communications/onlineMeetings/{onlineMeeting-id}","Variants":["Get","Get1","GetExpanded","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeeting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnlineMeeting","Uri":"/communications/onlineMeetings","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationOnlineMeetingAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingAttendanceReportCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingAttendeeReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/$count","Variants":["Get"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingRecording","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingRecording","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingRecordingContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingRecordingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingRecordingDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingTranscript","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingTranscript","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingTranscriptContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingTranscriptCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingTranscriptDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingTranscriptMetadataContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationPresence","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPresence","Uri":"/communications/presences/{presence-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationPresence","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPresence","Uri":"/communications/presences","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Presence.Read","Description":"Read your presence information","FullDescription":"Allows the app to read your presence information on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCommunicationPresenceByUserId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPresence","Uri":"/communications/getPresencesByUserId","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0"},{"Command":"Get-MgCommunicationPresenceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/presences/$count","Variants":["Get"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Presence.Read","Description":"Read your presence information","FullDescription":"Allows the app to read your presence information on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgCompliance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCompliance","Uri":"/compliance","Variants":["Get"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/contacts/{orgContact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0"},{"Command":"Get-MgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/contacts","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0"},{"Command":"Get-MgContactById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgContactCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/contacts/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0"},{"Command":"Get-MgContactDirectReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactDirectReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/directReports","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0"},{"Command":"Get-MgContactDirectReportAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactDirectReportAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/contacts/{orgContact-id}/directReports/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactDirectReportAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/contacts/{orgContact-id}/directReports/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactDirectReportAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/contacts/{orgContact-id}/directReports/user","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactDirectReportCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/directReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactDirectReportCountAsOrgContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/directReports/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactDirectReportCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/directReports/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactManager","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/manager","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0"},{"Command":"Get-MgContactMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgContactMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgContactMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgContactMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/contacts/{orgContact-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/contacts/{orgContact-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactMemberOfCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactMemberOfCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/contacts/{orgContact-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactTransitiveMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactTransitiveMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contacts/{orgContact-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0"},{"Command":"Get-MgContactTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactTransitiveMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactTransitiveMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/contacts/{orgContact-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactTransitiveMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrgContact.Read.All","Description":"Read organizational contacts","FullDescription":"Allows the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrgContact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContactTransitiveMemberOfCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContract","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContract","Uri":"/contracts/{contract-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0"},{"Command":"Get-MgContract","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContract","Uri":"/contracts","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0"},{"Command":"Get-MgContractById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contracts/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgContractCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/contracts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgContractDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/contracts/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0"},{"Command":"Get-MgContractMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/contracts/{contract-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgContractMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/contracts/{contract-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgDataPolicyOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDataPolicyOperation","Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"User.Export.All","Description":"Export user's data","FullDescription":"Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Export.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0"},{"Command":"Get-MgDataPolicyOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDataPolicyOperation","Uri":"/dataPolicyOperations","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDataPolicyOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/dataPolicyOperations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/devices/{device-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0"},{"Command":"Get-MgDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/devices","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceAppManagement","Uri":"/deviceAppManagement","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgt","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementAndroidManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementAndroidManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Uri":"/deviceAppManagement/androidManagedAppProtections","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementDefaultManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementDefaultManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Uri":"/deviceAppManagement/defaultManagedAppProtections","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementDefaultManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementDefaultManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementDefaultManagedAppProtectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/defaultManagedAppProtections/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtectionCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementiOSManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosManagedAppProtection","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementiOSManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosManagedAppProtection","Uri":"/deviceAppManagement/iosManagedAppProtections","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppPolicies","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppPolicies/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppPolicyCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/deviceAppManagement/managedAppRegistrations","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppOperation","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationOperation","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppOperation","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationOperation","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationOperationCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppStatus","Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppStatus","Uri":"/deviceAppManagement/managedAppStatuses","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedAppStatusCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppStatuses/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtManagedAppStatusCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedEBook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedEBook","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBook","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementManagedEBook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedEBook","Uri":"/deviceAppManagement/managedEBooks","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBook","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementManagedEBookAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedEBookAssignment","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementManagedEBookAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedEBookAssignment","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementManagedEBookAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedEBookCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedEBookDeviceState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookDeviceState","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementManagedEBookDeviceState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookDeviceState","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementManagedEBookDeviceStateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookDeviceStateCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedEBookInstallSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEBookInstallSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookInstallSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserInstallStateSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserInstallStateSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileApp","Uri":"/deviceAppManagement/mobileApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAndroidLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAndroidLobApp","Uri":"/deviceAppManagement/mobileApps/androidLobApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAndroidStoreApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAndroidStoreApp","Uri":"/deviceAppManagement/mobileApps/androidStoreApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosLobApp","Uri":"/deviceAppManagement/mobileApps/iosLobApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosStoreApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosStoreApp","Uri":"/deviceAppManagement/mobileApps/iosStoreApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoVppApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosVppApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoVppApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosVppApp","Uri":"/deviceAppManagement/mobileApps/iosVppApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMacOSDmgApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMacOSDmgApp","Uri":"/deviceAppManagement/mobileApps/macOSDmgApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMacOSLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMacOSLobApp","Uri":"/deviceAppManagement/mobileApps/macOSLobApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAndroidLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAndroidLobApp","Uri":"/deviceAppManagement/mobileApps/managedAndroidLobApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedIosLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedIosLobApp","Uri":"/deviceAppManagement/mobileApps/managedIOSLobApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileLobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileLobApp","Uri":"/deviceAppManagement/mobileApps/managedMobileLobApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMicrosoftStoreForBusinessApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMicrosoftStoreForBusinessApp","Uri":"/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWin32LobApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWin32LobApp","Uri":"/deviceAppManagement/mobileApps/win32LobApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppX","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsAppX","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppX","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppX","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsAppX","Uri":"/deviceAppManagement/mobileApps/windowsAppX","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppX","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsMobileMsi","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsMobileMsi","Uri":"/deviceAppManagement/mobileApps/windowsMobileMSI","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsUniversalAppX","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsUniversalAppX","Uri":"/deviceAppManagement/mobileApps/windowsUniversalAppX","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileContainedApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsWebApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsWebApp","Uri":"/deviceAppManagement/mobileApps/windowsWebApp","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCategory","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileAppCategories","Variants":["List","List1"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCategory","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppCategories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCategoryCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Uri":"/deviceAppManagement/mobileAppConfigurations","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationUserStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationUserStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceAppManagementMobileAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/androidLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/androidStoreApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/iosLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/iosStoreApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsIoVppApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/iosVppApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsIoVppApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/macOSDmgApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/macOSLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/managedAndroidLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/managedIOSLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/managedMobileLobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/win32LobApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/windowsAppX/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsWindowAppX","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/windowsMobileMSI/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/windowsUniversalAppX/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/windowsWebApp/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppRelationship","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppRelationship","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppRelationship","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileAppRelationships","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppRelationship","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementMobileAppRelationshipCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppRelationships/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtMobileAppRelationshipCount","Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Uri":"/deviceAppManagement/targetedManagedAppConfigurations","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementVppToken","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVppToken","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtVppToken","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementVppToken","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVppToken","Uri":"/deviceAppManagement/vppTokens","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtVppToken","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementVppTokenCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/vppTokens/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtVppTokenCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/$count","Variants":["Get"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["List"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceByDeviceId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/devices(deviceId='{deviceId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgDeviceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/devices/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0"},{"Command":"Get-MgDeviceExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/devices/{device-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagement","Uri":"/deviceManagement","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementApplePushNotificationCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplePushNotificationCertificate","Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementAuditEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuditEvent","Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementAuditEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuditEvent","Uri":"/deviceManagement/auditEvents","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementAuditEventAuditActivityType","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementAuditEventAuditCategory","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/auditEvents/getAuditCategories","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementAuditEventCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/auditEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementComplianceManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphComplianceManagementPartner","Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementComplianceManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphComplianceManagementPartner","Uri":"/deviceManagement/complianceManagementPartners","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementComplianceManagementPartnerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/complianceManagementPartners/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementConditionalAccessSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDetectedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDetectedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/detectedApps","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDetectedAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/detectedApps/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDetectedAppManagedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDetectedAppManagedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDetectedAppManagedDeviceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/deviceCategories","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCategories/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Uri":"/deviceManagement/deviceCompliancePolicies","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary","Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceDeviceOverview","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceUserOverview","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfiguration","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfiguration","Uri":"/deviceManagement/deviceConfigurations","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStateSummary","Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceOverview","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceConfigurationUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceConfigurationUserStatusCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceConfigurationUserStatusOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationUserOverview","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/deviceManagement/deviceEnrollmentConfigurations","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementDeviceEnrollmentConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementEffectivePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRolePermission","Uri":"/deviceManagement/getEffectivePermissions(scope='{scope}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementExchangeConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementExchangeConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Uri":"/deviceManagement/exchangeConnectors","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementExchangeConnectorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/exchangeConnectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementIoUpdateStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementIoUpdateStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Uri":"/deviceManagement/iosUpdateStatuses","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementIoUpdateStatusCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/iosUpdateStatuses/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/managedDevices","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceCompliancePolicyState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceCompliancePolicyState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceConfigurationState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceConfigurationState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceConfigurationStateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceLogCollectionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceLogCollectionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceOverview","Uri":"/deviceManagement/managedDeviceOverview","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/users","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceWindowsProtectionState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsProtectionState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementMobileAppTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementMobileAppTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/deviceManagement/mobileAppTroubleshootingEvents","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementMobileAppTroubleshootingEventCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/mobileAppTroubleshootingEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementMobileThreatDefenseConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementMobileThreatDefenseConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Uri":"/deviceManagement/mobileThreatDefenseConnectors","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementMobileThreatDefenseConnectorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/mobileThreatDefenseConnectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementNotificationMessageTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotificationMessageTemplate","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementNotificationMessageTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotificationMessageTemplate","Uri":"/deviceManagement/notificationMessageTemplates","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementNotificationMessageTemplateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/notificationMessageTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementPartner","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementPartner","Uri":"/deviceManagement/deviceManagementPartners","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementPartnerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceManagementPartners/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementRemoteAssistancePartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRemoteAssistancePartner","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementRemoteAssistancePartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRemoteAssistancePartner","Uri":"/deviceManagement/remoteAssistancePartners","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementRemoteAssistancePartnerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/remoteAssistancePartners/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementReports","Uri":"/deviceManagement/reports","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportCachedReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getCachedReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getCompliancePolicyNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportComplianceSettingNonComplianceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getComplianceSettingNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationPolicyNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getConfigurationSettingNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportDeviceAppInstallationStatusReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/retrieveDeviceAppInstallationStatusReport","Variants":["Retrieve","RetrieveExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportDeviceManagementIntentSettingReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceManagementIntentSettingsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportDeviceNonComplianceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getDeviceNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportExportJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementExportJob","Uri":"/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportExportJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementExportJob","Uri":"/deviceManagement/reports/exportJobs","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportExportJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/exportJobs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementReportFilter","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getReportFilters","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportHistoricalReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getHistoricalReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportPolicyNonComplianceMetadata","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getPolicyNonComplianceMetadata","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportPolicyNonComplianceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getPolicyNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getPolicyNonComplianceSummaryReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementReportSettingNonComplianceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports/getSettingNonComplianceReport","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementResourceOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceOperation","Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementResourceOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceOperation","Uri":"/deviceManagement/resourceOperations","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementResourceOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/resourceOperations/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Uri":"/deviceManagement/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementRoleAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/roleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementRoleAssignmentRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementRoleDefinitionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/roleDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementRoleDefinitionRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleAssignment","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementRoleDefinitionRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleAssignment","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementSoftwareUpdateStatusSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSoftwareUpdateStatusSummary","Uri":"/deviceManagement/softwareUpdateStatusSummary","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementTelecomExpenseManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementTelecomExpenseManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Uri":"/deviceManagement/telecomExpenseManagementPartners","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementTelecomExpenseManagementPartnerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/telecomExpenseManagementPartners/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementTermAndCondition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementTermAndCondition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementTermAndConditionAcceptanceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementTermAndConditionAcceptanceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementTermAndConditionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementTermAndConditionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementTermAndConditionAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementTermAndConditionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/deviceManagement/troubleshootingEvents","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementTroubleshootingEventCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/troubleshootingEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEndpoint","Uri":"/deviceManagement/virtualEndpoint","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointAuditEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcAuditEvent","Uri":"/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointAuditEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcAuditEvent","Uri":"/deviceManagement/virtualEndpoint/auditEvents","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointAuditEventCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/auditEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointCloudPc","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPc","Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointCloudPc","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPc","Uri":"/deviceManagement/virtualEndpoint/cloudPCs","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointCloudPcCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/cloudPCs/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointDeviceImage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcDeviceImage","Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointDeviceImage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcDeviceImage","Uri":"/deviceManagement/virtualEndpoint/deviceImages","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointDeviceImageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/deviceImages/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcSourceDeviceImage","Uri":"/deviceManagement/virtualEndpoint/deviceImages/getSourceImages","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointGalleryImage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcGalleryImage","Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointGalleryImage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcGalleryImage","Uri":"/deviceManagement/virtualEndpoint/galleryImages","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointGalleryImageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/galleryImages/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointOnPremiseConnection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointOnPremiseConnection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserByUserPrincipalName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointUserSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcUserSetting","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointUserSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcUserSetting","Uri":"/deviceManagement/virtualEndpoint/userSettings","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementVirtualEndpointUserSettingAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointUserSettingAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementVirtualEndpointUserSettingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/userSettings/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementWindowsAutopilotDeviceIdentity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementWindowsAutopilotDeviceIdentity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementWindowsMalwareInformation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsMalwareInformation","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementWindowsMalwareInformation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsMalwareInformation","Uri":"/deviceManagement/windowsMalwareInformation","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementWindowsMalwareInformationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsMalwareInformation/$count","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates","Variants":["List"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0"},{"Command":"Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgDeviceMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgDeviceMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgDeviceMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/devices/{device-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/devices/{device-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgDeviceMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/devices/{device-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgDeviceMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceMemberOfCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceMemberOfCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/registeredOwners","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0"},{"Command":"Get-MgDeviceRegisteredOwnerAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/devices/{device-id}/registeredOwners/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/devices/{device-id}/registeredOwners/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/devices/{device-id}/registeredOwners/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/devices/{device-id}/registeredOwners/user","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0"},{"Command":"Get-MgDeviceRegisteredOwnerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerCountAsEndpoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredOwnerCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/registeredUsers","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0"},{"Command":"Get-MgDeviceRegisteredUserAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/devices/{device-id}/registeredUsers/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/devices/{device-id}/registeredUsers/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/devices/{device-id}/registeredUsers/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/devices/{device-id}/registeredUsers/user","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0"},{"Command":"Get-MgDeviceRegisteredUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserCountAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserCountAsEndpoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceRegisteredUserCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceTransitiveMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceTransitiveMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/devices/{device-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0"},{"Command":"Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/devices/{device-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceTransitiveMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0"},{"Command":"Get-MgDeviceTransitiveMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/devices/{device-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0"},{"Command":"Get-MgDeviceTransitiveMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDeviceTransitiveMemberOfCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectory","Uri":"/directory","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/administrativeUnits","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryAdministrativeUnitCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/administrativeUnits/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/application","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/device","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/group","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/user","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryAdministrativeUnitMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitMemberCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.Read.All","Description":"Read administrative units","FullDescription":"Allows the app to read administrative units and administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAdministrativeUnitScopedRoleMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryAdministrativeUnitScopedRoleMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryAttributeSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttributeSet","Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryAttributeSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttributeSet","Uri":"/directory/attributeSets","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryAttributeSetCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/attributeSets/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryCustomSecurityAttributeDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryCustomSecurityAttributeDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Uri":"/directory/customSecurityAttributeDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAllowedValue","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAllowedValue","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryCustomSecurityAttributeDefinitionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/customSecurityAttributeDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.Read.All","Description":"Read custom security attribute definitions","FullDescription":"Allows the app to read custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/deletedItems/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryDeletedItemAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/deletedItems/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDirectoryDeletedAdministrativeUnit","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/deletedItems/administrativeUnit","Variants":["List"],"CommandAlias":"Get-MgDirectoryDeletedAdministrativeUnit","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/directory/deletedItems/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDirectoryDeletedApplication","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/directory/deletedItems/application","Variants":["List"],"CommandAlias":"Get-MgDirectoryDeletedApplication","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/deletedItems/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDirectoryDeletedDevice","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/deletedItems/device","Variants":["List"],"CommandAlias":"Get-MgDirectoryDeletedDevice","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/directory/deletedItems/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDirectoryDeletedGroup","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryDeletedItemAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/directory/deletedItems/group","Variants":["List"],"CommandAlias":"Get-MgDirectoryDeletedGroup","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryDeletedItemAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directory/deletedItems/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDirectoryDeletedServicePrincipal","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directory/deletedItems/servicePrincipal","Variants":["List"],"CommandAlias":"Get-MgDirectoryDeletedServicePrincipal","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/directory/deletedItems/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgDirectoryDeletedUser","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/directory/deletedItems/user","Variants":["List"],"CommandAlias":"Get-MgDirectoryDeletedUser","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/deletedItems/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryDeletedItemCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/administrativeUnit/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemCountAsApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/application/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemCountAsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/device/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/group/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/servicePrincipal/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/user/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryDeletedItemMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/{directoryObject-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryDeletedItemMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/{directoryObject-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryDeviceLocalCredential","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryDeviceLocalCredential","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Uri":"/directory/deviceLocalCredentials","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryDeviceLocalCredentialCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deviceLocalCredentials/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryFederationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryFederationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/directory/federationConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryFederationConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/federationConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects","Variants":["List"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryObjectAvailableExtensionProperty","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtensionProperty","Uri":"/directoryObjects/getAvailableExtensionProperties","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryObjectById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryObjectCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryObjects/$count","Variants":["Get"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryObjectDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects/delta","Variants":["Delta"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryObjectMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryObjects/{directoryObject-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryObjectMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryObjects/{directoryObject-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryOnPremiseSynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryOnPremiseSynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Uri":"/directory/onPremisesSynchronization","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OnPremDirectorySynchronization.Read.All","Description":"Read all on-premises directory synchronization information","FullDescription":"Allows the app to read all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremDirectorySynchronization.ReadWrite.All","Description":"Read and write all on-premises directory synchronization information","FullDescription":"Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryOnPremiseSynchronizationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/onPremisesSynchronization/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OnPremDirectorySynchronization.Read.All","Description":"Read all on-premises directory synchronization information","FullDescription":"Allows the app to read all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnPremDirectorySynchronization.ReadWrite.All","Description":"Read and write all on-premises directory synchronization information","FullDescription":"Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryPublicKeyInfrastructure","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPublicKeyInfrastructureRoot","Uri":"/directory/publicKeyInfrastructure","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-list-certificatebasedauthconfigurations?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-list-certificateauthorities?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthorityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.Read.All","Description":"Read all certificate based authentication configurations","FullDescription":"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles/{directoryRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryRoles/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleByRoleTemplateId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryRoles/{directoryRole-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleMemberAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/directoryRoles/{directoryRole-id}/members/application","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/directoryRoles/{directoryRole-id}/members/device","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/directoryRoles/{directoryRole-id}/members/group","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/directoryRoles/{directoryRole-id}/members/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/directoryRoles/{directoryRole-id}/members/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/directoryRoles/{directoryRole-id}/members/user","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberCountAsApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberCountAsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberCountAsOrgContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleScopedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleScopedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleScopedMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Uri":"/directoryRoleTemplates","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleTemplateById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryRoleTemplates/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleTemplateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoleTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDirectoryRoleTemplateDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryRoleTemplates/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleTemplateMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgDirectoryRoleTemplateMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgDirectorySubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectorySubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0"},{"Command":"Get-MgDirectorySubscriptionByCommerceSubscriptionId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0"},{"Command":"Get-MgDirectorySubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/subscriptions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomain","Uri":"/domains/{domain-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0"},{"Command":"Get-MgDomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomain","Uri":"/domains","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0"},{"Command":"Get-MgDomainCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDomainFederationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInternalDomainFederation","Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0"},{"Command":"Get-MgDomainFederationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInternalDomainFederation","Uri":"/domains/{domain-id}/federationConfiguration","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0"},{"Command":"Get-MgDomainFederationConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/{domain-id}/federationConfiguration/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDomainNameReference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/domains/{domain-id}/domainNameReferences/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDomainNameReference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/domains/{domain-id}/domainNameReferences","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0"},{"Command":"Get-MgDomainNameReferenceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/{domain-id}/domainNameReferences/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDomainRootDomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomain","Uri":"/domains/{domain-id}/rootDomain","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-get-rootdomain?view=graph-rest-1.0"},{"Command":"Get-MgDomainServiceConfigurationRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDomainServiceConfigurationRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/serviceConfigurationRecords","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0"},{"Command":"Get-MgDomainServiceConfigurationRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/{domain-id}/serviceConfigurationRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDomainVerificationDnsRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDomainVerificationDnsRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/verificationDnsRecords","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0"},{"Command":"Get-MgDomainVerificationDnsRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/{domain-id}/verificationDnsRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.Read.All","Description":"Read domains.","FullDescription":"Allows the app to read all domain properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/drives/{drive-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/drives","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveBundle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveBundle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/bundles","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveBundleContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveBundleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveContentTypeBase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveContentTypeBaseTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveFollowing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveFollowing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/following","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveFollowingContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveFollowingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0"},{"Command":"Get-MgDriveItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0"},{"Command":"Get-MgDriveItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemAnalyticItemActivityStatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemAnalyticLastSevenDay","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemAnalyticTime","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"},{"Command":"Get-MgDriveItemChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"},{"Command":"Get-MgDriveItemChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgDriveItemItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemPermissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemThumbnailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/columns","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeColumnLinkCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeColumnPositionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListContentTypeCompatibleHubContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"},{"Command":"Get-MgDriveListContentTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/list/items","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/drives/{drive-id}/list/operations","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/list/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveListSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0"},{"Command":"Get-MgDriveRootAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootAnalyticItemActivityStatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootAnalyticLastSevenDay","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootAnalyticTime","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/children","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgDriveRootItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/root/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootPermissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/root/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/root/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootThumbnailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/root/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveRootVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveSpecial","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveSpecial","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/special","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveSpecialContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgDriveSpecialCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/classes","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/classes/{educationClass-id}/assignmentCategories","Variants":["List","List1"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentCategories/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentCategoryDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/classes/{educationClass-id}/assignmentCategories/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentDefault","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentDefaults","Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentGradingCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentRubricByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentSettings","Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentSettingGradingCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentSettingGradingCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentSettingGradingCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentSubmissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentSubmissionOutcomeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentSubmissionResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/classes/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/education/classes/{educationClass-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/education/classes/{educationClass-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/classes/{educationClass-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassMemberByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/members/$ref","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassModule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassModule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassModuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/modules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassModuleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModuleResource","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassModuleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModuleResource","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassModuleResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.Read","Description":"Read your class modules and resources","FullDescription":"Allows the app to read modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassRecentlyModifiedSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/getRecentlyModifiedSubmissions","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-getrecentlymodifiedsubmissions?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassSchool","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/classes/{educationClass-id}/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassSchool","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/classes/{educationClass-id}/schools","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassSchoolCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/schools/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationClassTeacher","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/classes/{educationClass-id}/teachers","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassTeacherByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/teachers/$ref","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0"},{"Command":"Get-MgEducationClassTeacherCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/teachers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMe","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/me","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0"},{"Command":"Get-MgEducationMeAssignmentCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/me/assignments/{educationAssignment-id}/categories","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentCategoryDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/me/assignments/{educationAssignment-id}/categories/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0"},{"Command":"Get-MgEducationMeAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0"},{"Command":"Get-MgEducationMeAssignmentGradingCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/me/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentRubricByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmissionOutcomeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmissionResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/me/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/me/classes","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0"},{"Command":"Get-MgEducationMeClassCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/classes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationMeRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/rubrics","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0"},{"Command":"Get-MgEducationMeRubricCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/rubrics/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeSchool","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/me/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeSchool","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/me/schools","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0"},{"Command":"Get-MgEducationMeSchoolCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/schools/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeTaughtClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/me/taughtClasses/{educationClass-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeTaughtClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/me/taughtClasses","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeTaughtClassCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/taughtClasses/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/education/me/user","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0"},{"Command":"Get-MgEducationMeUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/education/me/user/mailboxSettings","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/education/me/user/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationMeUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/user/serviceProvisioningErrors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReportsRoot","Uri":"/education/reports","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationReportReadingAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationReportReadingAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Uri":"/education/reports/readingAssignmentSubmissions","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-readingassignmentsubmissions?view=graph-rest-1.0"},{"Command":"Get-MgEducationReportReadingAssignmentSubmissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/reports/readingAssignmentSubmissions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduReports-Reading.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reading.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationReportReflectCheck","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReflectCheckInResponse","Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationReportReflectCheck","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReflectCheckInResponse","Uri":"/education/reports/reflectCheckInResponses","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduReports-Reflect.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reflect.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportsroot-list-reflectcheckinresponses?view=graph-rest-1.0"},{"Command":"Get-MgEducationReportReflectCheckInResponseCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/reports/reflectCheckInResponses/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduReports-Reflect.ReadAnonymous.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduReports-Reflect.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRoot","Uri":"/education","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationSchool","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationSchool","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/schools","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0"},{"Command":"Get-MgEducationSchoolAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/education/schools/{educationSchool-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.Write","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationSchoolClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/schools/{educationSchool-id}/classes","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0"},{"Command":"Get-MgEducationSchoolClassByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/classes/$ref","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0"},{"Command":"Get-MgEducationSchoolClassCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/classes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationSchoolCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/schools/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationSchoolDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/schools/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.WriteWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0"},{"Command":"Get-MgEducationSchoolUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/schools/{educationSchool-id}/users","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0"},{"Command":"Get-MgEducationSchoolUserByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/users/$ref","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0"},{"Command":"Get-MgEducationSchoolUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/users/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/users/{educationUser-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0"},{"Command":"Get-MgEducationUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/users","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0"},{"Command":"Get-MgEducationUserAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0"},{"Command":"Get-MgEducationUserAssignmentCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentCategoryDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0"},{"Command":"Get-MgEducationUserAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadBasic","Description":"View your assignments without reading any feedback or outcomes","FullDescription":"Allows the app to view your assignments on your behalf without reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.Read","Description":"View your assignments and grades","FullDescription":"Allows the app to view your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduAssignments.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0"},{"Command":"Get-MgEducationUserAssignmentGradingCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentRubricByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmissionOutcomeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmissionResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/users/{educationUser-id}/classes/{educationClass-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/users/{educationUser-id}/classes","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserClassCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/classes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/$count","Variants":["Get"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/users/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite","Description":"View and modify your school, class and user information","FullDescription":"Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.Read","Description":"View your school, class and user information","FullDescription":"Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduRoster.WriteWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0"},{"Command":"Get-MgEducationUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/education/users/{educationUser-id}/user/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/rubrics","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserRubricCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/rubrics/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserSchool","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/users/{educationUser-id}/schools/{educationSchool-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserSchool","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/users/{educationUser-id}/schools","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserSchoolCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/schools/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/education/users/{educationUser-id}/user/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserTaughtClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/users/{educationUser-id}/taughtClasses/{educationClass-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEducationUserTaughtClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/users/{educationUser-id}/taughtClasses","Variants":["List"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0"},{"Command":"Get-MgEducationUserTaughtClassCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/taughtClasses/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadBasic","Description":"View a limited subset of your school, class and user information","FullDescription":"Allows the app to view minimal information about both schools and classes in your organization and education-related information about you and other users on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduRoster.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAccessPackage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAccessPackage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequestRequirements","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAccessPackageCatalog","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAccessPackageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAccessPackageIncompatibleGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAccessPackageIncompatibleWith","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAccessPackageIncompatibleWith","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignment","Uri":"/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignment","Uri":"/identityGovernance/entitlementManagement/assignments","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAssignmentAdditional","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignment","Uri":"/identityGovernance/entitlementManagement/assignments/additionalAccess","Variants":["Access","Access1","AccessViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAssignmentPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAssignmentPolicyAccessPackage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentPolicyCatalog","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentPolicyQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageQuestion","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentPolicyQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageQuestion","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentPolicyQuestionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementAssignmentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAssignmentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/assignmentRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementAssignmentRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalog","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementCatalog","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/catalogs","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementCatalogAccessPackageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogCustomWorkflowExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementCatalogCustomWorkflowExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementCatalogResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles","Variants":["List","List1","List2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List","List1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes","Variants":["List","List1","List2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List","List1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementConnectedOrganization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConnectedOrganization","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementConnectedOrganization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConnectedOrganization","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementConnectedOrganizationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementConnectedOrganizationExternalSponsor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementConnectedOrganizationInternalSponsor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resources","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementResourceEnvironmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Uri":"/identityGovernance/entitlementManagement/resourceRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0"},{"Command":"Get-MgEntitlementManagementResourceRequestCatalog","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogAccessPackage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogAccessPackage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles","Variants":["List","List1","List2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List","List1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes","Variants":["List","List1","List2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List","List1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceScopeResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceScopeResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceScopeResourceRoleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgEntitlementManagementSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEntitlementManagementSettings","Uri":"/identityGovernance/entitlementManagement/settings","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0"},{"Command":"Get-MgExternal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Uri":"/external","Variants":["Get"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Uri":"/external/connections/{externalConnection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0"},{"Command":"Get-MgExternalConnection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Uri":"/external/connections","Variants":["List"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0"},{"Command":"Get-MgExternalConnectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/$count","Variants":["Get"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0"},{"Command":"Get-MgExternalConnectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Uri":"/external/connections/{externalConnection-id}/groups","Variants":["List"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/groups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionGroupMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionGroupMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionGroupMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0"},{"Command":"Get-MgExternalConnectionItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Uri":"/external/connections/{externalConnection-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionItemActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionItemActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionItemActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionItemActivityPerformedBy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionItemCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0"},{"Command":"Get-MgExternalConnectionOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Uri":"/external/connections/{externalConnection-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgExternalConnectionSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsSchema","Uri":"/external/connections/{externalConnection-id}/schema","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":"Read all external connections","FullDescription":"Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ExternalConnection.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0"},{"Command":"Get-MgGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0"},{"Command":"Get-MgGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0"},{"Command":"Get-MgGroupAcceptedSender","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/acceptedSenders","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0"},{"Command":"Get-MgGroupAcceptedSenderByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/acceptedSenders/$ref","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0"},{"Command":"Get-MgGroupAcceptedSenderCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/acceptedSenders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/groups/{group-id}/appRoleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0"},{"Command":"Get-MgGroupAppRoleAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgGroupByUniqueName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0"},{"Command":"Get-MgGroupCalendar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendar","Uri":"/groups/{group-id}/calendar","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupCalendarEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupCalendarEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/calendar/events","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupCalendarPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupCalendarPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/groups/{group-id}/calendar/calendarPermissions","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupCalendarPermissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/calendar/calendarPermissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupCalendarSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScheduleInformation","Uri":"/groups/{group-id}/calendar/getSchedule","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0"},{"Command":"Get-MgGroupCalendarView","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/calendar/calendarView","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversation","Uri":"/groups/{group-id}/conversations/{conversation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0"},{"Command":"Get-MgGroupConversation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversation","Uri":"/groups/{group-id}/conversations","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0"},{"Command":"Get-MgGroupConversationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThread","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThread","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0"},{"Command":"Get-MgGroupConversationThreadCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPost","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPost","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostInReplyToAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostInReplyToAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostInReplyToAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostInReplyToExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostInReplyToExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupConversationThreadPostInReplyToExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/$count","Variants":["Get"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupCreatedOnBehalfOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/createdOnBehalfOf","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDefaultDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drives","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveBundle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveBundle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/bundles","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveBundleContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveBundleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveContentTypeBase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveContentTypeBaseTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveFollowing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveFollowing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/following","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveFollowingContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveFollowingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0"},{"Command":"Get-MgGroupDriveItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemAnalyticItemActivityStatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemAnalyticLastSevenDay","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemAnalyticTime","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupDriveItemItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemPermissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemThumbnailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeColumnLinkCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeColumnPositionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListContentTypeCompatibleHubContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"},{"Command":"Get-MgGroupDriveListContentTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveListSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0"},{"Command":"Get-MgGroupDriveRootAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootAnalyticItemActivityStatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootAnalyticLastSevenDay","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootAnalyticTime","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/children","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupDriveRootItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootPermissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootThumbnailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveRootVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveSpecial","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveSpecial","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/special","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveSpecialContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupDriveSpecialCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events/{event-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0"},{"Command":"Get-MgGroupEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0"},{"Command":"Get-MgGroupEventAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupEventAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/events/{event-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupEventAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupEventCalendar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendar","Uri":"/groups/{group-id}/events/{event-id}/calendar","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupEventCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupEventDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupEventExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"},{"Command":"Get-MgGroupEventExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/events/{event-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupEventExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupEventInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events/{event-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupEventInstanceDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events/{event-id}/instances/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupLifecyclePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgGroupLifecyclePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Uri":"/groupLifecyclePolicies","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0"},{"Command":"Get-MgGroupLifecyclePolicyByGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Uri":"/groups/{group-id}/groupLifecyclePolicies","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0"},{"Command":"Get-MgGroupLifecyclePolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupLifecyclePolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0"},{"Command":"Get-MgGroupMemberAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/members/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/members/application","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/members/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/members/device","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/members/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/members/group","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/members/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/members/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/members/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/members/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/members/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0"},{"Command":"Get-MgGroupMemberAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/members/user","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0"},{"Command":"Get-MgGroupMemberByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/members/$ref","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0"},{"Command":"Get-MgGroupMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberCountAsApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/members/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberCountAsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/members/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/members/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberCountAsOrgContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/members/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/members/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/members/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgGroupMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgGroupMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgGroupMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/groups/{group-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgGroupMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgGroupMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberOfCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberOfCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/membersWithLicenseErrors","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/membersWithLicenseErrors/application","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/membersWithLicenseErrors/device","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/membersWithLicenseErrors/group","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/membersWithLicenseErrors/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/membersWithLicenseErrors/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/membersWithLicenseErrors/user","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorCountAsApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorCountAsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorCountAsOrgContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupMemberWithLicenseErrorCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/membersWithLicenseErrors/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookFromWebUrl","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCopyNotebookModel","Uri":"/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"},{"Command":"Get-MgGroupOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionGroupSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteNotebookSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/operations","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenotePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenotePageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenotePageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenotePageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteRecentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRecentNotebook","Uri":"/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0"},{"Command":"Get-MgGroupOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/onenote/resources","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteResourceContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionGroupSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOnenoteSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/owners","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0"},{"Command":"Get-MgGroupOwnerAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/owners/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/owners/application","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/owners/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/owners/device","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/owners/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/owners/group","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/owners/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/owners/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/owners/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/owners/user","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/owners/$ref","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0"},{"Command":"Get-MgGroupOwnerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/owners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerCountAsApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/owners/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerCountAsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/owners/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/owners/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerCountAsOrgContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/owners/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupOwnerCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/permissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0"},{"Command":"Get-MgGroupPermissionGrantCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/groups/{group-id}/photo","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/groups/{group-id}/photos","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0"},{"Command":"Get-MgGroupPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/photo/$value","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupPlanner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerGroup","Uri":"/groups/{group-id}/planner","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupPlannerPlan","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupPlannerPlan","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0"},{"Command":"Get-MgGroupPlannerPlanBucket","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupPlannerPlanCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/planner/plans/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupPlannerPlanDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupPlannerPlanTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupRejectedSender","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/rejectedSenders","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0"},{"Command":"Get-MgGroupRejectedSenderByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/rejectedSenders/$ref","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0"},{"Command":"Get-MgGroupRejectedSenderCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/rejectedSenders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupSetting","Uri":"/groups/{group-id}/settings/{groupSetting-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0"},{"Command":"Get-MgGroupSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupSetting","Uri":"/groups/{group-id}/settings","Variants":["List","List1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0"},{"Command":"Get-MgGroupSettingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/settings/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSettingTemplateById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groupSettingTemplates/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgGroupSettingTemplateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupSettingTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSettingTemplateDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groupSettingTemplates/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupSettingTemplateGroupSettingTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupSettingTemplate","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgGroupSettingTemplateGroupSettingTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupSettingTemplate","Uri":"/groupSettingTemplates","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0"},{"Command":"Get-MgGroupSettingTemplateMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgGroupSettingTemplateMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgGroupSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}","Variants":["Get","Get2","GetViaIdentity","GetViaIdentity2"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalyticItemActivityStatActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalyticItemActivityStatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalyticLastSevenDay","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteAnalyticTime","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteApplicableContentTypeForList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0"},{"Command":"Get-MgGroupSiteByPath","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeBase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeBaseTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeColumnLinkCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeColumnPositionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteContentTypeCompatibleHubContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"},{"Command":"Get-MgGroupSiteContentTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/$count","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteDefaultDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupSiteDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/drives","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteDriveCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/drives/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteExternalColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteExternalColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/externalColumns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteExternalColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/externalColumns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPath","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathApplicableContentTypeForList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0"},{"Command":"Get-MgGroupSiteGetByPathColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathExternalColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseItem","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetByPathTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetGraphBPrePathActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetGraphBPrePathCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseItem","Uri":"/groups/{group-id}/sites/{site-id}/items/{baseItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseItem","Uri":"/groups/{group-id}/sites/{site-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteItemCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/lists","Variants":["List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeColumnLinkCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeColumnPositionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListContentTypeCompatibleHubContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"},{"Command":"Get-MgGroupSiteListContentTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteListSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookFromWebUrl","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCopyNotebookModel","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"},{"Command":"Get-MgGroupSiteOnenoteNotebookRecentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRecentNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0"},{"Command":"Get-MgGroupSiteOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenotePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenotePageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenotePageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenotePageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteResourceContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOnenoteSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages/sitePage","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayout","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCanvasLayout","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPart","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVerticalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPart","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageWebPart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageWebPart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPart","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageAsSitePageWebPartCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageCountAsSitePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/sitePage/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSitePermissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/termStores","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStores/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetParentGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreGroupSetTermSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetParentGroupSetTermSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSiteTermStoreSetTermSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSubSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}/sites/{site-id1}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSubSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}/sites","Variants":["List2"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupSubSiteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/sites/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeam","Uri":"/groups/{group-id}/team","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/channels","Variants":["List1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelAllMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelFileFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelFileFolderContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessageDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessageHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessageReplyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessageReplyDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelMessageReplyHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelRetainedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-1.0"},{"Command":"Get-MgGroupTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelSharedWithTeamAllowedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelSharedWithTeamAllowedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelSharedWithTeamCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelTabCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamChannelTabTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/team/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/groups/{group-id}/team/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamIncomingChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/incomingChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamIncomingChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/incomingChannels","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamIncomingChannelCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/incomingChannels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/groups/{group-id}/team/installedApps","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamInstalledAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/installedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamInstalledAppTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamInstalledAppTeamAppDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/members","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/groups/{group-id}/team/operations","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/team/permissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPermissionGrantCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/groups/{group-id}/team/photo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/photo/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelAllMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/allMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelFileFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelFileFolderContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/allMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessageDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessageHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessageReplyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessageReplyDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelSharedWithTeamCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/primaryChannel/tabs","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelTabCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamPrimaryChannelTabTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedule","Uri":"/groups/{group-id}/team/schedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleDayNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDayNote","Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleDayNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDayNote","Uri":"/groups/{group-id}/team/schedule/dayNotes","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleDayNoteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/dayNotes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleOfferShiftRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleOfferShiftRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleOfferShiftRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleOpenShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShift","Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleOpenShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShift","Uri":"/groups/{group-id}/team/schedule/openShifts","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleOpenShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleOpenShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleOpenShiftChangeRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleOpenShiftCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/openShifts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleSchedulingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleSchedulingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/groups/{group-id}/team/schedule/schedulingGroups","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleSchedulingGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/schedulingGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphShift","Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphShift","Uri":"/groups/{group-id}/team/schedule/shifts","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleShiftCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/shifts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleSwapShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleSwapShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleSwapShiftChangeRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeCardCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeCards/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeOff","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOff","Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeOff","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOff","Uri":"/groups/{group-id}/team/schedule/timesOff","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeOffCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timesOff/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeOffReason","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeOffReason","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/groups/{group-id}/team/schedule/timeOffReasons","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeOffReasonCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeOffReasons/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeOffRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeOffRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/groups/{group-id}/team/schedule/timeOffRequests","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamScheduleTimeOffRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeOffRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/groups/{group-id}/team/tags","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamTagCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/tags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamTagMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamTagMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamTagMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTeamTemplate","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/template","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThread","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0"},{"Command":"Get-MgGroupThread","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/threads","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0"},{"Command":"Get-MgGroupThreadCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPost","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPost","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0"},{"Command":"Get-MgGroupThreadPostAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPostAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"},{"Command":"Get-MgGroupThreadPostAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPostCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.Read.All","Description":"Read group conversations","FullDescription":"Allows the app to read group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPostExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"},{"Command":"Get-MgGroupThreadPostExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPostExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPostInReplyToAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPostInReplyToAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPostInReplyToAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPostInReplyToExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPostInReplyToExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupThreadPostInReplyToExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/transitiveMembers","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0"},{"Command":"Get-MgGroupTransitiveMemberAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/groups/{group-id}/transitiveMembers/application","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/groups/{group-id}/transitiveMembers/device","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0"},{"Command":"Get-MgGroupTransitiveMemberAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/transitiveMembers/group","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0"},{"Command":"Get-MgGroupTransitiveMemberAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/groups/{group-id}/transitiveMembers/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/groups/{group-id}/transitiveMembers/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/transitiveMembers/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0"},{"Command":"Get-MgGroupTransitiveMemberAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/groups/{group-id}/transitiveMembers/user","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0"},{"Command":"Get-MgGroupTransitiveMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberCountAsApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberCountAsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberCountAsOrgContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/transitiveMembers/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groups/{group-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0"},{"Command":"Get-MgGroupTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/groups/{group-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgGroupTransitiveMemberOfCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityApiConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityApiConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/apiConnectors","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0"},{"Command":"Get-MgIdentityApiConnectorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/apiConnectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityAuthenticationEventFlow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Uri":"/identity/authenticationEventsFlows","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0"},{"Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow","Uri":"/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationConditionsApplications","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationConditionApplication","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnAttributeCollectionHandler","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnAuthenticationMethodLoadStartHandler","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0"},{"Command":"Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0"},{"Command":"Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0"},{"Command":"Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0"},{"Command":"Get-MgIdentityAuthenticationEventFlowCondition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationConditionsApplications","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowIncludeApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowIncludeApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationConditionApplication","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-1.0"},{"Command":"Get-MgIdentityAuthenticationEventFlowIncludeApplicationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityAuthenticationEventListener","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationEventListener","Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityAuthenticationEventListener","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationEventListener","Uri":"/identity/authenticationEventListeners","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0"},{"Command":"Get-MgIdentityAuthenticationEventListenerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventListeners/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.Read.All","Description":"Read all identity authentication event listeners","FullDescription":"Allows the app to read your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Uri":"/identity/b2xUserFlows","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowApiConnectorConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserFlowApiConnectorConfiguration","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowIdentityProvider","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProvider","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowIdentityProvider","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProvider","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders","Variants":["List","List1"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowIdentityProviderByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowIdentityProviderCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowLanguage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowLanguage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowLanguageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowLanguageDefaultPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowLanguageDefaultPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserFlowLanguagePage","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowLanguageDefaultPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowLanguageDefaultPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowLanguageOverridePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowLanguageOverridePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserFlowLanguagePage","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowLanguageOverridePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowLanguageOverridePageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowPostAttributeCollection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowPostFederationSignup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowPostFederationSignupByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowUserAttributeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowUserAttributeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0"},{"Command":"Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityConditionalAccessAuthenticationContextClassReference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityConditionalAccessAuthenticationContextClassReference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/identity/conditionalAccess/authenticationContextClassReferences","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0"},{"Command":"Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationContextClassReferences/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.Read.All","Description":"Read all authentication context information","FullDescription":"Allows the app to read all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityConditionalAccessNamedLocation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNamedLocation","Uri":"/identity/conditionalAccess/namedLocations/{namedLocation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityConditionalAccessNamedLocation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNamedLocation","Uri":"/identity/conditionalAccess/namedLocations","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0"},{"Command":"Get-MgIdentityConditionalAccessNamedLocationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/conditionalAccess/namedLocations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityConditionalAccessPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConditionalAccessPolicy","Uri":"/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityConditionalAccessPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConditionalAccessPolicy","Uri":"/identity/conditionalAccess/policies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0"},{"Command":"Get-MgIdentityConditionalAccessPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/conditionalAccess/policies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityConditionalAccessTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConditionalAccessTemplate","Uri":"/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityConditionalAccessTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConditionalAccessTemplate","Uri":"/identity/conditionalAccess/templates","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0"},{"Command":"Get-MgIdentityConditionalAccessTemplateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/conditionalAccess/templates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityCustomAuthenticationExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityCustomAuthenticationExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Uri":"/identity/customAuthenticationExtensions","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0"},{"Command":"Get-MgIdentityCustomAuthenticationExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/customAuthenticationExtensions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Uri":"/identityGovernance/accessReviews/historyDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/historyDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAppConsentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAppConsentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAppConsentRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadBasic.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeletedItemContainer","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceRun","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceRun","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowInsight","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceRun","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceRun","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings","Uri":"/identityGovernance/lifecycleWorkflows/settings","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/taskDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskReport","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskDefinition","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowTemplate","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowTemplate","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowVersion","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskProcessingResult","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccess","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessRoot","Uri":"/identityGovernance/privilegedAccess","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroup","Uri":"/identityGovernance/privilegedAccess/group","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreement","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreement","Uri":"/identityGovernance/termsOfUse/agreements","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/identityGovernance/termsOfUse/agreementAcceptances","Variants":["List","List1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreementAcceptances/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFile","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityProvider","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityProvider","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/identityProviders","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0"},{"Command":"Get-MgIdentityProviderCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/identityProviders/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgIdentityUserFlowAttribute","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0"},{"Command":"Get-MgIdentityUserFlowAttribute","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/userFlowAttributes","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0"},{"Command":"Get-MgIdentityUserFlowAttributeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/userFlowAttributes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.Read.All","Description":"Read all identity user flows","FullDescription":"Allows the app to read your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInformationProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInformationProtection","Uri":"/informationProtection","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInformationProtectionBitlocker","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBitlocker","Uri":"/informationProtection/bitlocker","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInformationProtectionBitlockerRecoveryKey","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Uri":"/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0"},{"Command":"Get-MgInformationProtectionBitlockerRecoveryKey","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBitlockerRecoveryKey","Uri":"/informationProtection/bitlocker/recoveryKeys","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0"},{"Command":"Get-MgInformationProtectionBitlockerRecoveryKeyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/informationProtection/bitlocker/recoveryKeys/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"BitlockerKey.ReadBasic.All","Description":"Read your BitLocker keys basic information","FullDescription":"Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BitlockerKey.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BitlockerKey.Read.All","Description":"Read your BitLocker keys","FullDescription":"Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BitlockerKey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInformationProtectionThreatAssessmentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgInformationProtectionThreatAssessmentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/informationProtection/threatAssessmentRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0"},{"Command":"Get-MgInformationProtectionThreatAssessmentRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/informationProtection/threatAssessmentRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"ThreatAssessment.ReadWrite.All","Description":"Read and write threat assessment requests","FullDescription":"Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatAssessment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInformationProtectionThreatAssessmentRequestResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInformationProtectionThreatAssessmentRequestResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInformationProtectionThreatAssessmentRequestResultCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInvitation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInvitation","Uri":"/invitations","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInvitationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/invitations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInvitationInvitedUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/invitations/invitedUser/mailboxSettings","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInvitationInvitedUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/invitations/invitedUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInvitationInvitedUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/invitations/invitedUser/serviceProvisioningErrors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInvitationInvitedUserSponsor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/invitations/invitedUserSponsors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInvitationInvitedUserSponsor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/invitations/invitedUserSponsors","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgInvitationInvitedUserSponsorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/invitations/invitedUserSponsors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOauth2PermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0"},{"Command":"Get-MgOauth2PermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/oauth2PermissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0"},{"Command":"Get-MgOauth2PermissionGrantCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/oauth2PermissionGrants/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOauth2PermissionGrantDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/oauth2PermissionGrants/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0"},{"Command":"Get-MgOrganization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrganization","Uri":"/organization/{organization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0"},{"Command":"Get-MgOrganization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrganization","Uri":"/organization","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0"},{"Command":"Get-MgOrganizationBranding","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrganizationalBranding","Uri":"/organization/{organization-id}/branding","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"},{"Command":"Get-MgOrganizationBrandingBackgroundImage","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingBannerLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingCustomCss","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingFavicon","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/favicon","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingHeaderLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0"},{"Command":"Get-MgOrganizationBrandingLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Uri":"/organization/{organization-id}/branding/localizations","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"},{"Command":"Get-MgOrganizationBrandingLocalizationBackgroundImage","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingLocalizationBannerLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0"},{"Command":"Get-MgOrganizationBrandingLocalizationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingLocalizationCustomCss","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingLocalizationFavicon","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingLocalizationHeaderLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingLocalizationSquareLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingLocalizationSquareLogoDark","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.Read.All","Description":"Read organizational branding information","FullDescription":"Allows the app to read the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingSquareLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationBrandingSquareLogoDark","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/organization/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgOrganizationCertificateBasedAuthConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0"},{"Command":"Get-MgOrganizationCertificateBasedAuthConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0"},{"Command":"Get-MgOrganizationCertificateBasedAuthConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/organization/{organization-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgOrganizationMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgOrganizationMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgPlaceAsRoom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoom","Uri":"/places/{place-id}/room","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0"},{"Command":"Get-MgPlaceAsRoom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoom","Uri":"/places/room","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0"},{"Command":"Get-MgPlaceAsRoomList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoomList","Uri":"/places/{place-id}/roomList","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlaceAsRoomList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoomList","Uri":"/places/roomList","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlaceAsRoomListRoom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoom","Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlaceAsRoomListRoom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoom","Uri":"/places/{place-id}/roomList/rooms","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlaceAsRoomListRoomCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/places/{place-id}/roomList/rooms/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlaceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/places/$count","Variants":["Get"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlaceCountAsRoom","ApiVersion":"v1.0","OutputType":null,"Uri":"/places/room/$count","Variants":["Get"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlaceCountAsRoomList","ApiVersion":"v1.0","OutputType":null,"Uri":"/places/roomList/$count","Variants":["Get"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlanner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlanner","Uri":"/planner","Variants":["Get"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlannerBucket","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0"},{"Command":"Get-MgPlannerBucket","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/buckets","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0"},{"Command":"Get-MgPlannerBucketCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/planner/buckets/$count","Variants":["Get"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlannerBucketTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/buckets/{plannerBucket-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0"},{"Command":"Get-MgPlannerPlan","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/plans/{plannerPlan-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0"},{"Command":"Get-MgPlannerPlan","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0"},{"Command":"Get-MgPlannerPlanBucket","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/plans/{plannerPlan-id}/buckets","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0"},{"Command":"Get-MgPlannerPlanCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/planner/plans/$count","Variants":["Get"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlannerPlanDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/planner/plans/{plannerPlan-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0"},{"Command":"Get-MgPlannerPlanTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/plans/{plannerPlan-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0"},{"Command":"Get-MgPlannerTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/tasks/{plannerTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0"},{"Command":"Get-MgPlannerTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/tasks","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0"},{"Command":"Get-MgPlannerTaskAssignedToTaskBoardFormat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0"},{"Command":"Get-MgPlannerTaskBucketTaskBoardFormat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0"},{"Command":"Get-MgPlannerTaskCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/planner/tasks/$count","Variants":["Get"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPlannerTaskDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/planner/tasks/{plannerTask-id}/details","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0"},{"Command":"Get-MgPlannerTaskProgressTaskBoardFormat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyActivityBasedTimeoutPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyActivityBasedTimeoutPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Uri":"/policies/activityBasedTimeoutPolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0"},{"Command":"Get-MgPolicyActivityBasedTimeoutPolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyActivityBasedTimeoutPolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyActivityBasedTimeoutPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/activityBasedTimeoutPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAdminConsentRequestPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdminConsentRequestPolicy","Uri":"/policies/adminConsentRequestPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConsentRequest","Description":"Read and write consent request policy","FullDescription":"Allows the app to read and write your organization's consent request policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConsentRequest","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyAppManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyAppManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/policies/appManagementPolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0"},{"Command":"Get-MgPolicyAppManagementPolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAppManagementPolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0"},{"Command":"Get-MgPolicyAppManagementPolicyApplyToCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAppManagementPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/appManagementPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAuthenticationFlowPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationFlowsPolicy","Uri":"/policies/authenticationFlowsPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":"Read and write your authentication flow policies","FullDescription":"Allows the app to read and write the authentication flow policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyAuthenticationMethodPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationMethodsPolicy","Uri":"/policies/authenticationMethodsPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAuthenticationStrengthPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyAuthenticationStrengthPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/policies/authenticationStrengthPolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0"},{"Command":"Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAuthenticationStrengthPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/authenticationStrengthPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyAuthorizationPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthorizationPolicy","Uri":"/policies/authorizationPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyClaimMappingPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphClaimsMappingPolicy","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyClaimMappingPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphClaimsMappingPolicy","Uri":"/policies/claimsMappingPolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0"},{"Command":"Get-MgPolicyClaimMappingPolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyClaimMappingPolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0"},{"Command":"Get-MgPolicyClaimMappingPolicyApplyToCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyClaimMappingPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/claimsMappingPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyConditionalAccessPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/conditionalAccessPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyCrossTenantAccessPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCrossTenantAccessPolicy","Uri":"/policies/crossTenantAccessPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyCrossTenantAccessPolicyDefault","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault","Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyCrossTenantAccessPolicyPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyCrossTenantAccessPolicyPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Uri":"/policies/crossTenantAccessPolicy/partners","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0"},{"Command":"Get-MgPolicyCrossTenantAccessPolicyPartnerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/partners/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyCrossTenantAccessPolicyTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPolicyTemplate","Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyDefaultAppManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTenantAppManagementPolicy","Uri":"/policies/defaultAppManagementPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyDeviceRegistrationPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceRegistrationPolicy","Uri":"/policies/deviceRegistrationPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.DeviceConfiguration","Description":"Read your organization's device configuration policies","FullDescription":"Allows the app to read your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.DeviceConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.DeviceConfiguration","Description":"Read and write your organization's device configuration policies","FullDescription":"Allows the app to read and write your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.DeviceConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyFeatureRolloutPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyFeatureRolloutPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/policies/featureRolloutPolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0"},{"Command":"Get-MgPolicyFeatureRolloutPolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyFeatureRolloutPolicyApplyToByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyFeatureRolloutPolicyApplyToCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyFeatureRolloutPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/featureRolloutPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyHomeRealmDiscoveryPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyHomeRealmDiscoveryPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/policies/homeRealmDiscoveryPolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0"},{"Command":"Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-1.0"},{"Command":"Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyHomeRealmDiscoveryPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/homeRealmDiscoveryPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy","Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":"Read and write your organization's security defaults policy","FullDescription":"Allows the app to read and write your organization's security defaults policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyPermissionGrantPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantPolicy","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyPermissionGrantPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantPolicy","Uri":"/policies/permissionGrantPolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0"},{"Command":"Get-MgPolicyPermissionGrantPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/permissionGrantPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyPermissionGrantPolicyExclude","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyPermissionGrantPolicyExclude","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0"},{"Command":"Get-MgPolicyPermissionGrantPolicyExcludeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyPermissionGrantPolicyInclude","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyPermissionGrantPolicyInclude","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0"},{"Command":"Get-MgPolicyPermissionGrantPolicyIncludeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.PermissionGrant","Description":"Read consent and permission grant policies","FullDescription":"Allows the app to read policies related to consent and permission grants for applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyRoleManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyRoleManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Uri":"/policies/roleManagementPolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0"},{"Command":"Get-MgPolicyRoleManagementPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyRoleManagementPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Uri":"/policies/roleManagementPolicyAssignments","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0"},{"Command":"Get-MgPolicyRoleManagementPolicyAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/roleManagementPolicyAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyRoleManagementPolicyAssignmentPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyRoleManagementPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/roleManagementPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyRoleManagementPolicyEffectiveRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyRoleManagementPolicyEffectiveRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyRoleManagementPolicyEffectiveRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyRoleManagementPolicyRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyRoleManagementPolicyRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0"},{"Command":"Get-MgPolicyRoleManagementPolicyRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.Read.Directory","Description":"Read all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyTokenIssuancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyTokenIssuancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/policies/tokenIssuancePolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0"},{"Command":"Get-MgPolicyTokenIssuancePolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyTokenIssuancePolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-1.0"},{"Command":"Get-MgPolicyTokenIssuancePolicyApplyToCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyTokenIssuancePolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/tokenIssuancePolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyTokenLifetimePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0"},{"Command":"Get-MgPolicyTokenLifetimePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/policies/tokenLifetimePolicies","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0"},{"Command":"Get-MgPolicyTokenLifetimePolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyTokenLifetimePolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-1.0"},{"Command":"Get-MgPolicyTokenLifetimePolicyApplyToCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPolicyTokenLifetimePolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/tokenLifetimePolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrint","Uri":"/print","Variants":["Get"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/connectors/{printConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0"},{"Command":"Get-MgPrintConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/connectors","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0"},{"Command":"Get-MgPrintConnectorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/connectors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintOperation","Uri":"/print/operations/{printOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0"},{"Command":"Get-MgPrintOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintOperation","Uri":"/print/operations","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/operations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrinter","Uri":"/print/printers/{printer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0"},{"Command":"Get-MgPrintPrinter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrinter","Uri":"/print/printers","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0"},{"Command":"Get-MgPrintPrinterConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/printers/{printer-id}/connectors/{printConnector-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/printers/{printer-id}/connectors","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0"},{"Command":"Get-MgPrintPrinterConnectorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/connectors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0"},{"Command":"Get-MgPrintPrinterJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printers/{printer-id}/jobs","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0"},{"Command":"Get-MgPrintPrinterJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterJobDocument","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterJobDocument","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0"},{"Command":"Get-MgPrintPrinterJobDocumentContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0"},{"Command":"Get-MgPrintPrinterJobDocumentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterJobTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterJobTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterJobTaskCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterJobTaskDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterJobTaskTrigger","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterShare","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/printers/{printer-id}/shares/{printerShare-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterShare","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/printers/{printer-id}/shares","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0"},{"Command":"Get-MgPrintPrinterShareCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/shares/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterTaskTrigger","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0"},{"Command":"Get-MgPrintPrinterTaskTrigger","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printers/{printer-id}/taskTriggers","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0"},{"Command":"Get-MgPrintPrinterTaskTriggerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/taskTriggers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintPrinterTaskTriggerDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintService","Uri":"/print/services/{printService-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0"},{"Command":"Get-MgPrintService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintService","Uri":"/print/services","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0"},{"Command":"Get-MgPrintServiceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/services/$count","Variants":["Get"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintServiceEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintServiceEndpoint","Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0"},{"Command":"Get-MgPrintServiceEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintServiceEndpoint","Uri":"/print/services/{printService-id}/endpoints","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0"},{"Command":"Get-MgPrintServiceEndpointCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/services/{printService-id}/endpoints/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintSettings.ReadWrite.All","Description":"Read and write tenant-wide print settings","FullDescription":"Allows the application to read and write tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintSettings.Read.All","Description":"Read tenant-wide print settings","FullDescription":"Allows the application to read tenant-wide print settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.ReadWrite.All","Description":"Read and write print connectors","FullDescription":"Allows the application to read and write print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintConnector.Read.All","Description":"Read print connectors","FullDescription":"Allows the application to read print connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintAlertSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShare","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/shares/{printerShare-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0"},{"Command":"Get-MgPrintShare","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/shares","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0"},{"Command":"Get-MgPrintShareAllowedGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/print/shares/{printerShare-id}/allowedGroups","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0"},{"Command":"Get-MgPrintShareAllowedGroupByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0"},{"Command":"Get-MgPrintShareAllowedGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareAllowedGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareAllowedUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/print/shares/{printerShare-id}/allowedUsers","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0"},{"Command":"Get-MgPrintShareAllowedUserByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0"},{"Command":"Get-MgPrintShareAllowedUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedUsers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareAllowedUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareAllowedUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareAllowedUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/$count","Variants":["Get"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrinterShare.ReadBasic.All","Description":"Read basic information about printer shares","FullDescription":"Allows the application to read basic information about printer shares on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrinterShare.ReadWrite.All","Description":"Read and update printer shares","FullDescription":"Allows the application to read and update printer shares on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrinterShare.Read.All","Description":"Read printer shares","FullDescription":"Allows the application to read printer shares on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/shares/{printerShare-id}/jobs","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0"},{"Command":"Get-MgPrintShareJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadBasic","Description":"Read basic information of your print jobs","FullDescription":"Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadBasic.All","Description":"Read basic information of print jobs","FullDescription":"Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":"Read print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.Read","Description":"Read your print jobs","FullDescription":"Allows the application to read the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJobDocument","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJobDocument","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJobDocumentContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJobDocumentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJobTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJobTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJobTaskCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJobTaskDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintShareJobTaskTrigger","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintSharePrinter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrinter","Uri":"/print/shares/{printerShare-id}/printer","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.Read.All","Description":"Read printers","FullDescription":"Allows the application to read printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintTaskDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0"},{"Command":"Get-MgPrintTaskDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/taskDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0"},{"Command":"Get-MgPrintTaskDefinitionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/taskDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintTaskDefinitionTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0"},{"Command":"Get-MgPrintTaskDefinitionTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0"},{"Command":"Get-MgPrintTaskDefinitionTaskCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrintTaskDefinitionTaskTrigger","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgPrivacySubjectRightsRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/privacy/subjectRightsRequests","Variants":["List"],"CommandAlias":null,"Module":"Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0"},{"Command":"Get-MgPrivacySubjectRightsRequestApprover","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestApprover","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers","Variants":["List"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestApproverByUserPrincipalName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestApproverCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestApproverMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestCollaborator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestCollaborator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators","Variants":["List"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestCollaboratorByUserPrincipalName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestCollaboratorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/privacy/subjectRightsRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestFinalAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0"},{"Command":"Get-MgPrivacySubjectRightsRequestFinalReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0"},{"Command":"Get-MgPrivacySubjectRightsRequestNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["List"],"CommandAlias":null,"Module":"Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0"},{"Command":"Get-MgPrivacySubjectRightsRequestNoteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgPrivacySubjectRightsRequestTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeam","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportAuthenticationMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationMethodsRoot","Uri":"/reports/authenticationMethods","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportAuthenticationMethodUserRegistrationDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserRegistrationDetails","Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0"},{"Command":"Get-MgReportAuthenticationMethodUserRegistrationDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserRegistrationDetails","Uri":"/reports/authenticationMethods/userRegistrationDetails","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0"},{"Command":"Get-MgReportAuthenticationMethodUserRegistrationDetailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/authenticationMethods/userRegistrationDetails/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AuditLog.Read.All","Description":"Read audit log data","FullDescription":"Allows the app to read and query your audit log activities, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLog.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportDailyPrintUsageByPrinter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0"},{"Command":"Get-MgReportDailyPrintUsageByPrinter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/dailyPrintUsageByPrinter","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0"},{"Command":"Get-MgReportDailyPrintUsageByPrinterCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/dailyPrintUsageByPrinter/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportDailyPrintUsageByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/dailyPrintUsageByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0"},{"Command":"Get-MgReportDailyPrintUsageByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/dailyPrintUsageByUser","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0"},{"Command":"Get-MgReportDailyPrintUsageByUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/dailyPrintUsageByUser/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportDeviceConfigurationDeviceActivity","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/deviceConfigurationDeviceActivity","Variants":["Device"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0"},{"Command":"Get-MgReportDeviceConfigurationUserActivity","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/deviceConfigurationUserActivity","Variants":["Device"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0"},{"Command":"Get-MgReportEmailActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getEmailActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0"},{"Command":"Get-MgReportEmailActivityUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getEmailActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportEmailActivityUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getEmailActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportEmailAppUsageAppUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getEmailAppUsageAppsUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportEmailAppUsageUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getEmailAppUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportEmailAppUsageUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getEmailAppUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportEmailAppUsageVersionUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getEmailAppUsageVersionsUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportGroupArchivedPrintJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphArchivedPrintJob","Uri":"/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0"},{"Command":"Get-MgReportM365AppPlatformUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getM365AppPlatformUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportM365AppUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getM365AppUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportM365AppUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getM365AppUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportMailboxUsageDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getMailboxUsageDetail(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0"},{"Command":"Get-MgReportMailboxUsageMailboxCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getMailboxUsageMailboxCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0"},{"Command":"Get-MgReportMailboxUsageQuotaStatusMailboxCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0"},{"Command":"Get-MgReportMailboxUsageStorage","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getMailboxUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0"},{"Command":"Get-MgReportManagedDeviceEnrollmentFailureDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/managedDeviceEnrollmentFailureDetails","Variants":["Detail","Detail1","DetailViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportManagedDeviceEnrollmentTopFailure","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/managedDeviceEnrollmentTopFailures","Variants":["Top","Top1","TopViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportMonthlyPrintUsageByPrinter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportMonthlyPrintUsageByPrinter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintUsageByPrinter","Uri":"/reports/monthlyPrintUsageByPrinter","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0"},{"Command":"Get-MgReportMonthlyPrintUsageByPrinterCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/monthlyPrintUsageByPrinter/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportMonthlyPrintUsageByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/monthlyPrintUsageByUser/{printUsageByUser-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportMonthlyPrintUsageByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintUsageByUser","Uri":"/reports/monthlyPrintUsageByUser","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0"},{"Command":"Get-MgReportMonthlyPrintUsageByUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/monthlyPrintUsageByUser/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportOffice365ActivationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365ActivationCounts","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOffice365ActivationUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365ActivationsUserCounts","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOffice365ActivationUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365ActivationsUserDetail","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0"},{"Command":"Get-MgReportOffice365ActiveUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365ActiveUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOffice365ActiveUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365ActiveUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0"},{"Command":"Get-MgReportOffice365GroupActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365GroupsActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOffice365GroupActivityDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365GroupsActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0"},{"Command":"Get-MgReportOffice365GroupActivityFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365GroupsActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOffice365GroupActivityGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365GroupsActivityGroupCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOffice365GroupActivityStorage","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365GroupsActivityStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0"},{"Command":"Get-MgReportOffice365ServiceUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOffice365ServicesUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOneDriveActivityFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOneDriveActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOneDriveActivityUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOneDriveActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOneDriveActivityUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOneDriveActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0"},{"Command":"Get-MgReportOneDriveUsageAccountCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOneDriveUsageAccountCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOneDriveUsageAccountDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOneDriveUsageAccountDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0"},{"Command":"Get-MgReportOneDriveUsageFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOneDriveUsageFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0"},{"Command":"Get-MgReportOneDriveUsageStorage","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getOneDriveUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0"},{"Command":"Get-MgReportPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartners","Uri":"/reports/partners","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBilling","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBilling","Uri":"/reports/partners/billing","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBillingManifest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingManifest","Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0"},{"Command":"Get-MgReportPartnerBillingManifest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingManifest","Uri":"/reports/partners/billing/manifests","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBillingManifestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/manifests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBillingOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"PartnerBilling.Read.All","Description":"Allows the app to read billing data you have access to.","FullDescription":"Allows the app to read all of billing data from Microsoft for your company's tenant that you have access to. This includes reading billed and unbilled Usage and Invoice reconciliation data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerBilling.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0"},{"Command":"Get-MgReportPartnerBillingOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/operations","Variants":["List"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBillingOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/operations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBillingReconciliation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingReconciliation","Uri":"/reports/partners/billing/reconciliation","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBillingReconciliationBilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBillingReconciliationUnbilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBillingUsage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingAzureUsage","Uri":"/reports/partners/billing/usage","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBillingUsageBilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/usage/billed","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPartnerBillingUsageUnbilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/usage/unbilled","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportPrinterArchivedPrintJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphArchivedPrintJob","Uri":"/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0"},{"Command":"Get-MgReportRelyingPartyDetailedSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRelyingPartyDetailedSummary","Uri":"/reports/getRelyingPartyDetailedSummary(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"Reports.Read.All","Description":"Read all usage reports","FullDescription":"Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0"},{"Command":"Get-MgReportSecurity","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/security","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportSecurityAttackSimulationRepeatOffender","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttackSimulationRepeatOffender","Uri":"/reports/security/getAttackSimulationRepeatOffenders","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0"},{"Command":"Get-MgReportSecurityAttackSimulationTrainingUserCoverage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttackSimulationTrainingUserCoverage","Uri":"/reports/security/getAttackSimulationTrainingUserCoverage","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0"},{"Command":"Get-MgReportSecurityAttackSimulationUserCoverage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttackSimulationUserCoverage","Uri":"/reports/security/getAttackSimulationSimulationUserCoverage","Variants":["Get"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0"},{"Command":"Get-MgReportSharePointActivityFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSharePointActivityFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSharePointActivityPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSharePointActivityPages(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0"},{"Command":"Get-MgReportSharePointActivityUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSharePointActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSharePointActivityUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSharePointActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0"},{"Command":"Get-MgReportSharePointSiteUsageDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSharePointSiteUsageDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0"},{"Command":"Get-MgReportSharePointSiteUsageFileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSharePointSiteUsageFileCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSharePointSiteUsagePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSharePointSiteUsagePages(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0"},{"Command":"Get-MgReportSharePointSiteUsageSiteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSharePointSiteUsageSiteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSharePointSiteUsageStorage","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSharePointSiteUsageStorage(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessActivityUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessActivityUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessDeviceUsageUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessDeviceUsageUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessOrganizerActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessOrganizerActivityUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessParticipantActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessParticipantActivityMinuteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessParticipantActivityUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessPeerToPeerActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0"},{"Command":"Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportTeamActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getTeamsTeamActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0"},{"Command":"Get-MgReportTeamActivityDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getTeamsTeamActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportTeamActivityDistributionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getTeamsTeamActivityDistributionCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0"},{"Command":"Get-MgReportTeamCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getTeamsTeamCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0"},{"Command":"Get-MgReportTeamDeviceUsageDistributionUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportTeamDeviceUsageUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getTeamsDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportTeamDeviceUsageUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getTeamsDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportTeamUserActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getTeamsUserActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0"},{"Command":"Get-MgReportTeamUserActivityUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getTeamsUserActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportTeamUserActivityUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getTeamsUserActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgReportUserArchivedPrintJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphArchivedPrintJob","Uri":"/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0"},{"Command":"Get-MgReportYammerActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getYammerActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0"},{"Command":"Get-MgReportYammerActivityUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getYammerActivityUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportYammerActivityUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getYammerActivityUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0"},{"Command":"Get-MgReportYammerDeviceUsageDistributionUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportYammerDeviceUsageUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getYammerDeviceUsageUserCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0"},{"Command":"Get-MgReportYammerDeviceUsageUserDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getYammerDeviceUsageUserDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0"},{"Command":"Get-MgReportYammerGroupActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getYammerGroupsActivityCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0"},{"Command":"Get-MgReportYammerGroupActivityDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getYammerGroupsActivityDetail(date={date})","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0"},{"Command":"Get-MgReportYammerGroupActivityGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/getYammerGroupsActivityGroupCounts(period='{period}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0"},{"Command":"Get-MgRiskDetection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskDetection","Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0"},{"Command":"Get-MgRiskDetection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskDetection","Uri":"/identityProtection/riskDetections","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0"},{"Command":"Get-MgRiskDetectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskDetections/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRiskyServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyServicePrincipal","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0"},{"Command":"Get-MgRiskyServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyServicePrincipal","Uri":"/identityProtection/riskyServicePrincipals","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0"},{"Command":"Get-MgRiskyServicePrincipalCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRiskyServicePrincipalHistory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRiskyServicePrincipalHistory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0"},{"Command":"Get-MgRiskyServicePrincipalHistoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":"Read all identity risky service principal information","FullDescription":"Allows the app to read all identity risky service principal information for your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRiskyUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyUser","Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0"},{"Command":"Get-MgRiskyUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyUser","Uri":"/identityProtection/riskyUsers","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0"},{"Command":"Get-MgRiskyUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyUsers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRiskyUserHistory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRiskyUserHistory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0"},{"Command":"Get-MgRiskyUserHistoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.Read.All","Description":"Read identity risky user information","FullDescription":"Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleManagement","Uri":"/roleManagement","Variants":["Get"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/directory","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryResourceNamespace","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryResourceNamespace","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/directory/resourceNamespaces","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryResourceNamespaceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/resourceNamespaces/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentPrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentSchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleDefinitionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilitySchedules","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilitySchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/entitlementManagement","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementResourceNamespace","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementResourceNamespace","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/entitlementManagement/resourceNamespaces","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementResourceNamespaceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/resourceNamespaces/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/roleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"},{"Command":"Get-MgRoleManagementEntitlementManagementRoleDefinitionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleDefinitions/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSchemaExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchemaExtension","Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"SchemaExtensions","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0"},{"Command":"Get-MgSchemaExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchemaExtension","Uri":"/schemaExtensions","Variants":["List"],"CommandAlias":null,"Module":"SchemaExtensions","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0"},{"Command":"Get-MgSchemaExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/schemaExtensions/$count","Variants":["Get"],"CommandAlias":null,"Module":"SchemaExtensions","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSearchAcronym","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchAcronym","Uri":"/search/acronyms/{acronym-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0"},{"Command":"Get-MgSearchAcronym","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchAcronym","Uri":"/search/acronyms","Variants":["List"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0"},{"Command":"Get-MgSearchAcronymCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/search/acronyms/$count","Variants":["Get"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSearchBookmark","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchBookmark","Uri":"/search/bookmarks/{bookmark-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0"},{"Command":"Get-MgSearchBookmark","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchBookmark","Uri":"/search/bookmarks","Variants":["List"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0"},{"Command":"Get-MgSearchBookmarkCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/search/bookmarks/$count","Variants":["Get"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSearchEntity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchEntity","Uri":"/search","Variants":["Get"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSearchQna","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchQna","Uri":"/search/qnas/{qna-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0"},{"Command":"Get-MgSearchQna","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchQna","Uri":"/search/qnas","Variants":["List"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0"},{"Command":"Get-MgSearchQnaCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/search/qnas/$count","Variants":["Get"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAlert","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAlert","Uri":"/security/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAlert","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAlert","Uri":"/security/alerts","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAlertCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/alerts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAlertV2","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/alerts_v2/{alert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAlertV2","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/alerts_v2","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAlertV2Count","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/alerts_v2/$count","Variants":["Get1"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityAlert.Read.All","Description":"Read all alerts","FullDescription":"Allows the app to read all security alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulation","Uri":"/security/attackSimulation/simulations/{simulation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulation-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulation","Uri":"/security/attackSimulation/simulations","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationAutomation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulationAutomation","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationAutomation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulationAutomation","Uri":"/security/attackSimulation/simulationAutomations","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationAutomationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/simulationAutomations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationAutomationRun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulationAutomationRun","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationAutomationRun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulationAutomationRun","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationAutomationRunCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/simulations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationEndUserNotification","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndUserNotification","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationEndUserNotification","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndUserNotification","Uri":"/security/attackSimulation/endUserNotifications","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/endusernotification-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationEndUserNotificationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/endUserNotifications/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationEndUserNotificationDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndUserNotificationDetail","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationEndUserNotificationDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndUserNotificationDetail","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationEndUserNotificationDetailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationLandingPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLandingPage","Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/landingpage-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationLandingPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLandingPage","Uri":"/security/attackSimulation/landingPages","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationLandingPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/landingPages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationLandingPageDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLandingPageDetail","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationLandingPageDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLandingPageDetail","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationLandingPageDetailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationLoginPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLoginPage","Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/loginpage-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationLoginPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLoginPage","Uri":"/security/attackSimulation/loginPages","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationLoginPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/loginPages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttackSimulationOperation","Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttackSimulationOperation","Uri":"/security/attackSimulation/operations","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/operations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationPayload","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPayload","Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/payload-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationPayload","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPayload","Uri":"/security/attackSimulation/payloads","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationPayloadCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/payloads/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationTraining","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTraining","Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/training-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationTraining","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTraining","Uri":"/security/attackSimulation/trainings","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationTrainingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/trainings/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationTrainingLanguageDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTrainingLanguageDetail","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/traininglanguagedetail-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityAttackSimulationTrainingLanguageDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTrainingLanguageDetail","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityAttackSimulationTrainingLanguageDetailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.Read.All","Description":"Read attack simulation data of an organization","FullDescription":"Allows the app to read attack simulation and training data for an organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCasesRoot","Uri":"/security/cases","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Uri":"/security/cases/ediscoveryCases","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryIndexOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryIndexOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCaseOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCaseOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSetCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearch","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearch","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryEstimateOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseSettings","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseTagChildTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseTagChildTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-1.0"},{"Command":"Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseTagCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityCaseEdiscoveryCaseTagParent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityDataSecurityAndGovernance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTenantDataSecurityAndGovernance","Uri":"/security/dataSecurityAndGovernance","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityDataSecurityAndGovernanceProtectionScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantdatasecurityandgovernance-list-sensitivitylabels?view=graph-rest-1.0"},{"Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelRight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUsageRightsIncluded","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/rights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabels.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/usagerightsincluded-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabelCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabelRight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUsageRightsIncluded","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}/rights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIdentity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIdentityContainer","Uri":"/security/identities","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIdentityHealthIssue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityIdentityHealthIssue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/healthIssues","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-1.0"},{"Command":"Get-MgSecurityIdentityHealthIssueCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/identities/healthIssues/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesHealth.Read.All","Description":"Read identity security health issues","FullDescription":"Allows the app to read all the identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIdentitySensor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySensor","Uri":"/security/identities/sensors/{sensor-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityIdentitySensor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySensor","Uri":"/security/identities/sensors","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-identitycontainer-list-sensors?view=graph-rest-1.0"},{"Command":"Get-MgSecurityIdentitySensorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/identities/sensors/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIdentitySensorDeploymentAccessKey","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/identities/sensors/getDeploymentAccessKey","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIdentitySensorDeploymentPackageUri","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySensorDeploymentPackage","Uri":"/security/identities/sensors/getDeploymentPackageUri","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesSensors.Read.All","Description":"Read identity security sensors","FullDescription":"Allows the app to read all the identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIdentitySensorHealthIssue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIdentitySensorHealthIssue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/sensors/{sensor-id}/healthIssues","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIdentitySensorHealthIssueCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/identities/sensors/{sensor-id}/healthIssues/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIncident","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIncident","Uri":"/security/incidents/{incident-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityIncident","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIncident","Uri":"/security/incidents","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0"},{"Command":"Get-MgSecurityIncidentAlert","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/incidents/{incident-id}/alerts/{alert-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIncidentAlert","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/incidents/{incident-id}/alerts","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIncidentAlertCommentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIncidentAlertCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/incidents/{incident-id}/alerts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityIncidentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/incidents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIncident.Read.All","Description":"Read security incidents","FullDescription":"Allows the app to read all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityLabelsRoot","Uri":"/security/labels","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelAuthority","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelAuthority","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Uri":"/security/labels/authorities","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelAuthorityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/authorities/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Uri":"/security/labels/categories","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/categories/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelCategorySubcategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelCategorySubcategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelCategorySubcategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelCitation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCitationTemplate","Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelCitation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCitationTemplate","Uri":"/security/labels/citations","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelCitationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/citations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelDepartment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelDepartment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Uri":"/security/labels/departments","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelDepartmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/departments/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelFilePlanReference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelFilePlanReference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Uri":"/security/labels/filePlanReferences","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelFilePlanReferenceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/filePlanReferences/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionEventType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionLabel","Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionLabel","Uri":"/security/labels/retentionLabels","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0"},{"Command":"Get-MgSecurityLabelRetentionLabelCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/retentionLabels/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabelDescriptor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityFilePlanDescriptor","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCitationTemplate","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabelDispositionReviewStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabelDispositionReviewStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySecureScore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecureScore","Uri":"/security/secureScores/{secureScore-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0"},{"Command":"Get-MgSecuritySecureScore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecureScore","Uri":"/security/secureScores","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0"},{"Command":"Get-MgSecuritySecureScoreControlProfile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecureScoreControlProfile","Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0"},{"Command":"Get-MgSecuritySecureScoreControlProfile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecureScoreControlProfile","Uri":"/security/secureScoreControlProfiles","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0"},{"Command":"Get-MgSecuritySecureScoreControlProfileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/secureScoreControlProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySecureScoreCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/secureScores/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.Read.All","Description":"Read your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/security/subjectRightsRequests","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestApprover","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestApprover","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestApproverByUserPrincipalName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestApproverCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestApproverMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestCollaborator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestCollaborator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestCollaboratorByUserPrincipalName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestCollaboratorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/subjectRightsRequests/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestFinalAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0"},{"Command":"Get-MgSecuritySubjectRightsRequestFinalReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0"},{"Command":"Get-MgSecuritySubjectRightsRequestNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestNoteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SubjectRightsRequest.Read.All","Description":"Read data subject requests","FullDescription":"Allows the app to read subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SubjectRightsRequest.ReadWrite.All","Description":"Read and write data subject requests","FullDescription":"Allows the app to read and write subject rights requests on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecuritySubjectRightsRequestTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeam","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/team","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligence","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityThreatIntelligence","Uri":"/security/threatIntelligence","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceArticle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceArticle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/articles","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceArticleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/articles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceArticleIndicator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityArticleIndicator","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceArticleIndicator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityArticleIndicator","Uri":"/security/threatIntelligence/articleIndicators","Variants":["List","List1"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceArticleIndicatorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/articleIndicators/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hosts","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostChildHostPair","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostChildHostPair","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostChildHostPairCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostComponent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostComponent","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostComponent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostComponent","Uri":"/security/threatIntelligence/hostComponents","Variants":["List","List1"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostComponentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hostComponents/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostComponentHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostCookie","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostCookie","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostCookie","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostCookie","Uri":"/security/threatIntelligence/hostCookies","Variants":["List","List1"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostCookieCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hostCookies/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostCookieHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hosts/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPair","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostPair","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hostPairs","Variants":["List","List1"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPairChildHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}/childHost","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPairCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hostPairs/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPairParentHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostParentHostPair","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostParentHostPair","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostParentHostPairCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPassiveDns","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPassiveDns","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostPassiveDnsCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPort","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPort","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostPort","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPort","Uri":"/security/threatIntelligence/hostPorts","Variants":["List","List1"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPortCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hostPorts/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPortHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySslCertificate","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostReputation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostReputation","Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostSslCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Get","Get1","Get2","GetViaIdentity","GetViaIdentity1","GetViaIdentity2"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostSslCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Uri":"/security/threatIntelligence/hostSslCertificates","Variants":["List","List1"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostSslCertificateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostSslCertificateHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostSubdomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostSubdomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostSubdomainCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/subdomains/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostTracker","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostTracker","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceHostTracker","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostTracker","Uri":"/security/threatIntelligence/hostTrackers","Variants":["List","List1"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostTrackerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/trackers/$count","Variants":["Get","Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostTrackerHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceHostWhoi","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisRecord","Uri":"/security/threatIntelligence/hosts/{host-id}/whois","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceIntelProfile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceIntelProfile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Uri":"/security/threatIntelligence/intelProfiles","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceIntelProfileCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/intelProfiles/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceIntelProfileIndicator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceIntelProfileIndicator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligencePassiveDnsRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligencePassiveDnsRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/passiveDnsRecords","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligencePassiveDnsRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/passiveDnsRecords/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceProfileIndicator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceProfileIndicator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelligenceProfileIndicators","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceProfileIndicatorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/intelligenceProfileIndicators/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceSslCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySslCertificate","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceSslCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySslCertificate","Uri":"/security/threatIntelligence/sslCertificates","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceSslCertificateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/sslCertificates/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceSubdomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceSubdomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/subdomains","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceSubdomainCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/subdomains/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceSubdomainHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceVulnerability","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityVulnerability","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceVulnerability","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityVulnerability","Uri":"/security/threatIntelligence/vulnerabilities","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceVulnerabilityArticle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceVulnerabilityArticle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceVulnerabilityComponent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceVulnerabilityComponent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatIntelligence.Read.All","Description":"Read threat intelligence Information","FullDescription":"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIntelligence.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceVulnerabilityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/vulnerabilities/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceWhoisHistoryRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceWhoisHistoryRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisHistoryRecords","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/whoisHistoryRecords/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceWhoisRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisRecord","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceWhoisRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisRecord","Uri":"/security/threatIntelligence/whoisRecords","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0"},{"Command":"Get-MgSecurityThreatIntelligenceWhoisRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/whoisRecords/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceWhoisRecordHistory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceWhoisRecordHistory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityThreatIntelligenceWhoisRecordHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityTrigger","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityTriggersRoot","Uri":"/security/triggers","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityTriggerRetentionEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionEvent","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityTriggerRetentionEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionEvent","Uri":"/security/triggers/retentionEvents","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0"},{"Command":"Get-MgSecurityTriggerRetentionEventCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/triggers/retentionEvents/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityTriggerRetentionEventType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityTriggerType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityTriggerTypesRoot","Uri":"/security/triggerTypes","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSecurityTriggerTypeRetentionEventType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0"},{"Command":"Get-MgSecurityTriggerTypeRetentionEventType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/triggerTypes/retentionEventTypes","Variants":["List"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0"},{"Command":"Get-MgSecurityTriggerTypeRetentionEventTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/triggerTypes/retentionEventTypes/$count","Variants":["Get"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.Read.All","Description":"Read Records Management configuration, labels, and policies","FullDescription":"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServiceAnnouncementHealthOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceHealth","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0"},{"Command":"Get-MgServiceAnnouncementHealthOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceHealth","Uri":"/admin/serviceAnnouncement/healthOverviews","Variants":["List"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0"},{"Command":"Get-MgServiceAnnouncementHealthOverviewCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/healthOverviews/$count","Variants":["Get"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServiceAnnouncementHealthOverviewIssue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceHealthIssue","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServiceAnnouncementHealthOverviewIssue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceHealthIssue","Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues","Variants":["List"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServiceAnnouncementHealthOverviewIssueCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServiceAnnouncementIssue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceHealthIssue","Uri":"/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0"},{"Command":"Get-MgServiceAnnouncementIssue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceHealthIssue","Uri":"/admin/serviceAnnouncement/issues","Variants":["List"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0"},{"Command":"Get-MgServiceAnnouncementIssueCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/issues/$count","Variants":["Get"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServiceAnnouncementMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceUpdateMessage","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0"},{"Command":"Get-MgServiceAnnouncementMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceUpdateMessage","Uri":"/admin/serviceAnnouncement/messages","Variants":["List"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0"},{"Command":"Get-MgServiceAnnouncementMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceAnnouncementAttachment","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0"},{"Command":"Get-MgServiceAnnouncementMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceAnnouncementAttachment","Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0"},{"Command":"Get-MgServiceAnnouncementMessageAttachmentArchive","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0"},{"Command":"Get-MgServiceAnnouncementMessageAttachmentContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0"},{"Command":"Get-MgServiceAnnouncementMessageAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServiceAnnouncementMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/$count","Variants":["Get"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceMessage.Read.All","Description":"Read service messages","FullDescription":"Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalAppManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalAppManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalAppManagementPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalAppRoleAssignedTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalAppRoleAssignedTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalAppRoleAssignedToCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalAppRoleAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalByAppId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals(appId='{appId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalClaimMappingPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphClaimsMappingPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalClaimMappingPolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalClaimMappingPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/$count","Variants":["Get"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalCreatedObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalCreatedObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalCreatedObjectAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalCreatedObjectAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalCreatedObjectCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalDelegatedPermissionClassification","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalDelegatedPermissionClassification","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalDelegatedPermissionClassificationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalEndpointCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalHomeRealmDiscoveryPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberOfAsDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberOfAsDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberOfCountAsDirectoryRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalMemberOfCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOauth2PermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOauth2PermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalOauth2PermissionGrantCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalOwnedObjectAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/application","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/group","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectCountAsApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectCountAsEndpoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/owners","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/servicePrincipals/{servicePrincipal-id}/owners/user","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$ref","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerCountAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerCountAsEndpoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalOwnerCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalRemoteDesktopSecurityConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRemoteDesktopSecurityConfiguration","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetDeviceGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetDeviceGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalRiskDetection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalRiskDetection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Uri":"/identityProtection/servicePrincipalRiskDetections","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalRiskDetectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/servicePrincipalRiskDetections/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskEvent.Read.All","Description":"Read identity risk event information","FullDescription":"Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronization","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationAccessToken","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken","Variants":["Acquire","AcquireExpanded","AcquireViaIdentity","AcquireViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalSynchronizationJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalSynchronizationJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalSynchronizationJobBulkUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationJobBulkUploadContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationJobSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeProvisioning.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":"Read and edit the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read and edit the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.Read.All","Description":"Read the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationSecretCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalSynchronizationTemplateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationTemplateSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.Read.All","Description":"Read all Azure AD synchronization data","FullDescription":"Allows the app to read Azure AD synchronization information, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Synchronization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTokenIssuancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTokenIssuancePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTokenIssuancePolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTokenLifetimePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalTokenLifetimePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalTokenLifetimePolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0"},{"Command":"Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgServicePrincipalTransitiveMemberOfCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareContentTypeBase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareContentTypeBaseTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/$count","Variants":["Get"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/shares/{sharedDriveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"},{"Command":"Get-MgShareDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareItemCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/columns","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeColumnLinkCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeColumnPositionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListContentTypeCompatibleHubContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"},{"Command":"Get-MgShareListContentTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/shares/{sharedDriveItem-id}/list/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/shares/{sharedDriveItem-id}/list/items","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/shares/{sharedDriveItem-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgShareListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/shares/{sharedDriveItem-id}/list/operations","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareListSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSharePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/root","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareRootContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareSharedDriveItemSharedDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedDriveItem","Uri":"/shares/{sharedDriveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"},{"Command":"Get-MgShareSharedDriveItemSharedDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedDriveItem","Uri":"/shares","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgShareSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/shares/{sharedDriveItem-id}/site","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0"},{"Command":"Get-MgSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/sites","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0"},{"Command":"Get-MgSiteActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/sites/{site-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalyticItemActivityStatActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalyticItemActivityStatActivityDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalyticItemActivityStatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalyticLastSevenDay","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteAnalyticTime","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteApplicableContentTypeForList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0"},{"Command":"Get-MgSiteByPath","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}/getByPath(path='{path}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"},{"Command":"Get-MgSiteColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0"},{"Command":"Get-MgSiteContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"},{"Command":"Get-MgSiteContentTypeBase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/base","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeBaseTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"},{"Command":"Get-MgSiteContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"},{"Command":"Get-MgSiteContentTypeColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeColumnLinkCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeColumnPositionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteContentTypeCompatibleHubContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"},{"Command":"Get-MgSiteContentTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/$count","Variants":["Get1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteDefaultDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/sites/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0"},{"Command":"Get-MgSiteDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/drives","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteDriveCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/drives/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteExternalColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/externalColumns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteExternalColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/externalColumns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteExternalColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/externalColumns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPath","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathApplicableContentTypeForList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0"},{"Command":"Get-MgSiteGetByPathColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/getByPath(path='{path}')/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/getByPath(path='{path}')/drives","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathExternalColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/getByPath(path='{path}')/externalColumns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}/getByPath(path='{path}')/sites","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetByPathTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStores","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteGetGraphBPrePathActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0"},{"Command":"Get-MgSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/lists","Variants":["List1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"},{"Command":"Get-MgSiteListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"},{"Command":"Get-MgSiteListColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"},{"Command":"Get-MgSiteListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentTypeColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentTypeColumnLinkCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentTypeColumnPositionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentTypeColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListContentTypeCompatibleHubContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"},{"Command":"Get-MgSiteListContentTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/sites/{site-id}/lists/{list-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"},{"Command":"Get-MgSiteListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"},{"Command":"Get-MgSiteListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"},{"Command":"Get-MgSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"},{"Command":"Get-MgSiteListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"},{"Command":"Get-MgSiteListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"},{"Command":"Get-MgSiteListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/lists/{list-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteListSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/sites/{site-id}/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookFromWebUrl","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCopyNotebookModel","Uri":"/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"},{"Command":"Get-MgSiteOnenoteNotebookRecentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRecentNotebook","Uri":"/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgSiteRecentNotebook","Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0"},{"Command":"Get-MgSiteOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionGroupSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteNotebookSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/operations","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenotePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenotePageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenotePageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenotePageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/sites/{site-id}/onenote/resources","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteResourceContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionGroupSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOnenoteSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0"},{"Command":"Get-MgSiteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"},{"Command":"Get-MgSiteOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0"},{"Command":"Get-MgSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0"},{"Command":"Get-MgSitePageAsSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSitePage","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0"},{"Command":"Get-MgSitePageAsSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSitePage","Uri":"/sites/{site-id}/pages/sitePage","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0"},{"Command":"Get-MgSitePageAsSitePageCanvaLayout","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCanvasLayout","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPart","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVerticalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPart","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageWebPart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageWebPart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPart","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageAsSitePageWebPartCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageCountAsSitePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/sitePage/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWebPartPosition","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Get-MgSitePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0"},{"Command":"Get-MgSitePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"},{"Command":"Get-MgSitePermissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/termStore","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"},{"Command":"Get-MgSiteTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/termStores","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStores/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0"},{"Command":"Get-MgSiteTermStoreGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0"},{"Command":"Get-MgSiteTermStoreGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"},{"Command":"Get-MgSiteTermStoreGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetParentGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"},{"Command":"Get-MgSiteTermStoreGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreGroupSetTermSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0"},{"Command":"Get-MgSiteTermStoreSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"},{"Command":"Get-MgSiteTermStoreSetChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["List","List1","List2","List3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","Get2","Get3","GetViaIdentity","GetViaIdentity1","GetViaIdentity2","GetViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetParentGroupSetTermSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"},{"Command":"Get-MgSiteTermStoreSetRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermChildRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermChildRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermChildRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermChildRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermChildSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["List","List1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermRelationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"TermStore.Read.All","Description":"Read term store data","FullDescription":"Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TermStore.ReadWrite.All","Description":"Read and write term store data","FullDescription":"Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermRelationFromTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermRelationSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermRelationToTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSiteTermStoreSetTermSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBackupRestoreRoot","Uri":"/solutions/backupRestore","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreDriveInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreDriveInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/driveInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreDriveInclusionRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/driveInclusionRules/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreDriveProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreDriveProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/driveProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreDriveProtectionUnitCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/driveProtectionUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Uri":"/solutions/backupRestore/exchangeProtectionPolicies","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeProtectionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxprotectionunitsbulkadditionjobs?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExchangeRestoreSession","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExchangeRestoreSession","Uri":"/solutions/backupRestore/exchangeRestoreSessions","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreMailboxInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreMailboxInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/mailboxInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreMailboxInclusionRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/mailboxInclusionRules/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/mailboxProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreMailboxProtectionUnitCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/mailboxProtectionUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveprotectionunitsbulkadditionjobs?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveRestoreArtifact","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveRestoreArtifact","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifactsbulkadditionrequests?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestorePoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestorePoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/restorePoints","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-restorepoints?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestorePointCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/restorePoints/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestorePointProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProtectionUnitBase","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreProtectionPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/protectionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProtectionUnitBase","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProtectionUnitBase","Uri":"/solutions/backupRestore/protectionUnits","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/driveProtectionUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/driveProtectionUnit","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/mailboxProtectionUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/mailboxProtectionUnit","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/siteProtectionUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/protectionUnits/siteProtectionUnit","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreProtectionUnitCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/protectionUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/protectionUnits/driveProtectionUnit/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/protectionUnits/mailboxProtectionUnit/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/protectionUnits/siteProtectionUnit/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreServiceApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreServiceApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreServiceAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/serviceApps/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestoreSessionBase","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestoreSessionBase","Uri":"/solutions/backupRestore/restoreSessions","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Restore.Read.All","Description":"Read restore sessions","FullDescription":"Allows the app to read restore sessions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":"Read restore sessions and start restore sessions from backups","FullDescription":"Allows the app to restore Microsoft 365 resources from a backed up snapshot, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/restoreSessions/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Restore.Read.All","Description":"Read restore sessions","FullDescription":"Allows the app to read restore sessions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":"Read restore sessions and start restore sessions from backups","FullDescription":"Allows the app to restore Microsoft 365 resources from a backed up snapshot, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Restore.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Uri":"/solutions/backupRestore/sharePointProtectionPolicies","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointProtectionPolicies/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Configuration.Read.All","Description":"Read backup configuration policies","FullDescription":"Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":"Read and edit backup configuration policies","FullDescription":"Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed up, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"BackupRestore-Configuration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/siteprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteprotectionunitsbulkadditionjobs?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnitsBulkAdditionJobs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharePointRestoreSession","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharePointRestoreSession","Uri":"/solutions/backupRestore/sharePointRestoreSessions","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteRestoreArtifact","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteRestoreArtifact","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifactsbulkadditionrequests?view=graph-rest-1.0"},{"Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSiteInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSiteInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/siteInclusionRules","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSiteInclusionRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/siteInclusionRules/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSiteProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSiteProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/siteProtectionUnits","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs","Variants":["List"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSolutionBackupRestoreSiteProtectionUnitCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/siteProtectionUnits/$count","Variants":["Get"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSubscribedSku","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscribedSku","Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0"},{"Command":"Get-MgSubscribedSku","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscribedSku","Uri":"/subscribedSkus","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":"Read organization information","FullDescription":"Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Organization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0"},{"Command":"Get-MgSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"ChangeNotifications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0"},{"Command":"Get-MgSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"ChangeNotifications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0"},{"Command":"Get-MgSubSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}/sites/{site-id1}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgSubSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}/sites","Variants":["List2"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"},{"Command":"Get-MgSubSiteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/sites/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeam","Uri":"/teams/{team-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0"},{"Command":"Get-MgTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeam","Uri":"/teams","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/channels","Variants":["List1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelAllMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelFileFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"File.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelFileFolderContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-allmembers?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelMessageDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelMessageHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelMessageReplyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelMessageReplyDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelMessageReplyHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Read.All","Description":"Read your channel messages","FullDescription":"Allows the app to read a channel's messages in Microsoft Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMessage.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMessage.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelRetainedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelSharedWithTeamAllowedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelSharedWithTeamAllowedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelSharedWithTeamAllowedMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelSharedWithTeamCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/channels/{channel-id}/tabs","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"},{"Command":"Get-MgTeamChannelTabCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.Read.All","Description":"Read tabs in Microsoft Teams.","FullDescription":"Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamChannelTabTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/$count","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamGroupServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/teams/{team-id}/group/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamGroupServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/group/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamIncomingChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/incomingChannels/{channel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamIncomingChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/incomingChannels","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0"},{"Command":"Get-MgTeamIncomingChannelCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/incomingChannels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0"},{"Command":"Get-MgTeamInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/teams/{team-id}/installedApps","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0"},{"Command":"Get-MgTeamInstalledAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamInstalledAppTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamInstalledAppTeamAppDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0"},{"Command":"Get-MgTeamMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0"},{"Command":"Get-MgTeamMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamMember.Read.All","Description":"Read the members of teams","FullDescription":"Read the members of teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/teams/{team-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/teams/{team-id}/permissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForTeam","Description":"Read resource specific permissions granted on a team","FullDescription":"Allows the app to read the resource specific permission granted on the team, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsApp.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0"},{"Command":"Get-MgTeamPermissionGrantCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ResourceSpecificPermissionGrant.ReadForTeam","Description":"Read resource specific permissions granted on a team","FullDescription":"Allows the app to read the resource specific permission granted on the team, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam","Description":"Read installed Teams apps in teams","FullDescription":"Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsApp.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ResourceSpecificPermissionGrant.ReadForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/teams/{team-id}/photo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/photo/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/primaryChannel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0"},{"Command":"Get-MgTeamPrimaryChannelAllMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/allMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelFileFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teams/{team-id}/primaryChannel/filesFolder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelFileFolderContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/allMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessageDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgTeamPrimaryChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessageHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessageReplyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessageReplyDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelMessageReplyHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelSharedWithTeamCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/primaryChannel/tabs","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelTabCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamPrimaryChannelTabTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedule","Uri":"/teams/{team-id}/schedule","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleDayNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDayNote","Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleDayNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDayNote","Uri":"/teams/{team-id}/schedule/dayNotes","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleDayNoteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/dayNotes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleOfferShiftRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleOfferShiftRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/teams/{team-id}/schedule/offerShiftRequests","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleOfferShiftRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/offerShiftRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleOpenShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShift","Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleOpenShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShift","Uri":"/teams/{team-id}/schedule/openShifts","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleOpenShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleOpenShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleOpenShiftChangeRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleOpenShiftCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/openShifts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleSchedulingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleSchedulingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/teams/{team-id}/schedule/schedulingGroups","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleSchedulingGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/schedulingGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphShift","Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphShift","Uri":"/teams/{team-id}/schedule/shifts","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleShiftCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/shifts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleSwapShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleSwapShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleSwapShiftChangeRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-timecards?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleTimeCardCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeCards/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleTimeOff","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOff","Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleTimeOff","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOff","Uri":"/teams/{team-id}/schedule/timesOff","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleTimeOffCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/timesOff/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleTimeOffReason","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleTimeOffReason","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/teams/{team-id}/schedule/timeOffReasons","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleTimeOffReasonCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeOffReasons/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamScheduleTimeOffRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleTimeOffRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/teams/{team-id}/schedule/timeOffRequests","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamScheduleTimeOffRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeOffRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.Read.All","Description":"Read your schedule items","FullDescription":"Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/teams/{team-id}/tags","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamTagCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/tags/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamTagMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamTagMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamTagMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkTag.Read","Description":"Read tags in Teams","FullDescription":"Allows the app to read tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamTemplate","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/template","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamwork","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamwork","Uri":"/teamwork","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Teamwork.Read.All","Description":"Read organizational teamwork settings","FullDescription":"Allows the app to read the teamwork settings of your organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamworkDeletedChat","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamworkDeletedChat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeletedChat","Uri":"/teamwork/deletedChats","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedChatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedChats/$count","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeletedTeam","Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeletedTeam","Uri":"/teamwork/deletedTeams","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0"},{"Command":"Get-MgTeamworkDeletedTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelAllMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelFileFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelFileFolderContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers","Variants":["List","List1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageReplyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageReplyDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelRetainedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-1.0"},{"Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelTabCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamChannelTabTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkDeletedTeamCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/$count","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTeamworkTeamAppSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppSettings","Uri":"/teamwork/teamsAppSettings","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkAppSettings.Read.All","Description":"Read Teams app settings","FullDescription":"Allows the app to read the Teams app settings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkAppSettings.ReadWrite.All","Description":"Read and write Teams app settings","FullDescription":"Allows the app to read and write the Teams app settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamworkWorkforceIntegration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWorkforceIntegration","Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0"},{"Command":"Get-MgTeamworkWorkforceIntegration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWorkforceIntegration","Uri":"/teamwork/workforceIntegrations","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0"},{"Command":"Get-MgTeamworkWorkforceIntegrationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/workforceIntegrations/$count","Variants":["Get"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"WorkforceIntegration.Read.All","Description":"Read workforce integrations","FullDescription":"Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTenantRelationshipDelegatedAdminCustomer","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminCustomer","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Uri":"/tenantRelationships/delegatedAdminCustomers","Variants":["List"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminCustomerCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminCustomers/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails","Variants":["List"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationship","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationship","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Uri":"/tenantRelationships/delegatedAdminRelationships","Variants":["List"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments","Variants":["List"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations","Variants":["List"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests","Variants":["List"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.Read.All","Description":"Read Delegated Admin relationships with customers","FullDescription":"Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgTenantRelationshipMultiTenantOrganization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganization","Uri":"/tenantRelationships/multiTenantOrganization","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord","Uri":"/tenantRelationships/multiTenantOrganization/joinRequest","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipMultiTenantOrganizationTenant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipMultiTenantOrganizationTenant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Uri":"/tenantRelationships/multiTenantOrganization/tenants","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0"},{"Command":"Get-MgTenantRelationshipMultiTenantOrganizationTenantCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/multiTenantOrganization/tenants/$count","Variants":["Get"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadBasic.All","Description":"Read multi-tenant organization basic details and active tenants","FullDescription":"Allows the app to read multi-tenant organization basic details and active tenants on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.Read.All","Description":"Read multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0"},{"Command":"Get-MgUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0"},{"Command":"Get-MgUserActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserActivityCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/activities/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserActivityHistoryItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActivityHistoryItem","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserActivityHistoryItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActivityHistoryItem","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems","Variants":["List"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserActivityHistoryItemActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserActivityHistoryItemCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAgreementAcceptance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAgreementAcceptance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/users/{user-id}/agreementAcceptances","Variants":["List"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AgreementAcceptance.Read","Description":"Read your terms of use acceptance statuses","FullDescription":"Allows the app to read your terms of use acceptance statuses.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AgreementAcceptance.Read.All","Description":"Read all terms of use acceptance statuses","FullDescription":"Allows the app to read terms of use acceptance statuses on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAgreementAcceptanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/agreementAcceptances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AgreementAcceptance.Read","Description":"Read your terms of use acceptance statuses","FullDescription":"Allows the app to read your terms of use acceptance statuses.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AgreementAcceptance.Read.All","Description":"Read all terms of use acceptance statuses","FullDescription":"Allows the app to read terms of use acceptance statuses on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/appRoleAssignments","Variants":["List"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0"},{"Command":"Get-MgUserAppRoleAssignmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/appRoleAssignments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationEmailMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationEmailMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Uri":"/users/{user-id}/authentication/emailMethods","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationEmailMethodCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/emailMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationFido2Method","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFido2AuthenticationMethod","Uri":"/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationFido2Method","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFido2AuthenticationMethod","Uri":"/users/{user-id}/authentication/fido2Methods","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationFido2MethodCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/fido2Methods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationMethod","Uri":"/users/{user-id}/authentication/methods","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationMethodCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/methods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationMicrosoftAuthenticatorMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0"},{"Command":"Get-MgUserAuthenticationMicrosoftAuthenticatorMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0"},{"Command":"Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0"},{"Command":"Get-MgUserAuthenticationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/users/{user-id}/authentication/operations","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationPasswordMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPasswordAuthenticationMethod","Uri":"/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationPasswordMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPasswordAuthenticationMethod","Uri":"/users/{user-id}/authentication/passwordMethods","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationPasswordMethodCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/passwordMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationPhoneMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationPhoneMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Uri":"/users/{user-id}/authentication/phoneMethods","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationPhoneMethodCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/phoneMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationPlatformCredentialMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlatformCredentialAuthenticationMethod","Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationPlatformCredentialMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlatformCredentialAuthenticationMethod","Uri":"/users/{user-id}/authentication/platformCredentialMethods","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationPlatformCredentialMethodCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/platformCredentialMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationPlatformCredentialMethodDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationSoftwareOathMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSoftwareOathAuthenticationMethod","Uri":"/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationSoftwareOathMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSoftwareOathAuthenticationMethod","Uri":"/users/{user-id}/authentication/softwareOathMethods","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationSoftwareOathMethodCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/softwareOathMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationTemporaryAccessPassMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0"},{"Command":"Get-MgUserAuthenticationTemporaryAccessPassMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0"},{"Command":"Get-MgUserAuthenticationTemporaryAccessPassMethodCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationWindowsHelloForBusinessMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0"},{"Command":"Get-MgUserAuthenticationWindowsHelloForBusinessMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods","Variants":["List"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0"},{"Command":"Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":"Read all users' authentication methods","FullDescription":"Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read","Description":"Read your authentication methods.","FullDescription":"Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserById","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/getByIds","Variants":["Get","GetExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},{"Command":"Get-MgUserByUserPrincipalName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0"},{"Command":"Get-MgUserCalendar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendars/{calendar-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCalendar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendars","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCalendarCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/calendars/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCalendarEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/calendars/{calendar-id}/events","Variants":["List1"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCalendarGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarGroup","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCalendarGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarGroup","Uri":"/users/{user-id}/calendarGroups","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCalendarGroupCalendar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read.Shared","Description":"Read calendars you can access","FullDescription":"Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCalendarGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/calendarGroups/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCalendarPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0"},{"Command":"Get-MgUserCalendarPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/users/{user-id}/calendar/calendarPermissions","Variants":["List","List1"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0"},{"Command":"Get-MgUserCalendarPermissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/calendar/calendarPermissions/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCalendarView","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/calendar/calendarView","Variants":["List","List1"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChat","Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.WhereInstalled","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0"},{"Command":"Get-MgUserChat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChat","Uri":"/users/{user-id}/chats","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0"},{"Command":"Get-MgUserChatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/users/{user-id}/chats/{chat-id}/installedApps","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatInstalledAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/installedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatInstalledAppTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatInstalledAppTeamAppDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatLastMessagePreview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/users/{user-id}/chats/{chat-id}/members","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMemberCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/members/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChatMember.Read","Description":"Read the members of chats","FullDescription":"Read the members of chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatMember.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMessageDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserChatMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMessageHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMessage.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMessageReplyCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMessageReplyDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatMessageReplyHostedContentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatPermissionGrantCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatPinnedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatPinnedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatPinnedMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatRetainedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/getAllRetainedMessages","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-1.0"},{"Command":"Get-MgUserChatTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/users/{user-id}/chats/{chat-id}/tabs","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatTabCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/tabs/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserChatTabTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contacts","Variants":["List"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/contacts/{contact-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders","Variants":["List"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders","Variants":["List"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolderContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolderContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts","Variants":["List"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolderContactCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolderContactDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserContactFolderChildFolderContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolderContactExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolderContactExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolderContactPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolderContactPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolderCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderChildFolderDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserContactFolderContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts","Variants":["List"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderContactCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderContactDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserContactFolderContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderContactExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderContactExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderContactPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderContactPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactFolderDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserContactPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contacts/{contact-id}/photo","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserContactPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.Read","Description":"Read your contacts ","FullDescription":"Allows the app to read contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/$count","Variants":["Get"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCreatedObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/createdObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCreatedObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/createdObjects","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCreatedObjectAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCreatedObjectAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/createdObjects/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCreatedObjectCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/createdObjects/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserCreatedObjectCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/createdObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDefaultCalendar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendar","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDefaultCalendarEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/calendar/events","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDefaultDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/delta","Variants":["Delta"],"CommandAlias":null,"Module":"Users.Functions","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserDeviceManagementTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDeviceManagementTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents","Variants":["List"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDeviceManagementTroubleshootingEventCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDirectReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/directReports/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDirectReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/directReports","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDirectReportAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/users/{user-id}/directReports/{directoryObject-id}/orgContact","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDirectReportAsOrgContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrgContact","Uri":"/users/{user-id}/directReports/orgContact","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDirectReportAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/directReports/{directoryObject-id}/user","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDirectReportAsUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/directReports/user","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDirectReportCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/directReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDirectReportCountAsOrgContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/directReports/orgContact/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDirectReportCountAsUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/directReports/user/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Get1","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drives","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveBundle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveBundle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/bundles","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveBundleContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveBundleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/bundles/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveContentTypeBase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveContentTypeBaseType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveContentTypeBaseTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveFollowing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveFollowing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/following","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveFollowingContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveFollowingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/following/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0"},{"Command":"Get-MgUserDriveItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemAnalyticItemActivityStatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemAnalyticLastSevenDay","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemAnalyticTime","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserDriveItemItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemPermissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemThumbnailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors","Variants":["List","List1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/columns","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeColumnCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeColumnLinkCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeColumnPosition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeColumnPositionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeColumnSourceColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListContentTypeCompatibleHubContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"},{"Command":"Get-MgUserDriveListContentTypeCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drives/{drive-id}/list/drive","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/users/{user-id}/drives/{drive-id}/list/operations","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveListSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0"},{"Command":"Get-MgUserDriveRootAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootAnalyticItemActivityStatCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootAnalyticLastSevenDay","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootAnalyticTime","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/allTime","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/children","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootChildCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/children/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/delta","Variants":["Delta","Delta1","DeltaViaIdentity","DeltaViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserDriveRootItemLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootLastModifiedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemActivityByInterval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/analytics","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemCreatedByUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceProvisioningError","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemDocumentSetVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootPermissionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootSubscriptionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootThumbnailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/versions","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveRootVersionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/versions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveSpecial","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveSpecial","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/special","Variants":["List"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveSpecialContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserDriveSpecialCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/special/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events/{event-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEventAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEventAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/events/{event-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEventAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEventCalendar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/events/{event-id}/calendar","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEventCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEventDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":"Get-MgUserCalendarEventDelta","Module":"Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserEventExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEventExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/events/{event-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEventExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEventInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events/{event-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Read basic details of your calendars","FullDescription":"Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadBasic","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserEventInstanceDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events/{event-id}/instances/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserFollowedSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/users/{user-id}/followedSites/{site-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserFollowedSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/users/{user-id}/followedSites","Variants":["List"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserFollowedSiteCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/followedSites/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInferenceClassification","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInferenceClassification","Uri":"/users/{user-id}/inferenceClassification","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInferenceClassificationOverride","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInferenceClassificationOverride","Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInferenceClassificationOverride","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInferenceClassificationOverride","Uri":"/users/{user-id}/inferenceClassification/overrides","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInferenceClassificationOverrideCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/inferenceClassification/overrides/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemInsights","Uri":"/users/{user-id}/insights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightShared","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedInsight","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightShared","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedInsight","Uri":"/users/{user-id}/insights/shared","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightSharedCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights/shared/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightSharedLastSharedMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightSharedResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightTrending","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTrending","Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightTrending","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTrending","Uri":"/users/{user-id}/insights/trending","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightTrendingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights/trending/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightTrendingResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights/trending/{trending-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightUsed","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUsedInsight","Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightUsed","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUsedInsight","Uri":"/users/{user-id}/insights/used","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightUsedCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights/used/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserInsightUsedResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights/used/{usedInsight-id}/resource","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserJoinedTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeam","Uri":"/users/{user-id}/joinedTeams","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserLicenseDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLicenseDetails","Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserLicenseDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLicenseDetails","Uri":"/users/{user-id}/licenseDetails","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserLicenseDetailCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/licenseDetails/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"LicenseAssignment.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserLicenseDetailTeamLicensingDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsLicensingDetails","Uri":"/users/{user-id}/licenseDetails/getTeamsLicensingDetails","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0"},{"Command":"Get-MgUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/mailboxSettings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserMailFolderChildFolderMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderChildFolderMessageRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserMailFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessageAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessageDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserMailFolderMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessageExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessageExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessageRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessageRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailFolderMessageRuleCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMailTip","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailTips","Uri":"/users/{user-id}/getMailTips","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.Read.Shared","Description":"Read mail you can access","FullDescription":"Allows the app to read mail you can access, including shared mail.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0"},{"Command":"Get-MgUserManagedAppDiagnosticStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppDiagnosticStatus","Uri":"/users/{user-id}/getManagedAppDiagnosticStatuses","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users.Functions","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedAppPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/users/{user-id}/getManagedAppPolicies","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users.Functions","Permissions":[{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedAppRegistration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedAppRegistration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/users/{user-id}/managedAppRegistrations","Variants":["List"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedAppRegistrationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedAppRegistrations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/users/{user-id}/managedDevices","Variants":["List"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceCompliancePolicyState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceCompliancePolicyState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["List"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceCompliancePolicyStateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceConfigurationState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceConfigurationState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["List"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceConfigurationStateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceLogCollectionRequestCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceLogCollectionResponse","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceLogCollectionResponse","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["List"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/users","Variants":["List"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceWindowsProtectionState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsProtectionState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["List"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserManagedDeviceWithAppFailure","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/getManagedDevicesWithAppFailures","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users.Functions","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0"},{"Command":"Get-MgUserManager","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/manager","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0"},{"Command":"Get-MgUserManagerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/manager/$ref","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0"},{"Command":"Get-MgUserMemberGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/getMemberGroups","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},{"Command":"Get-MgUserMemberObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/getMemberObjects","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Device.Read.All","Description":"Read all devices","FullDescription":"Allows the app to read devices' configuration information on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},{"Command":"Get-MgUserMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/memberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/memberOf","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgUserMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/memberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMemberOfAsDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMemberOfAsDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/users/{user-id}/memberOf/directoryRole","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/memberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgUserMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/memberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0"},{"Command":"Get-MgUserMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/memberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMemberOfCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/memberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMemberOfCountAsDirectoryRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/memberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMemberOfCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/memberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/messages/{message-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMessageAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMessageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMessageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMessageDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic","Description":"Read user basic mail","FullDescription":"Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMessageExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/messages/{message-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserMessageExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOauth2PermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOauth2PermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/users/{user-id}/oauth2PermissionGrants","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0"},{"Command":"Get-MgUserOauth2PermissionGrantCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/oauth2PermissionGrants/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/users/{user-id}/onenote","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookFromWebUrl","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCopyNotebookModel","Uri":"/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl","Variants":["Get","GetExpanded","GetViaIdentity","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"},{"Command":"Get-MgUserOnenoteNotebookRecentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRecentNotebook","Uri":"/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})","Variants":["Get","GetViaIdentity"],"CommandAlias":"Get-MgUserOnenoteRecentNotebook","Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0"},{"Command":"Get-MgUserOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionGroupSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteNotebookSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/operations","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteOperationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/operations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenotePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenotePageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenotePageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenotePageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/users/{user-id}/onenote/resources","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteResourceContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/resources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups","Variants":["List","List1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSectionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionGroupSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["List"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionPageCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Read","Description":"Read your OneNote notebooks","FullDescription":"Allows the app to read OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.Read.All","Description":"Read all OneNote notebooks that you can access","FullDescription":"Allows the app to read all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionPageParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionPageParentSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionParentNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnenoteSectionParentSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeeting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnlineMeeting","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}","Variants":["Get","Get1","GetExpanded","GetViaIdentity","GetViaIdentity1","GetViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeeting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnlineMeeting","Uri":"/users/{user-id}/onlineMeetings","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingAttendanceReportCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingAttendeeReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingArtifact.Read.All","Description":"Read user's online meeting artifacts","FullDescription":"Allows the app to read online meeting artifacts on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingArtifact.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingRecording","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":"Get-MgAllUserOnlineMeetingRecording","Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingRecording.Read.All","Description":"Read all recordings of online meetings.","FullDescription":"Allows the app to read all recordings of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0"},{"Command":"Get-MgUserOnlineMeetingRecording","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings","Variants":["List"],"CommandAlias":"Get-MgAllUserOnlineMeetingRecording","Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingRecording.Read.All","Description":"Read all recordings of online meetings.","FullDescription":"Allows the app to read all recordings of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingRecordingContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingRecording.Read.All","Description":"Read all recordings of online meetings.","FullDescription":"Allows the app to read all recordings of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingRecordingCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingRecording.Read.All","Description":"Read all recordings of online meetings.","FullDescription":"Allows the app to read all recordings of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingRecordingDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingRecording.Read.All","Description":"Read all recordings of online meetings.","FullDescription":"Allows the app to read all recordings of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingRecording.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingTranscript","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":"Get-MgAllUserOnlineMeetingTranscript","Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0"},{"Command":"Get-MgUserOnlineMeetingTranscript","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts","Variants":["List"],"CommandAlias":"Get-MgAllUserOnlineMeetingTranscript","Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"},{"Command":"Get-MgUserOnlineMeetingTranscriptContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0"},{"Command":"Get-MgUserOnlineMeetingTranscriptCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingTranscriptDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOnlineMeetingTranscriptMetadataContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetingTranscript.Read.All","Description":"Read all transcripts of online meetings.","FullDescription":"Allows the app to read all transcripts of online meetings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OnlineMeetingTranscript.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0"},{"Command":"Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"VirtualAppointment.Read","Description":"Read your virtual appointments ","FullDescription":"Allows the app to read virtual appointments on your behalf.  ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualAppointment.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualAppointment.ReadWrite","Description":"Read and write your virtual appointments","FullDescription":"Allows the app to read and write virtual appointments on your behalf.  ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"OnlineMeetings.Read","Description":"Read your online meetings","FullDescription":"Allows the app to read online meeting details on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0"},{"Command":"Get-MgUserOutlookMasterCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOutlookCategory","Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOutlookMasterCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOutlookCategory","Uri":"/users/{user-id}/outlook/masterCategories","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOutlookMasterCategoryCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/outlook/masterCategories/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":"Read your mailbox settings","FullDescription":"Allows the app to read your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/ownedDevices","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDeviceAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDeviceAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/ownedDevices/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDeviceAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDeviceAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/ownedDevices/device","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDeviceAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDeviceAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/ownedDevices/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDeviceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/ownedDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDeviceCountAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/ownedDevices/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDeviceCountAsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/ownedDevices/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedDeviceCountAsEndpoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/ownedDevices/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/ownedObjects","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObjectAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/application","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObjectAsApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/users/{user-id}/ownedObjects/application","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObjectAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObjectAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/ownedObjects/group","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObjectAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObjectAsServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/users/{user-id}/ownedObjects/servicePrincipal","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObjectCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/ownedObjects/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObjectCountAsApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/ownedObjects/application/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObjectCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/ownedObjects/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserOwnedObjectCountAsServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/ownedObjects/servicePrincipal/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserPerson","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPerson","Uri":"/users/{user-id}/people/{person-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"People","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserPerson","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPerson","Uri":"/users/{user-id}/people","Variants":["List"],"CommandAlias":null,"Module":"People","Permissions":[{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":"Read all users' relevant people lists","FullDescription":"Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserPersonCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/people/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"People","Permissions":[{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"People.Read","Description":"Read your relevant people list","FullDescription":"Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"People.Read.All","Description":"Read all users' relevant people lists","FullDescription":"Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization's directory, and people from recent communications.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/photo","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/photos","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/photo/$value","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ProfilePhoto.Read.All","Description":"Read profile photo of a user or group","FullDescription":"Allows the app to read all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserPlanner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerUser","Uri":"/users/{user-id}/planner","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserPlannerPlan","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/users/{user-id}/planner/plans","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserPlannerTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/users/{user-id}/planner/tasks","Variants":["List"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserPresence","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPresence","Uri":"/users/{user-id}/presence","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Presence.Read","Description":"Read your presence information","FullDescription":"Allows the app to read your presence information on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Presence.Read.All","Description":"Read presence information of all users in your organization","FullDescription":"Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0"},{"Command":"Get-MgUserRegisteredDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/registeredDevices","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDeviceAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDeviceAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/registeredDevices/appRoleAssignment","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDeviceAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/device","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDeviceAsDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/registeredDevices/device","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDeviceAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDeviceAsEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/users/{user-id}/registeredDevices/endpoint","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDeviceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/registeredDevices/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDeviceCountAsAppRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/registeredDevices/appRoleAssignment/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDeviceCountAsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/registeredDevices/device/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserRegisteredDeviceCountAsEndpoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/registeredDevices/endpoint/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserScopedRoleMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserScopedRoleMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/users/{user-id}/scopedRoleMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserScopedRoleMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/scopedRoleMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserSettings","Uri":"/users/{user-id}/settings","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingItemInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserInsightsSettings","Uri":"/users/{user-id}/settings/itemInsights","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingShiftPreference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphShiftPreferences","Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserShiftPreferences.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserShiftPreferences.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0"},{"Command":"Get-MgUserSettingStorage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserStorage","Uri":"/users/{user-id}/settings/storage","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingStorageQuota","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedStorageQuota","Uri":"/users/{user-id}/settings/storage/quota","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingStorageQuotaService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingStorageQuotaService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Uri":"/users/{user-id}/settings/storage/quota/services","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingStorageQuotaServiceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings/storage/quota/services/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingWindows","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsSetting","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingWindows","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsSetting","Uri":"/users/{user-id}/settings/windows","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingWindowsCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings/windows/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingWindowsInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsSettingInstance","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingWindowsInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsSettingInstance","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSettingWindowsInstanceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserWindowsSettings.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSponsor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/sponsors/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserSponsor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/sponsors","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0"},{"Command":"Get-MgUserSponsorCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/sponsors/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTeamwork","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserTeamwork","Uri":"/users/{user-id}/teamwork","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"UserTeamwork.Read","Description":"Read your teamwork settings.","FullDescription":"Allows the app to read your teamwork settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserTeamwork.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0"},{"Command":"Get-MgUserTeamworkAssociatedTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAssociatedTeamInfo","Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Get","Get1","GetViaIdentity","GetViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTeamworkAssociatedTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAssociatedTeamInfo","Uri":"/users/{user-id}/teamwork/associatedTeams","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTeamworkAssociatedTeamCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/teamwork/associatedTeams/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTeamworkInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0"},{"Command":"Get-MgUserTeamworkInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Uri":"/users/{user-id}/teamwork/installedApps","Variants":["List"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0"},{"Command":"Get-MgUserTeamworkInstalledAppChat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChat","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0"},{"Command":"Get-MgUserTeamworkInstalledAppCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/teamwork/installedApps/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadForUser","Description":"Read your installed Teams apps","FullDescription":"Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTeamworkInstalledAppTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTeamworkInstalledAppTeamAppDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTodoTaskList","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTodoTaskList","Uri":"/users/{user-id}/todo/lists","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoListCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoListDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTodoTaskList","Uri":"/users/{user-id}/todo/lists/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserTodoListExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoListExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoListExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTodoTask","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTodoTask","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachmentBase","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachmentBase","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskAttachmentContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskAttachmentCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskAttachmentSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachmentSession","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskAttachmentSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachmentSession","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskAttachmentSessionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskAttachmentSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskChecklistItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChecklistItem","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskChecklistItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChecklistItem","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskChecklistItemCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskDelta","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTodoTask","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta","Variants":["Delta","DeltaViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0"},{"Command":"Get-MgUserTodoTaskExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtension","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskExtensionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskLinkedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLinkedResource","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskLinkedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLinkedResource","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTodoTaskLinkedResourceCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/users/{user-id}/transitiveMemberOf","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0"},{"Command":"Get-MgUserTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOfAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/users/{user-id}/transitiveMemberOf/administrativeUnit","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOfAsDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOfAsDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/users/{user-id}/transitiveMemberOf/directoryRole","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOfAsGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/users/{user-id}/transitiveMemberOf/group","Variants":["List"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOfCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/transitiveMemberOf/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":"Read group memberships","FullDescription":"Allows the app to list groups, read basic group properties and read membership of all your groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"GroupMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/transitiveMemberOf/administrativeUnit/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOfCountAsDirectoryRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/transitiveMemberOf/directoryRole/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgUserTransitiveMemberOfCountAsGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/transitiveMemberOf/group/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEvent","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Get1","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEvent","Uri":"/solutions/virtualEvents/events","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/$count","Variants":["Get"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventPresenterCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventSessionAttendanceReportCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventTownhall","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventTownhall","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventTownhallByUserIdAndRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-getbyuseridandrole?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventTownhallByUserRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-getbyuserrole?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventTownhallCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/$count","Variants":["Get"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventTownhallPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventTownhallPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventTownhallPresenterCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventTownhallSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventTownhallSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventTownhallSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventTownhallSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventTownhallSessionAttendanceReportCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventTownhallSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarByUserIdAndRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarByUserRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars/getByUserRole(role='{role}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/$count","Variants":["Get"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarPresenterCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarRegistration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"VirtualEventRegistration-Anon.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarRegistration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarRegistrationByEmail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarRegistrationByUserId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarRegistrationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarRegistrationConfigurationQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarRegistrationConfigurationQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarRegistrationCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarRegistrationSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarRegistrationSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarRegistrationSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["List"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0"},{"Command":"Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarSessionAttendanceReportCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Get-MgVirtualEventWebinarSessionCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count","Variants":["Get","GetViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.Read","Description":"Read your virtual events","FullDescription":"Allows the app to read virtual events created by the you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEvent.Read.All","Description":"Read your virtual events","FullDescription":"Allows the app to read all virtual events without a signed-in user","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Grant-MgBetaDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaGroupDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaGroupDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaGroupDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaGroupDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaGroupDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaGroupDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaGroupSiteListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaGroupSiteListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaGroupSitePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaShareListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaSharePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/permission/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaSiteListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaSiteListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaSitePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaUserDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaUserDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaUserDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaUserDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaUserDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgBetaUserDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta"},{"Command":"Grant-MgDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"},{"Command":"Grant-MgDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"},{"Command":"Grant-MgGroupDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"},{"Command":"Grant-MgGroupDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"},{"Command":"Grant-MgGroupSitePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"},{"Command":"Grant-MgSharePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/permission/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"},{"Command":"Grant-MgSitePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"},{"Command":"Grant-MgUserDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"},{"Command":"Grant-MgUserDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant","Variants":["Grant","GrantExpanded","GrantViaIdentity","GrantViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"},{"Command":"Hide-MgBetaChatForUser","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/hideForUser","Variants":["Hide","HideExpanded","HideViaIdentity","HideViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta"},{"Command":"Hide-MgBetaUserChatForUser","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/hideForUser","Variants":["Hide","HideExpanded","HideViaIdentity","HideViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta"},{"Command":"Hide-MgChatForUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/hideForUser","Variants":["Hide","HideExpanded","HideViaIdentity","HideViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0"},{"Command":"Hide-MgUserChatForUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/hideForUser","Variants":["Hide","HideExpanded","HideViaIdentity","HideViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0"},{"Command":"Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedAppleDeviceIdentityResult","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgBetaDeviceManagementImportedDeviceIdentityList","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedDeviceIdentityResult","Uri":"/deviceManagement/importedDeviceIdentities/importDeviceIdentityList","Variants":["Import","ImportExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/import","Variants":["Import","ImportExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntent","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies","Variants":["Import","ImportViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntent","Uri":"/deviceManagement/templates/importOffice365DeviceConfigurationPolicies","Variants":["Import"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions","Variants":["Import","ImportExpanded","ImportViaIdentity","ImportViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/import","Variants":["Import","ImportExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0"},{"Command":"Initialize-MgBetaComplianceEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaDeviceManagementComanagedDeviceEsim","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Initialize-MgBetaDeviceManagementManagedDeviceEsim","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Initialize-MgBetaEducationClassAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaEducationMeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaEducationUserAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaIdentityGovernanceLifecycleWorkflow","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Activate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Activate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaSolutionBackupRestoreProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":"Initialize-MgBetaBackupRestoreProtectionPolicy","Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaSolutionBackupRestoreServiceApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"CommandAlias":"Initialize-MgBetaBackupRestoreServiceApp","Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaSolutionBackupRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestoreSessionBase","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":"Initialize-MgBetaBackupRestoreSession","Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaUserAuthenticationHardwareOathMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathauthenticationmethod-activate?view=graph-rest-beta"},{"Command":"Initialize-MgBetaUserManagedDeviceEsim","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Initialize-MgEducationClassAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0"},{"Command":"Initialize-MgEducationMeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0"},{"Command":"Initialize-MgEducationUserAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0"},{"Command":"Initialize-MgIdentityGovernanceLifecycleWorkflow","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.Activate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.Activate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0"},{"Command":"Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0"},{"Command":"Initialize-MgSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0"},{"Command":"Initialize-MgSolutionBackupRestoreProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":"Initialize-MgBackupRestoreProtectionPolicy","Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-1.0"},{"Command":"Initialize-MgSolutionBackupRestoreServiceApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}/activate","Variants":["Activate","ActivateExpanded","ActivateViaIdentity","ActivateViaIdentityExpanded"],"CommandAlias":"Initialize-MgBackupRestoreServiceApp","Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-1.0"},{"Command":"Initialize-MgSolutionBackupRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestoreSessionBase","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate","Variants":["Activate","ActivateViaIdentity"],"CommandAlias":"Initialize-MgBackupRestoreSession","Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-1.0"},{"Command":"Invoke-MgAbortPrintPrinterJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/abort","Variants":["Abort","AbortExpanded","AbortViaIdentity","AbortViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0"},{"Command":"Invoke-MgAbortPrintShareJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/abort","Variants":["Abort","AbortExpanded","AbortViaIdentity","AbortViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0"},{"Command":"Invoke-MgAcceptGroupEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/accept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0"},{"Command":"Invoke-MgAcceptGroupEventTentatively","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/tentativelyAccept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0"},{"Command":"Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations","Variants":["Accept","AcceptViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0"},{"Command":"Invoke-MgAcceptUserEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/accept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0"},{"Command":"Invoke-MgAcceptUserEventTentatively","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/tentativelyAccept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0"},{"Command":"Invoke-MgAndSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance","Variants":["And","AndExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-1.0"},{"Command":"Invoke-MgAndSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-1.0"},{"Command":"Invoke-MgAnswerCommunicationCall","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/answer","Variants":["Answer","AnswerExpanded","AnswerViaIdentity","AnswerViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0"},{"Command":"Invoke-MgArchiveGroupTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0"},{"Command":"Invoke-MgArchiveGroupTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0"},{"Command":"Invoke-MgArchiveGroupTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0"},{"Command":"Invoke-MgArchiveServiceAnnouncementMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/archive","Variants":["Archive","ArchiveExpanded"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0"},{"Command":"Invoke-MgArchiveTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0"},{"Command":"Invoke-MgArchiveTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0"},{"Command":"Invoke-MgArchiveTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0"},{"Command":"Invoke-MgArchiveTeamworkDeletedTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0"},{"Command":"Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy","Variants":["As","AsViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgAvailableDirectoryFederationConfigurationProviderType","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/federationConfigurations/availableProviderTypes","Variants":["Available"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0"},{"Command":"Invoke-MgAvailableIdentityProviderType","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/identityProviders/availableProviderTypes","Variants":["Available"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0"},{"Command":"Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions","Variants":["Batch","BatchExpanded","BatchViaIdentity","BatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0"},{"Command":"Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding","Variants":["Begin","BeginViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0"},{"Command":"Invoke-MgBetaAbortPrintPrinterJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/abort","Variants":["Abort","AbortExpanded","AbortViaIdentity","AbortViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAbortPrintPrinterShareJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort","Variants":["Abort","AbortExpanded","AbortViaIdentity","AbortViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAbortPrintShareJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/abort","Variants":["Abort","AbortExpanded","AbortViaIdentity","AbortViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAcceptGroupEvent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/accept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAcceptGroupEventTentatively","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/tentativelyAccept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations","Variants":["Accept","AcceptViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations","Variants":["Accept","AcceptViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAcceptUserEvent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/accept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAcceptUserEventTentatively","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/tentativelyAccept","Variants":["Accept","AcceptExpanded","AcceptViaIdentity","AcceptViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice","Variants":["Account","AccountViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice","Variants":["Account","AccountViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment","Variants":["Allow","AllowViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment","Variants":["Allow","AllowViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAndInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Uri":"/informationProtection/sensitivityLabels/computeRightsAndInheritance","Variants":["And","AndExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Uri":"/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAndSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance","Variants":["And","AndExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAndSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAndUserInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphComputeRightsAndInheritanceResult","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeRightsAndInheritance","Variants":["And","AndExpanded","AndViaIdentity","AndViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic","ApiVersion":"beta","OutputType":"IMicrosoftGraphPowerliftIncidentMetadata","Uri":"/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')","Variants":["App","AppViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic","ApiVersion":"beta","OutputType":"IMicrosoftGraphPowerliftIncidentMetadata","Uri":"/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')","Variants":["App","AppViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaAppUserManagedDeviceDiagnostic","ApiVersion":"beta","OutputType":"IMicrosoftGraphPowerliftIncidentMetadata","Uri":"/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')","Variants":["App","AppViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaArchiveGroupPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveGroupSite","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/archive","Variants":["Archive","ArchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveGroupSiteGetByPath","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/archive","Variants":["Archive","ArchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveGroupTeam","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveGroupTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveGroupTeamPrimaryChannel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchivePlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveServiceAnnouncementMessage","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/archive","Variants":["Archive","ArchiveExpanded"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveSite","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/archive","Variants":["Archive","ArchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Archive.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Archive.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveSiteGetByPath","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/getByPath(path='{path}')/archive","Variants":["Archive","ArchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveTeam","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveTeamPrimaryChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveTeamworkDeletedTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaArchiveUserPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/planner/plans/{plannerPlan-id}/archive","Variants":["Archive","ArchiveExpanded","ArchiveViaIdentity","ArchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryTag","Uri":"/compliance/ediscovery/cases/{case-id}/tags/asHierarchy","Variants":["As","AsViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy","Variants":["As","AsViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')","Variants":["Assigned","AssignedViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType","ApiVersion":"beta","OutputType":null,"Uri":"/directory/federationConfigurations/availableProviderTypes","Variants":["Available"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta"},{"Command":"Invoke-MgBetaAvailableIdentityProviderType","ApiVersion":"beta","OutputType":null,"Uri":"/identity/identityProviders/availableProviderTypes","Variants":["Available"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityProvider.Read.All","Description":"Read identity providers","FullDescription":"Allows the app to read your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta"},{"Command":"Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions","Variants":["Batch","BatchExpanded","BatchViaIdentity","BatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions","Variants":["Batch","BatchExpanded","BatchViaIdentity","BatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer","Variants":["Buffer","BufferExpanded","BufferViaIdentity","BufferViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt","ApiVersion":"beta","OutputType":"IMicrosoftGraphBufferEncryptionResult","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer","Variants":["Buffer","BufferExpanded","BufferViaIdentity","BufferViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaBufferInformationProtectionDecrypt","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/decryptBuffer","Variants":["Buffer","BufferExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaBufferInformationProtectionEncrypt","ApiVersion":"beta","OutputType":"IMicrosoftGraphBufferEncryptionResult","Uri":"/informationProtection/encryptBuffer","Variants":["Buffer","BufferExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaBufferUserInformationProtectionDecrypt","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/decryptBuffer","Variants":["Buffer","BufferExpanded","BufferViaIdentity","BufferViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaBufferUserInformationProtectionEncrypt","ApiVersion":"beta","OutputType":"IMicrosoftGraphBufferEncryptionResult","Uri":"/users/{user-id}/informationProtection/encryptBuffer","Variants":["Buffer","BufferExpanded","BufferViaIdentity","BufferViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCalendarGroupCalendar","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')","Variants":["Calendar","CalendarViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')","Variants":["Calendar","Calendar1","CalendarViaIdentity","CalendarViaIdentity1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCheckinDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckinDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckinGroupDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckinGroupDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckinUserDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckinUserDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckoutDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckoutDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckoutGroupDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckoutGroupDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckoutUserDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCheckoutUserDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice","Variants":["Clean","CleanExpanded","CleanViaIdentity","CleanViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice","Variants":["Clean","CleanExpanded","CleanViaIdentity","CleanViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCleanUserManagedDeviceWindowsDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice","Variants":["Clean","CleanExpanded","CleanViaIdentity","CleanViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaClockGroupTeamScheduleTimeCardIn","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/clockIn","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta"},{"Command":"Invoke-MgBetaClockGroupTeamScheduleTimeCardOut","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/clockOut","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta"},{"Command":"Invoke-MgBetaClockTeamScheduleTimeCardIn","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/clockIn","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta"},{"Command":"Invoke-MgBetaClockTeamScheduleTimeCardOut","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCommentSecurityAlert","ApiVersion":"beta","OutputType":null,"Uri":"/security/alerts_v2/{alert-id}/comments/$count","Variants":["Comment","CommentViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelInheritance","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelSublabelInheritance","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaComputeInformationProtectionSensitivityLabelInheritance","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/informationProtection/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaComputeInformationProtectionSensitivityLabelSublabelInheritance","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaComputeSecurityDataSecurityAndGovernanceProtectionScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicyTenantScope","Uri":"/security/dataSecurityAndGovernance/protectionScopes/compute","Variants":["Compute","ComputeExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ProtectionScopes.Compute.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProtectionScopes.Compute.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaComputeSecurityDataSecurityAndGovernanceSensitivityLabelInheritance","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaComputeSecurityDataSecurityAndGovernanceSensitivityLabelSublabelInheritance","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelInheritance","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelSublabelInheritance","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta"},{"Command":"Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataSharingConsent","Uri":"/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing","Variants":["Consent","ConsentViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaCreationUserAuthenticationFido2MethodOption","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebauthnCredentialCreationOptions","Uri":"/users/{user-id}/authentication/fido2Methods/creationOptions(challengeTimeoutInMinutes=@challengeTimeoutInMinutes)","Variants":["Creation","CreationViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthMethod-Passkey.Read.All","Description":"Read all users' passkey authentication methods","FullDescription":"Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/fido2authenticationmethod-creationoptions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaCrossNetworkAccessReportTenantAccessReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessCrossTenantAccess","Uri":"/networkAccess/reports/crossTenantAccessReport(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Cross","CrossViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDeactivateEducationClassAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDeactivateEducationMeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDeactivateEducationUserAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathauthenticationmethod-deactivate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDeclineGroupEvent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/decline","Variants":["Decline","DeclineExpanded","DeclineViaIdentity","DeclineViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDeclineUserEvent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/decline","Variants":["Decline","DeclineExpanded","DeclineViaIdentity","DeclineViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision","Variants":["Deprovision","DeprovisionExpanded","DeprovisionViaIdentity","DeprovisionViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDeprovisionDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deprovision","Variants":["Deprovision","DeprovisionExpanded","DeprovisionViaIdentity","DeprovisionViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDeprovisionUserManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deprovision","Variants":["Deprovision","DeprovisionExpanded","DeprovisionViaIdentity","DeprovisionViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDescendantPlace","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlace","Uri":"/places/{place-id}/descendants","Variants":["Descendant","DescendantViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Place.Read.All","Description":"Read all company places","FullDescription":"Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Place.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDetermineTeamworkIfInteractionIsAllowed","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/determineIfInteractionIsAllowed","Variants":["Determine","DetermineExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-determineifinteractionisallowed?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDismissAuditLogSignIn","ApiVersion":"beta","OutputType":null,"Uri":"/auditLogs/signIns/dismiss","Variants":["Dismiss","DismissExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-dismiss?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDismissDirectoryImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/impactedResources/{impactedResource-id}/dismiss","Variants":["Dismiss","DismissExpanded","DismissViaIdentity","DismissViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDismissDirectoryRecommendation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecommendation","Uri":"/directory/recommendations/{recommendation-id}/dismiss","Variants":["Dismiss","DismissExpanded","DismissViaIdentity","DismissViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDismissDirectoryRecommendationImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss","Variants":["Dismiss","DismissExpanded","DismissViaIdentity","DismissViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDismissGroupEventReminder","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/dismissReminder","Variants":["Dismiss","DismissViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDismissRiskyServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/dismiss","Variants":["Dismiss","DismissExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDismissRiskyUser","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyUsers/dismiss","Variants":["Dismiss","DismissExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDismissUserEventReminder","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/dismissReminder","Variants":["Dismiss","DismissViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta"},{"Command":"Invoke-MgBetaDownDeviceManagementComanagedDeviceShut","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown","Variants":["Down","DownViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDownDeviceManagementManagedDeviceShut","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/shutDown","Variants":["Down","DownViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/downloadAppDiagnostics","Variants":["Download","DownloadExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDownloadDeviceManagementComanagedDevicePowerliftAppDiagnostic","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/downloadPowerliftAppDiagnostic","Variants":["Download","DownloadExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/downloadAppDiagnostics","Variants":["Download","DownloadExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDownloadDeviceManagementManagedDevicePowerliftAppDiagnostic","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/downloadPowerliftAppDiagnostic","Variants":["Download","DownloadExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/downloadAppDiagnostics","Variants":["Download","DownloadExpanded","DownloadViaIdentity","DownloadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDownloadUserManagedDevicePowerliftAppDiagnostic","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/downloadPowerliftAppDiagnostic","Variants":["Download","DownloadExpanded","DownloadViaIdentity","DownloadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaDownUserManagedDeviceShut","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/shutDown","Variants":["Down","DownViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction","Variants":["Enroll","EnrollViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction","Variants":["Enroll","EnrollViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollUserManagedDeviceNowAction","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction","Variants":["Enroll","EnrollViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById","Variants":["Enroll","EnrollExpanded","EnrollViaIdentity","EnrollViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/enrollAssets","Variants":["Enroll","EnrollExpanded"],"CommandAlias":"Invoke-MgBetaEnrollWuUpdatableAsset","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/enrollAssetsById","Variants":["Enroll","EnrollExpanded"],"CommandAlias":"Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaEntityNetworkAccessReportSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessEntitiesSummary","Uri":"/networkAccess/reports/entitiesSummaries(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Entities","EntitiesViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-reports-entitiessummaries?view=graph-rest-beta"},{"Command":"Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics","Variants":["Estimate","EstimateViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta"},{"Command":"Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics","Variants":["Estimate","EstimateViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta"},{"Command":"Invoke-MgBetaExcuseEducationClassAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta"},{"Command":"Invoke-MgBetaExcuseEducationMeAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta"},{"Command":"Invoke-MgBetaExcuseEducationUserAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta"},{"Command":"Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphBulkManagedDeviceActionResult","Uri":"/deviceManagement/comanagedDevices/executeAction","Variants":["Execute","ExecuteExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphBulkManagedDeviceActionResult","Uri":"/deviceManagement/managedDevices/executeAction","Variants":["Execute","ExecuteExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaExecuteSecurityIncidentTaskResponseAction","ApiVersion":"beta","OutputType":null,"Uri":"/security/incidentTasks/{incidentTask-id}/executeResponseAction","Variants":["Execute","ExecuteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-incidenttask-executeresponseaction?view=graph-rest-beta"},{"Command":"Invoke-MgBetaExecuteUserManagedDeviceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphBulkManagedDeviceActionResult","Uri":"/users/{user-id}/managedDevices/executeAction","Variants":["Execute","ExecuteExpanded","ExecuteViaIdentity","ExecuteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaExperienceDeviceManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary","Uri":"/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes","Variants":["Experience","Experience1"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaExtractDriveItemSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaExtractDriveRootSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaExtractGroupDriveItemSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaExtractGroupDriveRootSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionContentLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel","Variants":["Extract","ExtractExpanded","ExtractViaIdentity","ExtractViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta"},{"Command":"Invoke-MgBetaExtractInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionContentLabel","Uri":"/informationProtection/policy/labels/extractLabel","Variants":["Extract","ExtractExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta"},{"Command":"Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityContentLabel","Uri":"/security/informationProtection/sensitivityLabels/extractContentLabel","Variants":["Extract","ExtractExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta"},{"Command":"Invoke-MgBetaExtractUserDriveItemSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaExtractUserDriveRootSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaExtractUserInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionContentLabel","Uri":"/users/{user-id}/informationProtection/policy/labels/extractLabel","Variants":["Extract","ExtractExpanded","ExtractViaIdentity","ExtractViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta"},{"Command":"Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityContentLabel","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel","Variants":["Extract","ExtractExpanded","ExtractViaIdentity","ExtractViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFavoriteServiceAnnouncementMessage","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/favorite","Variants":["Favorite","FavoriteExpanded"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator","ApiVersion":"beta","OutputType":"IMicrosoftGraphFilterOperatorSchema","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator","ApiVersion":"beta","OutputType":"IMicrosoftGraphFilterOperatorSchema","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignment","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphScheduledPermissionsRequest","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator","ApiVersion":"beta","OutputType":"IMicrosoftGraphFilterOperatorSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator","ApiVersion":"beta","OutputType":"IMicrosoftGraphFilterOperatorSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFinancialCompanyJournal","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/journals/{journal-id}/post","Variants":["Post","PostViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaFinancialCompanyPurchaseInvoice","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post","Variants":["Post","PostViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaFinancialCompanySaleInvoiceAndSend","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend","Variants":["Post","PostViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaFinancialCompanySalesInvoice","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post","Variants":["Post","PostViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaFollowDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFollowDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFollowGroupDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFollowGroupDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFollowUserDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFollowUserDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForceDomainDelete","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/forceDelete","Variants":["Force","ForceExpanded","ForceViaIdentity","ForceViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardChatMessageReplyToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardChatMessageToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/chats/{chat-id}/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardGroupConversationThreadPost","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardGroupEvent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardGroupTeamChannelMessageToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/primaryChannel/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardGroupThreadPost","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardGroupThreadPostInReplyTo","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardTeamChannelMessageReplyToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardTeamChannelMessageToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/channels/{channel-id}/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/primaryChannel/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardUserChatMessageReplyToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardUserChatMessageToChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/users/{user-id}/chats/{chat-id}/messages/forwardToChat","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardUserEvent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardUserMailFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta"},{"Command":"Invoke-MgBetaForwardUserMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFunctionApplicationSynchronizationJobSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphChat","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/unhideForUser","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphChatMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphChatMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphDeviceManagement","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/scopedForResource(resource='{resource}')","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":"Read Microsoft Intune RBAC settings","FullDescription":"Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaGraphDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/unsubscribeByMail","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphGroupDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphGroupTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphGroupTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory","Uri":"/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphReportAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserRegistrationFeatureSummary","Uri":"/reports/authenticationMethods/usersRegisteredByFeature","Variants":["Graph","Graph1","Graph2","Graph3","GraphViaIdentity","GraphViaIdentity1"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphUserChat","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/unhideForUser","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphUserChatMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphUserChatMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/replyWithQuote","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphUserDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta"},{"Command":"Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaGraphWuDeploymentAudienceExclusion","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaGraphWuDeploymentAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaGraphWuPolicyAudienceExclusion","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaGraphWuPolicyAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/unenrollAssetsById","Variants":["Graph","GraphExpanded"],"CommandAlias":"Invoke-MgBetaGraphWuUpdatableAsset","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceAppManagement/mobileApps/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceManagement/deviceCompliancePolicies/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceManagement/deviceConfigurations/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceManagementScriptPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceManagement/deviceManagementScripts/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks","Variants":["Link","LinkExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphHasPayloadLinkResultItem","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks","Variants":["Link","LinkExpanded","LinkViaIdentity","LinkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaHaveGroupTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta"},{"Command":"Invoke-MgBetaHaveGroupTeamPrimaryChannel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta"},{"Command":"Invoke-MgBetaHaveTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta"},{"Command":"Invoke-MgBetaHaveTeamPrimaryChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta"},{"Command":"Invoke-MgBetaHaveTeamworkDeletedTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta"},{"Command":"Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation","Variants":["Initiate","InitiateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery","Variants":["Initiate","InitiateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation","Variants":["Initiate","InitiateExpanded","InitiateViaIdentity","InitiateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation","Variants":["Initiate","InitiateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery","Variants":["Initiate","InitiateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation","Variants":["Initiate","InitiateExpanded","InitiateViaIdentity","InitiateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaInitiateUserManagedDeviceAttestation","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation","Variants":["Initiate","InitiateViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery","Variants":["Initiate","InitiateViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation","Variants":["Initiate","InitiateExpanded","InitiateViaIdentity","InitiateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaInstantiateApplicationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplicationServicePrincipal","Uri":"/applicationTemplates/{applicationTemplate-id}/instantiate","Variants":["Instantiate","InstantiateExpanded","InstantiateViaIdentity","InstantiateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaInvalidateAllUserRefreshToken","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/invalidateAllRefreshTokens","Variants":["Invalidate","InvalidateViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"User.RevokeSessions.All","Description":"Revokes all sign in sessions for a user","FullDescription":"Allow the app to revoke all sign in sessions for a user on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.RevokeSessions.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta"},{"Command":"Invoke-MgBetaInviteDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta"},{"Command":"Invoke-MgBetaInviteDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta"},{"Command":"Invoke-MgBetaInviteGroupDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta"},{"Command":"Invoke-MgBetaInviteGroupDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta"},{"Command":"Invoke-MgBetaInviteUserDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta"},{"Command":"Invoke-MgBetaInviteUserDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta"},{"Command":"Invoke-MgBetaInvokeSecurityIdentityAccountAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInvokeActionResult","Uri":"/security/identities/identityAccounts/{identityAccounts-id}/invokeAction","Variants":["Invoke","InvokeExpanded","InvokeViaIdentity","InvokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable","Variants":["Are"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaLicenseUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/reprocessLicenseAssignment","Variants":["License","LicenseViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta"},{"Command":"Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser","Variants":["Logout","LogoutViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser","Variants":["Logout","LogoutViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser","Variants":["Logout","LogoutViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaMarkChatReadForUser","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/markChatReadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkChatUnreadForUser","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/markChatUnreadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkServiceAnnouncementMessageRead","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/markRead","Variants":["Mark","MarkExpanded"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkServiceAnnouncementMessageUnread","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/markUnread","Variants":["Mark","MarkExpanded"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkUserChatReadForUser","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/markChatReadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkUserChatUnreadForUser","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/markChatUnreadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkUserMailFolderMessageAsJunk","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkUserMessageAsJunk","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/markAsJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMarkUserMessageAsNotJunk","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/markAsNotJunk","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta"},{"Command":"Invoke-MgBetaMessageChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/allMessages","Variants":["Message"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaMessageGroupTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/allMessages","Variants":["Message","MessageViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaMessageTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/allMessages","Variants":["Message"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.ReadBasic.All","Description":"Read the names and descriptions of teams","FullDescription":"Read the names and descriptions of teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":"Read teams' settings","FullDescription":"Read all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Team.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaMessageTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/allMessages","Variants":["Message","MessageViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.ReadBasic.All","Description":"Read the names and descriptions of channels","FullDescription":"Read channel names and channel descriptions, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":"Read the names, descriptions, and settings of channels","FullDescription":"Read all channel names, channel descriptions, and channel settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaMessageTeamworkDeletedTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages","Variants":["Message","MessageViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaMessageUserChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/allMessages","Variants":["Message","MessageViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadBasic","Description":"Read names and members of your chat threads","FullDescription":"Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadBasic.WhereInstalled","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChatSettings.Read.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaMyPrivilegedRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments/my","Variants":["My"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaMyPrivilegedRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Uri":"/privilegedRoleAssignmentRequests/my","Variants":["My"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionUnitBase","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/offboard","Variants":["Offboard","OffboardViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionunitbase-offboard?view=graph-rest-beta"},{"Command":"Invoke-MgBetaOnboardNetworkAccess","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/onboard","Variants":["Onboard"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState","Variants":["Override","OverrideExpanded","OverrideViaIdentity","OverrideViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState","Variants":["Override","OverrideExpanded","OverrideViaIdentity","OverrideViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaOverrideUserManagedDeviceComplianceState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState","Variants":["Override","OverrideExpanded","OverrideViaIdentity","OverrideViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression","ApiVersion":"beta","OutputType":"IMicrosoftGraphParseExpressionResponse","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta"},{"Command":"Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression","ApiVersion":"beta","OutputType":"IMicrosoftGraphParseExpressionResponse","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta"},{"Command":"Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression","ApiVersion":"beta","OutputType":"IMicrosoftGraphParseExpressionResponse","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta"},{"Command":"Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression","ApiVersion":"beta","OutputType":"IMicrosoftGraphParseExpressionResponse","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta"},{"Command":"Invoke-MgBetaPendingUserApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceSummarizedAppState","Uri":"/users/{user-id}/getManagedDevicesWithFailedOrPendingApps","Variants":["Pending","PendingViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPinEducationClassModule","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/pin","Variants":["Pin","PinViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta"},{"Command":"Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound","Variants":["Play","PlayExpanded","PlayViaIdentity","PlayViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound","Variants":["Play","PlayExpanded","PlayViaIdentity","PlayViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPlayUserManagedDeviceLostModeSound","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound","Variants":["Play","PlayExpanded","PlayViaIdentity","PlayViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPostponeDirectoryImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/impactedResources/{impactedResource-id}/postpone","Variants":["Postpone","PostponeExpanded","PostponeViaIdentity","PostponeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta"},{"Command":"Invoke-MgBetaPostponeDirectoryRecommendation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecommendation","Uri":"/directory/recommendations/{recommendation-id}/postpone","Variants":["Postpone","PostponeExpanded","PostponeViaIdentity","PostponeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta"},{"Command":"Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone","Variants":["Postpone","PostponeExpanded","PostponeViaIdentity","PostponeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta"},{"Command":"Invoke-MgBetaPreviewDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/groups/{group-id}/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupSiteOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewGroupSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewSiteOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewUserDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewUserDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/users/{user-id}/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewUserOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewUserOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewUserOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPreviewUserOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaProcessSecurityDataSecurityAndGovernanceContentAsync","ApiVersion":"beta","OutputType":"IMicrosoftGraphProcessContentResponses","Uri":"/security/dataSecurityAndGovernance/processContentAsync","Variants":["Process","ProcessExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"Content.Process.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Content.Process.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaPromoteDomain","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/promote","Variants":["Promote","PromoteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta"},{"Command":"Invoke-MgBetaPromoteDomainToInitial","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/promoteToInitial","Variants":["Promote","PromoteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileBase","Uri":"/deviceManagement/resourceAccessProfiles/queryByPlatformType","Variants":["Query","QueryExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaQuerySearch","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchResponse","Uri":"/search/query","Variants":["Query","QueryExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"QnA.Read.All","Description":"Read all Questions and Answers that you can access.","FullDescription":"Allows the app to read all question and answer sets that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookmark.Read.All","Description":"Read all bookmarks that you have access to","FullDescription":"Allows the app to read all bookmarks you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Acronym.Read.All","Description":"Read all acronyms that you have access to","FullDescription":"Allows the app to read all acronyms you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReactivateDirectoryImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/impactedResources/{impactedResource-id}/reactivate","Variants":["Reactivate","ReactivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReactivateDirectoryRecommendation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecommendation","Uri":"/directory/recommendations/{recommendation-id}/reactivate","Variants":["Reactivate","ReactivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate","Variants":["Reactivate","ReactivateViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReassignEducationClassAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReassignEducationMeAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReassignEducationUserAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeDriveItemSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeDriveListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeDriveRootSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeGroupDriveItemSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeGroupDriveListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeGroupDriveRootSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeGroupSiteListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeShareListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeSiteListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.ChangeNotifications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeUserDriveItemSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeUserDriveListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReauthorizeUserDriveRootSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRecentDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRecentGroupDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRecentUserActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities/recent","Variants":["Recent","RecentViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRecentUserDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/recordAllDecisions","Variants":["Record","RecordExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions","Variants":["Record","RecordExpanded","RecordViaIdentity","RecordViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions","Variants":["Record","RecordExpanded","RecordViaIdentity","RecordViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions","Variants":["Record","RecordExpanded","RecordViaIdentity","RecordViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions","Variants":["Record","RecordExpanded","RecordViaIdentity","RecordViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRedirectPrintPrinterJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRedirectPrintPrinterShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRedirectPrintShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReenableDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/reenable","Variants":["Reenable","ReenableViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaReenableDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/reenable","Variants":["Reenable","ReenableViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaReenableUserManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/reenable","Variants":["Reenable","ReenableViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate","Variants":["Remediate","RemediateViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail","ApiVersion":"beta","OutputType":null,"Uri":"/security/collaboration/analyzedEmails/remediate","Variants":["Remediate","RemediateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRenewGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/renew","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRenewGroupLifecyclePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/groupLifecyclePolicies/renewGroup","Variants":["Renew","RenewExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReopenComplianceEdiscoveryCase","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/reopen","Variants":["Reopen","ReopenViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReopenSecurityCaseEdiscoveryCase","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen","Variants":["Reopen","ReopenViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReorderDeviceManagementConfigurationPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder","Variants":["Reorder","ReorderExpanded","ReorderViaIdentity","ReorderViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReplyAllUserMailFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReplyAllUserMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReplyGroupConversationThread","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReplyGroupConversationThreadPost","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaReplyGroupThread","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReplyGroupThreadPost","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaReplyGroupThreadPostInReplyTo","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaReplyUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReplyUserMailFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReplyUserMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReportNetworkAccessReportDestination","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDestination","Uri":"/networkAccess/reports/destinationReport(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Report","ReportViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaReportNetworkAccessReportDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDevice","Uri":"/networkAccess/reports/deviceReport(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Report","ReportViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaReportNetworkAccessReportUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessUser","Uri":"/networkAccess/reports/userReport(startDateTime={startDateTime},endDateTime={endDateTime},discoveredApplicationSegmentId='@discoveredApplicationSegmentId',applicationId='@applicationId')","Variants":["Report","ReportViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport","Variants":["Report","ReportViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReportServiceAnnouncementIssueIncident","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport","Variants":["Report","ReportViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRetireDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/retire","Variants":["Retire","RetireViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRetireDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/retire","Variants":["Retire","RetireViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRetireUserManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/retire","Variants":["Retire","RetireViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRetryContactServiceProvisioning","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/{orgContact-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRetryGroupServiceProvisioning","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRetryUserServiceProvisioning","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReturnEducationClassAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReturnEducationMeAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta"},{"Command":"Invoke-MgBetaReturnEducationUserAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta"},{"Command":"Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys","Variants":["Rotate","RotateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey","Variants":["Rotate","RotateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword","Variants":["Rotate","RotateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys","Variants":["Rotate","RotateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey","Variants":["Rotate","RotateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword","Variants":["Rotate","RotateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRotateUserManagedDeviceBitLockerKey","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys","Variants":["Rotate","RotateViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRotateUserManagedDeviceFileVaultKey","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey","Variants":["Rotate","RotateViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword","Variants":["Rotate","RotateViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan","Variants":["Scan","ScanExpanded","ScanViaIdentity","ScanViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan","Variants":["Scan","ScanExpanded","ScanViaIdentity","ScanViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaScanUserManagedDeviceWindowsDefender","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan","Variants":["Scan","ScanExpanded","ScanViaIdentity","ScanViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules","Variants":["Schedule","ScheduleExpanded","ScheduleViaIdentity","ScheduleViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaScheduleRoleManagementDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleScheduleInstanceBase","Uri":"/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAccess.ReadWrite.AzureAD","Description":"Read and write privileged access to Azure AD","FullDescription":"Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAccess.Read.AzureAD","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta"},{"Command":"Invoke-MgBetaScheduleRoleManagementDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleScheduleBase","Uri":"/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAccess.ReadWrite.AzureAD","Description":"Read and write privileged access to Azure AD","FullDescription":"Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAccess.Read.AzureAD","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta"},{"Command":"Invoke-MgBetaScheduleRoleManagementEnterpriseApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleScheduleInstanceBase","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule","ScheduleViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta"},{"Command":"Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleScheduleBase","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule","ScheduleViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta"},{"Command":"Invoke-MgBetaScheduleRoleManagementEntitlementManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleScheduleInstanceBase","Uri":"/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta"},{"Command":"Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleScheduleBase","Uri":"/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')","Variants":["Schedule"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate","Variants":["Self","SelfExpanded","SelfViaIdentity","SelfViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate","Variants":["Self","SelfViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSelfPrivilegedRoleActivate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoles/{privilegedRole-id}/selfActivate","Variants":["Self","SelfExpanded","SelfViaIdentity","SelfViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate","Variants":["Self","SelfExpanded","SelfViaIdentity","SelfViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate","Variants":["Self","SelfViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate","Variants":["Self","SelfExpanded","SelfViaIdentity","SelfViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate","Variants":["Self","SelfViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSelfPrivilegedRoleDeactivate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoles/{privilegedRole-id}/selfDeactivate","Variants":["Self","SelfViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService","Variants":["Share","ShareViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaShareGroupTeamSchedule","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/share","Variants":["Share","ShareExpanded","ShareViaIdentity","ShareViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta"},{"Command":"Invoke-MgBetaShareTeamSchedule","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/share","Variants":["Share","ShareExpanded","ShareViaIdentity","ShareViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSignGroupSiteInformationProtectionDigest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSigningResult","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/signDigest","Variants":["Sign","SignExpanded","SignViaIdentity","SignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSignInformationProtectionDigest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSigningResult","Uri":"/informationProtection/signDigest","Variants":["Sign","SignExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSignReportAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSignInUsageByAuthMethodActivity","Uri":"/reports/authenticationMethods/userSignInsByAuthMethodSummary(period='{period}')","Variants":["Sign","SignViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersigninsbyauthmethodsummary?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSignUserInformationProtectionDigest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSigningResult","Uri":"/users/{user-id}/informationProtection/signDigest","Variants":["Sign","SignExpanded","SignViaIdentity","SignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSnoozeGroupEventReminder","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/snoozeReminder","Variants":["Snooze","SnoozeExpanded","SnoozeViaIdentity","SnoozeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSnoozeUserEventReminder","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/snoozeReminder","Variants":["Snooze","SnoozeExpanded","SnoozeViaIdentity","SnoozeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftChatMessageDelete","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftChatMessageReplyDelete","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftGroupTeamChannelMessageDelete","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftGroupTeamChannelMessageReplyDelete","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageDelete","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageReplyDelete","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftTeamChannelMessageDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftTeamChannelMessageReplyDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftUserChatMessageDelete","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSoftUserChatMessageReplyDelete","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSubscribeGroupByMail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/subscribeByMail","Variants":["Subscribe","SubscribeViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta"},{"Command":"Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceRunSummary","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserSummary","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTaskReportSummary","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceUserSummary","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaSupportedUserOutlookLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLocaleInfo","Uri":"/users/{user-id}/outlook/supportedLanguages","Variants":["Supported","SupportedViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta"},{"Command":"Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaTimeUserOutlook","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeZoneInformation","Uri":"/users/{user-id}/outlook/supportedTimeZones","Variants":["Time","Time1","TimeViaIdentity","TimeViaIdentity1"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary","Uri":"/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Top","TopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta"},{"Command":"Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary","Uri":"/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Top","TopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta"},{"Command":"Invoke-MgBetaTransactionNetworkAccessReportSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessTransactionSummary","Uri":"/networkAccess/reports/transactionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Transaction","TransactionViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess-Reports.Read.All","Description":"Read all network access reports","FullDescription":"Allows the app to read all network access reports and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess-Reports.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-reports-transactionsummaries?view=graph-rest-beta"},{"Command":"Invoke-MgBetaTranslateUserExchangeId","ApiVersion":"beta","OutputType":"IMicrosoftGraphConvertIdResult","Uri":"/users/{user-id}/translateExchangeIds","Variants":["Translate","TranslateExpanded","TranslateViaIdentity","TranslateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveGroupPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveGroupSite","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveGroupSiteGetByPath","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveGroupTeam","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveGroupTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveGroupTeamPrimaryChannel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchivePlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveServiceAnnouncementMessage","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/unarchive","Variants":["Unarchive","UnarchiveExpanded"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveSite","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Archive.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Archive.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveSiteGetByPath","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/getByPath(path='{path}')/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveTeam","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveTeamPrimaryChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnarchiveUserPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive","Variants":["Unarchive","UnarchiveExpanded","UnarchiveViaIdentity","UnarchiveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice","Variants":["Unassign","UnassignViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice","Variants":["Unassign","UnassignViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkSettings/unbind","Variants":["Unbind"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind","Variants":["Unbind"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets","Variants":["Unenroll","UnenrollExpanded","UnenrollViaIdentity","UnenrollViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets","Variants":["Unenroll","UnenrollExpanded","UnenrollViaIdentity","UnenrollViaIdentityExpanded"],"CommandAlias":"Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/unenrollAssets","Variants":["Unenroll","UnenrollExpanded"],"CommandAlias":"Invoke-MgBetaUnenrollWuUpdatableAsset","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaUnfavoriteServiceAnnouncementMessage","ApiVersion":"beta","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/unfavorite","Variants":["Unfavorite","UnfavoriteExpanded"],"CommandAlias":null,"Module":"Beta.Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnfollowDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnfollowDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnfollowGroupDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnfollowGroupDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnfollowUserDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnfollowUserDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnpinEducationClassModule","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin","Variants":["Unpin","UnpinViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe","Variants":["Unsubscribe","UnsubscribeViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnsubscribeUserMailFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe","Variants":["Unsubscribe","UnsubscribeViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUnsubscribeUserMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/unsubscribe","Variants":["Unsubscribe","UnsubscribeViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgBetaUploadDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/upload","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-upload?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUploadIdentityApiConnectorClientCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUploadTrustFrameworkKeySetCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKey","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKey","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUploadTrustFrameworkKeySetSecret","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKey","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthUsage","Uri":"/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage","Variants":["Usage","Usage1","UsageViaIdentity","UsageViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUsageNetworkAccessReportProfiling","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessUsageProfilingPoint","Uri":"/networkAccess/reports/usageProfiling(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}',discoveredApplicationSegmentId='@discoveredApplicationSegmentId',applicationId='@applicationId')","Variants":["Usage","UsageViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-reports-usageprofiling?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthUsage","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage","Variants":["Usage","UsageViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta"},{"Command":"Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserRegistrationActivitySummary","Uri":"/reports/authenticationMethods/userRegistrationActivity(period='{period}')","Variants":["User","UserViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-userregistrationactivity?view=graph-rest-beta"},{"Command":"Invoke-MgBetaViewUserReminder","ApiVersion":"beta","OutputType":"IMicrosoftGraphReminder","Uri":"/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')","Variants":["View","ViewViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta"},{"Command":"Invoke-MgBetaWebNetworkAccessReportCategoryReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessWebCategoriesSummary","Uri":"/networkAccess/reports/webCategoryReport(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Web","WebViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary","Uri":"/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Workflows","WorkflowsViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta"},{"Command":"Invoke-MgCalendarGroupCalendar","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')","Variants":["Calendar","CalendarViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')","Variants":["Calendar","Calendar1","CalendarViaIdentity","CalendarViaIdentity1"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgCheckinDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckinDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckinGroupDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckinGroupDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckinUserDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckinUserDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/checkin","Variants":["Checkin","CheckinExpanded","CheckinViaIdentity","CheckinViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckoutDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckoutDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckoutGroupDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckoutGroupDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckoutUserDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0"},{"Command":"Invoke-MgCheckoutUserDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/checkout","Variants":["Checkout","CheckoutViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0"},{"Command":"Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice","Variants":["Clean","CleanExpanded","CleanViaIdentity","CleanViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0"},{"Command":"Invoke-MgCleanUserManagedDeviceWindowsDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice","Variants":["Clean","CleanExpanded","CleanViaIdentity","CleanViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0"},{"Command":"Invoke-MgClockGroupTeamScheduleTimeCardIn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/clockIn","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0"},{"Command":"Invoke-MgClockGroupTeamScheduleTimeCardOut","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/clockOut","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgClockTeamScheduleTimeCardIn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/clockIn","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0"},{"Command":"Invoke-MgClockTeamScheduleTimeCardOut","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut","Variants":["Clock","ClockExpanded","ClockViaIdentity","ClockViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommentSecurityAlert","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/alerts_v2/{alert-id}/comments/$count","Variants":["Comment","CommentViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit","Variants":["Commit","CommitExpanded","CommitViaIdentity","CommitViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgComputeSecurityDataSecurityAndGovernanceProtectionScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPolicyTenantScope","Uri":"/security/dataSecurityAndGovernance/protectionScopes/compute","Variants":["Compute","ComputeExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ProtectionScopes.Compute.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProtectionScopes.Compute.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgComputeSecurityDataSecurityAndGovernanceSensitivityLabelInheritance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SensitivityLabel.Evaluate.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-1.0"},{"Command":"Invoke-MgComputeSecurityDataSecurityAndGovernanceSensitivityLabelSublabelInheritance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/computeInheritance(labelIds={labelIds},locale='{locale}',contentFormats={contentFormats})","Variants":["Compute","ComputeViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-1.0"},{"Command":"Invoke-MgCreateOrGetCommunicationOnlineMeeting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnlineMeeting","Uri":"/communications/onlineMeetings/createOrGet","Variants":["Create1","CreateExpanded1"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0"},{"Command":"Invoke-MgDeactivateEducationClassAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0"},{"Command":"Invoke-MgDeactivateEducationMeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0"},{"Command":"Invoke-MgDeactivateEducationUserAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0"},{"Command":"Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-1.0"},{"Command":"Invoke-MgDeactivateSolutionBackupRestoreServiceApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate","Variants":["Deactivate","DeactivateViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-1.0"},{"Command":"Invoke-MgDeclineGroupEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/decline","Variants":["Decline","DeclineExpanded","DeclineViaIdentity","DeclineViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0"},{"Command":"Invoke-MgDeclineUserEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/decline","Variants":["Decline","DeclineExpanded","DeclineViaIdentity","DeclineViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0"},{"Command":"Invoke-MgDismissAuditLogSignIn","ApiVersion":"v1.0","OutputType":null,"Uri":"/auditLogs/signIns/dismiss","Variants":["Dismiss","DismissExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskEvent.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/signin-dismiss?view=graph-rest-1.0"},{"Command":"Invoke-MgDismissGroupEventReminder","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/dismissReminder","Variants":["Dismiss","DismissViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0"},{"Command":"Invoke-MgDismissRiskyServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/dismiss","Variants":["Dismiss","DismissExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":"Read and write all identity risky service principal information","FullDescription":"Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyServicePrincipal.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0"},{"Command":"Invoke-MgDismissRiskyUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyUsers/dismiss","Variants":["Dismiss","DismissExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityRiskyUser.ReadWrite.All","Description":"Read and write identity risky user information","FullDescription":"Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityRiskyUser.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0"},{"Command":"Invoke-MgDismissUserEventReminder","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/dismissReminder","Variants":["Dismiss","DismissViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0"},{"Command":"Invoke-MgDownDeviceManagementManagedDeviceShut","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/shutDown","Variants":["Down","DownViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0"},{"Command":"Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest","Variants":["Download"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0"},{"Command":"Invoke-MgDownUserManagedDeviceShut","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/shutDown","Variants":["Down","DownViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0"},{"Command":"Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics","Variants":["Estimate","EstimateViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0"},{"Command":"Invoke-MgExcuseEducationClassAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0"},{"Command":"Invoke-MgExcuseEducationMeAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0"},{"Command":"Invoke-MgExcuseEducationUserAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse","Variants":["Excuse","ExcuseViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0"},{"Command":"Invoke-MgExperienceDeviceManagement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary","Uri":"/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices","Variants":["Experience"],"CommandAlias":null,"Module":"DeviceManagement.Functions","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgExtractDriveItemSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgExtractDriveRootSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgExtractGroupDriveItemSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgExtractGroupDriveRootSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgExtractUserDriveItemSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgExtractUserDriveRootSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabelAssignment","Uri":"/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels","Variants":["Extract","ExtractViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgFavoriteServiceAnnouncementMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/favorite","Variants":["Favorite","FavoriteExpanded"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterApplicationSynchronizationJobSchemaOperator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFilterOperatorSchema","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFilterOperatorSchema","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignment","Uri":"/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.Read.All","Description":"Read all entitlement management resources","FullDescription":"Allows the app to read access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.Read.All","Description":"Read access reviews that you can access","FullDescription":"Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"ConsentRequest.Read.All","Description":"Read consent requests","FullDescription":"Allows the app to read consent requests and approvals, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ConsentRequest.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ConsentRequest.ReadWrite.All","Description":"Read and write consent requests","FullDescription":"Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ConsentRequest.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":"Read assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":"Read eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Read.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.Read.Directory","Description":"Read all active role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.Read.Directory","Description":"Read all eligible role assignments and role schedules for your company's directory","FullDescription":"Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":"Read directory RBAC settings","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":"Read role management data for all RBAC providers","FullDescription":"Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFilterOperatorSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0"},{"Command":"Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFilterOperatorSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators","Variants":["Filter","FilterViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0"},{"Command":"Invoke-MgFollowDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0"},{"Command":"Invoke-MgFollowDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0"},{"Command":"Invoke-MgFollowGroupDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0"},{"Command":"Invoke-MgFollowGroupDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0"},{"Command":"Invoke-MgFollowUserDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0"},{"Command":"Invoke-MgFollowUserDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/follow","Variants":["Follow","FollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0"},{"Command":"Invoke-MgForceDomainDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/{domain-id}/forceDelete","Variants":["Force","ForceExpanded","ForceViaIdentity","ForceViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0"},{"Command":"Invoke-MgForwardGroupConversationThreadPost","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0"},{"Command":"Invoke-MgForwardGroupConversationThreadPostInReplyTo","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0"},{"Command":"Invoke-MgForwardGroupEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0"},{"Command":"Invoke-MgForwardGroupThreadPost","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0"},{"Command":"Invoke-MgForwardGroupThreadPostInReplyTo","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0"},{"Command":"Invoke-MgForwardUserEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.Read","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0"},{"Command":"Invoke-MgForwardUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0"},{"Command":"Invoke-MgForwardUserMailFolderMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0"},{"Command":"Invoke-MgForwardUserMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/forward","Variants":["Forward","ForwardExpanded","ForwardViaIdentity","ForwardViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0"},{"Command":"Invoke-MgFunctionApplicationSynchronizationJobSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0"},{"Command":"Invoke-MgFunctionApplicationSynchronizationTemplateSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0"},{"Command":"Invoke-MgFunctionServicePrincipalSynchronizationJobSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0"},{"Command":"Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttributeMappingFunctionSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions","Variants":["Function","FunctionViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0"},{"Command":"Invoke-MgGraphChat","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/unhideForUser","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0"},{"Command":"Invoke-MgGraphDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0"},{"Command":"Invoke-MgGraphGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/unsubscribeByMail","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0"},{"Command":"Invoke-MgGraphGroupDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0"},{"Command":"Invoke-MgGraphIdentityGovernanceLifecycleWorkflowInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory","Uri":"/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-1.0"},{"Command":"Invoke-MgGraphReportAuthenticationMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserRegistrationFeatureSummary","Uri":"/reports/authenticationMethods/usersRegisteredByFeature","Variants":["Graph","Graph1","Graph2","Graph3","GraphViaIdentity","GraphViaIdentity1"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0"},{"Command":"Invoke-MgGraphUserChat","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/unhideForUser","Variants":["Graph","GraphExpanded","GraphViaIdentity","GraphViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0"},{"Command":"Invoke-MgGraphUserDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/sharedWithMe","Variants":["Graph","GraphViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0"},{"Command":"Invoke-MgHaveGroupTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0"},{"Command":"Invoke-MgHaveGroupTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0"},{"Command":"Invoke-MgHaveTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.Read.All","Description":"Read the members of teams and channels","FullDescription":"Read the members of channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.Read.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelMember.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0"},{"Command":"Invoke-MgHaveTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0"},{"Command":"Invoke-MgHaveTeamworkDeletedTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')","Variants":["Have","HaveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0"},{"Command":"Invoke-MgInstantiateApplicationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplicationServicePrincipal","Uri":"/applicationTemplates/{applicationTemplate-id}/instantiate","Variants":["Instantiate","InstantiateExpanded","InstantiateViaIdentity","InstantiateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0"},{"Command":"Invoke-MgInviteCommunicationCallParticipant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInviteParticipantsOperation","Uri":"/communications/calls/{call-id}/participants/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0"},{"Command":"Invoke-MgInviteDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0"},{"Command":"Invoke-MgInviteDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0"},{"Command":"Invoke-MgInviteGroupDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0"},{"Command":"Invoke-MgInviteGroupDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0"},{"Command":"Invoke-MgInviteUserDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0"},{"Command":"Invoke-MgInviteUserDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/invite","Variants":["Invite","InviteExpanded","InviteViaIdentity","InviteViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0"},{"Command":"Invoke-MgKeepCommunicationCallAlive","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/keepAlive","Variants":["Keep","KeepViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0"},{"Command":"Invoke-MgLicenseUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/reprocessLicenseAssignment","Variants":["License","LicenseViaIdentity"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0"},{"Command":"Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/logTeleconferenceDeviceQuality","Variants":["Log","LogExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0"},{"Command":"Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser","Variants":["Logout","LogoutViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0"},{"Command":"Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser","Variants":["Logout","LogoutViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0"},{"Command":"Invoke-MgMarkChatReadForUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/markChatReadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0"},{"Command":"Invoke-MgMarkChatUnreadForUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/markChatUnreadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0"},{"Command":"Invoke-MgMarkServiceAnnouncementMessageRead","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/markRead","Variants":["Mark","MarkExpanded"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0"},{"Command":"Invoke-MgMarkServiceAnnouncementMessageUnread","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/markUnread","Variants":["Mark","MarkExpanded"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0"},{"Command":"Invoke-MgMarkUserChatReadForUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/markChatReadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0"},{"Command":"Invoke-MgMarkUserChatUnreadForUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/markChatUnreadForUser","Variants":["Mark","MarkExpanded","MarkViaIdentity","MarkViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0"},{"Command":"Invoke-MgMuteCommunicationCall","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMuteParticipantOperation","Uri":"/communications/calls/{call-id}/mute","Variants":["Mute","MuteExpanded","MuteViaIdentity","MuteViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0"},{"Command":"Invoke-MgMuteCommunicationCallParticipant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMuteParticipantOperation","Uri":"/communications/calls/{call-id}/participants/{participant-id}/mute","Variants":["Mute","MuteExpanded","MuteViaIdentity","MuteViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCallasGuest.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0"},{"Command":"Invoke-MgParseApplicationSynchronizationJobSchemaExpression","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphParseExpressionResponse","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0"},{"Command":"Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphParseExpressionResponse","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0"},{"Command":"Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphParseExpressionResponse","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0"},{"Command":"Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphParseExpressionResponse","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression","Variants":["Parse","ParseExpanded","ParseViaIdentity","ParseViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0"},{"Command":"Invoke-MgPinEducationClassModule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/pin","Variants":["Pin","PinViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0"},{"Command":"Invoke-MgPlayCommunicationCallPrompt","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlayPromptOperation","Uri":"/communications/calls/{call-id}/playPrompt","Variants":["Play","PlayExpanded","PlayViaIdentity","PlayViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0"},{"Command":"Invoke-MgPreviewDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.Read","Description":"Read your files","FullDescription":"Allows the app to read your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/groups/{group-id}/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupSiteOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewGroupSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewSiteOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewUserDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewUserDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemPreviewInfo","Uri":"/users/{user-id}/drives/{drive-id}/root/preview","Variants":["Preview","PreviewExpanded","PreviewViaIdentity","PreviewViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewUserOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewUserOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewUserOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgPreviewUserOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePagePreview","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview","Variants":["Preview","PreviewViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgProcessSecurityDataSecurityAndGovernanceContentAsync","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProcessContentResponses","Uri":"/security/dataSecurityAndGovernance/processContentAsync","Variants":["Process","ProcessExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"Content.Process.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Content.Process.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgPromoteDomain","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/{domain-id}/promote","Variants":["Promote","PromoteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0"},{"Command":"Invoke-MgQuerySearch","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchResponse","Uri":"/search/query","Variants":["Query","QueryExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"Mail.Read","Description":"Read your mail ","FullDescription":"Allows the app to read email in your mailbox. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Read.All","Description":"Read items in all site collections","FullDescription":"Allow the application to read documents and list items in all site collections on your behalf","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"QnA.Read.All","Description":"Read all Questions and Answers that you can access.","FullDescription":"Allows the app to read all question and answer sets that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.Read.All","Description":"Read all files that you have access to","FullDescription":"Allows the app to read all files you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.Read.All","Description":"Read items in external datasets","FullDescription":"Allows the app to read external datasets and content that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.Read","Description":"Read your chat messages","FullDescription":"Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Calendars.Read","Description":"Read your calendars ","FullDescription":"Allows the app to read events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookmark.Read.All","Description":"Read all bookmarks that you have access to","FullDescription":"Allows the app to read all bookmarks you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Acronym.Read.All","Description":"Read all acronyms that you have access to","FullDescription":"Allows the app to read all acronyms you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0"},{"Command":"Invoke-MgReassignEducationClassAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0"},{"Command":"Invoke-MgReassignEducationMeAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0"},{"Command":"Invoke-MgReassignEducationUserAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign","Variants":["Reassign","ReassignViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeDriveItemSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeDriveListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeDriveRootSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeGroupDriveItemSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeGroupDriveListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeGroupDriveRootSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeGroupSiteListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeShareListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeSiteListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"ChangeNotifications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeUserDriveItemSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeUserDriveListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgReauthorizeUserDriveRootSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize","Variants":["Reauthorize","ReauthorizeViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"},{"Command":"Invoke-MgRecentDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0"},{"Command":"Invoke-MgRecentGroupDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0"},{"Command":"Invoke-MgRecentUserActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities/recent","Variants":["Recent","RecentViaIdentity"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0"},{"Command":"Invoke-MgRecentUserDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/recent","Variants":["Recent","RecentViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0"},{"Command":"Invoke-MgRecordCommunicationCallResponse","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRecordOperation","Uri":"/communications/calls/{call-id}/recordResponse","Variants":["Record","RecordExpanded","RecordViaIdentity","RecordViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0"},{"Command":"Invoke-MgRedirectCommunicationCall","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0"},{"Command":"Invoke-MgRedirectPrintPrinterJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0"},{"Command":"Invoke-MgRedirectPrintShareJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect","Variants":["Redirect","RedirectExpanded","RedirectViaIdentity","RedirectViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0"},{"Command":"Invoke-MgRejectCommunicationCall","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/reject","Variants":["Reject","RejectExpanded","RejectViaIdentity","RejectViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0"},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRenewGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/renew","Variants":["Renew","RenewViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0"},{"Command":"Invoke-MgReopenSecurityCaseEdiscoveryCase","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen","Variants":["Reopen","ReopenViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0"},{"Command":"Invoke-MgReplyAllUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0"},{"Command":"Invoke-MgReplyAllUserMailFolderMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0"},{"Command":"Invoke-MgReplyAllUserMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/replyAll","Variants":["Reply1","ReplyExpanded1","ReplyViaIdentity1","ReplyViaIdentityExpanded1"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0"},{"Command":"Invoke-MgReplyGroupConversationThread","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0"},{"Command":"Invoke-MgReplyGroupConversationThreadPost","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgReplyGroupConversationThreadPostInReplyTo","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgReplyGroupThread","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0"},{"Command":"Invoke-MgReplyGroupThreadPost","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgReplyGroupThreadPostInReplyTo","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgReplyUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0"},{"Command":"Invoke-MgReplyUserMailFolderMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0"},{"Command":"Invoke-MgReplyUserMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/reply","Variants":["Reply","ReplyExpanded","ReplyViaIdentity","ReplyViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0"},{"Command":"Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport","Variants":["Report","ReportViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgReportServiceAnnouncementIssueIncident","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport","Variants":["Report","ReportViaIdentity"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[{"Name":"ServiceHealth.Read.All","Description":"Read service health","FullDescription":"Allows the app to read your tenant's service health information on your behalf. Health information may include service issues or service health overviews.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ServiceHealth.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0"},{"Command":"Invoke-MgRetireDeviceManagementManagedDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/retire","Variants":["Retire","RetireViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0"},{"Command":"Invoke-MgRetireUserManagedDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/retire","Variants":["Retire","RetireViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0"},{"Command":"Invoke-MgRetryContactServiceProvisioning","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/{orgContact-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgRetryGroupServiceProvisioning","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0"},{"Command":"Invoke-MgRetryUserServiceProvisioning","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/retryServiceProvisioning","Variants":["Retry","RetryViaIdentity"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0"},{"Command":"Invoke-MgReturnEducationClassAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0"},{"Command":"Invoke-MgReturnEducationMeAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0"},{"Command":"Invoke-MgReturnEducationUserAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return","Variants":["Return","ReturnViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0"},{"Command":"Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan","Variants":["Scan","ScanExpanded","ScanViaIdentity","ScanViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0"},{"Command":"Invoke-MgScanUserManagedDeviceWindowsDefender","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan","Variants":["Scan","ScanExpanded","ScanViaIdentity","ScanViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0"},{"Command":"Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules","Variants":["Schedule","ScheduleExpanded","ScheduleViaIdentity","ScheduleViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0"},{"Command":"Invoke-MgShareGroupTeamSchedule","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/share","Variants":["Share","ShareExpanded","ShareViaIdentity","ShareViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0"},{"Command":"Invoke-MgShareTeamSchedule","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/share","Variants":["Share","ShareExpanded","ShareViaIdentity","ShareViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0"},{"Command":"Invoke-MgSnoozeGroupEventReminder","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/snoozeReminder","Variants":["Snooze","SnoozeExpanded","SnoozeViaIdentity","SnoozeViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0"},{"Command":"Invoke-MgSnoozeUserEventReminder","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/snoozeReminder","Variants":["Snooze","SnoozeExpanded","SnoozeViaIdentity","SnoozeViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftChatMessageDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftChatMessageReplyDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftGroupTeamChannelMessageDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftGroupTeamChannelMessageReplyDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftGroupTeamPrimaryChannelMessageDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftGroupTeamPrimaryChannelMessageReplyDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftTeamChannelMessageDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftTeamChannelMessageReplyDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftTeamPrimaryChannelMessageDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftUserChatMessageDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSoftUserChatMessageReplyDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete","Variants":["Soft","SoftViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"},{"Command":"Invoke-MgSubscribeCommunicationCallToTone","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscribeToToneOperation","Uri":"/communications/calls/{call-id}/subscribeToTone","Variants":["Subscribe","SubscribeExpanded","SubscribeViaIdentity","SubscribeViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0"},{"Command":"Invoke-MgSubscribeGroupByMail","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/subscribeByMail","Variants":["Subscribe","SubscribeViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0"},{"Command":"Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceRunSummary","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserSummary","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Reports.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":"Read all lifecycle workflows resources","FullDescription":"Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTaskReportSummary","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceUserSummary","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Summary","SummaryViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgSupportedUserOutlookLanguage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLocaleInfo","Uri":"/users/{user-id}/outlook/supportedLanguages","Variants":["Supported","SupportedViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0"},{"Command":"Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps","Variants":["Target","TargetExpanded","TargetViaIdentity","TargetViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgTerminateDeviceManagementPartner","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate","Variants":["Terminate","TerminateViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Invoke-MgTimeUserOutlook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeZoneInformation","Uri":"/users/{user-id}/outlook/supportedTimeZones","Variants":["Time","Time1","TimeViaIdentity","TimeViaIdentity1"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary","Uri":"/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Top","TopViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-1.0"},{"Command":"Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary","Uri":"/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Top","TopViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-1.0"},{"Command":"Invoke-MgTranslateUserExchangeId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConvertIdResult","Uri":"/users/{user-id}/translateExchangeIds","Variants":["Translate","TranslateExpanded","TranslateViaIdentity","TranslateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0"},{"Command":"Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot","Variants":["Troubleshoot","TroubleshootViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0"},{"Command":"Invoke-MgUnarchiveGroupTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0"},{"Command":"Invoke-MgUnarchiveGroupTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0"},{"Command":"Invoke-MgUnarchiveGroupTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0"},{"Command":"Invoke-MgUnarchiveServiceAnnouncementMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/unarchive","Variants":["Unarchive","UnarchiveExpanded"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0"},{"Command":"Invoke-MgUnarchiveTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0"},{"Command":"Invoke-MgUnarchiveTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0"},{"Command":"Invoke-MgUnarchiveTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0"},{"Command":"Invoke-MgUnarchiveTeamworkDeletedTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive","Variants":["Unarchive","UnarchiveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0"},{"Command":"Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice","Variants":["Unassign","UnassignViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0"},{"Command":"Invoke-MgUnfavoriteServiceAnnouncementMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/serviceAnnouncement/messages/unfavorite","Variants":["Unfavorite","UnfavoriteExpanded"],"CommandAlias":null,"Module":"Devices.ServiceAnnouncement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0"},{"Command":"Invoke-MgUnfollowDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0"},{"Command":"Invoke-MgUnfollowDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0"},{"Command":"Invoke-MgUnfollowGroupDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0"},{"Command":"Invoke-MgUnfollowGroupDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0"},{"Command":"Invoke-MgUnfollowUserDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0"},{"Command":"Invoke-MgUnfollowUserDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/unfollow","Variants":["Unfollow","UnfollowViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0"},{"Command":"Invoke-MgUnmuteCommunicationCall","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnmuteParticipantOperation","Uri":"/communications/calls/{call-id}/unmute","Variants":["Unmute","UnmuteExpanded","UnmuteViaIdentity","UnmuteViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0"},{"Command":"Invoke-MgUnpinEducationClassModule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin","Variants":["Unpin","UnpinViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0"},{"Command":"Invoke-MgUnsubmitEducationClassAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0"},{"Command":"Invoke-MgUnsubmitEducationMeAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0"},{"Command":"Invoke-MgUnsubmitEducationUserAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit","Variants":["Unsubmit","UnsubmitViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0"},{"Command":"Invoke-MgUploadDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/upload","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-upload?view=graph-rest-1.0"},{"Command":"Invoke-MgUploadIdentityApiConnectorClientCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0"},{"Command":"Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0"},{"Command":"Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate","Variants":["Upload","UploadExpanded","UploadViaIdentity","UploadViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0"},{"Command":"Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationStrengthUsage","Uri":"/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage","Variants":["Usage","UsageViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0"},{"Command":"Invoke-MgUsagePolicyAuthenticationStrengthPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationStrengthUsage","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage","Variants":["Usage","UsageViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.AuthenticationMethod","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0"},{"Command":"Invoke-MgViewUserReminder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReminder","Uri":"/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')","Variants":["View","ViewViaIdentity"],"CommandAlias":null,"Module":"Users.Functions","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0"},{"Command":"Invoke-MgWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary","Uri":"/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})","Variants":["Workflows","WorkflowsViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-1.0"},{"Command":"Join-MgBetaDriveListContentTypeWithHubSite","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta"},{"Command":"Join-MgBetaGroupDriveListContentTypeWithHubSite","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta"},{"Command":"Join-MgBetaGroupSiteContentTypeWithHubSite","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta"},{"Command":"Join-MgBetaGroupSiteListContentTypeWithHubSite","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta"},{"Command":"Join-MgBetaShareListContentTypeWithHubSite","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta"},{"Command":"Join-MgBetaSiteContentTypeWithHubSite","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta"},{"Command":"Join-MgBetaSiteListContentTypeWithHubSite","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta"},{"Command":"Join-MgBetaUserDriveListContentTypeWithHubSite","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta"},{"Command":"Join-MgDriveListContentTypeWithHubSite","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"},{"Command":"Join-MgGroupDriveListContentTypeWithHubSite","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"},{"Command":"Join-MgGroupSiteContentTypeWithHubSite","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"},{"Command":"Join-MgGroupSiteListContentTypeWithHubSite","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"},{"Command":"Join-MgShareListContentTypeWithHubSite","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"},{"Command":"Join-MgSiteContentTypeWithHubSite","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"},{"Command":"Join-MgSiteListContentTypeWithHubSite","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"},{"Command":"Join-MgUserDriveListContentTypeWithHubSite","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites","Variants":["Associate","AssociateExpanded","AssociateViaIdentity","AssociateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"},{"Command":"Lock-MgBetaDeviceManagementComanagedDeviceRemote","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock","Variants":["Lock","LockViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Lock-MgBetaDeviceManagementManagedDeviceRemote","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/remoteLock","Variants":["Lock","LockViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Lock-MgBetaUserManagedDeviceRemote","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock","Variants":["Lock","LockViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Lock-MgDeviceManagementManagedDeviceRemote","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/remoteLock","Variants":["Lock","LockViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0"},{"Command":"Lock-MgUserManagedDeviceRemote","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock","Variants":["Lock","LockViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0"},{"Command":"Move-MgBetaDeviceManagementComanagedDeviceToOu","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/moveDevicesToOU","Variants":["Move","MoveExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Move-MgBetaDeviceManagementIntentToTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate","Variants":["Migrate","MigrateExpanded","MigrateViaIdentity","MigrateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Move-MgBetaDeviceManagementManagedDeviceToOu","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/moveDevicesToOU","Variants":["Move","MoveExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Move-MgBetaEntitlementManagementAccessPackageToCatalog","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta"},{"Command":"Move-MgBetaGroupPlannerPlanToContainer","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta"},{"Command":"Move-MgBetaGroupTeamChannelPlannerPlanToContainer","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta"},{"Command":"Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta"},{"Command":"Move-MgBetaPlannerPlanToContainer","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta"},{"Command":"Move-MgBetaTeamChannelPlannerPlanToContainer","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta"},{"Command":"Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta"},{"Command":"Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/moveToContainer","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta"},{"Command":"Move-MgBetaUserMailFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta"},{"Command":"Move-MgBetaUserMailFolderChildFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta"},{"Command":"Move-MgBetaUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta"},{"Command":"Move-MgBetaUserMailFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta"},{"Command":"Move-MgBetaUserManagedDeviceToOu","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/moveDevicesToOU","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Move-MgBetaUserMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta"},{"Command":"Move-MgCommunicationCall","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/transfer","Variants":["Transfer","TransferExpanded","TransferViaIdentity","TransferViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0"},{"Command":"Move-MgUserMailFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0"},{"Command":"Move-MgUserMailFolderChildFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0"},{"Command":"Move-MgUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0"},{"Command":"Move-MgUserMailFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0"},{"Command":"Move-MgUserMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/move","Variants":["Move","MoveExpanded","MoveViaIdentity","MoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0"},{"Command":"New-MgAdminEdgeInternetExplorerModeSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSiteList","Uri":"/admin/edge/internetExplorerMode/siteLists","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0"},{"Command":"New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSharedCookie","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0"},{"Command":"New-MgAdminEdgeInternetExplorerModeSiteListSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSite","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0"},{"Command":"New-MgAdminPeopleProfileCardProperty","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfileCardProperty","Uri":"/admin/people/profileCardProperties","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0"},{"Command":"New-MgAgreement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreement","Uri":"/agreements","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgAgreementAcceptance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/agreements/{agreement-id}/acceptances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgAgreementFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgAgreementFileLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/file/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgAgreementFileLocalizationVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgAgreementFileVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgAppCatalogTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/appCatalogs/teamsApps","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0"},{"Command":"New-MgAppCatalogTeamAppDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0"},{"Command":"New-MgApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/applications","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0"},{"Command":"New-MgApplicationAppManagementPolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/appManagementPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0"},{"Command":"New-MgApplicationExtensionProperty","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtensionProperty","Uri":"/applications/{application-id}/extensionProperties","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0"},{"Command":"New-MgApplicationFederatedIdentityCredential","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0"},{"Command":"New-MgApplicationOwnerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0"},{"Command":"New-MgApplicationSynchronizationJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/applications/{application-id}/synchronization/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgApplicationSynchronizationJobOnDemand","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphStringKeyStringValuePair","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand","Variants":["Provision","ProvisionExpanded","ProvisionViaIdentity","ProvisionViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0"},{"Command":"New-MgApplicationSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgApplicationSynchronizationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/applications/{application-id}/synchronization/templates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgApplicationTokenIssuancePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/tokenIssuancePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0"},{"Command":"New-MgApplicationTokenLifetimePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/tokenLifetimePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0"},{"Command":"New-MgBetaAccessReview","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReview","Uri":"/accessReviews","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta"},{"Command":"New-MgBetaAccessReviewDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAccessReviewInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReview","Uri":"/accessReviews/{accessReview-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAccessReviewInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAccessReviewInstanceMyDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAccessReviewInstanceReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAccessReviewMyDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/myDecisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAccessReviewReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/accessReviews/{accessReview-id}/reviewers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta"},{"Command":"New-MgBetaAdminEdgeInternetExplorerModeSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSiteList","Uri":"/admin/edge/internetExplorerMode/siteLists","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta"},{"Command":"New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSharedCookie","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta"},{"Command":"New-MgBetaAdminEdgeInternetExplorerModeSiteListSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSite","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta"},{"Command":"New-MgBetaAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/administrativeUnits","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta"},{"Command":"New-MgBetaAdministrativeUnitExtension","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAdministrativeUnitMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/administrativeUnits/{administrativeUnit-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta"},{"Command":"New-MgBetaAdministrativeUnitMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta"},{"Command":"New-MgBetaAdministrativeUnitScopedRoleMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-beta"},{"Command":"New-MgBetaAdminPeopleProfileCardProperty","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfileCardProperty","Uri":"/admin/people/profileCardProperties","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-beta"},{"Command":"New-MgBetaAdminPeopleProfilePropertySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePropertySetting","Uri":"/admin/people/profilePropertySettings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilepropertysettings?view=graph-rest-beta"},{"Command":"New-MgBetaAdminPeopleProfileSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfileSource","Uri":"/admin/people/profileSources","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilesources?view=graph-rest-beta"},{"Command":"New-MgBetaAgreement","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreement","Uri":"/agreements","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAgreementAcceptance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/agreements/{agreement-id}/acceptances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAgreementFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAgreementFileLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/file/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAgreementFileLocalizationVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAgreementFileVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaAppCatalogTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/appCatalogs/teamsApps","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta"},{"Command":"New-MgBetaAppCatalogTeamAppDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-beta"},{"Command":"New-MgBetaAppCatalogTeamAppDefinitionDashboardCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDashboardCardDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/applications","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta"},{"Command":"New-MgBetaApplicationAppManagementPolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/appManagementPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-beta"},{"Command":"New-MgBetaApplicationExtensionProperty","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtensionProperty","Uri":"/applications/{application-id}/extensionProperties","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-beta"},{"Command":"New-MgBetaApplicationFederatedIdentityCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-beta"},{"Command":"New-MgBetaApplicationOwnerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-beta"},{"Command":"New-MgBetaApplicationSynchronizationJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/applications/{application-id}/synchronization/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaApplicationSynchronizationJobOnDemand","ApiVersion":"beta","OutputType":"IMicrosoftGraphStringKeyStringValuePair","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand","Variants":["Provision","ProvisionExpanded","ProvisionViaIdentity","ProvisionViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta"},{"Command":"New-MgBetaApplicationSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaApplicationSynchronizationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/applications/{application-id}/synchronization/templates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaApplicationTokenIssuancePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/tokenIssuancePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-beta"},{"Command":"New-MgBetaApplicationTokenLifetimePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/tokenLifetimePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-beta"},{"Command":"New-MgBetaBookingBusiness","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingBusiness","Uri":"/bookingBusinesses","Variants":["Create","Create1","CreateExpanded","CreateExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaBookingBusinessAppointment","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaBookingBusinessCalendarView","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaBookingBusinessCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCustomer","Uri":"/bookingBusinesses/{bookingBusiness-id}/customers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaBookingBusinessCustomQuestion","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCustomQuestion","Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaBookingBusinessService","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingService","Uri":"/bookingBusinesses/{bookingBusiness-id}/services","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaBookingBusinessStaffMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingStaffMember","Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaBookingCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCurrency","Uri":"/bookingCurrencies","Variants":["Create","Create1","CreateExpanded","CreateExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaBusinessFlowTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessFlowTemplate","Uri":"/businessFlowTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChat","Uri":"/chats","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.Create","Description":"Create chats","FullDescription":"Allows the app to create chats on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta"},{"Command":"New-MgBetaChatInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/chats/{chat-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-beta"},{"Command":"New-MgBetaChatMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/chats/{chat-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-beta"},{"Command":"New-MgBetaChatMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta"},{"Command":"New-MgBetaChatMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaChatMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaChatOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/chats/{chat-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaChatPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/chats/{chat-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaChatPinnedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/chats/{chat-id}/pinnedMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-beta"},{"Command":"New-MgBetaChatTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/chats/{chat-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.Create","Description":"Create tabs in Microsoft Teams.","FullDescription":"Allows the app to create tabs in any team in Microsoft Teams, on your behalf. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Create.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCase","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCase","Uri":"/compliance/ediscovery/cases","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCustodian","Uri":"/compliance/ediscovery/cases/{case-id}/custodians","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySiteSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseCustodianUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUserSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseLegalHold","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryLegalHold","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySiteSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUserSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCaseOperation","Uri":"/compliance/ediscovery/cases/{case-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaComplianceEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryReviewSet","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryReviewSetQuery","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseSourceCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySourceCollection","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta"},{"Command":"New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaComplianceEdiscoveryCaseTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryTag","Uri":"/compliance/ediscovery/cases/{case-id}/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta"},{"Command":"New-MgBetaContract","ApiVersion":"beta","OutputType":"IMicrosoftGraphContract","Uri":"/contracts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDataPolicyOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataPolicyOperation","Uri":"/dataPolicyOperations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/devices","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceAppManagementAndroidManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Uri":"/deviceAppManagement/androidManagedAppProtections","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtAndroidManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementDefaultManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Uri":"/deviceAppManagement/defaultManagedAppProtections","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtDefaultManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnterpriseCodeSigningCertificate","Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosLobAppProvisioningConfiguration","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementiOSManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosManagedAppProtection","Uri":"/deviceAppManagement/iosManagedAppProtections","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtiOSManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedAppPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedAppRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/deviceAppManagement/managedAppRegistrations","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppLogCollectionRequest","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedAppRegistrationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppOperation","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedAppRegistrationOperation","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedAppStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppStatus","Uri":"/deviceAppManagement/managedAppStatuses","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedAppStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedEBook","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBook","Uri":"/deviceAppManagement/managedEBooks","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedEBook","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedEBookAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBookAssignment","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedEBookAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedEBookCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBookCategory","Uri":"/deviceAppManagement/managedEBookCategories","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedEBookCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedEBookDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedEBookDeviceState","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedEBookUserStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserInstallStateSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedEBookUserStateSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileApp","Uri":"/deviceAppManagement/mobileApps","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosVppAppAssignedLicense","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppCatalogPackage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCatalogPackage","Uri":"/deviceAppManagement/mobileAppCatalogPackages","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppCatalogPackage","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileAppCategories","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Uri":"/deviceAppManagement/mobileAppConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementMobileAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileAppRelationships","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementPolicySet","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySet","Uri":"/deviceAppManagement/policySets","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtPolicySet","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementPolicySetAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySetAssignment","Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtPolicySetAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementPolicySetItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySetItem","Uri":"/deviceAppManagement/policySets/{policySet-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtPolicySetItem","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Uri":"/deviceAppManagement/targetedManagedAppConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAppManagementTask","Uri":"/deviceAppManagement/deviceAppManagementTasks","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtTask","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementVppToken","ApiVersion":"beta","OutputType":"IMicrosoftGraphVppToken","Uri":"/deviceAppManagement/vppTokens","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtVppToken","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWdacSupplementalPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy","Uri":"/deviceAppManagement/wdacSupplementalPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWdacSupplementalPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionWipeAction","Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWindowsManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsManagedAppProtection","Uri":"/deviceAppManagement/windowsManagedAppProtections","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWindowManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceCommand","ApiVersion":"beta","OutputType":"IMicrosoftGraphCommand","Uri":"/devices/{device-id}/commands","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceExtension","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkAppConfigurationSchema","Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkEnrollmentProfile","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema","Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppleUserInitiatedEnrollmentProfile","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppleEnrollmentProfileAssignment","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAssignmentFilter","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignmentFilter","Uri":"/deviceManagement/assignmentFilters","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAuditEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuditEvent","Uri":"/deviceManagement/auditEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementAutopilotEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAutopilotEvent","Uri":"/deviceManagement/autopilotEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementCartToClassAssociation","ApiVersion":"beta","OutputType":"IMicrosoftGraphCartToClassAssociation","Uri":"/deviceManagement/cartToClassAssociations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingCategory","Uri":"/deviceManagement/categories","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/comanagedDevices","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComanagementEligibleDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphComanagementEligibleDevice","Uri":"/deviceManagement/comanagementEligibleDevices","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComplianceManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphComplianceManagementPartner","Uri":"/deviceManagement/complianceManagementPartners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementCompliancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementCompliancePolicy","Uri":"/deviceManagement/compliancePolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementCompliancePolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementComplianceActionItem","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementCompliancePolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementComplianceSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/complianceSettings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementConfigurationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Uri":"/deviceManagement/configurationPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementConfigurationPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementConfigurationPolicyCopy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementConfigurationPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementConfigurationPolicyTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate","Uri":"/deviceManagement/configurationPolicyTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingTemplate","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementConfigurationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/configurationSettings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDataSharingConsent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataSharingConsent","Uri":"/deviceManagement/dataSharingConsents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDepOnboardingSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDepOnboardingSetting","Uri":"/deviceManagement/depOnboardingSettings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey","Variants":["Generate","GenerateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentProfile","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedAppleDeviceIdentity","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDerivedCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementDerivedCredentialSettings","Uri":"/deviceManagement/derivedCredentials","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDetectedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/detectedApps","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/deviceCategories","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceCompliancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Uri":"/deviceManagement/deviceCompliancePolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfiguration","Uri":"/deviceManagement/deviceConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceConfigurationConflictSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationConflictSummary","Uri":"/deviceManagement/deviceConfigurationConflictSummary","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationGroupAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAllDeviceCertificateState","Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestrictedAppsViolation","Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/deviceManagement/deviceEnrollmentConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceHealthScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScript","Uri":"/deviceManagement/deviceHealthScripts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceHealthScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptAssignment","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptDeviceState","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceShellScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceShellScript","Uri":"/deviceManagement/deviceShellScripts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceShellScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceShellScriptUserRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementDomainJoinConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementDomainJoinConnector","Uri":"/deviceManagement/domainJoinConnectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementEmbeddedSimActivationCodePool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePool","Uri":"/deviceManagement/embeddedSIMActivationCodePools","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimDeviceState","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementExchangeConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Uri":"/deviceManagement/exchangeConnectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementExchangeOnPremisePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy","Uri":"/deviceManagement/exchangeOnPremisesPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyCategories","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyConfiguration","Uri":"/deviceManagement/groupPolicyConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyConfigurationAssignment","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionValue","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentationValue","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Uri":"/deviceManagement/groupPolicyDefinitionFiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicySettingMapping","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnsupportedGroupPolicyExtension","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyObjectFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyObjectFile","Uri":"/deviceManagement/groupPolicyObjectFiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyUploadedDefinitionFile","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyOperation","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementImportedDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedDeviceIdentity","Uri":"/deviceManagement/importedDeviceIdentities","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntent","Uri":"/deviceManagement/intents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntentAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentAssignment","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentSettingCategory","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntentCategorySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntentCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntentCopy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntent","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/createCopy","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntentDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntentDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceState","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntentSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntentUserState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentUserState","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntuneBrandingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphIntuneBrandingProfile","Uri":"/deviceManagement/intuneBrandingProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIntuneBrandingProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIntuneBrandingProfileAssignment","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementIoUpdateStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Uri":"/deviceManagement/iosUpdateStatuses","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateAccountSummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateCategorySummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateStateSummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/managedDevices","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceCleanupRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceCleanupRule","Uri":"/deviceManagement/managedDeviceCleanupRules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceEncryptionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceEncryptionState","Uri":"/deviceManagement/managedDeviceEncryptionStates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceWindowsOSImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage","Uri":"/deviceManagement/managedDeviceWindowsOSImages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMicrosoftTunnelConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Uri":"/deviceManagement/microsoftTunnelConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelHealthThreshold","Uri":"/deviceManagement/microsoftTunnelHealthThresholds","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity","Generate","GenerateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMicrosoftTunnelSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelSite","Uri":"/deviceManagement/microsoftTunnelSites","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelServer","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/generateServerLogCollectionRequest","Variants":["Generate","GenerateExpanded","GenerateViaIdentity","GenerateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMobileAppTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/deviceManagement/mobileAppTroubleshootingEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppLogCollectionDownloadDetails","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMobileThreatDefenseConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Uri":"/deviceManagement/mobileThreatDefenseConnectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMonitoringAlertRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAlertRecord","Uri":"/deviceManagement/monitoring/alertRecords","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementMonitoringAlertRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAlertRule","Uri":"/deviceManagement/monitoring/alertRules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceManagementNdeConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphNdesConnector","Uri":"/deviceManagement/ndesConnectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementNotificationMessageTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotificationMessageTemplate","Uri":"/deviceManagement/notificationMessageTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementPartner","Uri":"/deviceManagement/deviceManagementPartners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementRemoteActionAudit","ApiVersion":"beta","OutputType":"IMicrosoftGraphRemoteActionAudit","Uri":"/deviceManagement/remoteActionAudits","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementRemoteAssistancePartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphRemoteAssistancePartner","Uri":"/deviceManagement/remoteAssistancePartners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementResourceAccessProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileBase","Uri":"/deviceManagement/resourceAccessProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementResourceAccessProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementResourceOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceOperation","Uri":"/deviceManagement/resourceOperations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementReusableSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/reusableSettings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Uri":"/deviceManagement/roleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementRoleDefinitionRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleAssignment","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementRoleScopeTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTag","Uri":"/deviceManagement/roleScopeTags","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementRoleScopeTagAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTagAutoAssignment","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScript","Uri":"/deviceManagement/deviceManagementScripts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementScriptGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementScriptUserRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementSettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/settingDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTelecomExpenseManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Uri":"/deviceManagement/telecomExpenseManagementPartners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplate","Uri":"/deviceManagement/templates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntent","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateMigratableTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplate","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateMigratableToCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateMigratableToInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntent","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateMigratableToSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTemplateSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTermAndCondition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTermAndConditionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTermAndConditionGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsGroupAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/deviceManagement/troubleshootingEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementUserPfxCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserPfxCertificate","Uri":"/deviceManagement/userPfxCertificates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementVirtualEndpointBulkAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcBulkAction","Uri":"/deviceManagement/virtualEndpoint/bulkActions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceManagementVirtualEndpointDeviceImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcDeviceImage","Uri":"/deviceManagement/virtualEndpoint/deviceImages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcExternalPartnerSetting","Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcFrontLineServicePlan","Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementVirtualEndpointGalleryImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcGalleryImage","Uri":"/deviceManagement/virtualEndpoint/galleryImages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementVirtualEndpointReportExportJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcExportJob","Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceManagementVirtualEndpointServicePlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcServicePlan","Uri":"/deviceManagement/virtualEndpoint/servicePlans","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementVirtualEndpointSnapshot","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcSnapshot","Uri":"/deviceManagement/virtualEndpoint/snapshots","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementVirtualEndpointSupportedRegion","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcSupportedRegion","Uri":"/deviceManagement/virtualEndpoint/supportedRegions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementVirtualEndpointUserSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcUserSetting","Uri":"/deviceManagement/virtualEndpoint/userSettings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsFeatureUpdateProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfile","Uri":"/deviceManagement/windowsFeatureUpdateProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfileAssignment","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsMalwareInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsMalwareInformation","Uri":"/deviceManagement/windowsMalwareInformation","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsQualityUpdateProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsQualityUpdateProfile","Uri":"/deviceManagement/windowsQualityUpdateProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsQualityUpdateProfileAssignment","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDeviceRegisteredOwnerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceRegisteredUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-beta"},{"Command":"New-MgBetaDeviceUsageRights","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRight","Uri":"/devices/{device-id}/usageRights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/administrativeUnits","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryAdministrativeUnitExtension","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryAdministrativeUnitMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryAdministrativeUnitMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryAdministrativeUnitScopedRoleMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryAttributeSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttributeSet","Uri":"/directory/attributeSets","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethoddevice-post-hardwareoathdevices?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedApplicationConfiguration","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateAuthorityAsEntity","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMutualTlsOauthConfiguration","Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":"Read and write all device authentication certificate configurations.","FullDescription":"Allows the app to read and write all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritypath-post-mutualtlsoauthconfigurations?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryCustomSecurityAttributeDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Uri":"/directory/customSecurityAttributeDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphAllowedValue","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryDeviceLocalCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Uri":"/directory/deviceLocalCredentials","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryExternalUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalUserProfile","Uri":"/directory/externalUserProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryFeatureRolloutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/directory/featureRolloutPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryFeatureRolloutPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef","ApiVersion":"beta","OutputType":null,"Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryFederationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/directory/federationConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/impactedResources","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryInboundSharedUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphInboundSharedUserProfile","Uri":"/directory/inboundSharedUserProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryOnPremiseSynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Uri":"/directory/onPremisesSynchronization","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryOutboundSharedUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutboundSharedUserProfile","Uri":"/directory/outboundSharedUserProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryOutboundSharedUserProfileTenant","ApiVersion":"beta","OutputType":null,"Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryPendingExternalUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphPendingExternalUserProfile","Uri":"/directory/pendingExternalUserProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-post-certificatebasedauthconfigurations?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-post-certificateauthorities?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryRecommendation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecommendation","Uri":"/directory/recommendations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryRecommendationImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/recommendations/{recommendation-id}/impactedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryRoleMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryRoleScopedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryRoleTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Uri":"/directoryRoleTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectorySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySetting","Uri":"/settings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta"},{"Command":"New-MgBetaDirectorySettingTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySettingTemplate","Uri":"/directorySettingTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectorySharedEmailDomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedEmailDomain","Uri":"/directory/sharedEmailDomains","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectorySubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDirectoryTemplateDeviceFromTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}/createDeviceFromTemplate","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicetemplate-createdevicefromtemplate?view=graph-rest-beta"},{"Command":"New-MgBetaDirectoryTemplateDeviceTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceTemplate","Uri":"/directory/templates/deviceTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceTemplate.Create","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceTemplate.Create","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/template-post-devicetemplates?view=graph-rest-beta"},{"Command":"New-MgBetaDomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomain","Uri":"/domains","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta"},{"Command":"New-MgBetaDomainFederationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphInternalDomainFederation","Uri":"/domains/{domain-id}/federationConfiguration","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-beta"},{"Command":"New-MgBetaDomainServiceConfigurationRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/serviceConfigurationRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDomainSharedEmailDomainInvitation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedEmailDomainInvitation","Uri":"/domains/{domain-id}/sharedEmailDomainInvitations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDomainVerificationDnsRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/verificationDnsRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/drives","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveBundle","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/classes","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassAssignmentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/classes/{educationClass-id}/assignmentCategories","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassAssignmentCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationClassAssignmentSettingGradingCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationClassAssignmentSettingGradingScheme","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingScheme","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationgradingscheme-post?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationClassAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationClassAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationClassMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassModule","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassModuleResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModuleResource","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-beta"},{"Command":"New-MgBetaEducationClassTeacherByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/teachers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta"},{"Command":"New-MgBetaEducationMeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeAssignmentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/me/assignments/{educationAssignment-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeAssignmentCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationMeRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/rubrics","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-beta"},{"Command":"New-MgBetaEducationReportReadingAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Uri":"/education/reports/readingAssignmentSubmissions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationReportReadingCoachPassage","ApiVersion":"beta","OutputType":"IMicrosoftGraphReadingCoachPassage","Uri":"/education/reports/readingCoachPassages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationReportReflectCheck","ApiVersion":"beta","OutputType":"IMicrosoftGraphReflectCheckInResponse","Uri":"/education/reports/reflectCheckInResponses","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationReportSpeakerAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphSpeakerAssignmentSubmission","Uri":"/education/reports/speakerAssignmentSubmissions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationSchool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/schools","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta"},{"Command":"New-MgBetaEducationSchoolClassByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/classes/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta"},{"Command":"New-MgBetaEducationSchoolUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/users/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta"},{"Command":"New-MgBetaEducationUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/users","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta"},{"Command":"New-MgBetaEducationUserAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserAssignmentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserAssignmentCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEducationUserRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/rubrics","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEntitlementManagementAccessPackage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomExtensionHandler","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEntitlementManagementAccessPackageAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementAccessPackageCatalog","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAccessPackageWorkflowExtension","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementAccessPackageResourceRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementAccessPackageResourceRoleScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/assignmentRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementConnectedOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectedOrganization","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta"},{"Command":"New-MgBetaEntitlementManagementSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageSubject","Uri":"/identityGovernance/entitlementManagement/subjects","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaExternalAuthorizationSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationSystem","Uri":"/external/authorizationSystems","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaExternalConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Uri":"/external/connections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-beta"},{"Command":"New-MgBetaExternalConnectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Uri":"/external/connections/{externalConnection-id}/groups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-beta"},{"Command":"New-MgBetaExternalConnectionGroupMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-beta"},{"Command":"New-MgBetaExternalConnectionItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Uri":"/external/connections/{externalConnection-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaExternalConnectionItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaExternalConnectionOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Uri":"/external/connections/{externalConnection-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaExternalIndustryDataConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataConnector","Uri":"/external/industryData/dataConnectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta"},{"Command":"New-MgBetaExternalIndustryDataInboundFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataInboundFlow","Uri":"/external/industryData/inboundFlows","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta"},{"Command":"New-MgBetaExternalIndustryDataOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/external/industryData/operations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet","Uri":"/external/industryData/outboundProvisioningFlowSets","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataProvisioningFlow","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaExternalIndustryDataReferenceDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataReferenceDefinition","Uri":"/external/industryData/referenceDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-referencedefinition-post?view=graph-rest-beta"},{"Command":"New-MgBetaExternalIndustryDataRoleGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataRoleGroup","Uri":"/external/industryData/roleGroups","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaExternalIndustryDataSourceSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataSourceSystemDefinition","Uri":"/external/industryData/sourceSystems","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta"},{"Command":"New-MgBetaExternalIndustryDataYear","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataYearTimePeriodDefinition","Uri":"/external/industryData/years","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta"},{"Command":"New-MgBetaFinancialCompanyCountryRegion","ApiVersion":"beta","OutputType":"IMicrosoftGraphCountryRegion","Uri":"/financials/companies/{company-id}/countriesRegions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/currencies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/customers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyCustomerPayment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPayment","Uri":"/financials/companies/{company-id}/customerPayments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyCustomerPaymentJournal","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPaymentJournal","Uri":"/financials/companies/{company-id}/customerPaymentJournals","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPayment","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyEmployee","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmployee","Uri":"/financials/companies/{company-id}/employees","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyEmployeePicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/itemCategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/items/{item-id}/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyJournal","ApiVersion":"beta","OutputType":"IMicrosoftGraphJournal","Uri":"/financials/companies/{company-id}/journals","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyJournalLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphJournalLine","Uri":"/financials/companies/{company-id}/journalLines","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/paymentMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/paymentTerms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanySaleInvoiceCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanySaleInvoiceLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanySaleOrderCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanySaleOrderLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanySaleQuoteCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanySaleQuoteInvoice","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice","Variants":["Make","MakeViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanySaleQuoteLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/shipmentMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyTaxArea","ApiVersion":"beta","OutputType":"IMicrosoftGraphTaxArea","Uri":"/financials/companies/{company-id}/taxAreas","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyTaxGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTaxGroup","Uri":"/financials/companies/{company-id}/taxGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyUnitOfMeasure","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnitOfMeasure","Uri":"/financials/companies/{company-id}/unitsOfMeasure","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyVendor","ApiVersion":"beta","OutputType":"IMicrosoftGraphVendor","Uri":"/financials/companies/{company-id}/vendors","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaFinancialCompanyVendorPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta"},{"Command":"New-MgBetaGroupAcceptedSenderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/acceptedSenders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-beta"},{"Command":"New-MgBetaGroupAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/groups/{group-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-beta"},{"Command":"New-MgBetaGroupCalendarEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/calendar/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupCalendarPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/groups/{group-id}/calendar/calendarPermissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupConversation","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversation","Uri":"/groups/{group-id}/conversations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta"},{"Command":"New-MgBetaGroupConversationThread","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-beta"},{"Command":"New-MgBetaGroupConversationThreadPostAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupConversationThreadPostAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaGroupConversationThreadPostExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupConversationThreadPostInReplyToAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaGroupConversationThreadPostInReplyToExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupConversationThreadPostInReplyToMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupConversationThreadPostMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drives","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveBundle","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaGroupDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaGroupDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaGroupDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaGroupDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaGroupDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/groups/{group-id}/endpoints","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta"},{"Command":"New-MgBetaGroupEventAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/events/{event-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupEventAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/events/{event-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaGroupEventExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta"},{"Command":"New-MgBetaGroupExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupLifecyclePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Uri":"/groupLifecyclePolicies","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta"},{"Command":"New-MgBetaGroupMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-beta"},{"Command":"New-MgBetaGroupOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupOwnerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-beta"},{"Command":"New-MgBetaGroupPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupRejectedSenderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/rejectedSenders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta"},{"Command":"New-MgBetaGroupSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySetting","Uri":"/groups/{group-id}/settings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta"},{"Command":"New-MgBetaGroupSiteAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteContentModel","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModel","Uri":"/groups/{group-id}/sites/{site-id}/contentModels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteDocumentProcessingJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentProcessingJob","Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteGetByPathColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteGetByPathContentModel","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModel","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteGetByPathContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteGetByPathDocumentProcessingJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentProcessingJob","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteGetByPathExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteGetByPathList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteGetByPathOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteGetByPathPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteGetByPathPageTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPageTemplate","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pageTemplates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteGetByPathPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaGroupSiteListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageAsSitePageWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPageTemplate","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePageTemplateWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSitePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteRecycleBinItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecycleBinItem","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupSiteTermStoreSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelEmail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta"},{"Command":"New-MgBetaGroupTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/groups/{group-id}/team/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/groups/{group-id}/team/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/team/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelEmail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta"},{"Command":"New-MgBetaGroupTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamPrimaryChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/primaryChannel/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleDayNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphDayNote","Uri":"/groups/{group-id}/team/schedule/dayNotes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleOfferShiftRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleOpenShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShift","Uri":"/groups/{group-id}/team/schedule/openShifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleOpenShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleSchedulingGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/groups/{group-id}/team/schedule/schedulingGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphShift","Uri":"/groups/{group-id}/team/schedule/shifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleShiftRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphShiftsRoleDefinition","Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleSwapShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleTimeCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleTimeOff","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOff","Uri":"/groups/{group-id}/team/schedule/timesOff","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleTimeOffReason","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/groups/{group-id}/team/schedule/timeOffReasons","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamScheduleTimeOffRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/groups/{group-id}/team/schedule/timeOffRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/groups/{group-id}/team/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupTeamTagMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupThread","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/threads","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-beta"},{"Command":"New-MgBetaGroupThreadPostAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupThreadPostAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaGroupThreadPostExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupThreadPostInReplyToAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaGroupThreadPostInReplyToExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupThreadPostInReplyToMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaGroupThreadPostMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityApiConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/apiConnectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityAuthenticationEventFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Uri":"/identity/authenticationEventsFlows","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityAuthenticationEventFlowIncludeApplication","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityAuthenticationEventListener","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationEventListener","Uri":"/identity/authenticationEventListeners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityB2CUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphB2CIdentityUserFlow","Uri":"/identity/b2cUserFlows","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityB2CUserFlowIdentityProviderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityB2CUserFlowLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityB2CUserFlowLanguageDefaultPage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityB2CUserFlowLanguageOverridePage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityB2CUserFlowUserAttributeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityB2XUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Uri":"/identity/b2xUserFlows","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityB2XUserFlowIdentityProviderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityB2XUserFlowLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityB2XUserFlowLanguageDefaultPage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityB2XUserFlowLanguageOverridePage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityB2XUserFlowUserAttributeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/identity/conditionalAccess/authenticationContextClassReferences","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodModeDetail","Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes","Variants":["Create1","CreateExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/identity/conditionalAccess/authenticationStrengths/policies","Variants":["Create1","CreateExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["Create1","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityCustomAuthenticationExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Uri":"/identity/customAuthenticationExtensions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Uri":"/identityGovernance/accessReviews/historyDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri","Variants":["Generate","GenerateViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceAppConsentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceLifecycleWorkflow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePermissionAnalyticAwFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/aws/findings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/azure/findings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/gcp/findings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsRequestChange","Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphScheduledPermissionsRequest","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Remove.AzureADGroup","Description":"Delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.Remove.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Remove.AzureADGroup","Description":"Delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.Remove.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceRoleManagementAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlert","Uri":"/identityGovernance/roleManagementAlerts/alerts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertConfiguration","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceRoleManagementAlertDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertDefinition","Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceRoleManagementAlertIncident","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceRoleManagementAlertOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/identityGovernance/roleManagementAlerts/operations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreement","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreement","Uri":"/identityGovernance/termsOfUse/agreements","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/identityGovernance/termsOfUse/agreementAcceptances","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreementFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaIdentityProvider","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/identityProviders","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlow","Uri":"/identity/userFlows","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta"},{"Command":"New-MgBetaIdentityUserFlowAttribute","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/userFlowAttributes","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta"},{"Command":"New-MgBetaInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/informationProtection/dataLossPreventionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/informationProtection/policy/labels","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/informationProtection/threatAssessmentRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta"},{"Command":"New-MgBetaInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaInvitation","ApiVersion":"beta","OutputType":"IMicrosoftGraphInvitation","Uri":"/invitations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"User.Invite.All","Description":"Invite guest users to the organization","FullDescription":"Allows the app to invite guest users to the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Invite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta"},{"Command":"New-MgBetaNetworkAccessAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessAlert","Uri":"/networkAccess/alerts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessConnectivityBranch","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessBranchSite","Uri":"/networkAccess/connectivity/branches","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-branches?view=graph-rest-beta"},{"Command":"New-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessConnectivityBranchDeviceLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-post-devicelinks?view=graph-rest-beta"},{"Command":"New-MgBetaNetworkAccessConnectivityBranchForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessConnectivityRemoteNetwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessRemoteNetwork","Uri":"/networkAccess/connectivity/remoteNetworks","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-remotenetworks?view=graph-rest-beta"},{"Command":"New-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessFilteringPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessFilteringPolicy","Uri":"/networkAccess/filteringPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessFilteringPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessFilteringProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessFilteringProfile","Uri":"/networkAccess/filteringProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessFilteringProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-post?view=graph-rest-beta"},{"Command":"New-MgBetaNetworkAccessForwardingPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingPolicy","Uri":"/networkAccess/forwardingPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessForwardingPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/forwardingProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessLogConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnection","Uri":"/networkAccess/logs/connections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessLogRemoteNetwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent","Uri":"/networkAccess/logs/remoteNetworks","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessLogTraffic","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessTraffic","Uri":"/networkAccess/logs/traffic","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessThreatIntelligencePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessThreatIntelligencePolicy","Uri":"/networkAccess/threatIntelligencePolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-post-threatintelligencepolicies?view=graph-rest-beta"},{"Command":"New-MgBetaNetworkAccessThreatIntelligencePolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessExternalCertificateAuthorityCertificate","Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlstermination-post-externalcertificateauthoritycertificates?view=graph-rest-beta"},{"Command":"New-MgBetaNetworkAccessTlInspectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessTlsInspectionPolicy","Uri":"/networkAccess/tlsInspectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-post-tlsinspectionpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaNetworkAccessTlInspectionPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicy-post-policyrules?view=graph-rest-beta"},{"Command":"New-MgBetaOauth2PermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/oauth2PermissionGrants","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta"},{"Command":"New-MgBetaOnPremisePublishingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesPublishingProfile","Uri":"/onPremisesPublishingProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileAgent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgent","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileAgentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileAgentGroupAgent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgent","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileAgentGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphPublishedResource","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnector","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileConnectorGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectorGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfilePublishedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphPublishedResource","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganization","Uri":"/organization","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaOrganizationBrandingLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Uri":"/organization/{organization-id}/branding/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-beta"},{"Command":"New-MgBetaOrganizationCertificateBasedAuthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-beta"},{"Command":"New-MgBetaOrganizationExtension","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPlaceAsRoomListRoom","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoom","Uri":"/places/{place-id}/roomList/rooms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPlaceAsRoomListWorkspace","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkspace","Uri":"/places/{place-id}/roomList/workspaces","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPlannerBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/buckets","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-beta"},{"Command":"New-MgBetaPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/plans","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-beta"},{"Command":"New-MgBetaPlannerRoster","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerRoster","Uri":"/planner/rosters","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-beta"},{"Command":"New-MgBetaPlannerRosterMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerRosterMember","Uri":"/planner/rosters/{plannerRoster-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-beta"},{"Command":"New-MgBetaPlannerTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/tasks","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyActivityBasedTimeoutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Uri":"/policies/activityBasedTimeoutPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/policies/appManagementPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/policies/authenticationStrengthPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyAuthorizationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationPolicy","Uri":"/policies/authorizationPolicy","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride","ApiVersion":"beta","OutputType":"IMicrosoftGraphDefaultUserRoleOverride","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyClaimMappingPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphClaimsMappingPolicy","Uri":"/policies/claimsMappingPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyCrossTenantAccessPolicyPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Uri":"/policies/crossTenantAccessPolicy/partners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyFeatureRolloutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/policies/featureRolloutPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyFeatureRolloutPolicyApplyTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef","ApiVersion":"beta","OutputType":null,"Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyHomeRealmDiscoveryPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/policies/homeRealmDiscoveryPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyMobileAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobilityManagementPolicy","Uri":"/policies/mobileAppManagementPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyMobileDeviceManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobilityManagementPolicy","Uri":"/policies/mobileDeviceManagementPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyPermissionGrantPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantPolicy","Uri":"/policies/permissionGrantPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyPermissionGrantPolicyExclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyPermissionGrantPolicyInclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyPermissionGrantPreApprovalPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Uri":"/policies/permissionGrantPreApprovalPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/policyroot-post-permissiongrantpreapprovalpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyRoleManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Uri":"/policies/roleManagementPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyRoleManagementPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Uri":"/policies/roleManagementPolicyAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyRoleManagementPolicyEffectiveRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyRoleManagementPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyServicePrincipalCreationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationPolicy","Uri":"/policies/servicePrincipalCreationPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyServicePrincipalCreationPolicyExclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyServicePrincipalCreationPolicyInclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPolicyTokenIssuancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/policies/tokenIssuancePolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-beta"},{"Command":"New-MgBetaPolicyTokenLifetimePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/policies/tokenLifetimePolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-beta"},{"Command":"New-MgBetaPrintConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/connectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintOperation","Uri":"/print/operations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintPrinter","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/create","Variants":["Create1","CreateExpanded1"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta"},{"Command":"New-MgBetaPrintPrinterJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printers/{printer-id}/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-beta"},{"Command":"New-MgBetaPrintPrinterJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintPrinterJobDocumentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaPrintPrinterJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintPrinterShare","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/printerShares","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintPrinterShareAllowedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/allowedGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintPrinterShareAllowedUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/allowedUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintPrinterShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printerShares/{printerShare-id}/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintPrinterShareJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintPrinterShareJobDocumentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaPrintPrinterShareJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintPrinterTaskTrigger","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printers/{printer-id}/taskTriggers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-beta"},{"Command":"New-MgBetaPrintService","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintService","Uri":"/print/services","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintServiceEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintServiceEndpoint","Uri":"/print/services/{printService-id}/endpoints","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintShare","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/shares","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta"},{"Command":"New-MgBetaPrintShareAllowedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta"},{"Command":"New-MgBetaPrintShareAllowedUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta"},{"Command":"New-MgBetaPrintShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/shares/{printerShare-id}/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-beta"},{"Command":"New-MgBetaPrintShareJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintShareJobDocumentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaPrintShareJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrintTaskDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/taskDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta"},{"Command":"New-MgBetaPrintTaskDefinitionTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivacySubjectRightsRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/privacy/subjectRightsRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta"},{"Command":"New-MgBetaPrivacySubjectRightsRequestNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta"},{"Command":"New-MgBetaPrivilegedAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccess","Uri":"/privilegedAccess","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedAccessResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedAccessResourceRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedAccessResourceRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedAccessResourceRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedAccessRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedAccessRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedAccessRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedAccessRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedApproval","Uri":"/privilegedApproval","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedOperationEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedOperationEvent","Uri":"/privilegedOperationEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRole","Uri":"/privilegedRoles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedRoleAssignmentEligible","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible","Variants":["Make","MakeViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedRoleAssignmentPermanent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent","Variants":["Make","MakeExpanded","MakeViaIdentity","MakeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaPrivilegedRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Uri":"/privilegedRoleAssignmentRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaProgram","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgram","Uri":"/programs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta"},{"Command":"New-MgBetaProgramControl","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgramControl","Uri":"/programControls","Variants":["Create","Create1","Create2","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta"},{"Command":"New-MgBetaProgramControlType","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgramControlType","Uri":"/programControlTypes","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaReportAuthenticationMethodUserEventSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserEventsSummary","Uri":"/reports/authenticationMethods/userEventsSummary","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaReportAuthenticationMethodUserMfaSignInSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserMfaSignInSummary","Uri":"/reports/authenticationMethods/userMfaSignInSummary","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserPasswordResetsAndChangesSummary","Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaReportAuthenticationMethodUserRegistrationDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserRegistrationDetails","Uri":"/reports/authenticationMethods/userRegistrationDetails","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaReportHealthMonitoringAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphHealthMonitoringAlert","Uri":"/reports/healthMonitoring/alerts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaReportHealthMonitoringAlertConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphHealthMonitoringAlertConfiguration","Uri":"/reports/healthMonitoring/alertConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaReportPartnerBillingManifest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingManifest","Uri":"/reports/partners/billing/manifests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaReportPartnerBillingOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/operations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaReportUserInsightDailyMfaTelecomFraud","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaTelecomFraudMetric","Uri":"/reports/userInsights/daily/mfaTelecomFraud","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaReportUserInsightMonthlyMfaRegisteredUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaUserCountMetric","Uri":"/reports/userInsights/monthly/mfaRegisteredUsers","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRiskDetection","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskDetection","Uri":"/identityProtection/riskDetections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRiskyServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyServicePrincipal","Uri":"/identityProtection/riskyServicePrincipals","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRiskyServicePrincipalHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRiskyUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyUser","Uri":"/identityProtection/riskyUsers","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRiskyUserHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementCloudPcResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/cloudPC/resourceNamespaces","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementCloudPcRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Uri":"/roleManagement/cloudPC/roleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta"},{"Command":"New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementCloudPcRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/cloudPC/roleDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta"},{"Command":"New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDeviceManagementResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/deviceManagement/resourceNamespaces","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDeviceManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Uri":"/roleManagement/deviceManagement/roleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta"},{"Command":"New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDeviceManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/deviceManagement/roleDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDirectoryResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/directory/resourceNamespaces","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDirectoryRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/roleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta"},{"Command":"New-MgBetaRoleManagementDirectoryRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/directory/roleAssignmentApprovals","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.Remove.Directory","Description":"Delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to delete the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.Remove.Directory","Description":"Delete all active role assignments for your company's directory","FullDescription":"Allows the app to delete the active role-based access control (RBAC) assignments for your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.Remove.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.Remove.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-beta"},{"Command":"New-MgBetaRoleManagementDirectoryRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta"},{"Command":"New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilitySchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-beta"},{"Command":"New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/transitiveRoleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/enterpriseApps","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/entitlementManagement/resourceNamespaces","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/roleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta"},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementExchangeCustomAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAppScope","Uri":"/roleManagement/exchange/customAppScopes","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta"},{"Command":"New-MgBetaRoleManagementExchangeResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/exchange/resourceNamespaces","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementExchangeRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/exchange/roleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta"},{"Command":"New-MgBetaRoleManagementExchangeRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/exchange/roleDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaRoleManagementExchangeTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/exchange/transitiveRoleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSchemaExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchemaExtension","Uri":"/schemaExtensions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.SchemaExtensions","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta"},{"Command":"New-MgBetaSearchAcronym","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchAcronym","Uri":"/search/acronyms","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-beta"},{"Command":"New-MgBetaSearchBookmark","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchBookmark","Uri":"/search/bookmarks","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-beta"},{"Command":"New-MgBetaSearchQna","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchQna","Uri":"/search/qnas","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityActionAutoGenerated","Uri":"/security/securityActions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphAlert","Uri":"/security/alerts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAlertV2","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/alerts_v2","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulation","Uri":"/security/attackSimulation/simulations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityAttackSimulationAutomation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulationAutomation","Uri":"/security/attackSimulation/simulationAutomations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulationAutomationRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulationAutomationRun","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulationEndUserNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndUserNotification","Uri":"/security/attackSimulation/endUserNotifications","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulationEndUserNotificationDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndUserNotificationDetail","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulationLandingPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLandingPage","Uri":"/security/attackSimulation/landingPages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulationLandingPageDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLandingPageDetail","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulationLoginPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLoginPage","Uri":"/security/attackSimulation/loginPages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttackSimulationOperation","Uri":"/security/attackSimulation/operations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulationPayload","ApiVersion":"beta","OutputType":"IMicrosoftGraphPayload","Uri":"/security/attackSimulation/payloads","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulationTraining","ApiVersion":"beta","OutputType":"IMicrosoftGraphTraining","Uri":"/security/attackSimulation/trainings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAttackSimulationTrainingCampaign","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrainingCampaign","Uri":"/security/attackSimulation/trainingCampaigns","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityAttackSimulationTrainingLanguageDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrainingLanguageDetail","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityAuditLogQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuditLogQuery","Uri":"/security/auditLog/queries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AuditLogsQuery-Entra.Read.All","Description":"Read audit logs data from Entra service","FullDescription":"Allows the app to read and query audit logs from Entra service, on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuditLogsQuery-Entra.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AuditLogsQuery.Read.All","Description":"Read audit logs data from all services","FullDescription":"Allows the app to read and query audit logs from all services, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":"Read audit logs data from SharePoint workload","FullDescription":"Allows the app to read and query audit logs from SharePoint workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":"Read audit logs data from OneDrive workload","FullDescription":"Allows the app to read and query audit logs from OneDrive workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":"Read audit logs data from Exchange workload","FullDescription":"Allows the app to read and query audit logs from Exchange workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":"Read audit logs data from Endpoint Data Loss Prevention workload","FullDescription":"Allows the app to read and query audit logs from Endpoint Data Loss Prevention workload, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":"Read audit logs data from Dynamics CRM workload","FullDescription":"Allows the app to read and query audit logs from Dynamics CRM workload, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AuditLogsQuery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-SharePoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-OneDrive.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Exchange.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-Endpoint.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AuditLogsQuery-CRM.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityAuditLogQueryRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuditLogRecord","Uri":"/security/auditLog/queries/{auditLogQuery-id}/records","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityCaseEdiscoveryCase","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Uri":"/security/cases/ediscoveryCases","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseLegalHold","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryHoldPolicy","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-sitesources?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-usersources?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseMember","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasemember-post?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCaseOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseSearch","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCaseEdiscoveryCaseTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityCloudAppSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudAppSecurityProfile","Uri":"/security/cloudAppSecurityProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityCollaborationAnalyzedEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAnalyzedEmail","Uri":"/security/collaboration/analyzedEmails","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStream","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCloudAppDiscoveryReport","Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityDataSecurityAndGovernancePolicyFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicyFile","Uri":"/security/dataSecurityAndGovernance/policyFiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityDomainSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainSecurityProfile","Uri":"/security/domainSecurityProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityFileSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphFileSecurityProfile","Uri":"/security/fileSecurityProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityHostSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphHostSecurityProfile","Uri":"/security/hostSecurityProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityIdentityAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIdentityAccounts","Uri":"/security/identities/identityAccounts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityIdentityHealthIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/healthIssues","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityIdentitySensor","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensor","Uri":"/security/identities/sensors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityIdentitySensorDeploymentAccessKey","ApiVersion":"beta","OutputType":null,"Uri":"/security/identities/sensors/regenerateDeploymentAccessKey","Variants":["Regenerate"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-regeneratedeploymentaccesskey?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityIncident","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIncident","Uri":"/security/incidents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityIncidentTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIncidentTask","Uri":"/security/incidentTasks","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/security/informationProtection/sensitivityLabels","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityIPSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphIPSecurityProfile","Uri":"/security/ipSecurityProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityLabelAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Uri":"/security/labels/authorities","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityLabelCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Uri":"/security/labels/categories","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityLabelCategorySubcategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityLabelCitation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCitationTemplate","Uri":"/security/labels/citations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityLabelDepartment","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Uri":"/security/labels/departments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityLabelFilePlanReference","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Uri":"/security/labels/filePlanReferences","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityLabelRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionLabel","Uri":"/security/labels/retentionLabels","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityPartnerSecurityAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityAlert","Uri":"/security/partner/securityAlerts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityPartnerSecurityScoreCustomerInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityCustomerInsight","Uri":"/security/partner/securityScore/customerInsights","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityPartnerSecurityScoreHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityScoreHistory","Uri":"/security/partner/securityScore/history","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityPartnerSecurityScoreRequirement","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityRequirement","Uri":"/security/partner/securityScore/requirements","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityProviderTenantSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphProviderTenantSetting","Uri":"/security/providerTenantSettings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityRuleDetectionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDetectionRule","Uri":"/security/rules/detectionRules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecuritySecureScore","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecureScore","Uri":"/security/secureScores","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecuritySecureScoreControlProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecureScoreControlProfile","Uri":"/security/secureScoreControlProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecuritySubjectRightsRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/security/subjectRightsRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecuritySubjectRightsRequestNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/articles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceArticleIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityArticleIndicator","Uri":"/security/threatIntelligence/articleIndicators","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hosts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceHostComponent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostComponent","Uri":"/security/threatIntelligence/hostComponents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceHostCookie","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostCookie","Uri":"/security/threatIntelligence/hostCookies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceHostPair","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hostPairs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceHostPort","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPort","Uri":"/security/threatIntelligence/hostPorts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceHostSslCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Uri":"/security/threatIntelligence/hostSslCertificates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceHostTracker","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostTracker","Uri":"/security/threatIntelligence/hostTrackers","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceIntelProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Uri":"/security/threatIntelligence/intelProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligencePassiveDnsRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/passiveDnsRecords","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceProfileIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelligenceProfileIndicators","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceSslCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySslCertificate","Uri":"/security/threatIntelligence/sslCertificates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceSubdomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/subdomains","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceVulnerability","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityVulnerability","Uri":"/security/threatIntelligence/vulnerabilities","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisHistoryRecords","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatIntelligenceWhoisRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisRecord","Uri":"/security/threatIntelligence/whoisRecords","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatSubmissionEmailThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEmailThreatSubmission","Uri":"/security/threatSubmission/emailThreats","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEmailThreatSubmissionPolicy","Uri":"/security/threatSubmission/emailThreatSubmissionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":"Read and write all threat submission policies","FullDescription":"Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSecurityThreatSubmissionFileThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFileThreatSubmission","Uri":"/security/threatSubmission/fileThreats","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-filethreatsubmission-post-filethreats?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityThreatSubmissionUrlThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUrlThreatSubmission","Uri":"/security/threatSubmission/urlThreats","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmission.ReadWrite","Description":"Read and write threat submissions","FullDescription":"Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ThreatSubmission.ReadWrite.All","Description":"Read and write all threat submissions","FullDescription":"Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityTiIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphTiIndicator","Uri":"/security/tiIndicators","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityTriggerRetentionEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionEvent","Uri":"/security/triggers/retentionEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityTriggerTypeRetentionEventType","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/triggerTypes/retentionEventTypes","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta"},{"Command":"New-MgBetaSecurityUserSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSecurityProfile","Uri":"/security/userSecurityProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalAppRoleAssignedTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalClaimMappingPolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalDelegatedPermissionClassification","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalLicenseDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLicenseDetails","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaServicePrincipalOwnerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalPasswordSingleSignOnCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphPasswordSingleSignOnCredentialSet","Uri":"/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovedClientApp","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetDeviceGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalRiskDetection","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Uri":"/identityProtection/servicePrincipalRiskDetections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaServicePrincipalSynchronizationJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalSynchronizationJobOnDemand","ApiVersion":"beta","OutputType":"IMicrosoftGraphStringKeyStringValuePair","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand","Variants":["Provision","ProvisionExpanded","ProvisionViaIdentity","ProvisionViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta"},{"Command":"New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaServicePrincipalSynchronizationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaServicePrincipalTokenIssuancePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaServicePrincipalTokenLifetimePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-tokenlifetimepolicies?view=graph-rest-beta"},{"Command":"New-MgBetaShareListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/shares/{sharedDriveItem-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/shares/{sharedDriveItem-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/list/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaShareSharedDriveItemSharedDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedDriveItem","Uri":"/shares","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-beta"},{"Command":"New-MgBetaSiteContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-beta"},{"Command":"New-MgBetaSiteContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-beta"},{"Command":"New-MgBetaSiteContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteGetByPathColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteGetByPathContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteGetByPathList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteGetByPathOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteGetByPathPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteGetByPathPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-create?view=graph-rest-beta"},{"Command":"New-MgBetaSiteListActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/sites/{site-id}/lists/{list-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-beta"},{"Command":"New-MgBetaSiteListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-beta"},{"Command":"New-MgBetaSiteListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-beta"},{"Command":"New-MgBetaSiteListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaSiteListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/lists/{list-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/sites/{site-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta"},{"Command":"New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSitePageAsSitePageWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSitePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta"},{"Command":"New-MgBetaSiteTermStoreGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetParentGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetParentGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetParentGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetParentGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSiteTermStoreSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreDriveInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/driveInclusionRules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreDriveProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/driveProtectionUnits","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Uri":"/solutions/backupRestore/exchangeProtectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaSolutionBackupRestoreExchangeRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphExchangeRestoreSession","Uri":"/solutions/backupRestore/exchangeRestoreSessions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-post-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-beta"},{"Command":"New-MgBetaSolutionBackupRestoreMailboxInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/mailboxInclusionRules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreMailboxProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/mailboxProtectionUnits","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveRestoreArtifact","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-post-driverestoreartifactsbulkadditionrequests?view=graph-rest-beta"},{"Command":"New-MgBetaSolutionBackupRestorePoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/restorePoints","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreServiceApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta"},{"Command":"New-MgBetaSolutionBackupRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestoreSessionBase","Uri":"/solutions/backupRestore/restoreSessions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Uri":"/solutions/backupRestore/sharePointProtectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta"},{"Command":"New-MgBetaSolutionBackupRestoreSharePointRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharePointRestoreSession","Uri":"/solutions/backupRestore/sharePointRestoreSessions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta"},{"Command":"New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteRestoreArtifact","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-post-siterestoreartifactsbulkadditionrequests?view=graph-rest-beta"},{"Command":"New-MgBetaSolutionBackupRestoreSiteInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/siteInclusionRules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreSiteProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/siteProtectionUnits","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBusinessScenario","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenario","Uri":"/solutions/businessScenarios","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta"},{"Command":"New-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanConfigurationLocalization","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSolutionBusinessScenarioPlannerTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenarioTask","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-beta"},{"Command":"New-MgBetaSubscribedSku","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscribedSku","Uri":"/subscribedSkus","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/subscriptions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ChangeNotifications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta"},{"Command":"New-MgBetaTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeam","Uri":"/teams","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Team.Create","Description":"Create teams","FullDescription":"Allows the app to create teams on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta"},{"Command":"New-MgBetaTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.Create","Description":"Create channels","FullDescription":"Create channels in any team, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.Create.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-beta"},{"Command":"New-MgBetaTeamChannelEmail","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta"},{"Command":"New-MgBetaTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Send","Description":"Send channel messages","FullDescription":"Allows the app to send channel messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta"},{"Command":"New-MgBetaTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMessage.Send","Description":"Send channel messages","FullDescription":"Allows the app to send channel messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-beta"},{"Command":"New-MgBetaTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.Create","Description":"Create tabs in Microsoft Teams.","FullDescription":"Allows the app to create tabs in any team in Microsoft Teams, on your behalf. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Create.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/teams/{team-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-beta"},{"Command":"New-MgBetaTeamMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, on your behalf. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, without a signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta"},{"Command":"New-MgBetaTeamOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/teams/{team-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/teams/{team-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelEmail","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta"},{"Command":"New-MgBetaTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/primaryChannel/planner/plans","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamPrimaryChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/primaryChannel/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamScheduleDayNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphDayNote","Uri":"/teams/{team-id}/schedule/dayNotes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamScheduleOfferShiftRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/teams/{team-id}/schedule/offerShiftRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-beta"},{"Command":"New-MgBetaTeamScheduleOpenShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShift","Uri":"/teams/{team-id}/schedule/openShifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-beta"},{"Command":"New-MgBetaTeamScheduleOpenShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-beta"},{"Command":"New-MgBetaTeamScheduleSchedulingGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/teams/{team-id}/schedule/schedulingGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-beta"},{"Command":"New-MgBetaTeamScheduleShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphShift","Uri":"/teams/{team-id}/schedule/shifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-beta"},{"Command":"New-MgBetaTeamScheduleShiftRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphShiftsRoleDefinition","Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamScheduleSwapShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-beta"},{"Command":"New-MgBetaTeamScheduleTimeCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-beta"},{"Command":"New-MgBetaTeamScheduleTimeOff","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOff","Uri":"/teams/{team-id}/schedule/timesOff","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-beta"},{"Command":"New-MgBetaTeamScheduleTimeOffReason","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/teams/{team-id}/schedule/timeOffReasons","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-beta"},{"Command":"New-MgBetaTeamScheduleTimeOffRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/teams/{team-id}/schedule/timeOffRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-post?view=graph-rest-beta"},{"Command":"New-MgBetaTeamTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/teams/{team-id}/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-beta"},{"Command":"New-MgBetaTeamTagMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-beta"},{"Command":"New-MgBetaTeamworkDeletedChat","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedChats","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeletedTeam","Uri":"/teamwork/deletedTeams","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelEmail","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta"},{"Command":"New-MgBetaTeamworkDeletedTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeletedTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDevice","Uri":"/teamwork/devices","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkDeviceOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDeviceOperation","Uri":"/teamwork/devices/{teamworkDevice-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkTeamTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamTemplate","Uri":"/teamwork/teamTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkTeamTemplateDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamTemplateDefinition","Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTeamworkWorkforceIntegration","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkforceIntegration","Uri":"/teamwork/workforceIntegrations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta"},{"Command":"New-MgBetaTenantRelationshipDelegatedAdminCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Uri":"/tenantRelationships/delegatedAdminCustomers","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipDelegatedAdminRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Uri":"/tenantRelationships/delegatedAdminRelationships","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta"},{"Command":"New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta"},{"Command":"New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta"},{"Command":"New-MgBetaTenantRelationshipManagedTenant","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenant","Uri":"/tenantRelationships/managedTenants/tenants","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance","Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantAlertLog","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertLog","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantAlertRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantApiNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantAppPerformance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAppPerformance","Uri":"/tenantRelationships/managedTenants/appPerformances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantAuditEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAuditEvent","Uri":"/tenantRelationships/managedTenants/auditEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantCloudPcConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcConnection","Uri":"/tenantRelationships/managedTenants/cloudPcConnections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantCloudPcDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcDevice","Uri":"/tenantRelationships/managedTenants/cloudPcDevices","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantCloudPcOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcOverview","Uri":"/tenantRelationships/managedTenants/cloudPcsOverview","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage","Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary","Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantCustomizedInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantCustomizedInformation","Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantDetailedInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantDetailedInformation","Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceAppPerformance","Uri":"/tenantRelationships/managedTenants/deviceAppPerformances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary","Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceHealthStatus","Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantEmailNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantGroup","Uri":"/tenantRelationships/managedTenants/tenantGroups","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceCompliance","Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend","Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagementAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementAction","Uri":"/tenantRelationships/managedTenants/managementActions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus","Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagementIntent","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementIntent","Uri":"/tenantRelationships/managedTenants/managementIntents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Uri":"/tenantRelationships/managedTenants/managementTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollection","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary","Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary","Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantMyRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsMyRole","Uri":"/tenantRelationships/managedTenants/myRoles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantTag","Uri":"/tenantRelationships/managedTenants/tenantTags","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta"},{"Command":"New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint","Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState","Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsWindowsProtectionState","Uri":"/tenantRelationships/managedTenants/windowsProtectionStates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaTenantRelationshipMultiTenantOrganizationTenant","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Uri":"/tenantRelationships/multiTenantOrganization/tenants","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-beta"},{"Command":"New-MgBetaTrustFrameworkKeySet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKeySet","Uri":"/trustFramework/keySets","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta"},{"Command":"New-MgBetaTrustFrameworkKeySetKey","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKey","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey","Variants":["Generate","GenerateExpanded","GenerateViaIdentity","GenerateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta"},{"Command":"New-MgBetaTrustFrameworkPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/policies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta"},{"Command":"New-MgBetaUserActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserActivityHistoryItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityHistoryItem","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserActivityStatistics","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityStatistics","Uri":"/users/{user-id}/analytics/activityStatistics","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta"},{"Command":"New-MgBetaUserAuthenticationEmailMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Uri":"/users/{user-id}/authentication/emailMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-beta"},{"Command":"New-MgBetaUserAuthenticationExternalAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalAuthenticationMethod","Uri":"/users/{user-id}/authentication/externalAuthenticationMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-externalauthenticationmethods?view=graph-rest-beta"},{"Command":"New-MgBetaUserAuthenticationHardwareOathMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathAuthenticationMethod","Uri":"/users/{user-id}/authentication/hardwareOathMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethod","Uri":"/users/{user-id}/authentication/methods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserAuthenticationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/users/{user-id}/authentication/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserAuthenticationPhoneMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Uri":"/users/{user-id}/authentication/phoneMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-beta"},{"Command":"New-MgBetaUserAuthenticationTemporaryAccessPassMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-beta"},{"Command":"New-MgBetaUserCalendar","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendars","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserCalendarEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/calendars/{calendar-id}/events","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserCalendarGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarGroup","Uri":"/users/{user-id}/calendarGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserCalendarGroupCalendar","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserCalendarPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/users/{user-id}/calendar/calendarPermissions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta"},{"Command":"New-MgBetaUserChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChat","Uri":"/users/{user-id}/chats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserChatInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/users/{user-id}/chats/{chat-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserChatMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/users/{user-id}/chats/{chat-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserChatMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserChatMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserChatMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserChatOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/users/{user-id}/chats/{chat-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserChatPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserChatPinnedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserChatTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/users/{user-id}/chats/{chat-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserContactFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserContactFolderChildFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserContactFolderChildFolderContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserContactFolderChildFolderContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserContactFolderContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserContactFolderContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDefaultCalendarEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/calendar/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/devices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDeviceCommand","ApiVersion":"beta","OutputType":"IMicrosoftGraphCommand","Uri":"/users/{user-id}/devices/{device-id}/commands","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/users/{user-id}/deviceEnrollmentConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDeviceEnrollmentConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDeviceExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDeviceManagementTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDeviceRegisteredOwnerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDeviceRegisteredUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDeviceUsageRights","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRight","Uri":"/users/{user-id}/devices/{device-id}/usageRights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drives","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveBundle","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaUserDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaUserDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaUserDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/users/{user-id}/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaUserDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootListItemLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta"},{"Command":"New-MgBetaUserDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserEventAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/events/{event-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserEventAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/events/{event-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaUserEventExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserInferenceClassificationOverride","ApiVersion":"beta","OutputType":"IMicrosoftGraphInferenceClassificationOverride","Uri":"/users/{user-id}/inferenceClassification/overrides","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/users/{user-id}/informationProtection/policy/labels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/users/{user-id}/informationProtection/sensitivityLabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserInsightShared","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedInsight","Uri":"/users/{user-id}/insights/shared","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserInsightTrending","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrending","Uri":"/users/{user-id}/insights/trending","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserInsightUsed","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsedInsight","Uri":"/users/{user-id}/insights/used","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderChildFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderChildFolderMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaUserMailFolderChildFolderMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderChildFolderMessageForward","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta"},{"Command":"New-MgBetaUserMailFolderChildFolderMessageMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderChildFolderMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta"},{"Command":"New-MgBetaUserMailFolderChildFolderMessageReplyAll","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta"},{"Command":"New-MgBetaUserMailFolderChildFolderMessageRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderMessageAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaUserMailFolderMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderMessageForward","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta"},{"Command":"New-MgBetaUserMailFolderMessageMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMailFolderMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta"},{"Command":"New-MgBetaUserMailFolderMessageReplyAll","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta"},{"Command":"New-MgBetaUserMailFolderMessageRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/users/{user-id}/managedDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDeviceLogCollectionRequestDownloadUrl","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDeviceLogCollectionResponse","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMessageAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMessageAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaUserMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMessageForward","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta"},{"Command":"New-MgBetaUserMessageMention","ApiVersion":"beta","OutputType":"IMicrosoftGraphMention","Uri":"/users/{user-id}/messages/{message-id}/mentions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta"},{"Command":"New-MgBetaUserMessageReplyAll","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta"},{"Command":"New-MgBetaUserMobileAppIntentAndState","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppIntentAndState","Uri":"/users/{user-id}/mobileAppIntentAndStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMobileAppTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppLogCollectionDownloadDetails","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotification","Uri":"/users/{user-id}/notifications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Notifications.ReadWrite.CreatedByApp","Description":"Deliver and manage your notifications for this app","FullDescription":"Allows the app to deliver its notifications, on your behalf. Also allows the app to read, update, and delete your notification items for this app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notifications.ReadWrite.CreatedByApp","Description":"Deliver and manage your notifications for this app","FullDescription":"Allows the app to deliver its notifications, on your behalf. Also allows the app to read, update, and delete your notification items for this app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/users/{user-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookMasterCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookCategory","Uri":"/users/{user-id}/outlook/masterCategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookTaskAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaUserOutlookTaskFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskFolder","Uri":"/users/{user-id}/outlook/taskFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookTaskFolderTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookTaskFolderTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaUserOutlookTaskGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskGroup","Uri":"/users/{user-id}/outlook/taskGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookTaskGroupTaskFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskFolder","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookTaskGroupTaskFolderTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaUserProfileAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserAccountInformation","Uri":"/users/{user-id}/profile/account","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileAddress","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAddress","Uri":"/users/{user-id}/profile/addresses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileAnniversary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAnnualEvent","Uri":"/users/{user-id}/profile/anniversaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileAward","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAward","Uri":"/users/{user-id}/profile/awards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileCertification","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonCertification","Uri":"/users/{user-id}/profile/certifications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileEducationalActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationalActivity","Uri":"/users/{user-id}/profile/educationalActivities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemEmail","Uri":"/users/{user-id}/profile/emails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileInterest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonInterest","Uri":"/users/{user-id}/profile/interests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLanguageProficiency","Uri":"/users/{user-id}/profile/languages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileName","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonName","Uri":"/users/{user-id}/profile/names","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAnnotation","Uri":"/users/{user-id}/profile/notes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfilePatent","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPatent","Uri":"/users/{user-id}/profile/patents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfilePhone","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPhone","Uri":"/users/{user-id}/profile/phones","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfilePosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkPosition","Uri":"/users/{user-id}/profile/positions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileProject","ApiVersion":"beta","OutputType":"IMicrosoftGraphProjectParticipation","Uri":"/users/{user-id}/profile/projects","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfilePublication","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPublication","Uri":"/users/{user-id}/profile/publications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileSkill","ApiVersion":"beta","OutputType":"IMicrosoftGraphSkillProficiency","Uri":"/users/{user-id}/profile/skills","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileWebAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebAccount","Uri":"/users/{user-id}/profile/webAccounts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserProfileWebsite","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonWebsite","Uri":"/users/{user-id}/profile/websites","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserScopedRoleMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/users/{user-id}/scopedRoleMemberOf","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserSecurityInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserSettingStorageQuotaService","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Uri":"/users/{user-id}/settings/storage/quota/services","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserSettingWindows","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsSetting","Uri":"/users/{user-id}/settings/windows","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserSettingWindowsInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsSettingInstance","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserTeamworkAssociatedTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssociatedTeamInfo","Uri":"/users/{user-id}/teamwork/associatedTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserTeamworkInstalledApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Uri":"/users/{user-id}/teamwork/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-beta"},{"Command":"New-MgBetaUserTodoList","ApiVersion":"beta","OutputType":"IMicrosoftGraphTodoTaskList","Uri":"/users/{user-id}/todo/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserTodoListExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserTodoListTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphTodoTask","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserTodoListTaskAttachment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachmentBase","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserTodoListTaskAttachmentUploadSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta"},{"Command":"New-MgBetaUserTodoListTaskChecklistItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphChecklistItem","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaUserTodoListTaskExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEvent","Uri":"/solutions/virtualEvents/events","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventTownhall","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta"},{"Command":"New-MgBetaVirtualEventTownhallPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta"},{"Command":"New-MgBetaVirtualEventTownhallSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventTownhallSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventWebinar","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta"},{"Command":"New-MgBetaVirtualEventWebinarPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventWebinarRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEventRegistration-Anon.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEventRegistration-Anon.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta"},{"Command":"New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-beta"},{"Command":"New-MgBetaVirtualEventWebinarSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventWebinarSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesDeployment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesDeployment","Uri":"/admin/windows/updates/deployments","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaWuDeployment","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta"},{"Command":"New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaWuDeploymentAudienceApplicableContent","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesUpdatePolicy","Uri":"/admin/windows/updates/updatePolicies","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaWuPolicy","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta"},{"Command":"New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaWuPolicyAudienceApplicableContent","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesPolicyAudienceExclusion","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaWuPolicyAudienceExclusion","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesPolicyAudienceMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaWuPolicyAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesPolicyComplianceChange","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesComplianceChange","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaWuPolicyComplianceChange","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-beta"},{"Command":"New-MgBetaWindowsUpdatesProduct","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Uri":"/admin/windows/updates/products","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaWuProduct","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesProductEdition","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesEdition","Uri":"/admin/windows/updates/products/{product-id}/editions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaWuProductEdition","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesProductKnownIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnownIssue","Uri":"/admin/windows/updates/products/{product-id}/knownIssues","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaWuProductKnownIssue","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesProductRevision","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesProductRevision","Uri":"/admin/windows/updates/products/{product-id}/revisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgBetaWuProductRevision","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBetaWindowsUpdatesResourceConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesResourceConnection","Uri":"/admin/windows/updates/resourceConnections","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaWuResourceConnection","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-beta"},{"Command":"New-MgBetaWindowsUpdatesUpdatableAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgBetaWuUpdatableAsset","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-beta"},{"Command":"New-MgBookingBusiness","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingBusiness","Uri":"/solutions/bookingBusinesses","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0"},{"Command":"New-MgBookingBusinessAppointment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0"},{"Command":"New-MgBookingBusinessCalendarView","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgBookingBusinessCustomer","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0"},{"Command":"New-MgBookingBusinessCustomQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingCustomQuestion","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0"},{"Command":"New-MgBookingBusinessService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingService","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0"},{"Command":"New-MgBookingBusinessStaffMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0"},{"Command":"New-MgBookingCurrency","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingCurrency","Uri":"/solutions/bookingCurrencies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgChat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChat","Uri":"/chats","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.Create","Description":"Create chats","FullDescription":"Allows the app to create chats on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0"},{"Command":"New-MgChatInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/chats/{chat-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0"},{"Command":"New-MgChatMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/chats/{chat-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0"},{"Command":"New-MgChatMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0"},{"Command":"New-MgChatMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgChatMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgChatPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/chats/{chat-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgChatPinnedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/chats/{chat-id}/pinnedMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0"},{"Command":"New-MgChatTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/chats/{chat-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.Create","Description":"Create tabs in Microsoft Teams.","FullDescription":"Allows the app to create tabs in any team in Microsoft Teams, on your behalf. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Create.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0"},{"Command":"New-MgCommunicationCall","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCall","Uri":"/communications/calls","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCalls.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCallAsGuest.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0"},{"Command":"New-MgCommunicationCallAudioRoutingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAudioRoutingGroup","Uri":"/communications/calls/{call-id}/audioRoutingGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0"},{"Command":"New-MgCommunicationCallContentSharingSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/contentSharingSessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgCommunicationCallOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCommsOperation","Uri":"/communications/calls/{call-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgCommunicationCallParticipant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphParticipant","Uri":"/communications/calls/{call-id}/participants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgCommunicationCallRecordParticipantV2","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsParticipant","Uri":"/communications/callRecords/{callRecord-id}/participants_v2","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgCommunicationCallRecordSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsSession","Uri":"/communications/callRecords/{callRecord-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgCommunicationOnlineMeeting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnlineMeeting","Uri":"/communications/onlineMeetings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgCommunicationOnlineMeetingAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgCommunicationOnlineMeetingRecording","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgCommunicationOnlineMeetingTranscript","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgCommunicationPresence","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPresence","Uri":"/communications/presences","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgContract","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContract","Uri":"/contracts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDataPolicyOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDataPolicyOperation","Uri":"/dataPolicyOperations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/devices","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementAndroidManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Uri":"/deviceAppManagement/androidManagedAppProtections","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtAndroidManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementAndroidManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtAndroidManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementDefaultManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Uri":"/deviceAppManagement/defaultManagedAppProtections","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtDefaultManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementDefaultManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtDefaultManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementiOSManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosManagedAppProtection","Uri":"/deviceAppManagement/iosManagedAppProtections","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtiOSManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementiOSManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtiOSManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementiOSManagedAppProtectionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtiOSManagedAppProtectionAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementManagedAppPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedAppPolicy","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementManagedAppRegistration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/deviceAppManagement/managedAppRegistrations","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedAppRegistration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementManagedAppRegistrationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppOperation","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedAppRegistrationOperation","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementManagedAppStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppStatus","Uri":"/deviceAppManagement/managedAppStatuses","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedAppStatus","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementManagedEBook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedEBook","Uri":"/deviceAppManagement/managedEBooks","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedEBook","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementManagedEBookAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedEBookAssignment","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedEBookAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementManagedEBookDeviceState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedEBookDeviceState","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementManagedEBookUserStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserInstallStateSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedEBookUserStateSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileApp","Uri":"/deviceAppManagement/mobileApps","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementMobileAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileAppCategories","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppCategory","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementMobileAppConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Uri":"/deviceAppManagement/mobileAppConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementMobileAppConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppConfigurationAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementMobileAppConfigurationUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppConfigurationUserStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceAppManagementMobileAppRelationship","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileAppRelationships","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtMobileAppRelationship","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Uri":"/deviceAppManagement/targetedManagedAppConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtTargetedManagedAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtTargetedManagedAppConfigurationApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementVppToken","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVppToken","Uri":"/deviceAppManagement/vppTokens","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtVppToken","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementWindowsInformationProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":"New-MgDeviceAppMgtWindowInformationProtectionPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":"New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementAuditEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuditEvent","Uri":"/deviceManagement/auditEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementComplianceManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphComplianceManagementPartner","Uri":"/deviceManagement/complianceManagementPartners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementDetectedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/detectedApps","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/deviceCategories","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementDeviceCompliancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Uri":"/deviceManagement/deviceCompliancePolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceCompliancePolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceCompliancePolicyUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfiguration","Uri":"/deviceManagement/deviceConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81generalconfiguration-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceConfigurationDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceConfigurationUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/deviceManagement/deviceEnrollmentConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementExchangeConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Uri":"/deviceManagement/exchangeConnectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementIoUpdateStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Uri":"/deviceManagement/iosUpdateStatuses","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementManagedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/managedDevices","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementManagedDeviceCompliancePolicyState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementManagedDeviceConfigurationState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementMobileAppTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/deviceManagement/mobileAppTroubleshootingEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppLogCollectionDownloadDetails","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementMobileThreatDefenseConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Uri":"/deviceManagement/mobileThreatDefenseConnectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementNotificationMessageTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotificationMessageTemplate","Uri":"/deviceManagement/notificationMessageTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementPartner","Uri":"/deviceManagement/deviceManagementPartners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementRemoteAssistancePartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRemoteAssistancePartner","Uri":"/deviceManagement/remoteAssistancePartners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementResourceOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceOperation","Uri":"/deviceManagement/resourceOperations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Uri":"/deviceManagement/roleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementRoleDefinitionRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleAssignment","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementTelecomExpenseManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Uri":"/deviceManagement/telecomExpenseManagementPartners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementTermAndCondition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementTermAndConditionAcceptanceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementTermAndConditionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/deviceManagement/troubleshootingEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementVirtualEndpointDeviceImage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcDeviceImage","Uri":"/deviceManagement/virtualEndpoint/deviceImages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementVirtualEndpointGalleryImage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcGalleryImage","Uri":"/deviceManagement/virtualEndpoint/galleryImages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementVirtualEndpointOnPremiseConnection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementVirtualEndpointUserSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcUserSetting","Uri":"/deviceManagement/virtualEndpoint/userSettings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementVirtualEndpointUserSettingAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDeviceManagementWindowsAutopilotDeviceIdentity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/windowsAutopilotDeviceIdentities","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementWindowsMalwareInformation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsMalwareInformation","Uri":"/deviceManagement/windowsMalwareInformation","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0"},{"Command":"New-MgDeviceRegisteredOwnerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0"},{"Command":"New-MgDeviceRegisteredUserByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0"},{"Command":"New-MgDirectoryAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/administrativeUnits","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0"},{"Command":"New-MgDirectoryAdministrativeUnitExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDirectoryAdministrativeUnitMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0"},{"Command":"New-MgDirectoryAdministrativeUnitMemberByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0"},{"Command":"New-MgDirectoryAdministrativeUnitScopedRoleMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0"},{"Command":"New-MgDirectoryAttributeSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttributeSet","Uri":"/directory/attributeSets","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0"},{"Command":"New-MgDirectoryCustomSecurityAttributeDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Uri":"/directory/customSecurityAttributeDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0"},{"Command":"New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAllowedValue","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0"},{"Command":"New-MgDirectoryDeviceLocalCredential","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Uri":"/directory/deviceLocalCredentials","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDirectoryFederationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/directory/federationConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDirectoryObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDirectoryOnPremiseSynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Uri":"/directory/onPremisesSynchronization","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-post-certificatebasedauthconfigurations?view=graph-rest-1.0"},{"Command":"New-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-post-certificateauthorities?view=graph-rest-1.0"},{"Command":"New-MgDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0"},{"Command":"New-MgDirectoryRoleMemberByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0"},{"Command":"New-MgDirectoryRoleScopedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDirectoryRoleTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Uri":"/directoryRoleTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDirectorySubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomain","Uri":"/domains","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0"},{"Command":"New-MgDomainFederationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInternalDomainFederation","Uri":"/domains/{domain-id}/federationConfiguration","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0"},{"Command":"New-MgDomainServiceConfigurationRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/serviceConfigurationRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDomainVerificationDnsRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/verificationDnsRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/drives","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveBundle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItemChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0"},{"Command":"New-MgDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItemListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItemUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveRootChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveRootLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0"},{"Command":"New-MgDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveRootListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveRootUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/classes","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0"},{"Command":"New-MgEducationClassAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-1.0"},{"Command":"New-MgEducationClassAssignmentCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/classes/{educationClass-id}/assignmentCategories","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0"},{"Command":"New-MgEducationClassAssignmentCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0"},{"Command":"New-MgEducationClassAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0"},{"Command":"New-MgEducationClassAssignmentSettingGradingCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationClassAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationClassAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0"},{"Command":"New-MgEducationClassAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0"},{"Command":"New-MgEducationClassAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationClassMemberByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduRoster.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Member.Read.Hidden","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0"},{"Command":"New-MgEducationClassModule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0"},{"Command":"New-MgEducationClassModuleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModuleResource","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0"},{"Command":"New-MgEducationClassTeacherByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/teachers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0"},{"Command":"New-MgEducationMeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationMeAssignmentCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/me/assignments/{educationAssignment-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationMeAssignmentCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationMeAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationMeAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationMeAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationMeAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationMeAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationMeRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/rubrics","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0"},{"Command":"New-MgEducationReportReadingAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Uri":"/education/reports/readingAssignmentSubmissions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationReportReflectCheck","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReflectCheckInResponse","Uri":"/education/reports/reflectCheckInResponses","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationSchool","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/schools","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0"},{"Command":"New-MgEducationSchoolClassByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/classes/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0"},{"Command":"New-MgEducationSchoolUserByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/users/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0"},{"Command":"New-MgEducationUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/users","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0"},{"Command":"New-MgEducationUserAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationUserAssignmentCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationUserAssignmentCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationUserAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationUserAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationUserAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationUserAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationUserAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEducationUserRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/rubrics","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementAccessPackage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementAccessPackageAssignmentApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementAccessPackageResourceRoleScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignment","Uri":"/identityGovernance/entitlementManagement/assignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementAssignmentPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementAssignmentPolicyQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageQuestion","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementAssignmentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentRequest","Uri":"/identityGovernance/entitlementManagement/assignmentRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementCatalog","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/catalogs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementCatalogCustomWorkflowExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementCatalogResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementCatalogResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles","Variants":["Create","Create1","Create2","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementCatalogResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementCatalogResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes","Variants":["Create","Create1","Create2","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementCatalogResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementConnectedOrganization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConnectedOrganization","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resources","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceEnvironmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceEnvironmentResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceEnvironmentResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Uri":"/identityGovernance/entitlementManagement/resourceRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0"},{"Command":"New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestCatalogResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResource","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestCatalogResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles","Variants":["Create","Create1","Create2","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestCatalogResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes","Variants":["Create","Create1","Create2","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRequestResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRoleScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRoleScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRoleScopeResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRoleScopeRoleResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRoleScopeRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgEntitlementManagementResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgExternalConnection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Uri":"/external/connections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0"},{"Command":"New-MgExternalConnectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Uri":"/external/connections/{externalConnection-id}/groups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0"},{"Command":"New-MgExternalConnectionGroupMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0"},{"Command":"New-MgExternalConnectionItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Uri":"/external/connections/{externalConnection-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgExternalConnectionItemActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgExternalConnectionOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Uri":"/external/connections/{externalConnection-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0"},{"Command":"New-MgGroupAcceptedSenderByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/acceptedSenders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0"},{"Command":"New-MgGroupAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/groups/{group-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0"},{"Command":"New-MgGroupCalendarEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/calendar/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupCalendarPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/groups/{group-id}/calendar/calendarPermissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupConversation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversation","Uri":"/groups/{group-id}/conversations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0"},{"Command":"New-MgGroupConversationThread","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0"},{"Command":"New-MgGroupConversationThreadPostAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupConversationThreadPostAttachmentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgGroupConversationThreadPostExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupConversationThreadPostInReplyToAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgGroupConversationThreadPostInReplyToExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drives","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveBundle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItemChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0"},{"Command":"New-MgGroupDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItemListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItemUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveRootChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveRootLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0"},{"Command":"New-MgGroupDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveRootListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveRootUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0"},{"Command":"New-MgGroupEventAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/events/{event-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupEventAttachmentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/events/{event-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgGroupEventExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"},{"Command":"New-MgGroupExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupLifecyclePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Uri":"/groupLifecyclePolicies","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0"},{"Command":"New-MgGroupMemberByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/members/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0"},{"Command":"New-MgGroupOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupOwnerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0"},{"Command":"New-MgGroupPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupRejectedSenderByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/rejectedSenders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0"},{"Command":"New-MgGroupSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupSetting","Uri":"/groups/{group-id}/settings","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0"},{"Command":"New-MgGroupSettingTemplateGroupSettingTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupSettingTemplate","Uri":"/groupSettingTemplates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteGetByPathColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteGetByPathContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteGetByPathList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteGetByPathOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteGetByPathPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteGetByPathPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteGetByPathTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSitePageAsSitePageWebPart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSitePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/termStores","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetParentGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetParentGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetParentGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetParentGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupSiteTermStoreSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamChannelEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0"},{"Command":"New-MgGroupTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/groups/{group-id}/team/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/groups/{group-id}/team/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/team/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamPrimaryChannelEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0"},{"Command":"New-MgGroupTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamPrimaryChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamPrimaryChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamPrimaryChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamPrimaryChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/primaryChannel/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleDayNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDayNote","Uri":"/groups/{group-id}/team/schedule/dayNotes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleOfferShiftRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleOpenShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShift","Uri":"/groups/{group-id}/team/schedule/openShifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleOpenShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleSchedulingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/groups/{group-id}/team/schedule/schedulingGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphShift","Uri":"/groups/{group-id}/team/schedule/shifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleSwapShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleTimeOff","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOff","Uri":"/groups/{group-id}/team/schedule/timesOff","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleTimeOffReason","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/groups/{group-id}/team/schedule/timeOffReasons","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamScheduleTimeOffRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/groups/{group-id}/team/schedule/timeOffRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/groups/{group-id}/team/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupTeamTagMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupThread","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/threads","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0"},{"Command":"New-MgGroupThreadPostAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupThreadPostAttachmentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgGroupThreadPostExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupThreadPostInReplyToAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgGroupThreadPostInReplyToAttachmentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgGroupThreadPostInReplyToExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityApiConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/apiConnectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0"},{"Command":"New-MgIdentityAuthenticationEventFlow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Uri":"/identity/authenticationEventsFlows","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-1.0"},{"Command":"New-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-1.0"},{"Command":"New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0"},{"Command":"New-MgIdentityAuthenticationEventFlowIncludeApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-1.0"},{"Command":"New-MgIdentityAuthenticationEventListener","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationEventListener","Uri":"/identity/authenticationEventListeners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0"},{"Command":"New-MgIdentityB2XUserFlow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Uri":"/identity/b2xUserFlows","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0"},{"Command":"New-MgIdentityB2XUserFlowIdentityProviderByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityB2XUserFlowLanguage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityB2XUserFlowLanguageDefaultPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityB2XUserFlowLanguageOverridePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityB2XUserFlowUserAttributeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0"},{"Command":"New-MgIdentityConditionalAccessAuthenticationContextClassReference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/identity/conditionalAccess/authenticationContextClassReferences","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0"},{"Command":"New-MgIdentityConditionalAccessNamedLocation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNamedLocation","Uri":"/identity/conditionalAccess/namedLocations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0"},{"Command":"New-MgIdentityConditionalAccessPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConditionalAccessPolicy","Uri":"/identity/conditionalAccess/policies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0"},{"Command":"New-MgIdentityCustomAuthenticationExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Uri":"/identity/customAuthenticationExtensions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceAccessReviewDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceAccessReviewHistoryDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Uri":"/identityGovernance/accessReviews/historyDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri","Variants":["Generate","GenerateViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceAppConsentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceAppConsentRequestUserConsentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceLifecycleWorkflow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceLifecycleWorkflowNewVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceLifecycleWorkflowTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceLifecycleWorkflowVersionTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.Remove.AzureADGroup","Description":"Delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedAssignmentSchedule.Remove.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.Remove.AzureADGroup","Description":"Delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrivilegedEligibilitySchedule.Remove.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceTermsOfUseAgreement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreement","Uri":"/identityGovernance/termsOfUse/agreements","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceTermsOfUseAgreementAcceptance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/identityGovernance/termsOfUse/agreementAcceptances","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceTermsOfUseAgreementFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0"},{"Command":"New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityGovernanceTermsOfUseAgreementFileVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgIdentityProvider","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/identityProviders","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0"},{"Command":"New-MgIdentityUserFlowAttribute","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/userFlowAttributes","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0"},{"Command":"New-MgInformationProtectionThreatAssessmentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/informationProtection/threatAssessmentRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0"},{"Command":"New-MgInformationProtectionThreatAssessmentRequestResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgInvitation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInvitation","Uri":"/invitations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"User.Invite.All","Description":"Invite guest users to the organization","FullDescription":"Allows the app to invite guest users to the organization, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Invite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0"},{"Command":"New-MgOauth2PermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/oauth2PermissionGrants","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0"},{"Command":"New-MgOrganization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrganization","Uri":"/organization","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgOrganizationBrandingLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Uri":"/organization/{organization-id}/branding/localizations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0"},{"Command":"New-MgOrganizationCertificateBasedAuthConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateBasedAuthConfiguration","Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0"},{"Command":"New-MgOrganizationExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPlaceAsRoomListRoom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoom","Uri":"/places/{place-id}/roomList/rooms","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPlannerBucket","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/buckets","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0"},{"Command":"New-MgPlannerPlan","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/plans","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0"},{"Command":"New-MgPlannerTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/tasks","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0"},{"Command":"New-MgPolicyActivityBasedTimeoutPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Uri":"/policies/activityBasedTimeoutPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0"},{"Command":"New-MgPolicyAppManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/policies/appManagementPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0"},{"Command":"New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPolicyAuthenticationStrengthPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/policies/authenticationStrengthPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0"},{"Command":"New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPolicyClaimMappingPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphClaimsMappingPolicy","Uri":"/policies/claimsMappingPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0"},{"Command":"New-MgPolicyCrossTenantAccessPolicyPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Uri":"/policies/crossTenantAccessPolicy/partners","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0"},{"Command":"New-MgPolicyFeatureRolloutPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/policies/featureRolloutPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0"},{"Command":"New-MgPolicyFeatureRolloutPolicyApplyTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0"},{"Command":"New-MgPolicyFeatureRolloutPolicyApplyToByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0"},{"Command":"New-MgPolicyHomeRealmDiscoveryPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/policies/homeRealmDiscoveryPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0"},{"Command":"New-MgPolicyPermissionGrantPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantPolicy","Uri":"/policies/permissionGrantPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0"},{"Command":"New-MgPolicyPermissionGrantPolicyExclude","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0"},{"Command":"New-MgPolicyPermissionGrantPolicyInclude","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0"},{"Command":"New-MgPolicyRoleManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Uri":"/policies/roleManagementPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPolicyRoleManagementPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Uri":"/policies/roleManagementPolicyAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPolicyRoleManagementPolicyEffectiveRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPolicyRoleManagementPolicyRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPolicyTokenIssuancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/policies/tokenIssuancePolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0"},{"Command":"New-MgPolicyTokenLifetimePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/policies/tokenLifetimePolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0"},{"Command":"New-MgPrintConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/connectors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPrintOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintOperation","Uri":"/print/operations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPrintPrinter","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/create","Variants":["Create1","CreateExpanded1"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.Create","Description":"Register printers  ","FullDescription":"Allows the application to create (register) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0"},{"Command":"New-MgPrintPrinterJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printers/{printer-id}/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-1.0"},{"Command":"New-MgPrintPrinterJobDocument","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPrintPrinterJobDocumentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgPrintPrinterJobTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPrintPrinterTaskTrigger","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printers/{printer-id}/taskTriggers","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0"},{"Command":"New-MgPrintService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintService","Uri":"/print/services","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPrintServiceEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintServiceEndpoint","Uri":"/print/services/{printService-id}/endpoints","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPrintShare","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/shares","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0"},{"Command":"New-MgPrintShareAllowedGroupByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0"},{"Command":"New-MgPrintShareAllowedUserByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0"},{"Command":"New-MgPrintShareJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/shares/{printerShare-id}/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-1.0"},{"Command":"New-MgPrintShareJobDocument","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPrintShareJobDocumentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgPrintShareJobTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPrintTaskDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/taskDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0"},{"Command":"New-MgPrintTaskDefinitionTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgPrivacySubjectRightsRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/privacy/subjectRightsRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0"},{"Command":"New-MgPrivacySubjectRightsRequestNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0"},{"Command":"New-MgReportAuthenticationMethodUserRegistrationDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserRegistrationDetails","Uri":"/reports/authenticationMethods/userRegistrationDetails","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgReportPartnerBillingManifest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingManifest","Uri":"/reports/partners/billing/manifests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgReportPartnerBillingOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/operations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRiskDetection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskDetection","Uri":"/identityProtection/riskDetections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRiskyServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyServicePrincipal","Uri":"/identityProtection/riskyServicePrincipals","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRiskyServicePrincipalHistory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRiskyUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyUser","Uri":"/identityProtection/riskyUsers","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRiskyUserHistory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementDirectoryResourceNamespace","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/directory/resourceNamespaces","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementDirectoryRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/roleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0"},{"Command":"New-MgRoleManagementDirectoryRoleAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.Remove.Directory","Description":"Delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to delete the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.Remove.Directory","Description":"Delete all active role assignments for your company's directory","FullDescription":"Allows the app to delete the active role-based access control (RBAC) assignments for your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleEligibilitySchedule.Remove.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleAssignmentSchedule.Remove.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0"},{"Command":"New-MgRoleManagementDirectoryRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0"},{"Command":"New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementDirectoryRoleEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilitySchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0"},{"Command":"New-MgRoleManagementEntitlementManagementResourceNamespace","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/entitlementManagement/resourceNamespaces","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementEntitlementManagementRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/roleAssignments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0"},{"Command":"New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementEntitlementManagementRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSchemaExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchemaExtension","Uri":"/schemaExtensions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"SchemaExtensions","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0"},{"Command":"New-MgSearchAcronym","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchAcronym","Uri":"/search/acronyms","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0"},{"Command":"New-MgSearchBookmark","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchBookmark","Uri":"/search/bookmarks","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0"},{"Command":"New-MgSearchQna","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchQna","Uri":"/search/qnas","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0"},{"Command":"New-MgSecurityAlert","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAlert","Uri":"/security/alerts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAlertV2","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/alerts_v2","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulation","Uri":"/security/attackSimulation/simulations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0"},{"Command":"New-MgSecurityAttackSimulationAutomation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulationAutomation","Uri":"/security/attackSimulation/simulationAutomations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulationAutomationRun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulationAutomationRun","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulationEndUserNotification","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndUserNotification","Uri":"/security/attackSimulation/endUserNotifications","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulationEndUserNotificationDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndUserNotificationDetail","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulationLandingPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLandingPage","Uri":"/security/attackSimulation/landingPages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulationLandingPageDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLandingPageDetail","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulationLoginPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLoginPage","Uri":"/security/attackSimulation/loginPages","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttackSimulationOperation","Uri":"/security/attackSimulation/operations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulationPayload","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPayload","Uri":"/security/attackSimulation/payloads","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulationTraining","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTraining","Uri":"/security/attackSimulation/trainings","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityAttackSimulationTrainingLanguageDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTrainingLanguageDetail","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityCaseEdiscoveryCase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Uri":"/security/cases/ediscoveryCases","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0"},{"Command":"New-MgSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0"},{"Command":"New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0"},{"Command":"New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0"},{"Command":"New-MgSecurityCaseEdiscoveryCaseCustodianUserSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0"},{"Command":"New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0"},{"Command":"New-MgSecurityCaseEdiscoveryCaseOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCaseOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0"},{"Command":"New-MgSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0"},{"Command":"New-MgSecurityCaseEdiscoveryCaseSearch","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0"},{"Command":"New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0"},{"Command":"New-MgSecurityCaseEdiscoveryCaseTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0"},{"Command":"New-MgSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityIdentityHealthIssue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/healthIssues","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityIdentitySensor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySensor","Uri":"/security/identities/sensors","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityIdentitySensorDeploymentAccessKey","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/identities/sensors/regenerateDeploymentAccessKey","Variants":["Regenerate"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityIncident","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIncident","Uri":"/security/incidents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityLabelAuthority","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Uri":"/security/labels/authorities","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0"},{"Command":"New-MgSecurityLabelCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Uri":"/security/labels/categories","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0"},{"Command":"New-MgSecurityLabelCategorySubcategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0"},{"Command":"New-MgSecurityLabelCitation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCitationTemplate","Uri":"/security/labels/citations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0"},{"Command":"New-MgSecurityLabelDepartment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Uri":"/security/labels/departments","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0"},{"Command":"New-MgSecurityLabelFilePlanReference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Uri":"/security/labels/filePlanReferences","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0"},{"Command":"New-MgSecurityLabelRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionLabel","Uri":"/security/labels/retentionLabels","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0"},{"Command":"New-MgSecurityLabelRetentionLabelDispositionReviewStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecuritySecureScore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecureScore","Uri":"/security/secureScores","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecuritySecureScoreControlProfile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecureScoreControlProfile","Uri":"/security/secureScoreControlProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecuritySubjectRightsRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/security/subjectRightsRequests","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecuritySubjectRightsRequestNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceArticle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/articles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceArticleIndicator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityArticleIndicator","Uri":"/security/threatIntelligence/articleIndicators","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hosts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceHostComponent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostComponent","Uri":"/security/threatIntelligence/hostComponents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceHostCookie","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostCookie","Uri":"/security/threatIntelligence/hostCookies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceHostPair","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hostPairs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceHostPort","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPort","Uri":"/security/threatIntelligence/hostPorts","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceHostSslCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Uri":"/security/threatIntelligence/hostSslCertificates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceHostTracker","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostTracker","Uri":"/security/threatIntelligence/hostTrackers","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceIntelProfile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Uri":"/security/threatIntelligence/intelProfiles","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligencePassiveDnsRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/passiveDnsRecords","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceProfileIndicator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelligenceProfileIndicators","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceSslCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySslCertificate","Uri":"/security/threatIntelligence/sslCertificates","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceSubdomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/subdomains","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceVulnerability","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityVulnerability","Uri":"/security/threatIntelligence/vulnerabilities","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceVulnerabilityComponent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceWhoisHistoryRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisHistoryRecords","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityThreatIntelligenceWhoisRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisRecord","Uri":"/security/threatIntelligence/whoisRecords","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSecurityTriggerRetentionEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionEvent","Uri":"/security/triggers/retentionEvents","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0"},{"Command":"New-MgSecurityTriggerTypeRetentionEventType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/triggerTypes/retentionEventTypes","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipalAppRoleAssignedTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipalAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipalClaimMappingPolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipalDelegatedPermissionClassification","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipalEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipalOwnerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetDeviceGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipalRiskDetection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Uri":"/identityProtection/servicePrincipalRiskDetections","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgServicePrincipalSynchronizationJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipalSynchronizationJobOnDemand","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphStringKeyStringValuePair","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand","Variants":["Provision","ProvisionExpanded","ProvisionViaIdentity","ProvisionViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0"},{"Command":"New-MgServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgServicePrincipalSynchronizationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgServicePrincipalTokenIssuancePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgServicePrincipalTokenLifetimePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-post-tokenlifetimepolicies?view=graph-rest-1.0"},{"Command":"New-MgShareListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgShareListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgShareListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgShareListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgShareListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/shares/{sharedDriveItem-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgShareListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgShareListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgShareListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/shares/{sharedDriveItem-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgShareListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgShareSharedDriveItemSharedDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedDriveItem","Uri":"/shares","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0"},{"Command":"New-MgSiteContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0"},{"Command":"New-MgSiteContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0"},{"Command":"New-MgSiteContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteGetByPathColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/getByPath(path='{path}')/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteGetByPathContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/getByPath(path='{path}')/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteGetByPathList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/getByPath(path='{path}')/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteGetByPathOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/getByPath(path='{path}')/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteGetByPathPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/getByPath(path='{path}')/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteGetByPathPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/getByPath(path='{path}')/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteGetByPathTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStores","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0"},{"Command":"New-MgSiteListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0"},{"Command":"New-MgSiteListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0"},{"Command":"New-MgSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0"},{"Command":"New-MgSiteListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/lists/{list-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/sites/{site-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0"},{"Command":"New-MgSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSitePageAsSitePageWebPart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSitePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0"},{"Command":"New-MgSiteTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/termStores","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0"},{"Command":"New-MgSiteTermStoreGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0"},{"Command":"New-MgSiteTermStoreSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0"},{"Command":"New-MgSiteTermStoreSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetParentGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetParentGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","Create2","Create3","CreateExpanded","CreateExpanded1","CreateExpanded2","CreateExpanded3","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentity2","CreateViaIdentity3","CreateViaIdentityExpanded","CreateViaIdentityExpanded1","CreateViaIdentityExpanded2","CreateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetParentGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetParentGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSiteTermStoreSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreDriveInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/driveInclusionRules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreDriveProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/driveProtectionUnits","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreExchangeProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Uri":"/solutions/backupRestore/exchangeProtectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-1.0"},{"Command":"New-MgSolutionBackupRestoreExchangeRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExchangeRestoreSession","Uri":"/solutions/backupRestore/exchangeRestoreSessions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangerestoresessions?view=graph-rest-1.0"},{"Command":"New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-post-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-1.0"},{"Command":"New-MgSolutionBackupRestoreMailboxInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/mailboxInclusionRules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreMailboxProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/mailboxProtectionUnits","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-1.0"},{"Command":"New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessrestoresessions?view=graph-rest-1.0"},{"Command":"New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveRestoreArtifact","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-post-driverestoreartifactsbulkadditionrequests?view=graph-rest-1.0"},{"Command":"New-MgSolutionBackupRestorePoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/restorePoints","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreServiceApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-1.0"},{"Command":"New-MgSolutionBackupRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestoreSessionBase","Uri":"/solutions/backupRestore/restoreSessions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreSharePointProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Uri":"/solutions/backupRestore/sharePointProtectionPolicies","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-1.0"},{"Command":"New-MgSolutionBackupRestoreSharePointRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharePointRestoreSession","Uri":"/solutions/backupRestore/sharePointRestoreSessions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-1.0"},{"Command":"New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteRestoreArtifact","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointrestoresession-post-siterestoreartifactsbulkadditionrequests?view=graph-rest-1.0"},{"Command":"New-MgSolutionBackupRestoreSiteInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/siteInclusionRules","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreSiteProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/siteProtectionUnits","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSubscribedSku","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscribedSku","Uri":"/subscribedSkus","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/subscriptions","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"ChangeNotifications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0"},{"Command":"New-MgTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeam","Uri":"/teams","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Team.Create","Description":"Create teams","FullDescription":"Allows the app to create teams on your behalf. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Team.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0"},{"Command":"New-MgTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Channel.Create","Description":"Create channels","FullDescription":"Create channels in any team, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.Create.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0"},{"Command":"New-MgTeamChannelEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0"},{"Command":"New-MgTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Send","Description":"Send channel messages","FullDescription":"Allows the app to send channel messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0"},{"Command":"New-MgTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMessage.Send","Description":"Send channel messages","FullDescription":"Allows the app to send channel messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Teamwork.Migrate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0"},{"Command":"New-MgTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.Create","Description":"Create tabs in Microsoft Teams.","FullDescription":"Allows the app to create tabs in any team in Microsoft Teams, on your behalf. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Create.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Create","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0"},{"Command":"New-MgTeamInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/teams/{team-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0"},{"Command":"New-MgTeamMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, on your behalf. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, without a signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0"},{"Command":"New-MgTeamOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/teams/{team-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/teams/{team-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamPrimaryChannelEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0"},{"Command":"New-MgTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamPrimaryChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamPrimaryChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamPrimaryChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamPrimaryChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamPrimaryChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/primaryChannel/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamScheduleDayNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDayNote","Uri":"/teams/{team-id}/schedule/dayNotes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamScheduleOfferShiftRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/teams/{team-id}/schedule/offerShiftRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0"},{"Command":"New-MgTeamScheduleOpenShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShift","Uri":"/teams/{team-id}/schedule/openShifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0"},{"Command":"New-MgTeamScheduleOpenShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0"},{"Command":"New-MgTeamScheduleSchedulingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/teams/{team-id}/schedule/schedulingGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0"},{"Command":"New-MgTeamScheduleShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphShift","Uri":"/teams/{team-id}/schedule/shifts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0"},{"Command":"New-MgTeamScheduleSwapShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0"},{"Command":"New-MgTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-timecards?view=graph-rest-1.0"},{"Command":"New-MgTeamScheduleTimeOff","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOff","Uri":"/teams/{team-id}/schedule/timesOff","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0"},{"Command":"New-MgTeamScheduleTimeOffReason","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/teams/{team-id}/schedule/timeOffReasons","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0"},{"Command":"New-MgTeamScheduleTimeOffRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/teams/{team-id}/schedule/timeOffRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-post?view=graph-rest-1.0"},{"Command":"New-MgTeamTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/teams/{team-id}/tags","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0"},{"Command":"New-MgTeamTagMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0"},{"Command":"New-MgTeamworkDeletedChat","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedChats","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamworkDeletedTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeletedTeam","Uri":"/teamwork/deletedTeams","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamworkDeletedTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamworkDeletedTeamChannelEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail","Variants":["Provision","ProvisionViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0"},{"Command":"New-MgTeamworkDeletedTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamworkDeletedTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamworkDeletedTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamworkDeletedTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamworkDeletedTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTeamworkWorkforceIntegration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWorkforceIntegration","Uri":"/teamwork/workforceIntegrations","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0"},{"Command":"New-MgTenantRelationshipDelegatedAdminCustomer","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Uri":"/tenantRelationships/delegatedAdminCustomers","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTenantRelationshipDelegatedAdminRelationship","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Uri":"/tenantRelationships/delegatedAdminRelationships","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0"},{"Command":"New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0"},{"Command":"New-MgTenantRelationshipDelegatedAdminRelationshipOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgTenantRelationshipDelegatedAdminRelationshipRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0"},{"Command":"New-MgTenantRelationshipMultiTenantOrganizationTenant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Uri":"/tenantRelationships/multiTenantOrganization/tenants","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0"},{"Command":"New-MgUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserActivityHistoryItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActivityHistoryItem","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/appRoleAssignments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0"},{"Command":"New-MgUserAuthenticationEmailMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Uri":"/users/{user-id}/authentication/emailMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0"},{"Command":"New-MgUserAuthenticationMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/methods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserAuthenticationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/users/{user-id}/authentication/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserAuthenticationPhoneMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Uri":"/users/{user-id}/authentication/phoneMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0"},{"Command":"New-MgUserAuthenticationTemporaryAccessPassMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTemporaryAccessPassAuthenticationMethod","Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0"},{"Command":"New-MgUserCalendar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendars","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserCalendarEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/calendars/{calendar-id}/events","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserCalendarGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarGroup","Uri":"/users/{user-id}/calendarGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserCalendarGroupCalendar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendar","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserCalendarPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/users/{user-id}/calendar/calendarPermissions","Variants":["Create","Create1","CreateExpanded","CreateExpanded1","CreateViaIdentity","CreateViaIdentity1","CreateViaIdentityExpanded","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserChat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChat","Uri":"/users/{user-id}/chats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserChatInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppInstallation","Uri":"/users/{user-id}/chats/{chat-id}/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserChatMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/users/{user-id}/chats/{chat-id}/members","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserChatMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserChatMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserChatMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserChatPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserChatPinnedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserChatTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/users/{user-id}/chats/{chat-id}/tabs","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserContactFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserContactFolderChildFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserContactFolderChildFolderContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserContactFolderChildFolderContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserContactFolderContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserContactFolderContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDefaultCalendarEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/calendar/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDeviceManagementTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drives","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveBundle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/bundles","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItemChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0"},{"Command":"New-MgUserDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItemListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItemUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/users/{user-id}/drives/{drive-id}/list/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveRootChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/children","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveRootLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0"},{"Command":"New-MgUserDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveRootListItemLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createLink","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveRootUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/drives/{drive-id}/root/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/versions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserEventAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/events/{event-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserEventAttachmentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/events/{event-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgUserEventExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserInferenceClassificationOverride","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInferenceClassificationOverride","Uri":"/users/{user-id}/inferenceClassification/overrides","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserInsightShared","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedInsight","Uri":"/users/{user-id}/insights/shared","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserInsightTrending","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTrending","Uri":"/users/{user-id}/insights/trending","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserInsightUsed","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUsedInsight","Uri":"/users/{user-id}/insights/used","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMailFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMailFolderChildFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMailFolderChildFolderMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMailFolderChildFolderMessageAttachmentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgUserMailFolderChildFolderMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMailFolderChildFolderMessageForward","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0"},{"Command":"New-MgUserMailFolderChildFolderMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0"},{"Command":"New-MgUserMailFolderChildFolderMessageReplyAll","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0"},{"Command":"New-MgUserMailFolderChildFolderMessageRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMailFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMailFolderMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMailFolderMessageAttachmentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgUserMailFolderMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMailFolderMessageForward","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0"},{"Command":"New-MgUserMailFolderMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0"},{"Command":"New-MgUserMailFolderMessageReplyAll","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0"},{"Command":"New-MgUserMailFolderMessageRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserManagedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/users/{user-id}/managedDevices","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserManagedDeviceCompliancePolicyState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserManagedDeviceConfigurationState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserManagedDeviceLogCollectionRequestDownloadUrl","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl","Variants":["Create","CreateViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserManagedDeviceLogCollectionResponse","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMessageAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachment","Uri":"/users/{user-id}/messages/{message-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMessageAttachmentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/messages/{message-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgUserMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserMessageForward","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/createForward","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0"},{"Command":"New-MgUserMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/createReply","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0"},{"Command":"New-MgUserMessageReplyAll","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}/createReplyAll","Variants":["Create1","CreateExpanded1","CreateViaIdentity1","CreateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0"},{"Command":"New-MgUserOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/operations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/users/{user-id}/onenote/resources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.Create","Description":"Create your OneNote notebooks","FullDescription":"Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnlineMeeting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnlineMeeting","Uri":"/users/{user-id}/onlineMeetings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnlineMeetingAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnlineMeetingAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnlineMeetingRecording","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOnlineMeetingTranscript","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserOutlookMasterCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOutlookCategory","Uri":"/users/{user-id}/outlook/masterCategories","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserScopedRoleMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/users/{user-id}/scopedRoleMemberOf","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserSettingStorageQuotaService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Uri":"/users/{user-id}/settings/storage/quota/services","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserSettingWindows","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsSetting","Uri":"/users/{user-id}/settings/windows","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserSettingWindowsInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsSettingInstance","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserTeamworkAssociatedTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAssociatedTeamInfo","Uri":"/users/{user-id}/teamwork/associatedTeams","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserTeamworkInstalledApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserScopeTeamsAppInstallation","Uri":"/users/{user-id}/teamwork/installedApps","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0"},{"Command":"New-MgUserTodoList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTodoTaskList","Uri":"/users/{user-id}/todo/lists","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserTodoListExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserTodoListTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTodoTask","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserTodoListTaskAttachment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachmentBase","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserTodoListTaskAttachmentUploadSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUploadSession","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0"},{"Command":"New-MgUserTodoListTaskChecklistItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChecklistItem","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserTodoListTaskExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgUserTodoListTaskLinkedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLinkedResource","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEvent","Uri":"/solutions/virtualEvents/events","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEventPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEventSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEventSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEventSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEventTownhall","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-1.0"},{"Command":"New-MgVirtualEventTownhallPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0"},{"Command":"New-MgVirtualEventTownhallSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEventTownhallSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEventWebinar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars","Variants":["Create","CreateExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-1.0"},{"Command":"New-MgVirtualEventWebinarPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0"},{"Command":"New-MgVirtualEventWebinarRegistration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEventRegistration-Anon.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"VirtualEventRegistration-Anon.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-1.0"},{"Command":"New-MgVirtualEventWebinarRegistrationConfigurationQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-1.0"},{"Command":"New-MgVirtualEventWebinarSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEventWebinarSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords","Variants":["Create","CreateExpanded","CreateViaIdentity","CreateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Ping-MgBetaApplicationSynchronization","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/Ping","Variants":["Ping","PingViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Ping-MgBetaServicePrincipalSynchronization","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/Ping","Variants":["Ping","PingViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Publish-MgAdminEdgeInternetExplorerModeSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSiteList","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/publish","Variants":["Publish","PublishExpanded","PublishViaIdentity","PublishViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Publish-MgBetaAdminEdgeInternetExplorerModeSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSiteList","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/publish","Variants":["Publish","PublishExpanded","PublishViaIdentity","PublishViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaBookingBusiness","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/publish","Variants":["Publish","Publish1","PublishViaIdentity","PublishViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaComplianceEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release","Variants":["Release","ReleaseViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta"},{"Command":"Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release","Variants":["Release","ReleaseViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta"},{"Command":"Publish-MgBetaDriveListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaEducationClassAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaEducationClassModule","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaEducationMeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaEducationUserAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaGroupDriveListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaGroupSiteContentType","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaGroupSiteListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release","Variants":["Release","ReleaseViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta"},{"Command":"Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release","Variants":["Release","ReleaseViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta"},{"Command":"Publish-MgBetaShareListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaSiteContentType","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaSiteListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaUserDriveListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta"},{"Command":"Publish-MgBetaVirtualEvent","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Publish-MgBookingBusiness","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0"},{"Command":"Publish-MgDriveListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"},{"Command":"Publish-MgEducationClassAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0"},{"Command":"Publish-MgEducationClassModule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0"},{"Command":"Publish-MgEducationMeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0"},{"Command":"Publish-MgEducationUserAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0"},{"Command":"Publish-MgGroupDriveListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"},{"Command":"Publish-MgGroupSiteContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"},{"Command":"Publish-MgGroupSiteListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"},{"Command":"Publish-MgSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release","Variants":["Release","ReleaseViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0"},{"Command":"Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release","Variants":["Release","ReleaseViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0"},{"Command":"Publish-MgShareListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"},{"Command":"Publish-MgSiteContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"},{"Command":"Publish-MgSiteListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"},{"Command":"Publish-MgUserDriveListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"},{"Command":"Publish-MgVirtualEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/publish","Variants":["Publish","PublishViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Register-MgBetaPrivilegedAccessResource","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/register","Variants":["Register","RegisterExpanded","RegisterViaIdentity","RegisterViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgAdminEdge","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/edge","Variants":["Delete"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAdminEdgeInternetExplorerMode","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/edge/internetExplorerMode","Variants":["Delete"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAdminEdgeInternetExplorerModeSiteList","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0"},{"Command":"Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0"},{"Command":"Remove-MgAdminEdgeInternetExplorerModeSiteListSite","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0"},{"Command":"Remove-MgAdminPeopleItemInsight","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/people/itemInsights","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAdminPeopleProfileCardProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0"},{"Command":"Remove-MgAdminReportSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/reportSettings","Variants":["Delete"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAdminSharepoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/sharepoint","Variants":["Delete"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAdminSharepointSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/admin/sharepoint/settings","Variants":["Delete"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAgreement","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAgreementAcceptance","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAgreementFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}/file","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAgreementFileLocalization","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAgreementFileLocalizationVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAgreementFileVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAllUserDeviceFromManagement","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/removeAllDevicesFromManagement","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0"},{"Command":"Remove-MgAppCatalogTeamApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0"},{"Command":"Remove-MgAppCatalogTeamAppDefinition","ApiVersion":"v1.0","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgAppCatalogTeamAppDefinitionBot","ApiVersion":"v1.0","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgApplicationAppManagementPolicyByRef","Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationByAppId","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications(appId='{appId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationByUniqueName","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationExtensionProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationFederatedIdentityCredential","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationFederatedIdentityCredentialByName","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationKey","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/removeKey","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/logo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplicationOwnerDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgApplicationOwnerByRef","Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationPassword","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/removePassword","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationSynchronization","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplicationSynchronizationJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplicationSynchronizationJobBulkUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplicationSynchronizationJobBulkUploadContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplicationSynchronizationJobSchema","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplicationSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplicationSynchronizationTemplate","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplicationSynchronizationTemplateSchema","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgApplicationTokenIssuancePolicyByRef","Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0"},{"Command":"Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgApplicationTokenLifetimePolicyByRef","Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0"},{"Command":"Remove-MgBetaAccessReview","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaAccessReviewDecision","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAccessReviewInstance","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAccessReviewInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAccessReviewInstanceMyDecision","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAccessReviewInstanceReviewer","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAccessReviewMyDecision","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAccessReviewReviewer","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdminEdge","ApiVersion":"beta","OutputType":null,"Uri":"/admin/edge","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdminEdgeInternetExplorerMode","ApiVersion":"beta","OutputType":null,"Uri":"/admin/edge/internetExplorerMode","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdminEdgeInternetExplorerModeSiteList","ApiVersion":"beta","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie","ApiVersion":"beta","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite","ApiVersion":"beta","OutputType":null,"Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdministrativeUnitExtension","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdministrativeUnitMemberByRef","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaAdministrativeUnitMemberByRef","Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdministrativeUnitScopedRoleMember","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdminPeople","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdminPeopleItemInsight","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/itemInsights","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdminPeopleNamePronunciation","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/namePronunciation","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdminPeoplePhotoUpdateSetting","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/photoUpdateSettings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/peopleadminsettings-delete-photoupdatesettings?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdminPeopleProfileCardProperty","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdminPeopleProfilePropertySetting","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/profilePropertySettings/{profilePropertySetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilepropertysetting-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdminPeopleProfileSource","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/profileSources/{profileSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdminPeopleProfileSourceBySourceId","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/profileSources(sourceId='{sourceId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaAdminPeoplePronoun","ApiVersion":"beta","OutputType":null,"Uri":"/admin/people/pronouns","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdminReportSetting","ApiVersion":"beta","OutputType":null,"Uri":"/admin/reportSettings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdminSharepoint","ApiVersion":"beta","OutputType":null,"Uri":"/admin/sharepoint","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAdminSharepointSetting","ApiVersion":"beta","OutputType":null,"Uri":"/admin/sharepoint/settings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAgreement","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAgreementAcceptance","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAgreementFile","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}/file","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAgreementFileLocalization","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAgreementFileLocalizationVersion","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAgreementFileVersion","ApiVersion":"beta","OutputType":null,"Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAllUserDeviceFromManagement","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/removeAllDevicesFromManagement","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaAppCatalogTeamApp","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaAppCatalogTeamAppDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"AppCatalog.Submit","Description":"Submit application packages to your organization's catalog and cancel pending submissions","FullDescription":"Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCatalog.ReadWrite.All","Description":"Read and write to all app catalogs","FullDescription":"Allows the app to create, read, update, and delete apps in the app catalogs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAppCatalogTeamAppDefinitionBot","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplication","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaApplicationAppManagementPolicyByRef","Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationByAppId","ApiVersion":"beta","OutputType":null,"Uri":"/applications(appId='{appId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationByUniqueName","ApiVersion":"beta","OutputType":null,"Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationConnectorGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/connectorGroup/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationExtensionProperty","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationFederatedIdentityCredential","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationFederatedIdentityCredentialByName","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationKey","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/removeKey","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationLogo","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/logo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationOwnerDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaApplicationOwnerByRef","Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationPassword","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/removePassword","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationSynchronization","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationSynchronizationJob","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationSynchronizationJobBulkUpload","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationSynchronizationJobBulkUploadContent","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationSynchronizationJobSchema","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationSynchronizationTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationSynchronizationTemplateSchema","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaApplicationTokenIssuancePolicyByRef","Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-beta"},{"Command":"Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaApplicationTokenLifetimePolicyByRef","Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-beta"},{"Command":"Remove-MgBetaBookingBusiness","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaBookingBusinessAppointment","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaBookingBusinessCalendarView","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaBookingBusinessCustomer","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaBookingBusinessCustomQuestion","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaBookingBusinessService","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaBookingBusinessStaffMember","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaBookingCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/bookingCurrencies/{bookingCurrency-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaBusinessFlowTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/businessFlowTemplates/{businessFlowTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaChat","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaChatAccessForUser","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/removeAllAccessForUser","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta"},{"Command":"Remove-MgBetaChatInstalledApp","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-beta"},{"Command":"Remove-MgBetaChatLastMessagePreview","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaChatMember","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-beta"},{"Command":"Remove-MgBetaChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaChatOperation","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaChatPermissionGrant","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaChatPinnedMessage","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-beta"},{"Command":"Remove-MgBetaChatTab","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Delete.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-beta"},{"Command":"Remove-MgBetaComplianceEdiscovery","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCase","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseCustodianHold","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sitesource-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-usersource-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseLegalHold","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseOperation","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseSetting","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/settings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseSourceCollection","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaComplianceEdiscoveryCaseTag","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaContract","ApiVersion":"beta","OutputType":null,"Uri":"/contracts/{contract-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDataPolicyOperation","ApiVersion":"beta","OutputType":null,"Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDevice","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementiOSManagedAppProtection","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtiOSManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedAppPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedAppRegistration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedAppStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedAppStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedEBook","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBook","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedEBookAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedEBookCategory","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedEBookDeviceState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookDeviceState","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppCategory","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementMobileAppRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":"Remove-MgBetaDeviceAppMgtMobileAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementPolicySet","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/policySets/{policySet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtPolicySet","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementPolicySetAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtPolicySetAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementPolicySetItem","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtPolicySetItem","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/symantecCodeSigningCertificate","Variants":["Delete"],"CommandAlias":"Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementTask","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtTask","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementVppToken","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtVppToken","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWindowManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceByDeviceId","ApiVersion":"beta","OutputType":null,"Uri":"/devices(deviceId='{deviceId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDeviceCommand","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/commands/{command-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceExtension","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAndroidForWorkSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkSettings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementApplePushNotificationCertificate","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAssignmentFilter","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAuditEvent","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementAutopilotEvent","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementCartToClassAssociation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementCategory","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementCategorySettingDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceCategory","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComanagementEligibleDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComplianceManagementPartner","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementCompliancePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementCompliancePolicyAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementCompliancePolicySetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementComplianceSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementConditionalAccessSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementConfigurationPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementConfigurationPolicyAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementConfigurationPolicySetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementConfigurationPolicyTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementConfigurationSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDataSharingConsent","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/dataSharingConsents/{dataSharingConsent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDepOnboardingSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDerivedCredential","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDetectedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCategory","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurationUserStateSummaries","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceHealthScript","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceShellScript","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceShellScriptAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementDomainJoinConnector","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementExchangeConnector","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementExchangeOnPremisePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}","Variants":["Delete","Delete1","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings","Variants":["Delete","Delete1","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyCategory","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyMigrationReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyObjectFile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementImportedDeviceIdentity","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntent","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntentAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntentCategory","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntentCategorySetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntentCategorySettingDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntentDeviceState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntentDeviceStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntentSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntentUserState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntentUserStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntuneBrandingProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementIoUpdateStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceCategory","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceCleanupRule","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceConfigurationState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceEncryptionState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.Read.All","Description":"Read devices Microsoft Intune devices","FullDescription":"Allows the app to read the properties of devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelSite","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMobileThreatDefenseConnector","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMonitoring","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/monitoring","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMonitoringAlertRecord","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/monitoring/alertRecords/{alertRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementMonitoringAlertRule","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/monitoring/alertRules/{alertRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementNdeConnector","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/ndesConnectors/{ndesConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementNotificationMessageTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementPartner","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementRemoteActionAudit","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/remoteActionAudits/{remoteActionAudit-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementRemoteAssistancePartner","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reports","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementResourceAccessProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementResourceAccessProfileAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementResourceOperation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementReusableSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementRoleScopeTag","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementRoleScopeTagAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementScript","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementScriptAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementScriptDeviceRunState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementScriptGroupAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementScriptUserRunState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementSettingDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTemplateCategory","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTemplateMigratableTo","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTemplateMigratableToCategory","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTemplateMigratableToSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTemplateSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTermAndCondition","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTermAndConditionAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementTroubleshootingEvent","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementUserPfxCertificate","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/userPfxCertificates/{userPFXCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointBulkAction","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/organizationSettings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointReport","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/reports","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointServicePlan","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointSnapshot","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointUserSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsAutopilotSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotSettings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsMalwareInformation","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceRegisteredOwnerByRef","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-beta"},{"Command":"Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDeviceRegisteredUserByRef","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-beta"},{"Command":"Remove-MgBetaDeviceUsageRights","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryAdministrativeUnit","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryAdministrativeUnitExtension","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDirectoryAdministrativeUnitMemberByRef","Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryAttributeSet","ApiVersion":"beta","OutputType":null,"Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryAuthenticationMethodDevice","ApiVersion":"beta","OutputType":null,"Uri":"/directory/authenticationMethodDevices","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDevice","ApiVersion":"beta","OutputType":null,"Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethoddevice-delete-hardwareoathdevices?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryCertificateAuthority","ApiVersion":"beta","OutputType":null,"Uri":"/directory/certificateAuthorities","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority","ApiVersion":"beta","OutputType":null,"Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthorityasentity-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations/{mutualTlsOauthConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":"Read and write all device authentication certificate configurations.","FullDescription":"Allows the app to read and write all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryCustomSecurityAttributeDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue","ApiVersion":"beta","OutputType":null,"Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryDeletedItem","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/{directoryObject-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryDeviceLocalCredential","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryExternalUserProfile","ApiVersion":"beta","OutputType":null,"Uri":"/directory/externalUserProfiles/{externalUserProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-delete-externaluserprofiles?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryFeatureRolloutPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef","ApiVersion":"beta","OutputType":null,"Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef","Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryFederationConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryImpactedResource","ApiVersion":"beta","OutputType":null,"Uri":"/directory/impactedResources/{impactedResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryInboundSharedUserProfile","ApiVersion":"beta","OutputType":null,"Uri":"/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData","ApiVersion":"beta","OutputType":null,"Uri":"/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryObject","ApiVersion":"beta","OutputType":null,"Uri":"/directoryObjects/{directoryObject-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryOnPremiseSynchronization","ApiVersion":"beta","OutputType":null,"Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryOutboundSharedUserProfile","ApiVersion":"beta","OutputType":null,"Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryOutboundSharedUserProfileTenant","ApiVersion":"beta","OutputType":null,"Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData","ApiVersion":"beta","OutputType":null,"Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CrossTenantUserProfileSharing.ReadWrite","Description":"Read shared cross-tenant user profile and export or delete data","FullDescription":"Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CrossTenantUserProfileSharing.ReadWrite.All","Description":"Read any shared cross-tenant user profiles and export or delete data","FullDescription":"Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryPendingExternalUserProfile","ApiVersion":"beta","OutputType":null,"Uri":"/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryPublicKeyInfrastructure","ApiVersion":"beta","OutputType":null,"Uri":"/directory/publicKeyInfrastructure","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-delete-certificatebasedauthconfigurations?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority","ApiVersion":"beta","OutputType":null,"Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-delete-certificateauthorities?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryRecommendation","ApiVersion":"beta","OutputType":null,"Uri":"/directory/recommendations/{recommendation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryRecommendationConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/directory/recommendationConfiguration","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryRecommendationImpactedResource","ApiVersion":"beta","OutputType":null,"Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryRole","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryRoleByRoleTemplateId","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaDirectoryRoleMemberByRef","Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectoryRoleScopedMember","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryRoleTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectorySetting","ApiVersion":"beta","OutputType":null,"Uri":"/settings/{directorySetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDirectorySettingTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/directorySettingTemplates/{directorySettingTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectorySharedEmailDomain","ApiVersion":"beta","OutputType":null,"Uri":"/directory/sharedEmailDomains/{sharedEmailDomain-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectorySubscription","ApiVersion":"beta","OutputType":null,"Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId","ApiVersion":"beta","OutputType":null,"Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId","ApiVersion":"beta","OutputType":null,"Uri":"/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/directory/templates","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDirectoryTemplateDeviceTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceTemplate.ReadWrite.All","Description":"Read and write all device templates, their owners, and devices created from those device templates.","FullDescription":"Allows the app to read and write all your device templates, their owners, and devices created from those device templates, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceTemplate.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicetemplate-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDomain","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDomainFederationConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaDomainServiceConfigurationRecord","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDomainSharedEmailDomainInvitation","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDomainVerificationDnsRecord","ApiVersion":"beta","OutputType":null,"Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDrive","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveBundleContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveBundleContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveFollowingContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveFollowingContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemCheckout","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta"},{"Command":"Remove-MgBetaDriveItemChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemListItem","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemRetentionLabel","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta"},{"Command":"Remove-MgBetaDriveItemSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemThumbnail","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveItemVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveList","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListColumn","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListContentTypeColumn","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListItem","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListOperation","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListPermission","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootCheckout","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta"},{"Command":"Remove-MgBetaDriveRootChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootListItem","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootPermission","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootRetentionLabel","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootThumbnail","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveRootVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveSpecialContent","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaDriveSpecialContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationClass","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassAssignmentCategory","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaEducationClassAssignmentCategoryByRef","Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassAssignmentDefault","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationClassAssignmentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationClassAssignmentRubric","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassAssignmentRubricByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassAssignmentSetting","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationClassAssignmentSettingGradingCategory","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationClassAssignmentSettingGradingScheme","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassAssignmentSubmission","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationClassAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassAssignmentSubmissionResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationClassMemberEducationUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/members/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaEducationClassMemberByRef","Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassModule","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassModuleResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationClassTeacherEducationUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaEducationClassTeacherByRef","Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationMe","ApiVersion":"beta","OutputType":null,"Uri":"/education/me","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaEducationMeAssignmentCategoryByRef","Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentRubric","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentRubricByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentSubmission","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentSubmissionResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationMeRubric","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationReport","ApiVersion":"beta","OutputType":null,"Uri":"/education/reports","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationReportReadingAssignmentSubmission","ApiVersion":"beta","OutputType":null,"Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationReportReadingCoachPassage","ApiVersion":"beta","OutputType":null,"Uri":"/education/reports/readingCoachPassages/{readingCoachPassage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationReportReflectCheck","ApiVersion":"beta","OutputType":null,"Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationReportSpeakerAssignmentSubmission","ApiVersion":"beta","OutputType":null,"Uri":"/education/reports/speakerAssignmentSubmissions/{speakerAssignmentSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationSchool","ApiVersion":"beta","OutputType":null,"Uri":"/education/schools/{educationSchool-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationSchoolClassEducationClassByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaEducationSchoolClassByRef","Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationSchoolUserEducationUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaEducationSchoolUserByRef","Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationUser","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEducationUserAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaEducationUserAssignmentCategoryByRef","Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentRubric","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentRubricByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentSubmission","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentSubmissionResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEducationUserRubric","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementAccessPackage","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageByUniqueName","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageCatalog","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageResourceRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementConnectedOrganization","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef","Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef","Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta"},{"Command":"Remove-MgBetaEntitlementManagementSubject","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaEntitlementManagementSubjectByObjectId","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalAuthorizationSystem","ApiVersion":"beta","OutputType":null,"Uri":"/external/authorizationSystems/{authorizationSystem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo","ApiVersion":"beta","OutputType":null,"Uri":"/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalConnection","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaExternalConnectionGroup","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaExternalConnectionGroupMember","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaExternalConnectionItem","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaExternalConnectionItemActivity","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalConnectionOperation","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalConnectionQuota","ApiVersion":"beta","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/quota","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalIndustryDataConnector","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/dataConnectors/{industryDataConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaExternalIndustryDataInboundFlow","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/inboundFlows/{inboundFlow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaExternalIndustryDataOperation","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/operations/{longRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalIndustryDataReferenceDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/referenceDefinitions/{referenceDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalIndustryDataRoleGroup","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/roleGroups/{roleGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaExternalIndustryDataSourceSystem","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/sourceSystems/{sourceSystemDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaExternalIndustryDataYear","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/years/{yearTimePeriodDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaFinancialCompanyCountryRegion","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/countriesRegions/{countryRegion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/currencies/{currency-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomer","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customers/{customer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customers/{customer-id}/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPayment","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentCustomer","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournal","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyCustomerShipmentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyEmployee","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/employees/{employee-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyEmployeePicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyEmployeePictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyInformationPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyItem","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/items/{item-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyItemCategory","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/itemCategories/{itemCategory-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyItemPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyJournal","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/journals/{journal-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyJournalLine","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/journalLines/{journalLine-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPaymentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomer","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoLineItem","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomer","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceLineItem","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderCustomer","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderLineItem","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderLineItemCategory","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderLineItemPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleOrderPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomer","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteLineItem","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuotePaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyShipmentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyTaxArea","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/taxAreas/{taxArea-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyTaxGroup","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/taxGroups/{taxGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyUnitOfMeasure","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyVendor","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/vendors/{vendor-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyVendorCurrency","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/currency","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyVendorPaymentMethod","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyVendorPaymentTerm","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyVendorPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaFinancialCompanyVendorPictureContent","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaGroupAcceptedSenderByRef","Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupByUniqueName","ApiVersion":"beta","OutputType":null,"Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupCalendarEvent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupCalendarPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/calendar/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupCalendarPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupConversation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupConversationThread","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupConversationThreadPostAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupConversationThreadPostExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupConversationThreadPostInReplyToAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupConversationThreadPostInReplyToExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupConversationThreadPostInReplyToMention","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupConversationThreadPostMention","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDrive","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveBundleContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveBundleContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveFollowingContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveFollowingContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemCheckout","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupDriveItemChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemListItem","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemRetentionLabel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemThumbnail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveItemVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveList","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListColumn","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListContentTypeColumn","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListItem","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListOperation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootCheckout","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupDriveRootChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootListItem","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootRetentionLabel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootThumbnail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveRootVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveSpecialContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupDriveSpecialContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/endpoints/{endpoint-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupEvent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupEventAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupEventExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupEventPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupFavorite","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/removeFavorite","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupFromLifecyclePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupLifecyclePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupMemberDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaGroupMemberByRef","Module":"Beta.Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupOnenote","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteNotebook","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteNotebookSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteOperation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenotePage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenotePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteResource","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteResourceContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteSectionGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOnenoteSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupOwnerDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaGroupOwnerByRef","Module":"Beta.Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupPasswordSingleSignOnCredential","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/deletePasswordSingleSignOnCredentials","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-deletepasswordsinglesignoncredentials?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupPermissionGrant","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupPhoto","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/photo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/photo/$value","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupPlannerPlanDetail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaGroupRejectedSenderByRef","Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupSetting","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/settings/{directorySetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupSiteAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteAnalyticItemActivityStat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteColumn","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteContentModel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteContentModelFromDrive","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupSiteContentModelGetByNameFromDrive","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupSiteContentType","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteContentTypeColumn","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteContentTypeColumnLink","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteDocumentProcessingJob","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteGetByPathAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteGetByPathInformationProtection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteGetByPathOnenote","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteGetByPathRecycleBin","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteGetByPathTermStore","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteInformationProtection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteInformationProtectionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteList","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListColumn","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListContentTypeColumn","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListContentTypeColumnLink","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItem","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemActivity","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemActivityDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListOperation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenote","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteNotebook","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteNotebookSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteOperation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenotePage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenotePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteResource","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteResourceContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteSectionGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOnenoteSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteOperation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayout","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageAsSitePageWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayout","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePageTemplateWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSitePermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteRecycleBin","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/recycleBin","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteRecycleBinItem","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}","Variants":["Delete","Delete1","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStore","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreGroupSet","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreGroupSetChild","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreGroupSetRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreGroupSetTerm","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreGroupSetTermChild","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSet","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetChild","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSet","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetTerm","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetTermChild","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetTermChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupSiteTermStoreSetTermRelation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeam","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelAllMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupTeamChannelEmail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupTeamChannelFileFolderContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelMember","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelMessage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelMessageReply","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlanner","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamChannelTab","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamInstalledApp","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamMember","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamOperation","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPermissionGrant","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/photo/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelAllMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelEmail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/removeEmail","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlanner","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTask","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamPrimaryChannelTab","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamSchedule","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleDayNote","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleOfferShiftRequest","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleOpenShift","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleSchedulingGroup","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleShift","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleShiftRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleTimeCard","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleTimeOff","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleTimeOffReason","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamScheduleTimeOffRequest","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamTag","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupTeamTagMember","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupThread","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta"},{"Command":"Remove-MgBetaGroupThreadPostAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupThreadPostExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupThreadPostInReplyToAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupThreadPostInReplyToExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupThreadPostInReplyToMention","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaGroupThreadPostMention","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityApiConnector","ApiVersion":"beta","OutputType":null,"Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityAuthenticationEventFlow","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityAuthenticationEventListener","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityB2CUserFlow","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityB2CUserFlowLanguage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityB2XUserFlow","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef","Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowLanguage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowPostFederationSignup","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference","ApiVersion":"beta","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityConditionalAccessAuthenticationStrength","ApiVersion":"beta","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationStrengths","Variants":["Delete1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode","ApiVersion":"beta","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}","Variants":["Delete1","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}","Variants":["Delete1","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Delete1","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityContinuouAccessEvaluationPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/identity/continuousAccessEvaluationPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityCustomAuthenticationExtension","ApiVersion":"beta","OutputType":null,"Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAccessReviewPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/policy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAppConsentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflow","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/deletedItems","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAw","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/aws","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAzure","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/azure","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticGcp","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/gcp","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionManagement","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsManagement","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePrivilegedAccess","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroup","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceRoleManagementAlert","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreement","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaIdentityProvider","ApiVersion":"beta","OutputType":null,"Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityUserFlow","ApiVersion":"beta","OutputType":null,"Uri":"/identity/userFlows/{identityUserFlow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaIdentityUserFlowAttribute","ApiVersion":"beta","OutputType":null,"Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaInformationProtectionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/policy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaInformationProtectionSensitivityPolicySetting","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/sensitivityPolicySettings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":null,"Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessAlert","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/alerts/{alert-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessConnectivity","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessConnectivityBranch","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/{branchSite-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete-devicelinks?view=graph-rest-beta"},{"Command":"Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfile","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetwork","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-devicelink-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessFilteringPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessFilteringPolicyRule","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessFilteringProfile","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessFilteringProfilePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaNetworkAccessForwardingPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessForwardingPolicyRule","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessForwardingProfile","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessForwardingProfilePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessLog","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/logs","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessLogConnection","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/logs/connections/{connection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessLogRemoteNetwork","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessLogTraffic","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessReport","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/reports","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessSetting","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/settings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessSettingConditionalAccess","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/settings/conditionalAccess","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessSettingCrossTenantAccess","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/settings/crossTenantAccess","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessSettingForwardingOption","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/settings/forwardingOptions","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessTenantStatus","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/tenantStatus","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessThreatIntelligencePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-delete-threatintelligencepolicies?view=graph-rest-beta"},{"Command":"Remove-MgBetaNetworkAccessThreatIntelligencePolicyRule","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules/{policyRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessTl","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/tls","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificate","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates/{externalCertificateAuthorityCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-externalcertificateauthoritycertificate-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaNetworkAccessTlInspectionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaNetworkAccessTlInspectionPolicyRule","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules/{policyRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionrule-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaOauth2PermissionGrant","ApiVersion":"beta","OutputType":null,"Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaOnPremisePublishingProfile","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileAgent","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroup","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":"Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef","Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef","Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileConnector","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileConnectorGroup","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef","Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef","Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfilePublishedResource","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef","Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganization","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBranding","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaOrganizationBrandingBackgroundImage","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingBannerLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingCustomCss","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingFavicon","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/favicon","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingHeaderLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingLocalization","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaOrganizationBrandingLocalizationBackgroundImage","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingLocalizationBannerLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingLocalizationCustomCss","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingLocalizationFavicon","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingLocalizationHeaderLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingLocalizationSquareLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingLocalizationSquareLogoDark","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingSquareLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationBrandingSquareLogoDark","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationCertificateBasedAuthConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaOrganizationExtension","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationPartnerInformation","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/partnerInformation","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationSetting","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/settings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationSettingContactInsight","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/settings/contactInsights","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationSettingItemInsight","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/settings/itemInsights","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/settings/microsoftApplicationDataAccess","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaOrganizationSettingPersonInsight","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/settings/peopleInsights","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPlace","ApiVersion":"beta","OutputType":null,"Uri":"/places/{place-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPlaceAsRoomListRoom","ApiVersion":"beta","OutputType":null,"Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPlaceAsRoomListWorkspace","ApiVersion":"beta","OutputType":null,"Uri":"/places/{place-id}/roomList/workspaces/{workspace-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPlaceByPlaceId","ApiVersion":"beta","OutputType":null,"Uri":"/places(placeId='{placeId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPlannerBucket","ApiVersion":"beta","OutputType":null,"Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPlannerRoster","ApiVersion":"beta","OutputType":null,"Uri":"/planner/rosters/{plannerRoster-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPlannerRosterMember","ApiVersion":"beta","OutputType":null,"Uri":"/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerrostermember-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPlannerTask","ApiVersion":"beta","OutputType":null,"Uri":"/planner/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPlannerTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPlannerTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyAccessReviewPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/accessReviewPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyActivityBasedTimeoutPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyAdminConsentRequestPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/adminConsentRequestPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyAppManagementPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyAuthenticationFlowPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authenticationFlowsPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyAuthenticationMethodPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authenticationMethodsPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyAuthorizationPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride","ApiVersion":"beta","OutputType":null,"Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyB2CAuthenticationMethodPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/b2cAuthenticationMethodsPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyClaimMappingPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyCrossTenantAccessPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyDefault","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyPartner","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyDefaultAppManagementPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/defaultAppManagementPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/directoryRoleAccessReviewPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyExternalIdentityPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/externalIdentitiesPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyFeatureRolloutPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef","Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyFederatedTokenValidationPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/federatedTokenValidationPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyHomeRealmDiscoveryPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyMobileAppManagementPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyMobileDeviceManagementPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyPermissionGrantPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyPermissionGrantPolicyExclude","ApiVersion":"beta","OutputType":null,"Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyPermissionGrantPolicyInclude","ApiVersion":"beta","OutputType":null,"Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyRoleManagementPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyRoleManagementPolicyAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule","ApiVersion":"beta","OutputType":null,"Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyRoleManagementPolicyRule","ApiVersion":"beta","OutputType":null,"Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyServicePrincipalCreationPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude","ApiVersion":"beta","OutputType":null,"Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude","ApiVersion":"beta","OutputType":null,"Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPolicyTokenIssuancePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPolicyTokenLifetimePolicy","ApiVersion":"beta","OutputType":null,"Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPrintConnector","ApiVersion":"beta","OutputType":null,"Uri":"/print/connectors/{printConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPrintOperation","ApiVersion":"beta","OutputType":null,"Uri":"/print/operations/{printOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinter","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPrintPrinterJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinterJobDocument","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinterJobDocumentContent","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinterJobTask","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinterShare","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinterShareAllowedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/allowedGroups/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinterShareAllowedUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/allowedUsers/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta"},{"Command":"Remove-MgBetaPrintPrinterShareJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinterShareJobDocument","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinterShareJobDocumentContent","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinterShareJobTask","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintPrinterTaskTrigger","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-beta"},{"Command":"Remove-MgBetaPrintService","ApiVersion":"beta","OutputType":null,"Uri":"/print/services/{printService-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintServiceEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintShare","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaPrintShareAllowedGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta"},{"Command":"Remove-MgBetaPrintShareAllowedUserByRef","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintShareJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintShareJobDocument","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintShareJobDocumentContent","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintShareJobTask","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrintTaskDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-beta"},{"Command":"Remove-MgBetaPrintTaskDefinitionTask","ApiVersion":"beta","OutputType":null,"Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivacySubjectRightsRequest","ApiVersion":"beta","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivacySubjectRightsRequestNote","ApiVersion":"beta","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccess","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessResource","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessResourceRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessResourceRoleSetting","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessRoleAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessRoleAssignmentSubject","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessRoleSetting","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedApproval","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedApproval/{privilegedApproval-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedApprovalRoleInfo","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedApprovalRoleInfoSetting","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/settings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedApprovalRoleInfoSummary","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/summary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedOperationEvent","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedOperationEvents/{privilegedOperationEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRole","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoles/{privilegedRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRoleAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRoleAssignmentRoleInfo","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRoleSetting","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoles/{privilegedRole-id}/settings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaPrivilegedRoleSummary","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedRoles/{privilegedRole-id}/summary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaProgram","ApiVersion":"beta","OutputType":null,"Uri":"/programs/{program-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaProgramControl","ApiVersion":"beta","OutputType":null,"Uri":"/programControls/{programControl-id}","Variants":["Delete","Delete1","Delete2","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"ProgramControl.ReadWrite.All","Description":"Manage programs that you can access","FullDescription":"Allows the app to read, update and perform action on programs and program controls that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProgramControl.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaProgramControlProgram","ApiVersion":"beta","OutputType":null,"Uri":"/programControls/{programControl-id}/program","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaProgramControlType","ApiVersion":"beta","OutputType":null,"Uri":"/programControlTypes/{programControlType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportAuthenticationMethodUserEventSummary","ApiVersion":"beta","OutputType":null,"Uri":"/reports/authenticationMethods/userEventsSummary/{userEventsSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportAuthenticationMethodUserMfaSignInSummary","ApiVersion":"beta","OutputType":null,"Uri":"/reports/authenticationMethods/userMfaSignInSummary/{userMfaSignInSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary","ApiVersion":"beta","OutputType":null,"Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary/{userPasswordResetsAndChangesSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail","ApiVersion":"beta","OutputType":null,"Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportHealthMonitoringAlert","ApiVersion":"beta","OutputType":null,"Uri":"/reports/healthMonitoring/alerts/{alert-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportHealthMonitoringAlertConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/reports/healthMonitoring/alertConfigurations/{alertConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportPartnerBilling","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportPartnerBillingManifest","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportPartnerBillingOperation","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportPartnerBillingReconciliation","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/reconciliation","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportPartnerBillingReconciliationBilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportPartnerBillingReconciliationUnbilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportPartnerBillingUsage","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/usage","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportPartnerBillingUsageBilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/usage/billed","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportPartnerBillingUsageUnbilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/usage/unbilled","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportSlaAzureAdAuthentication","ApiVersion":"beta","OutputType":null,"Uri":"/reports/sla/azureADAuthentication","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportUserInsightDaily","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/daily","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportUserInsightDailyMfaTelecomFraud","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/daily/mfaTelecomFraud/{mfaTelecomFraudMetric-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportUserInsightMonthly","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaReportUserInsightMonthlyMfaRegisteredUser","ApiVersion":"beta","OutputType":null,"Uri":"/reports/userInsights/monthly/mfaRegisteredUsers/{mfaUserCountMetric-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRiskDetection","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRiskyServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRiskyServicePrincipalHistory","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRiskyUser","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRiskyUserHistory","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementCloudPc","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementCloudPcResourceNamespace","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementCloudPcRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementCloudPcRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDeviceManagement","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDeviceManagementResourceNamespace","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDeviceManagementRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDeviceManagementRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectory","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryResourceNamespace","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseApp","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagement","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementExchange","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementExchangeCustomAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/customAppScopes/{customAppScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaRoleManagementExchangeResourceNamespace","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementExchangeRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementExchangeRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSchemaExtension","ApiVersion":"beta","OutputType":null,"Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.SchemaExtensions","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSearchAcronym","ApiVersion":"beta","OutputType":null,"Uri":"/search/acronyms/{acronym-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSearchBookmark","ApiVersion":"beta","OutputType":null,"Uri":"/search/bookmarks/{bookmark-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSearchQna","ApiVersion":"beta","OutputType":null,"Uri":"/search/qnas/{qna-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityAction","ApiVersion":"beta","OutputType":null,"Uri":"/security/securityActions/{securityAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAlertV2","ApiVersion":"beta","OutputType":null,"Uri":"/security/alerts_v2/{alert-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulation","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/simulations/{simulation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulation-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityAttackSimulationAutomation","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulationAutomationRun","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulationEndUserNotification","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulationLandingPage","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulationLandingPageDetail","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulationLoginPage","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulationOperation","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulationPayload","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulationTraining","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAttackSimulationTrainingCampaign","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail","ApiVersion":"beta","OutputType":null,"Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAuditLog","ApiVersion":"beta","OutputType":null,"Uri":"/security/auditLog","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAuditLogQuery","ApiVersion":"beta","OutputType":null,"Uri":"/security/auditLog/queries/{auditLogQuery-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityAuditLogQueryRecord","ApiVersion":"beta","OutputType":null,"Uri":"/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCase","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCase","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-delete-sitesources?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-unifiedgroupsource-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-delete-usersources?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-delete-sitesources?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-delete-usersources?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseMember","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers/{ediscoveryCaseMember-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasemember-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseOperation","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseSearch","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseSetting","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCaseEdiscoveryCaseTag","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityCloudAppSecurityProfile","ApiVersion":"beta","OutputType":null,"Uri":"/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCollaboration","ApiVersion":"beta","OutputType":null,"Uri":"/security/collaboration","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityCollaborationAnalyzedEmail","ApiVersion":"beta","OutputType":null,"Uri":"/security/collaboration/analyzedEmails/{analyzedEmail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityDataDiscovery","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataDiscovery","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityDataDiscoveryCloudAppDiscovery","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataDiscovery/cloudAppDiscovery","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStream","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/{cloudAppDiscoveryReport-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityDataSecurityAndGovernance","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataSecurityAndGovernance","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityDataSecurityAndGovernancePolicyFile","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/policyFiles/{policyFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityDataSecurityAndGovernanceProtectionScope","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityDomainSecurityProfile","ApiVersion":"beta","OutputType":null,"Uri":"/security/domainSecurityProfiles/{domainSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityFileSecurityProfile","ApiVersion":"beta","OutputType":null,"Uri":"/security/fileSecurityProfiles/{fileSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityHostSecurityProfile","ApiVersion":"beta","OutputType":null,"Uri":"/security/hostSecurityProfiles/{hostSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityIdentity","ApiVersion":"beta","OutputType":null,"Uri":"/security/identities","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityIdentityAccount","ApiVersion":"beta","OutputType":null,"Uri":"/security/identities/identityAccounts/{identityAccounts-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityIdentityHealthIssue","ApiVersion":"beta","OutputType":null,"Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityIdentitySensor","ApiVersion":"beta","OutputType":null,"Uri":"/security/identities/sensors/{sensor-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityIncident","ApiVersion":"beta","OutputType":null,"Uri":"/security/incidents/{incident-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityIncidentTask","ApiVersion":"beta","OutputType":null,"Uri":"/security/incidentTasks/{incidentTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityInformationProtection","ApiVersion":"beta","OutputType":null,"Uri":"/security/informationProtection","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityInformationProtectionLabelPolicySetting","ApiVersion":"beta","OutputType":null,"Uri":"/security/informationProtection/labelPolicySettings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent","ApiVersion":"beta","OutputType":null,"Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityIPSecurityProfile","ApiVersion":"beta","OutputType":null,"Uri":"/security/ipSecurityProfiles/{ipSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityLabelAuthority","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityLabelCategory","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityLabelCategorySubcategory","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityLabelCitation","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityLabelDepartment","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityLabelFilePlanReference","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityLabelRetentionLabel","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityLabelRetentionLabelDescriptor","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage","ApiVersion":"beta","OutputType":null,"Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityPartner","ApiVersion":"beta","OutputType":null,"Uri":"/security/partner","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityPartnerSecurityAlert","ApiVersion":"beta","OutputType":null,"Uri":"/security/partner/securityAlerts/{partnerSecurityAlert-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityPartnerSecurityScore","ApiVersion":"beta","OutputType":null,"Uri":"/security/partner/securityScore","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityPartnerSecurityScoreCustomerInsight","ApiVersion":"beta","OutputType":null,"Uri":"/security/partner/securityScore/customerInsights/{customerInsight-tenantId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityPartnerSecurityScoreHistory","ApiVersion":"beta","OutputType":null,"Uri":"/security/partner/securityScore/history/{securityScoreHistory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityPartnerSecurityScoreRequirement","ApiVersion":"beta","OutputType":null,"Uri":"/security/partner/securityScore/requirements/{securityRequirement-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityProviderTenantSetting","ApiVersion":"beta","OutputType":null,"Uri":"/security/providerTenantSettings/{providerTenantSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityRule","ApiVersion":"beta","OutputType":null,"Uri":"/security/rules","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityRuleDetectionRule","ApiVersion":"beta","OutputType":null,"Uri":"/security/rules/detectionRules/{detectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecuritySecureScore","ApiVersion":"beta","OutputType":null,"Uri":"/security/secureScores/{secureScore-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecuritySecureScoreControlProfile","ApiVersion":"beta","OutputType":null,"Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecuritySubjectRightsRequest","ApiVersion":"beta","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecuritySubjectRightsRequestNote","ApiVersion":"beta","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligence","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceArticle","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceArticleIndicator","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceHost","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceHostComponent","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceHostCookie","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceHostPair","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceHostPort","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceHostReputation","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceHostTracker","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceIntelProfile","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceProfileIndicator","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceSslCertificate","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceSubdomain","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceVulnerability","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatIntelligenceWhoisRecord","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatSubmission","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatSubmission","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatSubmissionEmailThreat","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatSubmission/emailThreats/{emailThreatSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatSubmissionFileThreat","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatSubmission/fileThreats/{fileThreatSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityThreatSubmissionUrlThreat","ApiVersion":"beta","OutputType":null,"Uri":"/security/threatSubmission/urlThreats/{urlThreatSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityTiIndicator","ApiVersion":"beta","OutputType":null,"Uri":"/security/tiIndicators/{tiIndicator-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityTiIndicatorByExternalId","ApiVersion":"beta","OutputType":"IMicrosoftGraphResultInfo","Uri":"/security/tiIndicators/deleteTiIndicatorsByExternalId","Variants":["Delete","DeleteExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityTiIndicatorMultiple","ApiVersion":"beta","OutputType":"IMicrosoftGraphResultInfo","Uri":"/security/tiIndicators/deleteTiIndicators","Variants":["Delete1","DeleteExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityTrigger","ApiVersion":"beta","OutputType":null,"Uri":"/security/triggers","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityTriggerRetentionEvent","ApiVersion":"beta","OutputType":null,"Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityTriggerType","ApiVersion":"beta","OutputType":null,"Uri":"/security/triggerTypes","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSecurityTriggerTypeRetentionEventType","ApiVersion":"beta","OutputType":null,"Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSecurityUserSecurityProfile","ApiVersion":"beta","OutputType":null,"Uri":"/security/userSecurityProfiles/{userSecurityProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipal","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalAppRoleAssignedTo","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalByAppId","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals(appId='{appId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaServicePrincipalClaimMappingPolicyByRef","Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalDelegatedPermissionClassification","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef","Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalLicenseDetail","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaServicePrincipalOwnerByRef","Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps/{approvedClientApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalRiskDetection","ApiVersion":"beta","OutputType":null,"Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalSynchronization","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalSynchronizationJob","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalSynchronizationJobSchema","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":"Read and edit the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read and edit the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalSynchronizationTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalSynchronizationTemplateSchema","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalTokenIssuancePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaServicePrincipalTokenLifetimePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-tokenlifetimepolicies?view=graph-rest-beta"},{"Command":"Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-tokenlifetimepolicies?view=graph-rest-beta"},{"Command":"Remove-MgBetaShareDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareList","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListColumn","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListContentTypeColumn","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListContentTypeColumnLink","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListItem","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListOperation","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListPermission","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSharePermission","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareRootContent","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/root/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaShareSharedDriveItemSharedDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteAnalyticItemActivityStat","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteColumn","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteContentModelGetByNameFromDrive","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta"},{"Command":"Remove-MgBetaSiteContentType","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSiteContentTypeColumn","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSiteContentTypeColumnLink","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteGetByPathAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteGetByPathOnenote","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteGetByPathTermStore","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteList","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListColumn","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListContentTypeColumn","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListContentTypeColumnLink","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListItem","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSiteListItemActivity","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSiteListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListOperation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListPermission","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenote","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteNotebook","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteNotebookSection","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteOperation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenotePage","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteResource","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteSection","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteSectionGroup","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteOperation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSitePage","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSitePageAsSitePageCanvaLayout","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSitePageAsSitePageWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSitePermission","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStore","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreGroup","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreGroupSet","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreGroupSetChild","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreGroupSetChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreGroupSetParentGroup","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreGroupSetRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreGroupSetTerm","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreGroupSetTermChild","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreGroupSetTermChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreGroupSetTermRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSet","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetChild","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetParentGroup","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetParentGroupSet","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetChild","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetTerm","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetTerm","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetTermChild","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetTermChildRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSiteTermStoreSetTermRelation","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestore","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreDriveInclusionRule","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreEmailNotificationSetting","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/emailNotificationsSetting","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSolutionBackupRestorePoint","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreProtectionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSolutionBackupRestoreServiceApp","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta"},{"Command":"Remove-MgBetaSolutionBackupRestoreSession","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSolutionBackupRestoreSiteInclusionRule","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBusinessScenario","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSolutionBusinessScenarioByUniqueName","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaSolutionBusinessScenarioPlanner","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTask","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-beta"},{"Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSubscribedSku","ApiVersion":"beta","OutputType":null,"Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ChangeNotifications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeam","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Channel.Delete.All","Description":"Delete channels","FullDescription":"Delete channels in any team, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.Delete.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.Delete.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamChannelAllMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamChannelEmail","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamChannelFileFolderContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelMember","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlanner","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamChannelTab","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Delete.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamInstalledApp","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamMember","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, on your behalf. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, without a signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamOperation","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPermissionGrant","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelAllMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/primaryChannel/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamPrimaryChannelEmail","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/removeEmail","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamPrimaryChannelFileFolderContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/filesFolder/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlanner","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanTask","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelSharedWithTeam","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamPrimaryChannelTab","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamSchedule","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamScheduleDayNote","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamScheduleOfferShiftRequest","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamScheduleOpenShift","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamScheduleOpenShiftChangeRequest","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamScheduleSchedulingGroup","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamScheduleShift","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamScheduleShiftRoleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamScheduleSwapShiftChangeRequest","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamScheduleTimeCard","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamScheduleTimeOff","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamScheduleTimeOffReason","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamScheduleTimeOffRequest","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamTag","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamTagMember","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamworkDeletedChat","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeam","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannel","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelAllMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelEmail","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta"},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelMember","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelMessage","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelMessageReply","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlanner","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeletedTeamChannelTab","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDevice","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/devices/{teamworkDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeviceActivity","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/devices/{teamworkDevice-id}/activity","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeviceConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/devices/{teamworkDevice-id}/configuration","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeviceHealth","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/devices/{teamworkDevice-id}/health","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkDeviceOperation","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkTeamAppSetting","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/teamsAppSettings","Variants":["Delete"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkTeamTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/teamTemplates/{teamTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkTeamTemplateDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTeamworkWorkforceIntegration","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTenantRelationshipDelegatedAdminCustomer","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipDelegatedAdminRelationship","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenant","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/tenants/{tenant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantAlert","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantAlertLog","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantAlertRule","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantApiNotification","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantAppPerformance","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantAuditEvent","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantEmailNotification","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantGroup","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementAction","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementActions/{managementAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementIntent","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantMyRole","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantTag","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenanttag-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant","ApiVersion":"beta","OutputType":null,"Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-beta"},{"Command":"Remove-MgBetaTrustFrameworkKeySet","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTrustFrameworkPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaTrustFrameworkPolicyContent","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUser","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.DeleteRestore.All","Description":"Delete and restore user accounts","FullDescription":"Allows the app to delete and restore users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.DeleteRestore.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserActivity","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserActivityHistoryItem","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserActivityStatistics","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserAppRoleAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationEmailMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationExternalAuthenticationMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/externalAuthenticationMethods/{externalAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-delete-externalauthenticationmethods?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationFido2Method","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationHardwareOathMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserAuthenticationHardwareOathMethodDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationOperation","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationPhoneMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserAuthenticationPlatformCredentialMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationQrCodePinMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/qrCodePinMethod","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-delete-qrcodepinmethod?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationQrCodePinMethodPin","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/qrCodePinMethod/pin","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/qrCodePinMethod/standardQRCode","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/qrcode-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/qrCodePinMethod/temporaryQRCode","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserAuthenticationSoftwareOathMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserByUserPrincipalName","ApiVersion":"beta","OutputType":null,"Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserCalendarGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserCalendarPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/calendar/permanentDelete","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserCalendarPermission","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserChat","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatAccessForUser","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/removeAllAccessForUser","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserChatInstalledApp","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatLastMessagePreview","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatMember","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatMessageReply","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatOperation","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatPermissionGrant","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatPinnedMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserChatTab","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContact","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContactFolder","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContactFolderChildFolder","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContactFolderChildFolderContact","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContactFolderChildFolderContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContactFolderChildFolderContactPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserContactFolderChildFolderContactPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContactFolderChildFolderPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserContactFolderContact","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContactFolderContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContactFolderContactPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserContactFolderContactPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserContactFolderPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserContactPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserContactPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDeviceByDeviceId","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices(deviceId='{deviceId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDeviceCommand","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/commands/{command-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDeviceExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDeviceManagementTroubleshootingEvent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaUserDeviceRegisteredOwnerByRef","Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaUserDeviceRegisteredUserByRef","Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDeviceUsageRights","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDrive","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveBundleContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveBundleContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveFollowingContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveFollowingContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItem","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemCheckout","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserDriveItemChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemListItem","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemRetentionLabel","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemThumbnail","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveItemVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveList","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListColumn","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListContentTypeColumn","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListItem","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListOperation","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListPermission","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveListSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRoot","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootAnalytic","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootCheckout","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserDriveRootChildContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootListItem","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootListItemDriveItemContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootListItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootPermission","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootRetentionLabel","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootSubscription","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootThumbnail","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveRootVersionContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveSpecialContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserDriveSpecialContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserEvent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserEventAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserEventExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserEventPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserFollowedSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/users/{user-id}/followedSites/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserInferenceClassificationOverride","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInformationProtection","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInformationProtectionPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/policy","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInformationProtectionSensitivityPolicySetting","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/sensitivityPolicySettings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInsight","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInsightShared","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInsightTrending","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserInsightUsed","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserLicenseDetail","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolder","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderChildFolder","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderChildFolderMessageAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderChildFolderMessageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderChildFolderMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderChildFolderMessageMention","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderChildFolderMessagePermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserMailFolderChildFolderMessageRule","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderChildFolderPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserMailFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderMessageAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderMessageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderMessageMention","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderMessagePermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserMailFolderMessageRule","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMailFolderPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceCategory","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceConfigurationState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceLogCollectionResponse","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceWindowsProtectionState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserManagerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/manager/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMessageAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMessageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMessageMention","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/mentions/{mention-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMessagePermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserMobileAppIntentAndState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMobileAppTroubleshootingEvent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserNotification","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/notifications/{notification-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenote","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteNotebook","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteNotebookSection","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteOperation","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenotePage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenotePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteResource","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteResourceContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteSection","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteSectionGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOnenoteSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookMasterCategory","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookTask","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookTaskAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookTaskFolder","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookTaskFolderPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserOutlookTaskFolderTask","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookTaskFolderTaskAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookTaskFolderTaskPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserOutlookTaskGroup","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookTaskGroupTaskFolder","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookTaskGroupTaskFolderPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserOutlookTaskGroupTaskFolderTask","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserOutlookTaskPermanent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserPasswordSingleSignOnCredential","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/deletePasswordSingleSignOnCredentials","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserPhoto","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/photo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/photo/$value","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfile","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileAccount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/account/{userAccountInformation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileAddress","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/addresses/{itemAddress-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemaddress-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserProfileAnniversary","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileAward","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/awards/{personAward-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/personaward-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserProfileCertification","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/certifications/{personCertification-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/personcertification-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserProfileEducationalActivity","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/educationalActivities/{educationalActivity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileEmail","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/emails/{itemEmail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileInterest","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/interests/{personInterest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileLanguage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/languages/{languageProficiency-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileName","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/names/{personName-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileNote","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/notes/{personAnnotation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/personannotation-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserProfilePatent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/patents/{itemPatent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itempatent-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserProfilePhone","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/phones/{itemPhone-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemphone-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserProfilePosition","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/positions/{workPosition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileProject","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/projects/{projectParticipation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfilePublication","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/publications/{itemPublication-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileSkill","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/skills/{skillProficiency-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileWebAccount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/webAccounts/{webAccount-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserProfileWebsite","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/profile/websites/{personWebsite-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserScopedRoleMemberOf","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSecurity","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/security","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSecurityInformationProtection","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/security/informationProtection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/security/informationProtection/labelPolicySettings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSetting","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSettingContactMergeSuggestion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/contactMergeSuggestions","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSettingItemInsight","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/itemInsights","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSettingRegionalAndLanguageSetting","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/regionalAndLanguageSettings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSettingShiftPreference","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSettingStorage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/storage","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSettingStorageQuota","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/storage/quota","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSettingStorageQuotaService","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserSettingWindows","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowssetting-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserSettingWindowsInstance","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTeamwork","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/teamwork","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTeamworkAssociatedTeam","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTeamworkInstalledApp","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-beta"},{"Command":"Remove-MgBetaUserTodoList","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTodoListExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTodoListTask","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTodoListTaskAttachment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTodoListTaskAttachmentContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTodoListTaskAttachmentSession","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTodoListTaskAttachmentSessionContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTodoListTaskChecklistItem","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTodoListTaskExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaUserTodoListTaskLinkedResource","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEvent","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Delete1","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventPresenter","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventSession","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventSessionAttendanceReport","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventSessionByJoinWebUrl","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventTownhall","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventTownhallPresenter","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaVirtualEventTownhallSession","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventTownhallSessionAttendanceReport","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventWebinar","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventWebinarPresenter","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventWebinarRegistration","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventWebinarRegistrationByEmail","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventWebinarRegistrationByUserId","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventWebinarRegistrationConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaVirtualEventWebinarSession","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventWebinarSessionAttendanceReport","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesDeployment","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuDeployment","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuDeploymentAudienceApplicableContent","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":"Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":"Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuPolicy","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesPolicyAudience","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuPolicyAudience","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuPolicyAudienceApplicableContent","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuPolicyAudienceExclusion","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":"Remove-MgBetaWuPolicyAudienceExclusionMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":"Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":"Remove-MgBetaWuPolicyAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":"Remove-MgBetaWuPolicyAudienceMemberGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesPolicyComplianceChange","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuPolicyComplianceChange","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesProduct","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuProduct","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesProductEdition","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}/editions/{edition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuProductEdition","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesProductKnownIssue","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuProductKnownIssue","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesProductRevision","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuProductRevision","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuProductRevisionCatalogEntry","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuProductRevisionKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBetaWindowsUpdatesResourceConnection","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/resourceConnections/{resourceConnection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuResourceConnection","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesUpdatableAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgBetaWuUpdatableAsset","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesUpdatableAssetMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":"Remove-MgBetaWuUpdatableAssetMember","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta"},{"Command":"Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":"Remove-MgBetaWuUpdatableAssetMemberGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta"},{"Command":"Remove-MgBookingBusiness","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0"},{"Command":"Remove-MgBookingBusinessAppointment","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgBookingBusinessCalendarView","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgBookingBusinessCustomer","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0"},{"Command":"Remove-MgBookingBusinessCustomQuestion","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0"},{"Command":"Remove-MgBookingBusinessService","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0"},{"Command":"Remove-MgBookingBusinessStaffMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0"},{"Command":"Remove-MgBookingCurrency","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingCurrencies/{bookingCurrency-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgChat","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0"},{"Command":"Remove-MgChatInstalledApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0"},{"Command":"Remove-MgChatLastMessagePreview","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgChatMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChatMember.ReadWrite","Description":"Add and remove members from chats","FullDescription":"Add and remove members from chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0"},{"Command":"Remove-MgChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgChatPermissionGrant","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgChatPinnedMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0"},{"Command":"Remove-MgChatTab","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.Delete.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0"},{"Command":"Remove-MgCommunicationCall","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0"},{"Command":"Remove-MgCommunicationCallAudioRoutingGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0"},{"Command":"Remove-MgCommunicationCallContentSharingSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationCallOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/operations/{commsOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationCallParticipant","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/participants/{participant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCallasGuest.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0"},{"Command":"Remove-MgCommunicationCallRecordOrganizerV2","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/callRecords/{callRecord-id}/organizer_v2","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationCallRecordParticipantV2","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationCallRecordSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/callRecords/{callRecord-id}/sessions/{session-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationOnlineMeeting","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationOnlineMeetingAttendanceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationOnlineMeetingAttendeeReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationOnlineMeetingRecording","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationOnlineMeetingRecordingContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationOnlineMeetingTranscript","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationOnlineMeetingTranscriptContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgCommunicationPresence","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/presences/{presence-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgContract","ApiVersion":"v1.0","OutputType":null,"Uri":"/contracts/{contract-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDataPolicyOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementAndroidManagedAppProtection","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtAndroidManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementDefaultManagedAppProtection","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtDefaultManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementiOSManagedAppProtection","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtiOSManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementiOSManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtiOSManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementManagedAppPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedAppPolicy","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementManagedAppRegistration","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedAppRegistration","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementManagedAppRegistrationOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedAppRegistrationOperation","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementManagedAppStatus","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedAppStatus","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementManagedEBook","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedEBook","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementManagedEBookAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedEBookAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementManagedEBookDeviceState","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedEBookDeviceState","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementManagedEBookInstallSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedEBookInstallSummary","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementManagedEBookUserStateSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedEBookUserStateSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppCategory","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppCategory","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementMobileAppConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementMobileAppConfigurationAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfigurationAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementMobileAppRelationship","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtMobileAppRelationship","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtTargetedManagedAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementVppToken","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtVppToken","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtWindowInformationProtectionPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceByDeviceId","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices(deviceId='{deviceId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementApplePushNotificationCertificate","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Delete"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementAuditEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementComplianceManagementPartner","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementConditionalAccessSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Delete"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementDetectedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceCategory","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicyAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Delete"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementDeviceConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-macosdevicefeaturesconfiguration-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceConfigurationAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Delete"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementDeviceConfigurationDeviceStatus","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementDeviceConfigurationUserStatus","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementExchangeConnector","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementIoUpdateStatus","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementManagedDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementManagedDeviceCategory","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementManagedDeviceCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementManagedDeviceCompliancePolicyState","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementManagedDeviceConfigurationState","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementManagedDeviceLogCollectionRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementManagedDeviceWindowsProtectionState","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementMobileAppTroubleshootingEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementMobileThreatDefenseConnector","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementNotificationMessageTemplate","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementPartner","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementRemoteAssistancePartner","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/reports","Variants":["Delete"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementResourceOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementRoleDefinition","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementRoleDefinitionRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementTelecomExpenseManagementPartner","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementTermAndCondition","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementTermAndConditionAcceptanceStatus","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementTermAndConditionAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementTroubleshootingEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementVirtualEndpointDeviceImage","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementVirtualEndpointGalleryImage","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementVirtualEndpointUserSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementWindowsMalwareInformation","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceRegisteredOwnerByRef","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0"},{"Command":"Remove-MgDeviceRegisteredUserDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDeviceRegisteredUserByRef","Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0"},{"Command":"Remove-MgDirectoryAdministrativeUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDirectoryAdministrativeUnitExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDirectoryAdministrativeUnitMemberByRef","Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0"},{"Command":"Remove-MgDirectoryAdministrativeUnitScopedRoleMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0"},{"Command":"Remove-MgDirectoryAttributeSet","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectoryCustomSecurityAttributeDefinition","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectoryDeletedItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/{directoryObject-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDirectoryDeviceLocalCredential","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectoryFederationConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDirectoryObject","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryObjects/{directoryObject-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDirectoryOnPremiseSynchronization","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectoryPublicKeyInfrastructure","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/publicKeyInfrastructure","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-delete-certificatebasedauthconfigurations?view=graph-rest-1.0"},{"Command":"Remove-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-delete-certificateauthorities?view=graph-rest-1.0"},{"Command":"Remove-MgDirectoryRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectoryRoleByRoleTemplateId","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectoryRoleMemberDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgDirectoryRoleMemberByRef","Module":"Identity.DirectoryManagement","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0"},{"Command":"Remove-MgDirectoryRoleScopedMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectoryRoleTemplate","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectorySubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDirectorySubscriptionByCommerceSubscriptionId","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDomain","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/{domain-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDomainFederationConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0"},{"Command":"Remove-MgDomainServiceConfigurationRecord","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDomainVerificationDnsRecord","ApiVersion":"v1.0","OutputType":null,"Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDrive","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveBundleContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveFollowingContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemAnalytic","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemCheckout","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0"},{"Command":"Remove-MgDriveItemChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemRetentionLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0"},{"Command":"Remove-MgDriveItemSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemThumbnail","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveItemVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveList","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootAnalytic","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootCheckout","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0"},{"Command":"Remove-MgDriveRootChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootRetentionLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootThumbnail","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveRootVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgDriveSpecialContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationClass","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassAssignmentCategory","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgEducationClassAssignmentCategoryByRef","Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassAssignmentDefault","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationClassAssignmentResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassAssignmentRubric","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassAssignmentRubricByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassAssignmentSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationClassAssignmentSettingGradingCategory","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationClassAssignmentSubmission","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationClassAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationClassMemberEducationUserByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/members/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgEducationClassMemberByRef","Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassModule","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassModuleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationClassTeacherEducationUserByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgEducationClassTeacherByRef","Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0"},{"Command":"Remove-MgEducationMe","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me","Variants":["Delete"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationMeAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgEducationMeAssignmentCategoryByRef","Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationMeAssignmentResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationMeAssignmentRubric","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationMeAssignmentRubricByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationMeAssignmentSubmission","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationMeAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationMeAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationMeAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationMeRubric","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/reports","Variants":["Delete"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationReportReadingAssignmentSubmission","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationReportReflectCheck","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationSchool","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/schools/{educationSchool-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationSchoolClassEducationClassByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgEducationSchoolClassByRef","Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0"},{"Command":"Remove-MgEducationSchoolUserEducationUserByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgEducationSchoolUserByRef","Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0"},{"Command":"Remove-MgEducationUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEducationUserAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgEducationUserAssignmentCategoryByRef","Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationUserAssignmentResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationUserAssignmentRubric","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationUserAssignmentRubricByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationUserAssignmentSubmission","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationUserAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationUserAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationUserAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEducationUserRubric","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementAccessPackage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementAccessPackageAssignmentApproval","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementAccessPackageResourceRoleScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementAssignmentPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementAssignmentPolicyQuestion","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementAssignmentRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementCatalog","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementCatalogCustomWorkflowExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementCatalogResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementCatalogResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}","Variants":["Delete","Delete1","Delete2","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementCatalogResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementCatalogResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementCatalogResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}","Variants":["Delete","Delete1","Delete2","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementCatalogResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementCatalogResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementConnectedOrganization","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef","Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef","Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0"},{"Command":"Remove-MgEntitlementManagementResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceEnvironment","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceEnvironmentResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalog","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}","Variants":["Delete","Delete1","Delete2","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}","Variants":["Delete","Delete1","Delete2","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgEntitlementManagementResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgExternalConnection","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0"},{"Command":"Remove-MgExternalConnectionGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0"},{"Command":"Remove-MgExternalConnectionGroupMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0"},{"Command":"Remove-MgExternalConnectionItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0"},{"Command":"Remove-MgExternalConnectionItemActivity","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgExternalConnectionOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0"},{"Command":"Remove-MgGroupAcceptedSenderDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgGroupAcceptedSenderByRef","Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0"},{"Command":"Remove-MgGroupAppRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0"},{"Command":"Remove-MgGroupByUniqueName","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0"},{"Command":"Remove-MgGroupCalendarEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupCalendarPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/calendar/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-1.0"},{"Command":"Remove-MgGroupCalendarPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupConversation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0"},{"Command":"Remove-MgGroupConversationThread","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupConversationThreadPostAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupConversationThreadPostExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupConversationThreadPostInReplyToAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupConversationThreadPostInReplyToExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDrive","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveBundleContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveFollowingContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemAnalytic","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemCheckout","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0"},{"Command":"Remove-MgGroupDriveItemChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemRetentionLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemThumbnail","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveItemVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveList","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootAnalytic","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootCheckout","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0"},{"Command":"Remove-MgGroupDriveRootChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootRetentionLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootThumbnail","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveRootVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupDriveSpecialContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0"},{"Command":"Remove-MgGroupEventAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupEventExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupEventPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgGroupExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupFavorite","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/removeFavorite","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0"},{"Command":"Remove-MgGroupFromLifecyclePolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0"},{"Command":"Remove-MgGroupLifecyclePolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgGroupMemberDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/members/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgGroupMemberByRef","Module":"Groups","Permissions":[{"Name":"GroupMember.ReadWrite.All","Description":"Read and write group memberships","FullDescription":"Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0"},{"Command":"Remove-MgGroupOnenote","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteNotebook","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenotePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenotePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteResourceContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupOwnerDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgGroupOwnerByRef","Module":"Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0"},{"Command":"Remove-MgGroupPermissionGrant","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupPhoto","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/photo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/photo/$value","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupPlannerPlanDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupRejectedSenderDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgGroupRejectedSenderByRef","Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0"},{"Command":"Remove-MgGroupSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/settings/{groupSetting-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSettingTemplateGroupSettingTemplate","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupSettingTemplates/{groupSettingTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0"},{"Command":"Remove-MgGroupSiteAnalytic","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteContentTypeColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteContentTypeColumnLink","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteGetByPathAnalytic","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteGetByPathOnenote","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteGetByPathTermStore","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteList","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListContentTypeColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenote","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenotePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenotePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteResourceContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSitePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSitePageAsSitePageCanvaLayout","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSitePageAsSitePageWebPart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSitePermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStore","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreGroupSet","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreGroupSetChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreGroupSetChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreGroupSetParentGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreGroupSetRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreGroupSetTerm","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreGroupSetTermChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreGroupSetTermRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSet","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetParentGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetParentGroupSet","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetTerm","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetTerm","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetTermChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetTermChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupSiteTermStoreSetTermRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamChannelAllMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0"},{"Command":"Remove-MgGroupTeamChannelEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0"},{"Command":"Remove-MgGroupTeamChannelFileFolderContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamChannelMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamChannelMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamChannelTab","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamInstalledApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPermissionGrant","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/photo/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPrimaryChannelAllMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0"},{"Command":"Remove-MgGroupTeamPrimaryChannelEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/removeEmail","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0"},{"Command":"Remove-MgGroupTeamPrimaryChannelFileFolderContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPrimaryChannelMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPrimaryChannelMessageReply","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPrimaryChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamPrimaryChannelTab","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamSchedule","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleDayNote","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleOfferShiftRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleOpenShift","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleOpenShiftChangeRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleSchedulingGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleShift","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleSwapShiftChangeRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleTimeOff","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleTimeOffReason","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamScheduleTimeOffRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamTag","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupTeamTagMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupThread","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0"},{"Command":"Remove-MgGroupThreadPostAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupThreadPostExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupThreadPostInReplyToAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgGroupThreadPostInReplyToExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityApiConnector","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityAuthenticationEventFlow","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityAuthenticationEventFlowIncludeApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityAuthenticationEventListener","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityB2XUserFlow","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgIdentityB2XUserFlowIdentityProviderByRef","Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityB2XUserFlowLanguage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityB2XUserFlowLanguageDefaultPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityB2XUserFlowLanguageDefaultPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityB2XUserFlowLanguageOverridePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityB2XUserFlowLanguageOverridePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityB2XUserFlowPostAttributeCollection","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityB2XUserFlowPostFederationSignup","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityB2XUserFlowPostFederationSignupByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityB2XUserFlowUserAttributeAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityConditionalAccessAuthenticationContextClassReference","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityConditionalAccessNamedLocation","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/conditionalAccess/namedLocations/{namedLocation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityConditionalAccessPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityCustomAuthenticationExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityGovernanceAccessReviewDefinition","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAccessReviewHistoryDefinition","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAppConsentRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceLifecycleWorkflow","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/deletedItems","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceLifecycleWorkflowInsight","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceLifecycleWorkflowTask","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernancePrivilegedAccess","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernancePrivilegedAccessGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceTermsOfUseAgreement","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceTermsOfUseAgreementFile","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgIdentityProvider","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0"},{"Command":"Remove-MgIdentityUserFlowAttribute","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0"},{"Command":"Remove-MgInformationProtectionThreatAssessmentRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgInformationProtectionThreatAssessmentRequestResult","ApiVersion":"v1.0","OutputType":null,"Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOauth2PermissionGrant","ApiVersion":"v1.0","OutputType":null,"Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0"},{"Command":"Remove-MgOrganization","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBranding","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0"},{"Command":"Remove-MgOrganizationBrandingBackgroundImage","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingBannerLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingCustomCss","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingFavicon","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/favicon","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingHeaderLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingLocalization","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0"},{"Command":"Remove-MgOrganizationBrandingLocalizationBackgroundImage","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingLocalizationBannerLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingLocalizationCustomCss","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingLocalizationFavicon","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingLocalizationHeaderLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingLocalizationSquareLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingLocalizationSquareLogoDark","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingSquareLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationBrandingSquareLogoDark","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgOrganizationCertificateBasedAuthConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0"},{"Command":"Remove-MgOrganizationExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPlace","ApiVersion":"v1.0","OutputType":null,"Uri":"/places/{place-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPlaceAsRoomListRoom","ApiVersion":"v1.0","OutputType":null,"Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPlannerBucket","ApiVersion":"v1.0","OutputType":null,"Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPlannerPlan","ApiVersion":"v1.0","OutputType":null,"Uri":"/planner/plans/{plannerPlan-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPlannerTask","ApiVersion":"v1.0","OutputType":null,"Uri":"/planner/tasks/{plannerTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPlannerTaskAssignedToTaskBoardFormat","ApiVersion":"v1.0","OutputType":null,"Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPlannerTaskBucketTaskBoardFormat","ApiVersion":"v1.0","OutputType":null,"Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPlannerTaskProgressTaskBoardFormat","ApiVersion":"v1.0","OutputType":null,"Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyActivityBasedTimeoutPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyAdminConsentRequestPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/adminConsentRequestPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyAppManagementPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyAuthenticationFlowPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/authenticationFlowsPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyAuthenticationMethodPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/authenticationMethodsPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyAuthenticationStrengthPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyAuthorizationPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/authorizationPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyClaimMappingPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyCrossTenantAccessPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyCrossTenantAccessPolicyDefault","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyCrossTenantAccessPolicyPartner","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyCrossTenantAccessPolicyTemplate","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyDefaultAppManagementPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/defaultAppManagementPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyFeatureRolloutPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgPolicyFeatureRolloutPolicyApplyToByRef","Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyHomeRealmDiscoveryPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyPermissionGrantPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyPermissionGrantPolicyExclude","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyPermissionGrantPolicyInclude","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyRoleManagementPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyRoleManagementPolicyAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyRoleManagementPolicyEffectiveRule","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyRoleManagementPolicyRule","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPolicyTokenIssuancePolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPolicyTokenLifetimePolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPrintConnector","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/connectors/{printConnector-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPrintOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/operations/{printOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintPrinter","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPrintPrinterJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintPrinterJobDocument","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintPrinterJobDocumentContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintPrinterJobTask","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintPrinterTaskTrigger","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0"},{"Command":"Remove-MgPrintService","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/services/{printService-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintServiceEndpoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintShare","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0"},{"Command":"Remove-MgPrintShareAllowedGroupByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedGroups/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0"},{"Command":"Remove-MgPrintShareAllowedUserByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/allowedUsers/$ref","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0"},{"Command":"Remove-MgPrintShareJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintShareJobDocument","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintShareJobDocumentContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintShareJobTask","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrintTaskDefinition","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0"},{"Command":"Remove-MgPrintTaskDefinitionTask","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrivacySubjectRightsRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgPrivacySubjectRightsRequestNote","ApiVersion":"v1.0","OutputType":null,"Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgReportAuthenticationMethodUserRegistrationDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgReportPartnerBilling","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing","Variants":["Delete"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgReportPartnerBillingManifest","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgReportPartnerBillingOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgReportPartnerBillingReconciliation","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/reconciliation","Variants":["Delete"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgReportPartnerBillingReconciliationBilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Delete"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgReportPartnerBillingReconciliationUnbilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Delete"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgReportPartnerBillingUsage","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/usage","Variants":["Delete"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgReportPartnerBillingUsageBilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/usage/billed","Variants":["Delete"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgReportPartnerBillingUsageUnbilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/usage/unbilled","Variants":["Delete"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRiskDetection","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRiskyServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRiskyServicePrincipalHistory","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRiskyUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRiskyUserHistory","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectory","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectoryResourceNamespace","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectoryRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgRoleManagementDirectoryRoleAssignmentAppScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectoryRoleAssignmentSchedule","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectoryRoleDefinition","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0"},{"Command":"Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectoryRoleEligibilitySchedule","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagement","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement","Variants":["Delete"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementResourceNamespace","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementRoleDefinition","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSchemaExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"SchemaExtensions","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSearchAcronym","ApiVersion":"v1.0","OutputType":null,"Uri":"/search/acronyms/{acronym-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSearchBookmark","ApiVersion":"v1.0","OutputType":null,"Uri":"/search/bookmarks/{bookmark-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSearchQna","ApiVersion":"v1.0","OutputType":null,"Uri":"/search/qnas/{qna-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityAlertV2","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/alerts_v2/{alert-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulation","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/simulations/{simulation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/simulation-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityAttackSimulationAutomation","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulationAutomationRun","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulationEndUserNotification","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulationEndUserNotificationDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulationLandingPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulationLandingPageDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulationLoginPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulationOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulationPayload","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulationTraining","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityAttackSimulationTrainingLanguageDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityCase","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases","Variants":["Delete"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityCaseEdiscoveryCase","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseCustodianHold","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-delete-sitesources?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-unifiedgroupsource-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-delete-usersources?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold","Variants":["Remove","Remove1","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentity1","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseSearch","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityCaseEdiscoveryCaseTag","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityDataSecurityAndGovernance","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/dataSecurityAndGovernance","Variants":["Delete"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityDataSecurityAndGovernanceProtectionScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Delete"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityIdentity","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/identities","Variants":["Delete"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityIdentityHealthIssue","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityIdentitySensor","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/identities/sensors/{sensor-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityIncident","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/incidents/{incident-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels","Variants":["Delete"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityLabelAuthority","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityLabelCategory","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityLabelCategorySubcategory","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityLabelCitation","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityLabelDepartment","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityLabelFilePlanReference","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityLabelRetentionLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityLabelRetentionLabelDescriptor","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityLabelRetentionLabelDispositionReviewStage","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecuritySecureScore","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/secureScores/{secureScore-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecuritySecureScoreControlProfile","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecuritySubjectRightsRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecuritySubjectRightsRequestNote","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligence","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence","Variants":["Delete"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceArticle","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceArticleIndicator","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceHost","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceHostComponent","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceHostCookie","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceHostPair","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceHostPort","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceHostReputation","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceHostSslCertificate","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceHostTracker","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceIntelProfile","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligencePassiveDnsRecord","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceProfileIndicator","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceSslCertificate","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceSubdomain","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceVulnerability","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceVulnerabilityComponent","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityThreatIntelligenceWhoisRecord","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityTrigger","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/triggers","Variants":["Delete"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityTriggerRetentionEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSecurityTriggerType","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/triggerTypes","Variants":["Delete"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSecurityTriggerTypeRetentionEventType","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipal","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalAppRoleAssignedTo","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalAppRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalByAppId","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals(appId='{appId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgServicePrincipalClaimMappingPolicyByRef","Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalDelegatedPermissionClassification","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalEndpoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef","Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalKey","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/removeKey","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalOwnerDirectoryObjectByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":"Remove-MgServicePrincipalOwnerByRef","Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalPassword","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/removePassword","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalRiskDetection","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalSynchronization","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalSynchronizationJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalSynchronizationJobBulkUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalSynchronizationJobBulkUploadContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalSynchronizationJobSchema","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":"Read and edit the provisioning configuration of all active custom security attributes","FullDescription":"Allows the app to read and edit the provisioning configuration of all active custom security attributes on behalf of a signed in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CustomSecAttributeProvisioning.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalSynchronizationTemplate","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalSynchronizationTemplateSchema","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalTokenIssuancePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgServicePrincipalTokenLifetimePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-tokenlifetimepolicies?view=graph-rest-1.0"},{"Command":"Remove-MgServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-delete-tokenlifetimepolicies?view=graph-rest-1.0"},{"Command":"Remove-MgShareDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareList","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListContentTypeColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSharePermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareRootContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgShareSharedDriveItemSharedDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteAnalytic","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSiteContentTypeColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSiteContentTypeColumnLink","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteGetByPathAnalytic","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteGetByPathOnenote","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteGetByPathTermStore","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteList","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteListColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteListContentTypeColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSiteListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteListOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenote","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenotePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSitePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSitePageAsSitePageCanvaLayout","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSitePageAsSitePageWebPart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSitePermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0"},{"Command":"Remove-MgSiteTermStore","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSiteTermStoreGroupSet","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreGroupSetChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreGroupSetChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreGroupSetParentGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreGroupSetRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreGroupSetTerm","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreGroupSetTermChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreGroupSetTermRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSet","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSiteTermStoreSetChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetParentGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetParentGroupSet","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetParentGroupSetChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","Delete2","Delete3","DeleteViaIdentity","DeleteViaIdentity1","DeleteViaIdentity2","DeleteViaIdentity3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetParentGroupSetRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetParentGroupSetTerm","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetTerm","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSiteTermStoreSetTermChild","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetTermChildRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSiteTermStoreSetTermRelation","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestore","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore","Variants":["Delete"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreDriveInclusionRule","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreDriveProtectionUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreExchangeProtectionPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreExchangeRestoreSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSolutionBackupRestoreMailboxInclusionRule","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreMailboxProtectionUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSolutionBackupRestorePoint","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreProtectionPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSolutionBackupRestoreServiceApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0"},{"Command":"Remove-MgSolutionBackupRestoreSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSolutionBackupRestoreSharePointProtectionPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreSharePointRestoreSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-delete?view=graph-rest-1.0"},{"Command":"Remove-MgSolutionBackupRestoreSiteInclusionRule","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreSiteProtectionUnit","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSubscribedSku","ApiVersion":"v1.0","OutputType":null,"Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"ChangeNotifications","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Channel.Delete.All","Description":"Delete channels","FullDescription":"Delete channels in any team, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Channel.Delete.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Channel.Delete.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeamChannelAllMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0"},{"Command":"Remove-MgTeamChannelEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0"},{"Command":"Remove-MgTeamChannelFileFolderContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamChannelMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ChannelMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeamChannelTab","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.Delete.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0"},{"Command":"Remove-MgTeamInstalledApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0"},{"Command":"Remove-MgTeamMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, on your behalf. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, without a signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0"},{"Command":"Remove-MgTeamOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamPermissionGrant","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamPrimaryChannelAllMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teams/{team-id}/primaryChannel/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0"},{"Command":"Remove-MgTeamPrimaryChannelEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/removeEmail","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0"},{"Command":"Remove-MgTeamPrimaryChannelFileFolderContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamPrimaryChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamPrimaryChannelTab","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamSchedule","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamScheduleDayNote","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamScheduleOfferShiftRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamScheduleOpenShift","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeamScheduleOpenShiftChangeRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamScheduleSchedulingGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeamScheduleShift","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeamScheduleSwapShiftChangeRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedule-delete-timecards?view=graph-rest-1.0"},{"Command":"Remove-MgTeamScheduleTimeOff","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeamScheduleTimeOffReason","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeamScheduleTimeOffRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeamTag","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeamTagMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTeamworkDeletedChat","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkDeletedTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkDeletedTeamChannel","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkDeletedTeamChannelAllMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActionResultPart","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0"},{"Command":"Remove-MgTeamworkDeletedTeamChannelEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail","Variants":["Remove","RemoveViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0"},{"Command":"Remove-MgTeamworkDeletedTeamChannelFileFolderContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkDeletedTeamChannelMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkDeletedTeamChannelMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkDeletedTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkDeletedTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkDeletedTeamChannelTab","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkTeamAppSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/teamsAppSettings","Variants":["Delete"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTeamworkWorkforceIntegration","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTenantRelationshipDelegatedAdminCustomer","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTenantRelationshipDelegatedAdminRelationship","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0"},{"Command":"Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgTenantRelationshipMultiTenantOrganizationTenant","ApiVersion":"v1.0","OutputType":null,"Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0"},{"Command":"Remove-MgUser","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.DeleteRestore.All","Description":"Delete and restore user accounts","FullDescription":"Allows the app to delete and restore users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.DeleteRestore.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0"},{"Command":"Remove-MgUserActivity","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserActivityHistoryItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserActivity.ReadWrite.CreatedByApp","Description":"Read and write app activity to your activity feed","FullDescription":"Allows the app to read and report your activity in the app.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserAppRoleAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"AppRoleAssignment.ReadWrite.All","Description":"Manage app permission grants and app role assignments","FullDescription":"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppRoleAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0"},{"Command":"Remove-MgUserAuthenticationEmailMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0"},{"Command":"Remove-MgUserAuthenticationFido2Method","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":"Read and write all users' passkey authentication methods","FullDescription":"Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthMethod-Passkey.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0"},{"Command":"Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0"},{"Command":"Remove-MgUserAuthenticationOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserAuthenticationPhoneMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserAuthenticationPlatformCredentialMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-1.0"},{"Command":"Remove-MgUserAuthenticationSoftwareOathMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0"},{"Command":"Remove-MgUserAuthenticationTemporaryAccessPassMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0"},{"Command":"Remove-MgUserAuthenticationWindowsHelloForBusinessMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0"},{"Command":"Remove-MgUserByUserPrincipalName","ApiVersion":"v1.0","OutputType":null,"Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0"},{"Command":"Remove-MgUserCalendarGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserCalendarPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/calendar/permanentDelete","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-1.0"},{"Command":"Remove-MgUserCalendarPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0"},{"Command":"Remove-MgUserChat","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserChatInstalledApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserChatLastMessagePreview","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserChatMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Delete","DeleteViaIdentity","Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserChatMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserChatMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserChatMessageReply","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserChatPermissionGrant","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserChatPinnedMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserChatTab","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolder","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderChildFolder","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderChildFolderContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderChildFolderContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderChildFolderContactPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderChildFolderContactPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderChildFolderPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderContact","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderContactPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderContactPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserContactFolderPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserContactPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserContactPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDeviceManagementTroubleshootingEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDrive","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveBundleContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveFollowingContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemAnalytic","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemCheckout","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0"},{"Command":"Remove-MgUserDriveItemChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemRetentionLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemThumbnail","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveItemVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveList","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveListSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRoot","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootAnalytic","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootCheckout","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/discardCheckout","Variants":["Discard","DiscardViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-1.0"},{"Command":"Remove-MgUserDriveRootChildContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootListItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootListItemDriveItemContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootRetentionLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootSubscription","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootThumbnail","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveRootVersionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserDriveSpecialContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserEventAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserEventExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserEventPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserFollowedSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/users/{user-id}/followedSites/remove","Variants":["Remove","RemoveExpanded","RemoveViaIdentity","RemoveViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0"},{"Command":"Remove-MgUserInferenceClassificationOverride","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserInsight","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserInsightShared","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserInsightTrending","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserInsightUsed","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserLicenseDetail","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolder","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderChildFolder","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderChildFolderMessageAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderChildFolderMessageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderChildFolderMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderChildFolderMessagePermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderChildFolderMessageRule","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderChildFolderPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderMessageAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderMessageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderMessagePermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderMessageRule","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMailFolderPermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserManagedDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserManagedDeviceCategory","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserManagedDeviceCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserManagedDeviceCompliancePolicyState","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserManagedDeviceConfigurationState","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserManagedDeviceLogCollectionResponse","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserManagedDeviceUserFromSharedAppleDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice","Variants":["Delete","DeleteExpanded","DeleteViaIdentity","DeleteViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0"},{"Command":"Remove-MgUserManagedDeviceWindowsProtectionState","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserManagerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/manager/$ref","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0"},{"Command":"Remove-MgUserMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMessageAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/attachments/{attachment-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMessageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserMessagePermanent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/permanentDelete","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenote","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteNotebook","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteOperation","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenotePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite","Description":"Read and write your OneNote notebooks","FullDescription":"Allows the app to read, share, and modify OneNote notebooks on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":"Read and write all OneNote notebooks that you can access","FullDescription":"Allows the app to read, share, and modify all the OneNote notebooks that you have access to.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenotePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteResourceContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnlineMeeting","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnlineMeetingAttendanceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnlineMeetingAttendeeReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnlineMeetingRecording","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnlineMeetingRecordingContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnlineMeetingTranscript","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnlineMeetingTranscriptContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOnlineMeetingTranscriptMetadataContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserOutlookMasterCategory","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserPhoto","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/photo","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/photo/$value","Variants":["Delete","Delete1","DeleteViaIdentity","DeleteViaIdentity1"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserPresence","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/presence","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserScopedRoleMemberOf","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserSettingItemInsight","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings/itemInsights","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserSettingShiftPreference","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserSettingStorage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings/storage","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserSettingStorageQuota","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings/storage/quota","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserSettingStorageQuotaService","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserSettingWindows","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserSettingWindowsInstance","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTeamwork","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/teamwork","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTeamworkAssociatedTeam","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTeamworkInstalledApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForUser","Description":"Allow the Teams app to manage itself for you","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself for you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser","Description":"Manage selected Teams apps installed for a user","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps installed for the signed in user. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser","Description":"Manage your installed Teams apps","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser","Description":"Allow the Teams app to manage itself and its permission grants on your user account","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser","Description":"Manage installation and permission grants of Teams apps on your user account","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser","Description":"Manage installation and permission grants of selected Teams apps in users' personal scope","FullDescription":"Allows the app to read, install, upgrade, and uninstall seleected Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForUser.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0"},{"Command":"Remove-MgUserTodoList","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.Read","Description":"Read your tasks and task lists","FullDescription":"Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTodoListExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTodoListTask","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTodoListTaskAttachment","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTodoListTaskAttachmentContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTodoListTaskAttachmentSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTodoListTaskAttachmentSessionContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTodoListTaskChecklistItem","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTodoListTaskExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgUserTodoListTaskLinkedResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Delete1","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventPresenter","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventSessionAttendanceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventTownhall","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventTownhallPresenter","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-1.0"},{"Command":"Remove-MgVirtualEventTownhallSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventTownhallSessionAttendanceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventWebinar","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventWebinarPresenter","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventWebinarRegistration","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventWebinarRegistrationByEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventWebinarRegistrationByUserId","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventWebinarRegistrationConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-1.0"},{"Command":"Remove-MgVirtualEventWebinarSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventWebinarSessionAttendanceReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Delete","DeleteViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"DELETE","ApiReferenceLink":null},{"Command":"Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"CommandAlias":"Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Rename-MgBetaDeviceManagementComanagedDeviceAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/changeAssignments","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Rename-MgBetaDeviceManagementManagedDeviceAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/changeAssignments","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent","Variants":["Change","ChangeExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Rename-MgBetaUserManagedDeviceAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/changeAssignments","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Rename-MgCommunicationCallScreenSharingRole","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/changeScreenSharingRole","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0"},{"Command":"Rename-MgDeviceManagementVirtualEndpointCloudPc","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename","Variants":["Rename","RenameExpanded","RenameViaIdentity","RenameViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0"},{"Command":"Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkSettings/requestSignupUrl","Variants":["Request","RequestExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl","Variants":["Request","RequestExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance","Variants":["Request","RequestViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance","Variants":["Request","RequestViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade","Variants":["Request","RequestViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Request-MgBetaPrivilegedApprovalMy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedApproval","Uri":"/privilegedApproval/myRequests","Variants":["Request"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"GET","ApiReferenceLink":null},{"Command":"Request-MgBetaUserManagedDeviceRemoteAssistance","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance","Variants":["Request","RequestViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Request-MgDeviceManagementManagedDeviceRemoteAssistance","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance","Variants":["Request","RequestViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0"},{"Command":"Request-MgUserManagedDeviceRemoteAssistance","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance","Variants":["Request","RequestViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0"},{"Command":"Reset-MgBetaAccessReviewDecision","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/resetDecisions","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta"},{"Command":"Reset-MgBetaAccessReviewInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta"},{"Command":"Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/settings/resetToDefault","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta"},{"Command":"Reset-MgBetaDeviceManagementComanagedDevicePasscode","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Reset-MgBetaDeviceManagementManagedDevicePasscode","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}/reset","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta"},{"Command":"Reset-MgBetaGroupUnseenCount","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/resetUnseenCount","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta"},{"Command":"Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta"},{"Command":"Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta"},{"Command":"Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/default/resetToSystemDefault","Variants":["Reset"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta"},{"Command":"Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings","Variants":["Reset"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta"},{"Command":"Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting","ApiVersion":"beta","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings","Variants":["Reset"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta"},{"Command":"Reset-MgBetaPrintPrinterDefault","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/resetDefaults","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta"},{"Command":"Reset-MgBetaUserAuthenticationMethodPassword","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword","Variants":["Reset","ResetExpanded","ResetViaIdentity","ResetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta"},{"Command":"Reset-MgBetaUserManagedDevicePasscode","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Reset-MgDeviceManagementManagedDevicePasscode","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0"},{"Command":"Reset-MgGroupUnseenCount","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/resetUnseenCount","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0"},{"Command":"Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0"},{"Command":"Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault","ApiVersion":"v1.0","OutputType":null,"Uri":"/policies/crossTenantAccessPolicy/default/resetToSystemDefault","Variants":["Reset"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0"},{"Command":"Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0"},{"Command":"Reset-MgUserAuthenticationMethodPassword","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword","Variants":["Reset","ResetExpanded","ResetViaIdentity","ResetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0"},{"Command":"Reset-MgUserManagedDevicePasscode","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode","Variants":["Reset","ResetViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0"},{"Command":"Resize-MgDeviceManagementVirtualEndpointCloudPc","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize","Variants":["Resize","ResizeExpanded","ResizeViaIdentity","ResizeViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-1.0"},{"Command":"Restart-MgApplicationSynchronizationJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart","Variants":["Restart","RestartExpanded","RestartViaIdentity","RestartViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0"},{"Command":"Restart-MgBetaApplicationSynchronizationJob","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart","Variants":["Restart","RestartExpanded","RestartViaIdentity","RestartViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta"},{"Command":"Restart-MgBetaDeviceManagementComanagedDeviceNow","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow","Variants":["Reboot","RebootViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Restart-MgBetaDeviceManagementManagedDeviceNow","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/rebootNow","Variants":["Reboot","RebootViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Restart-MgBetaServicePrincipalSynchronizationJob","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart","Variants":["Restart","RestartExpanded","RestartViaIdentity","RestartViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta"},{"Command":"Restart-MgBetaTeamworkDevice","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/devices/{teamworkDevice-id}/restart","Variants":["Restart","RestartViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta"},{"Command":"Restart-MgBetaUserManagedDeviceNow","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow","Variants":["Reboot","RebootViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restart-MgDeviceManagementManagedDeviceNow","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/rebootNow","Variants":["Reboot","RebootViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0"},{"Command":"Restart-MgDeviceManagementVirtualEndpointCloudPc","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot","Variants":["Reboot","RebootViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0"},{"Command":"Restart-MgServicePrincipalSynchronizationJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart","Variants":["Restart","RestartExpanded","RestartViaIdentity","RestartViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0"},{"Command":"Restart-MgUserManagedDeviceNow","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow","Variants":["Reboot","RebootViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0"},{"Command":"Restore-MgBetaDeviceManagementComanagedDevicePasscode","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode","Variants":["Recover","RecoverViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaDeviceManagementManagedDevicePasscode","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode","Variants":["Recover","RecoverViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaDirectoryDeletedItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/deletedItems/{directoryObject-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"User.DeleteRestore.All","Description":"Delete and restore user accounts","FullDescription":"Allows the app to delete and restore users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.DeleteRestore.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaDriveItemListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaDriveItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaDriveListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaDriveRootListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaDriveRootVersion","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaGroupDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaGroupDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaGroupDriveItemListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaGroupDriveItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaGroupDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaGroupDriveListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaGroupDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaGroupDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaGroupDriveRootListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaGroupDriveRootVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaGroupSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaGroupSiteListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaGroupSiteRecycleBinItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecycleBinItem","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaIdentityGovernanceLifecycleWorkflow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaPrintPrinterFactoryDefault","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/restoreFactoryDefaults","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta"},{"Command":"Restore-MgBetaShareListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","Restore1","RestoreViaIdentity","RestoreViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaShareListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","Restore1","RestoreViaIdentity","RestoreViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaSiteListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaUserDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaUserDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaUserDriveItemListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaUserDriveItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaUserDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaUserDriveListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaUserDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaUserDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaUserDriveRootListItemVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgBetaUserDriveRootVersion","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta"},{"Command":"Restore-MgBetaUserManagedDevicePasscode","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode","Variants":["Recover","RecoverViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Restore-MgDeviceManagementManagedDevicePasscode","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode","Variants":["Recover","RecoverViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0"},{"Command":"Restore-MgDeviceManagementVirtualEndpointCloudPc","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDirectoryDeletedItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directory/deletedItems/{directoryObject-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"User.DeleteRestore.All","Description":"Delete and restore user accounts","FullDescription":"Allows the app to delete and restore users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.DeleteRestore.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDriveItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDriveListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgDriveRootVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupDriveItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupDriveListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupDriveRootVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupSettingTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgGroupSiteListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgIdentityGovernanceLifecycleWorkflow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0"},{"Command":"Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0"},{"Command":"Restore-MgPrintPrinterFactoryDefault","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/restoreFactoryDefaults","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0"},{"Command":"Restore-MgShareListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","Restore1","RestoreViaIdentity","RestoreViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgShareListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","Restore1","RestoreViaIdentity","RestoreViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Selected","Description":"Access selected Sites, on behalf of the signed-in user","FullDescription":"Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Selected","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgSiteListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserDriveItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserDriveListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/restore","Variants":["Restore","RestoreExpanded","RestoreViaIdentity","RestoreViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserDriveRootVersion","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion","Variants":["Restore","RestoreViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0"},{"Command":"Restore-MgUserManagedDevicePasscode","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode","Variants":["Recover","RecoverViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0"},{"Command":"Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta"},{"Command":"Resume-MgBetaEntitlementManagementAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta"},{"Command":"Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta"},{"Command":"Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta"},{"Command":"Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta"},{"Command":"Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta"},{"Command":"Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta"},{"Command":"Resume-MgEntitlementManagementAssignmentRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0"},{"Command":"Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"},{"Command":"Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"},{"Command":"Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"},{"Command":"Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"},{"Command":"Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume","Variants":["Resume","ResumeExpanded","ResumeViaIdentity","ResumeViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"},{"Command":"Revoke-MgBetaDeviceAppManagementVppTokenLicense","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":"Revoke-MgBetaDeviceAppMgtVppTokenLicense","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken","Variants":["Revoke","RevokeViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken","Variants":["Revoke","RevokeViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses","Variants":["Revoke","RevokeViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses","Variants":["Revoke","RevokeViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Revoke-MgBetaDriveItemListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaDriveItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaDriveListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaDriveListPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaDriveRootListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaDriveRootPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaGroupDriveItemListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaGroupDriveItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaGroupDriveListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaGroupDriveListPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaGroupDriveRootListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaGroupDriveRootPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaGroupSiteListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaGroupSiteListPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaGroupSitePermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaShareListPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaSharePermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/permission/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaSiteListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaSiteListPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaSitePermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaUserDriveItemListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaUserDriveItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaUserDriveListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaUserDriveListPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaUserDriveRootListItemPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaUserDriveRootPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants","Variants":["Revoke","RevokeExpanded","RevokeViaIdentity","RevokeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta"},{"Command":"Revoke-MgBetaUserManagedDeviceAppleVppLicense","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses","Variants":["Revoke","RevokeViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Revoke-MgBetaUserSignInSession","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/revokeSignInSessions","Variants":["Revoke","RevokeViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"User.RevokeSessions.All","Description":"Revokes all sign in sessions for a user","FullDescription":"Allow the app to revoke all sign in sessions for a user on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.RevokeSessions.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta"},{"Command":"Revoke-MgUserSignInSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/revokeSignInSessions","Variants":["Revoke","RevokeViaIdentity"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"User.RevokeSessions.All","Description":"Revokes all sign in sessions for a user","FullDescription":"Allow the app to revoke all sign in sessions for a user on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.RevokeSessions.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0"},{"Command":"Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedDeviceIdentity","Uri":"/deviceManagement/importedDeviceIdentities/searchExistingIdentities","Variants":["Search","SearchExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.Read.All","Description":"Read Microsoft Intune configuration","FullDescription":"Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Search-MgBetaDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta"},{"Command":"Search-MgBetaDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta"},{"Command":"Search-MgBetaDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta"},{"Command":"Search-MgBetaGroupDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta"},{"Command":"Search-MgBetaGroupDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta"},{"Command":"Search-MgBetaGroupDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta"},{"Command":"Search-MgBetaSolutionBackupRestorePoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestorePointSearchResponse","Uri":"/solutions/backupRestore/restorePoints/search","Variants":["Search","SearchExpanded"],"CommandAlias":"Search-MgBetaBackupRestorePoint","Module":"Beta.BackupRestore","Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta"},{"Command":"Search-MgBetaUserDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta"},{"Command":"Search-MgBetaUserDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta"},{"Command":"Search-MgBetaUserDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta"},{"Command":"Search-MgDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0"},{"Command":"Search-MgDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0"},{"Command":"Search-MgDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0"},{"Command":"Search-MgGroupDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0"},{"Command":"Search-MgGroupDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0"},{"Command":"Search-MgGroupDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0"},{"Command":"Search-MgSolutionBackupRestorePoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestorePointSearchResponse","Uri":"/solutions/backupRestore/restorePoints/search","Variants":["Search","SearchExpanded"],"CommandAlias":"Search-MgBackupRestorePoint","Module":"BackupRestore","Permissions":[{"Name":"BackupRestore-Search.Read.All","Description":"Search for metadata properties in backup snapshots","FullDescription":"Allows the app to search the backup snapshots for Microsoft 365 resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BackupRestore-Search.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0"},{"Command":"Search-MgUserDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0"},{"Command":"Search-MgUserDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0"},{"Command":"Search-MgUserDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/search(q='{q}')","Variants":["Search","SearchViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0"},{"Command":"Send-MgBetaAccessReviewInstanceReminder","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta"},{"Command":"Send-MgBetaAccessReviewReminder","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/sendReminder","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta"},{"Command":"Send-MgBetaChatActivityNotification","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta"},{"Command":"Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Send-MgBetaFinancialCompanySalesInvoice","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Send-MgBetaFinancialCompanySalesQuote","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Send-MgBetaGroupTeamActivityNotification","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta"},{"Command":"Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta"},{"Command":"Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta"},{"Command":"Send-MgBetaTeamActivityNotification","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta"},{"Command":"Send-MgBetaTeamworkActivityNotificationToRecipient","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/sendActivityNotificationToRecipients","Variants":["Send","SendExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta"},{"Command":"Send-MgBetaUserChatActivityNotification","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta"},{"Command":"Send-MgBetaUserMail","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/sendMail","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta"},{"Command":"Send-MgBetaUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta"},{"Command":"Send-MgBetaUserMailFolderMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta"},{"Command":"Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Send-MgBetaUserMessage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta"},{"Command":"Send-MgBetaUserTeamworkActivityNotification","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/teamwork/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta"},{"Command":"Send-MgChatActivityNotification","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0"},{"Command":"Send-MgCommunicationCallDtmfTone","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSendDtmfTonesOperation","Uri":"/communications/calls/{call-id}/sendDtmfTones","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0"},{"Command":"Send-MgCommunicationOnlineMeetingVirtualAppointmentSm","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0"},{"Command":"Send-MgDeviceManagementNotificationMessageTemplateTestMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0"},{"Command":"Send-MgGroupTeamActivityNotification","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0"},{"Command":"Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0"},{"Command":"Send-MgTeamActivityNotification","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0"},{"Command":"Send-MgTeamworkActivityNotificationToRecipient","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/sendActivityNotificationToRecipients","Variants":["Send","SendExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0"},{"Command":"Send-MgUserChatActivityNotification","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0"},{"Command":"Send-MgUserMail","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/sendMail","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0"},{"Command":"Send-MgUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0"},{"Command":"Send-MgUserMailFolderMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0"},{"Command":"Send-MgUserMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/send","Variants":["Send","SendViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":"Send mail as you ","FullDescription":"Allows the app to send mail as you. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0"},{"Command":"Send-MgUserOnlineMeetingVirtualAppointmentReminderSm","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"VirtualAppointmentNotification.Send","Description":"Send notification regarding virtual appointments","FullDescription":"Allows the app to send notification regarding virtual appointments on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualAppointmentNotification.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0"},{"Command":"Send-MgUserOnlineMeetingVirtualAppointmentSm","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"VirtualAppointmentNotification.Send","Description":"Send notification regarding virtual appointments","FullDescription":"Allows the app to send notification regarding virtual appointments on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualAppointmentNotification.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0"},{"Command":"Send-MgUserTeamworkActivityNotification","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/teamwork/sendActivityNotification","Variants":["Send","SendExpanded","SendViaIdentity","SendViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsActivity.Send","Description":"Send a teamwork activity","FullDescription":"Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send.User","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsActivity.Send","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0"},{"Command":"Set-MgApplicationLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/logo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgApplicationSynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronization","Uri":"/applications/{application-id}/synchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgApplicationSynchronizationJobBulkUploadContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgApplicationSynchronizationSecret","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationSecretKeyStringValuePair","Uri":"/applications/{application-id}/synchronization/secrets","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgApplicationVerifiedPublisher","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/setVerifiedPublisher","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0"},{"Command":"Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaApplicationConnectorGroupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/connectorGroup/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta"},{"Command":"Set-MgBetaApplicationLogo","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/logo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaApplicationSynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronization","Uri":"/applications/{application-id}/synchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaApplicationSynchronizationJobBulkUploadContent","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaApplicationSynchronizationSecret","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationSecretKeyStringValuePair","Uri":"/applications/{application-id}/synchronization/secrets","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaApplicationVerifiedPublisher","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/setVerifiedPublisher","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta"},{"Command":"Set-MgBetaChatMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaChatMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaChatMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceAppManagementManagedEBook","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgBetaDeviceAppMgtManagedEBook","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceAppManagementMobileApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgBetaDeviceAppMgtMobileApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceAppManagementMobileAppConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgBetaDeviceAppMgtMobileAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceAppManagementWdacSupplementalPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgBetaDeviceAppMgtWdacSupplementalPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceAppManagementWindowsManagedAppProtection","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgBetaDeviceAppMgtWindowsManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/setEnrollmentTimeDeviceMembershipTarget","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState","Variants":["Set","SetExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementComanagedDeviceName","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementCompliancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementCompliancePolicyScheduledAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementConfigurationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/setEnrollmentTimeDeviceMembershipTarget","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementDeviceCompliancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/setScheduledRetireState","Variants":["Set","SetExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementDeviceConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementDeviceHealthScript","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementDeviceShellScript","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementGroupPolicyConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyConfigurationAssignment","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementIntent","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementManagedDeviceCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementManagedDeviceName","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta"},{"Command":"Set-MgBetaDeviceManagementResourceAccessProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementScript","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDeviceManagementWindowsQualityUpdateProfile","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveBundleContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveBundleContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveFollowingContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveFollowingContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveItemChildContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveItemChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveItemListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveItemListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveItemSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveItemVersionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveRootChildContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveRootChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveRootContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveRootListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveRootListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveRootSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveRootVersionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveSpecialContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaDriveSpecialContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaEducationClassAssignmentRubricByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta"},{"Command":"Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta"},{"Command":"Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta"},{"Command":"Set-MgBetaEducationClassAssignmentUpResourceFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta"},{"Command":"Set-MgBetaEducationClassModuleUpResourceFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta"},{"Command":"Set-MgBetaEducationMeAssignmentRubricByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta"},{"Command":"Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta"},{"Command":"Set-MgBetaEducationMeAssignmentUpResourceFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta"},{"Command":"Set-MgBetaEducationUserAssignmentRubricByRef","ApiVersion":"beta","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta"},{"Command":"Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta"},{"Command":"Set-MgBetaEducationUserAssignmentUpResourceFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta"},{"Command":"Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta"},{"Command":"Set-MgBetaExternalConnectionItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-beta"},{"Command":"Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanyCustomerPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanyEmployeePictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanyInformationPicture","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanyItemPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanyPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaFinancialCompanyVendorPictureContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveBundleContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveBundleContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveFollowingContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveFollowingContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveItemChildContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveItemChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveItemListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveItemListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveItemSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveItemVersionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveRootChildContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveRootChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveRootContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveRootListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveRootListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveRootSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveRootVersionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveSpecialContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupDriveSpecialContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupLicense","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/assignLicense","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"LicenseAssignment.ReadWrite.All","Description":"Manage all license assignments.","FullDescription":"Allows the app to manage all license assignments, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta"},{"Command":"Set-MgBetaGroupOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupOnenotePageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupOnenoteResourceContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupOnenoteSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/photo/$value","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteListItemActivityDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteListItemActivityDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteOnenotePageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteOnenoteResourceContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupSiteOnenoteSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeam","Uri":"/groups/{group-id}/team","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-beta"},{"Command":"Set-MgBetaGroupTeamChannelFileFolderContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamChannelMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamChannelMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/photo/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamPrimaryChannelFileFolderContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamPrimaryChannelMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaGroupTeamSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedule","Uri":"/groups/{group-id}/team/schedule","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta"},{"Command":"Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta"},{"Command":"Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta"},{"Command":"Set-MgBetaIdentityGovernanceAccessReviewDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta"},{"Command":"Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo","ApiVersion":"beta","OutputType":null,"Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingBackgroundImage","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingBannerLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingCustomCss","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingFavicon","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/favicon","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingHeaderLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingLocalizationBackgroundImage","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingLocalizationBannerLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta"},{"Command":"Set-MgBetaOrganizationBrandingLocalizationCustomCss","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingLocalizationFavicon","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingLocalizationHeaderLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingLocalizationSquareLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingSquareLogo","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationBrandingSquareLogoDark","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaOrganizationMobileDeviceManagementAuthority","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/setMobileDeviceManagementAuthority","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaPlannerRosterSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerRoster","Uri":"/planner/rosters/{plannerRoster-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerroster-assignsensitivitylabel?view=graph-rest-beta"},{"Command":"Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-beta"},{"Command":"Set-MgBetaPrintPrinterJobDocumentContent","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaPrintPrinterShareJobDocumentContent","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaPrintShareJobDocumentContent","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSecurityAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAlertComment","Uri":"/security/alerts_v2/{alert-id}/comments","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta"},{"Command":"Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSecurityIncidentAlertComment","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAlertComment","Uri":"/security/incidents/{incident-id}/alerts/{alert-id}/comments","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaServicePrincipalClaimPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomClaimsPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsPolicy","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customclaimspolicy-update?view=graph-rest-beta"},{"Command":"Set-MgBetaServicePrincipalSynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronization","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaServicePrincipalSynchronizationSecret","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationSecretKeyStringValuePair","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/secrets","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-beta"},{"Command":"Set-MgBetaShareDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaShareDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaShareItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaShareItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaShareListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaShareListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaShareRootContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaShareRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/root/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteListItemActivityDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteListItemActivityDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteOnenotePageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteOnenoteResourceContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaSiteOnenoteSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamChannelFileFolderContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamChannelMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamChannelMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/photo/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta"},{"Command":"Set-MgBetaTeamPrimaryChannelFileFolderContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamPrimaryChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/filesFolder/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamPrimaryChannelMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamPrimaryChannelMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamPrimaryChannelMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedule","Uri":"/teams/{team-id}/schedule","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-beta"},{"Command":"Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamworkDeletedTeamChannelMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaTrustFrameworkPolicyContent","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.TrustFramework","Description":"Read and write trust framework policies","FullDescription":"Allows the app to read and write your organization's trust framework policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.TrustFramework","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/assignAndActivate","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathauthenticationmethod-assignandactivate?view=graph-rest-beta"},{"Command":"Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/hardwareOathMethods/assignAndActivateBySerialNumber","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathauthenticationmethod-assignandactivatebyserialnumber?view=graph-rest-beta"},{"Command":"Set-MgBetaUserChatMessageHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserChatMessageReaction","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaUserChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserChatMessageReplyReaction","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaUserContactFolderChildFolderContactPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserContactFolderContactPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserContactPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDeviceEnrollmentConfigurationPriority","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveBundleContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveBundleContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveFollowingContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveFollowingContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveItemChildContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveItemChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveItemListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveItemListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveItemSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveItemVersionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveRootChildContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveRootChildContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveRootContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveRootContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveRootListItemDriveItemContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveRootListItemDriveItemContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveRootSensitivityLabel","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveRootVersionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveSpecialContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserDriveSpecialContentStream","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserLicense","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/assignLicense","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"LicenseAssignment.ReadWrite.All","Description":"Manage all license assignments.","FullDescription":"Allows the app to manage all license assignments, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta"},{"Command":"Set-MgBetaUserMailFolderChildFolderMessageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserMailFolderMessageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserManagedDeviceCategoryByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserManagedDeviceName","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgBetaUserManagerByRef","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/manager/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-beta"},{"Command":"Set-MgBetaUserMessageContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserOnenotePageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserOnenoteResourceContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserOnenoteSectionPageContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserPhotoContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/photo/$value","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserTodoListTaskAttachmentContent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaUserTodoListTaskAttachmentSessionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachmentSession","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgBetaVirtualEventExternalEventInformation","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/setExternalEventInformation","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgChatMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgChatMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgChatMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgCommunicationOnlineMeetingAttendeeReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgCommunicationOnlineMeetingRecordingContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgCommunicationOnlineMeetingTranscriptContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgCommunicationOnlineMeetingTranscriptMetadataContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgCommunicationPresence","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/presences/{presence-id}/setPresence","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0"},{"Command":"Set-MgCommunicationPresenceStatusMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/presences/{presence-id}/setStatusMessage","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0"},{"Command":"Set-MgCommunicationPresenceUserPreferredPresence","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/presences/{presence-id}/setUserPreferredPresence","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0"},{"Command":"Set-MgDeviceAppManagementManagedEBook","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgDeviceAppMgtManagedEBook","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0"},{"Command":"Set-MgDeviceAppManagementMobileApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgDeviceAppMgtMobileApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgDeviceAppManagementMobileAppConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgDeviceAppMgtMobileAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0"},{"Command":"Set-MgDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":"Set-MgDeviceAppMgtTargetedManagedAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgDeviceManagementDeviceCompliancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0"},{"Command":"Set-MgDeviceManagementDeviceConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0"},{"Command":"Set-MgDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgDeviceManagementManagedDeviceCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0"},{"Command":"Set-MgDeviceManagementVirtualEndpointUserSetting","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0"},{"Command":"Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0"},{"Command":"Set-MgDriveBundleContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveFollowingContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveItemChildContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveItemListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveItemSensitivityLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgDriveItemVersionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveRootChildContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveRootContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveRootListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveRootSensitivityLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgDriveRootVersionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgDriveSpecialContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgEducationClassAssignmentRubricByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0"},{"Command":"Set-MgEducationClassAssignmentSubmissionUpResourceFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0"},{"Command":"Set-MgEducationClassAssignmentUpFeedbackResourceFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0"},{"Command":"Set-MgEducationClassAssignmentUpResourceFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0"},{"Command":"Set-MgEducationClassModuleUpResourceFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0"},{"Command":"Set-MgEducationMeAssignmentRubricByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/me/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgEducationMeAssignmentSubmissionUpResourceFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0"},{"Command":"Set-MgEducationMeAssignmentUpFeedbackResourceFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0"},{"Command":"Set-MgEducationMeAssignmentUpResourceFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0"},{"Command":"Set-MgEducationUserAssignmentRubricByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgEducationUserAssignmentSubmissionUpResourceFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0"},{"Command":"Set-MgEducationUserAssignmentUpFeedbackResourceFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0"},{"Command":"Set-MgEducationUserAssignmentUpResourceFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0"},{"Command":"Set-MgEntitlementManagementAssignmentPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-1.0"},{"Command":"Set-MgExternalConnectionItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalItem","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-1.0"},{"Command":"Set-MgGroupDriveBundleContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveFollowingContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveItemChildContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveItemListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveItemSensitivityLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveItemVersionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveRootChildContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveRootContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveRootListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveRootSensitivityLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveRootVersionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupDriveSpecialContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupLicense","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}/assignLicense","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"LicenseAssignment.ReadWrite.All","Description":"Manage all license assignments.","FullDescription":"Allows the app to manage all license assignments, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0"},{"Command":"Set-MgGroupOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupOnenotePageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupOnenoteResourceContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/photo/$value","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupSiteListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupSiteOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupSiteOnenotePageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupSiteOnenoteResourceContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupSiteOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeam","Uri":"/groups/{group-id}/team","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0"},{"Command":"Set-MgGroupTeamChannelFileFolderContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/team/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamChannelMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamChannelMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/photo/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamPrimaryChannelFileFolderContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/team/primaryChannel/filesFolder/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamPrimaryChannelMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamPrimaryChannelMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgGroupTeamSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedule","Uri":"/groups/{group-id}/team/schedule","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgIdentityB2XUserFlowLanguageDefaultPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgIdentityB2XUserFlowLanguageOverridePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0"},{"Command":"Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgIdentityB2XUserFlowPostFederationSignupByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0"},{"Command":"Set-MgIdentityGovernanceAccessReviewDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewScheduleDefinition","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0"},{"Command":"Set-MgOrganizationBrandingBackgroundImage","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/backgroundImage","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingBannerLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/bannerLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingCustomCss","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/customCSS","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingFavicon","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/favicon","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingHeaderLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/headerLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingLocalizationBackgroundImage","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingLocalizationBannerLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0"},{"Command":"Set-MgOrganizationBrandingLocalizationCustomCss","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingLocalizationFavicon","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingLocalizationHeaderLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingLocalizationSquareLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingLocalizationSquareLogoDark","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingSquareLogo","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogo","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationBrandingSquareLogoDark","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/branding/squareLogoDark","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgOrganizationMobileDeviceManagementAuthority","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/setMobileDeviceManagementAuthority","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0"},{"Command":"Set-MgPrintPrinterJobDocumentContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgPrintShareJobDocumentContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgSecurityAlert","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAlertComment","Uri":"/security/alerts_v2/{alert-id}/comments","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0"},{"Command":"Set-MgSecurityIncidentAlertComment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAlertComment","Uri":"/security/incidents/{incident-id}/alerts/{alert-id}/comments","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgServicePrincipalSynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronization","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgServicePrincipalSynchronizationJobBulkUploadContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgServicePrincipalSynchronizationSecret","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationSecretKeyStringValuePair","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/secrets","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-1.0"},{"Command":"Set-MgShareDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgShareItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgShareListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgShareRootContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/shares/{sharedDriveItem-id}/root/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgSiteListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgSiteOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgSiteOnenotePageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgSiteOnenoteResourceContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgSiteOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgTeamChannelFileFolderContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teams/{team-id}/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgTeamChannelMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgTeamChannelMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgTeamPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/photo/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0"},{"Command":"Set-MgTeamPrimaryChannelFileFolderContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teams/{team-id}/primaryChannel/filesFolder/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgTeamPrimaryChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgTeamPrimaryChannelMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgTeamPrimaryChannelMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgTeamSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedule","Uri":"/teams/{team-id}/schedule","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-1.0"},{"Command":"Set-MgTeamworkDeletedTeamChannelFileFolderContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgTeamworkDeletedTeamChannelMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgTeamworkDeletedTeamChannelMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgUserChatMessageHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserChatMessageReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChatMessage.Send","Description":"Send chat messages","FullDescription":"Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgUserChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserChatMessageReplyReaction","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgUserContactFolderChildFolderContactPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserContactFolderContactPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserContactPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/photo/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveBundleContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveFollowingContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveItemChildContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveItemListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveItemSensitivityLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgUserDriveItemVersionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveRootChildContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveRootContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveRootListItemDriveItemContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveRootSensitivityLabel","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Set-MgUserDriveRootVersionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserDriveSpecialContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserLicense","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}/assignLicense","Variants":["Assign","AssignExpanded","AssignViaIdentity","AssignViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[{"Name":"LicenseAssignment.ReadWrite.All","Description":"Manage all license assignments.","FullDescription":"Allows the app to manage all license assignments, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LicenseAssignment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0"},{"Command":"Set-MgUserMailFolderChildFolderMessageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserMailFolderMessageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserManagedDeviceCategoryByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserManagerByRef","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/manager/$ref","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0"},{"Command":"Set-MgUserMessageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserOnenotePageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserOnenoteResourceContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserOnlineMeetingAttendeeReport","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserOnlineMeetingRecordingContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserOnlineMeetingTranscriptContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserOnlineMeetingTranscriptMetadataContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserPhotoContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/photo/$value","Variants":["Set","Set1","SetViaIdentity","SetViaIdentity1"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ProfilePhoto.ReadWrite.All","Description":"Read and write profile photo of a user or group","FullDescription":"Allows the app to read and write all profile photos of users and groups, on your behalf","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserPresence","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/presence/setPresence","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Presence.ReadWrite","Description":"Read and write your presence information","FullDescription":"Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0"},{"Command":"Set-MgUserPresenceStatusMessage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/presence/setStatusMessage","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Presence.ReadWrite","Description":"Read and write your presence information","FullDescription":"Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0"},{"Command":"Set-MgUserPresenceUserPreferredPresence","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/presence/setUserPreferredPresence","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Presence.ReadWrite","Description":"Read and write your presence information","FullDescription":"Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Presence.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0"},{"Command":"Set-MgUserTodoListTaskAttachmentContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgUserTodoListTaskAttachmentSessionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachmentSession","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content","Variants":["Set","SetViaIdentity"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PUT","ApiReferenceLink":null},{"Command":"Set-MgVirtualEventExternalEventInformation","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/setExternalEventInformation","Variants":["Set","SetExpanded","SetViaIdentity","SetViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Skip-MgBetaDeviceManagementComanagedDeviceActivationLock","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock","Variants":["Bypass","BypassViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Skip-MgBetaDeviceManagementManagedDeviceActivationLock","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock","Variants":["Bypass","BypassViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Skip-MgBetaUserManagedDeviceActivationLock","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock","Variants":["Bypass","BypassViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Skip-MgDeviceManagementManagedDeviceActivationLock","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock","Variants":["Bypass","BypassViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0"},{"Command":"Skip-MgUserManagedDeviceActivationLock","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock","Variants":["Bypass","BypassViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0"},{"Command":"Start-MgApplicationSynchronizationJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0"},{"Command":"Start-MgBetaApplicationSynchronizationJob","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta"},{"Command":"Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction","Variants":["Trigger","TriggerExpanded","TriggerViaIdentity","TriggerViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction","Variants":["Trigger","TriggerExpanded","TriggerViaIdentity","TriggerViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgBetaExternalIndustryDataRun","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/runs/start","Variants":["Start"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-Run.Start","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgBetaGroupTeamScheduleTimeCardBreak","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/startBreak","Variants":["Start","StartExpanded","StartViaIdentity","StartViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta"},{"Command":"Start-MgBetaPrintPrinterJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJobStatus","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/start","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgBetaPrintPrinterJobPrintJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJobStatus","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgBetaPrintPrinterShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJobStatus","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgBetaPrintPrinterShareJobPrintJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJobStatus","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgBetaPrintShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJobStatus","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/start","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgBetaPrintShareJobPrintJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJobStatus","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run","Variants":["Run","RunViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta"},{"Command":"Start-MgBetaSecurityHuntingQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHuntingQueryResults","Uri":"/security/runHuntingQuery","Variants":["Run","RunExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatHunting.Read.All","Description":"Run hunting queries","FullDescription":"Allows the app to run hunting queries that you can execute.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatHunting.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgBetaServicePrincipalSynchronizationJob","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta"},{"Command":"Start-MgBetaTeamScheduleTimeCardBreak","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak","Variants":["Start","StartExpanded","StartViaIdentity","StartViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta"},{"Command":"Start-MgBetaTeamworkDeviceDiagnostic","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/devices/{teamworkDevice-id}/runDiagnostics","Variants":["Run","RunViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta"},{"Command":"Start-MgBetaUserManagedDeviceConfigurationManagerAction","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction","Variants":["Trigger","TriggerExpanded","TriggerViaIdentity","TriggerViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgCommunicationCallParticipantHoldMusic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphStartHoldMusicOperation","Uri":"/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic","Variants":["Start","StartExpanded","StartViaIdentity","StartViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCallasGuest.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0"},{"Command":"Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks","Variants":["Run","RunViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0"},{"Command":"Start-MgGroupTeamScheduleTimeCardBreak","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/startBreak","Variants":["Start","StartExpanded","StartViaIdentity","StartViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgPrintPrinterJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJobStatus","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/start","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0"},{"Command":"Start-MgPrintShareJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJobStatus","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/start","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.Create","Description":"Create your print jobs","FullDescription":"Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0"},{"Command":"Start-MgSecurityHuntingQuery","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHuntingQueryResults","Uri":"/security/runHuntingQuery","Variants":["Run","RunExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"ThreatHunting.Read.All","Description":"Run hunting queries","FullDescription":"Allows the app to run hunting queries that you can execute.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatHunting.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Start-MgServicePrincipalSynchronizationJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start","Variants":["Start","StartViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0"},{"Command":"Start-MgTeamScheduleTimeCardBreak","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak","Variants":["Start","StartExpanded","StartViaIdentity","StartViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaAccessReview","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/stop","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta"},{"Command":"Stop-MgBetaAccessReviewInstance","ApiVersion":"beta","OutputType":null,"Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta"},{"Command":"Stop-MgBetaBookingBusinessAppointment","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaBookingBusinessCalendarView","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaEntitlementManagementAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaFinancialCompanySaleInvoiceAndSend","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaFinancialCompanySalesInvoice","ApiVersion":"beta","OutputType":null,"Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaGroupEvent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaGroupTeamScheduleTimeCardBreak","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/endBreak","Variants":["End","EndExpanded","EndViaIdentity","EndViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta"},{"Command":"Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta"},{"Command":"Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta"},{"Command":"Stop-MgBetaIdentityGovernanceAccessReviewDefinition","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta"},{"Command":"Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta"},{"Command":"Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaPrintPrinterJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaPrintPrinterJobPrintJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaPrintPrinterShareJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaPrintPrinterShareJobPrintJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaPrintShareJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaPrintShareJobPrintJob","ApiVersion":"beta","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaPrivilegedAccessRoleAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaPrivilegedRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaSecurityAction","ApiVersion":"beta","OutputType":null,"Uri":"/security/securityActions/{securityAction-id}/cancelSecurityAction","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta"},{"Command":"Stop-MgBetaSolutionBackupRestoreProtectionUnitOffboard","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionUnitBase","Uri":"/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/cancelOffboard","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/protectionunitbase-canceloffboard?view=graph-rest-beta"},{"Command":"Stop-MgBetaTeamScheduleTimeCardBreak","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak","Variants":["End","EndExpanded","EndViaIdentity","EndViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta"},{"Command":"Stop-MgBetaUserEvent","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta"},{"Command":"Stop-MgBetaVirtualEvent","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaVirtualEventWebinarRegistration","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEventRegistration-Anon.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaVirtualEventWebinarRegistrationEmail","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBetaVirtualEventWebinarRegistrationUserId","ApiVersion":"beta","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgBookingBusinessAppointment","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgBookingBusinessCalendarView","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgCommunicationCallMediaProcessing","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCancelMediaProcessingOperation","Uri":"/communications/calls/{call-id}/cancelMediaProcessing","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.Initiate.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0"},{"Command":"Stop-MgCommunicationCallParticipantHoldMusic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphStopHoldMusicOperation","Uri":"/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic","Variants":["Stop","StopExpanded","StopViaIdentity","StopViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCallasGuest.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0"},{"Command":"Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod","Variants":["End","EndViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0"},{"Command":"Stop-MgEntitlementManagementAssignmentRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgGroupEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgGroupTeamScheduleTimeCardBreak","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}/endBreak","Variants":["End","EndExpanded","EndViaIdentity","EndViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgIdentityGovernanceAccessReviewDefinition","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0"},{"Command":"Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop","Variants":["Stop","StopViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0"},{"Command":"Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete assignment schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":"Read, create, and delete eligibility schedules for access to Azure AD groups","FullDescription":"Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgPrintPrinterJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadWriteBasic","Description":"Read and write basic information of your print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWriteBasic.All","Description":"Read and write basic information of print jobs","FullDescription":"Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite.All","Description":"Read and update print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"PrintJob.ReadWrite","Description":"Read and update your print jobs","FullDescription":"Allows the application to read and update the metadata and document content of print jobs that you created.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgPrintShareJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":"Read, update, and delete all active role assignments for your company's directory","FullDescription":"Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleAssignmentSchedule.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleEligibilitySchedule.ReadWrite.Directory","Description":"Read, update, and delete all eligible role assignments and schedules for your company's directory","FullDescription":"Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.","IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgTeamScheduleTimeCardBreak","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak","Variants":["End","EndExpanded","EndViaIdentity","EndViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgUserEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/cancel","Variants":["Cancel","CancelExpanded","CancelViaIdentity","CancelViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0"},{"Command":"Stop-MgVirtualEvent","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgVirtualEventWebinarRegistration","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"VirtualEvent.ReadWrite","Description":"Read and write your virtual events","FullDescription":"Allows the app to read and write virtual events for you","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"VirtualEventRegistration-Anon.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgVirtualEventWebinarRegistrationEmail","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Stop-MgVirtualEventWebinarRegistrationUserId","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel","Variants":["Cancel","CancelViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Submit-MgBetaEducationClassAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta"},{"Command":"Submit-MgBetaEducationMeAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta"},{"Command":"Submit-MgBetaEducationUserAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta"},{"Command":"Submit-MgBetaSecurityTiIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphTiIndicator","Uri":"/security/tiIndicators/submitTiIndicators","Variants":["Submit","SubmitExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta"},{"Command":"Submit-MgEducationClassAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Notes.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0"},{"Command":"Submit-MgEducationMeAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0"},{"Command":"Submit-MgEducationUserAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit","Variants":["Submit","SubmitViaIdentity"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0"},{"Command":"Suspend-MgApplicationSynchronizationJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause","Variants":["Pause","PauseViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0"},{"Command":"Suspend-MgBetaApplicationSynchronizationJob","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause","Variants":["Pause","PauseViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta"},{"Command":"Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh","Variants":["Pause","PauseExpanded","PauseViaIdentity","PauseViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh","Variants":["Pause","PauseExpanded","PauseViaIdentity","PauseViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Suspend-MgBetaServicePrincipalSynchronizationJob","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause","Variants":["Pause","PauseViaIdentity"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta"},{"Command":"Suspend-MgBetaUserManagedDeviceConfigurationRefresh","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh","Variants":["Pause","PauseExpanded","PauseViaIdentity","PauseViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Suspend-MgServicePrincipalSynchronizationJob","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause","Variants":["Pause","PauseViaIdentity"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0"},{"Command":"Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/syncMicrosoftStoreForBusinessApps","Variants":["Sync"],"CommandAlias":"Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgBetaDeviceAppManagementVppTokenLicense","ApiVersion":"beta","OutputType":"IMicrosoftGraphVppToken","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses","Variants":["Sync","SyncViaIdentity"],"CommandAlias":"Sync-MgBetaDeviceAppMgtVppTokenLicense","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgBetaDeviceAppManagementVppTokenLicenseCount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/vppTokens/syncLicenseCounts","Variants":["Sync"],"CommandAlias":"Sync-MgBetaDeviceAppMgtVppTokenLicenseCount","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgBetaDeviceManagementAndroidForWorkSettingApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidForWorkSettings/syncApps","Variants":["Sync"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps","Variants":["Sync"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgBetaDeviceManagementComanagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice","Variants":["Sync","SyncViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram","Variants":["Sync","SyncViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgBetaDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/syncDevice","Variants":["Sync","SyncViaIdentity"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgBetaDeviceManagementWindowsAutopilotSetting","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotSettings/sync","Variants":["Sync"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgBetaUserManagedDevice","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice","Variants":["Sync","SyncViaIdentity"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/syncMicrosoftStoreForBusinessApps","Variants":["Sync"],"CommandAlias":"Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgDeviceAppManagementVppTokenLicense","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVppToken","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses","Variants":["Sync","SyncViaIdentity"],"CommandAlias":"Sync-MgDeviceAppMgtVppTokenLicense","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgDeviceManagementExchangeConnector","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync","Variants":["Sync","SyncExpanded","SyncViaIdentity","SyncViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Sync-MgDeviceManagementManagedDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/syncDevice","Variants":["Sync","SyncViaIdentity"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0"},{"Command":"Sync-MgUserManagedDevice","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice","Variants":["Sync","SyncViaIdentity"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0"},{"Command":"Test-MgApplicationProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgApplicationSynchronizationJobCredential","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0"},{"Command":"Test-MgBetaAdministrativeUnitProperty","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaApplicationProperty","ApiVersion":"beta","OutputType":null,"Uri":"/applications/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaApplicationSynchronizationJobCredential","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta"},{"Command":"Test-MgBetaContactProperty","ApiVersion":"beta","OutputType":null,"Uri":"/contacts/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaContractProperty","ApiVersion":"beta","OutputType":null,"Uri":"/contracts/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaDeviceAppManagementMobileAppXml","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/validateXml","Variants":["Validate","ValidateExpanded"],"CommandAlias":"Test-MgBetaDeviceAppMgtMobileAppXml","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaDeviceManagementAssignmentFilter","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/assignmentFilters/validateFilter","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceScriptValidationResult","Uri":"/deviceManagement/deviceCompliancePolicies/validateComplianceScript","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaDeviceProperty","ApiVersion":"beta","OutputType":null,"Uri":"/devices/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaDirectoryDeletedItemProperty","ApiVersion":"beta","OutputType":null,"Uri":"/directory/deletedItems/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaDirectoryObjectProperty","ApiVersion":"beta","OutputType":null,"Uri":"/directoryObjects/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaDirectoryRoleProperty","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoles/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaDirectoryRoleTemplateProperty","ApiVersion":"beta","OutputType":null,"Uri":"/directoryRoleTemplates/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaDirectorySettingTemplateProperty","ApiVersion":"beta","OutputType":null,"Uri":"/directorySettingTemplates/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaDriveItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaDriveListContentTypePublished","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta"},{"Command":"Test-MgBetaDriveRootPermission","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaExternalIndustryDataConnector","ApiVersion":"beta","OutputType":null,"Uri":"/external/industryData/dataConnectors/{industryDataConnector-id}/validate","Variants":["Validate","ValidateViaIdentity"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-DataConnector.Upload","Description":"Upload files to a data connector","FullDescription":"Allows the app to upload data files to a data connector on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"IndustryData-DataConnector.Upload","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta"},{"Command":"Test-MgBetaGroupDriveItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaGroupDriveListContentTypePublished","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta"},{"Command":"Test-MgBetaGroupDriveRootPermission","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaGroupDynamicMembership","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvaluateDynamicMembershipResult","Uri":"/groups/{group-id}/evaluateDynamicMembership","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta"},{"Command":"Test-MgBetaGroupDynamicMembershipRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvaluateDynamicMembershipResult","Uri":"/groups/evaluateDynamicMembership","Variants":["Evaluate1","EvaluateExpanded1"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta"},{"Command":"Test-MgBetaGroupProperty","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/validateProperties","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaGroupSiteContentTypePublished","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta"},{"Command":"Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDlpEvaluatePoliciesJobResponse","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionAction","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta"},{"Command":"Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionAction","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta"},{"Command":"Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionAction","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta"},{"Command":"Test-MgBetaGroupSiteInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaGroupSiteListContentTypePublished","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta"},{"Command":"Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationConfigurationValidation","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration","Variants":["Validate","Validate1","ValidateExpanded","ValidateViaIdentity"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta"},{"Command":"Test-MgBetaInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDlpEvaluatePoliciesJobResponse","Uri":"/informationProtection/dataLossPreventionPolicies/evaluate","Variants":["Evaluate","EvaluateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaInformationProtectionPolicyLabelApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionAction","Uri":"/informationProtection/policy/labels/evaluateApplication","Variants":["Evaluate","EvaluateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta"},{"Command":"Test-MgBetaInformationProtectionPolicyLabelClassificationResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionAction","Uri":"/informationProtection/policy/labels/evaluateClassificationResults","Variants":["Evaluate","EvaluateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta"},{"Command":"Test-MgBetaInformationProtectionPolicyLabelRemoval","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionAction","Uri":"/informationProtection/policy/labels/evaluateRemoval","Variants":["Evaluate","EvaluateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta"},{"Command":"Test-MgBetaOrganizationProperty","ApiVersion":"beta","OutputType":null,"Uri":"/organization/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/evaluate","Variants":["Evaluate","EvaluateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Uri":"/security/informationProtection/sensitivityLabels/evaluateApplication","Variants":["Evaluate","EvaluateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta"},{"Command":"Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Uri":"/security/informationProtection/sensitivityLabels/evaluateClassificationResults","Variants":["Evaluate","EvaluateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta"},{"Command":"Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Uri":"/security/informationProtection/sensitivityLabels/evaluateRemoval","Variants":["Evaluate","EvaluateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta"},{"Command":"Test-MgBetaServicePrincipalProperty","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaServicePrincipalSynchronizationJobCredential","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta"},{"Command":"Test-MgBetaShareListContentTypePublished","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta"},{"Command":"Test-MgBetaSiteContentTypePublished","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta"},{"Command":"Test-MgBetaSiteListContentTypePublished","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta"},{"Command":"Test-MgBetaUserDriveItemPermission","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaUserDriveListContentTypePublished","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta"},{"Command":"Test-MgBetaUserDriveRootPermission","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaUserInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDlpEvaluatePoliciesJobResponse","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaUserInformationProtectionPolicyLabelApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionAction","Uri":"/users/{user-id}/informationProtection/policy/labels/evaluateApplication","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta"},{"Command":"Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionAction","Uri":"/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta"},{"Command":"Test-MgBetaUserInformationProtectionPolicyLabelRemoval","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionAction","Uri":"/users/{user-id}/informationProtection/policy/labels/evaluateRemoval","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta"},{"Command":"Test-MgBetaUserInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaUserInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvaluateLabelJobResponse","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgBetaUserManagedAppUserBlocked","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/isManagedAppUserBlocked","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Functions","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":"Read Microsoft Intune apps","FullDescription":"Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"GET","ApiReferenceLink":null},{"Command":"Test-MgBetaUserPassword","ApiVersion":"beta","OutputType":"IMicrosoftGraphPasswordValidationInformation","Uri":"/users/validatePassword","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta"},{"Command":"Test-MgBetaUserProperty","ApiVersion":"beta","OutputType":null,"Uri":"/users/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta"},{"Command":"Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta"},{"Command":"Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta"},{"Command":"Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtectionAction","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval","Variants":["Evaluate","EvaluateExpanded","EvaluateViaIdentity","EvaluateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"InformationProtectionPolicy.Read","Description":"Read user sensitivity labels and label policies.","FullDescription":"Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"InformationProtectionPolicy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta"},{"Command":"Test-MgContactProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/contacts/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgContractProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/contracts/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgDeviceProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgDirectoryDeletedItemProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/deletedItems/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgDirectoryObjectProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryObjects/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgDirectoryRoleProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoles/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgDirectoryRoleTemplateProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/directoryRoleTemplates/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgDriveItemPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgDriveListContentTypePublished","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0"},{"Command":"Test-MgDriveRootPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgGroupDriveItemPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgGroupDriveListContentTypePublished","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0"},{"Command":"Test-MgGroupDriveRootPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgGroupProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/validateProperties","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.Read.All","Description":"Read all groups","FullDescription":"Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgGroupSettingTemplateProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/groupSettingTemplates/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgGroupSiteContentTypePublished","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0"},{"Command":"Test-MgGroupSiteListContentTypePublished","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0"},{"Command":"Test-MgIdentityConditionalAccess","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWhatIfAnalysisResult","Uri":"/identity/conditionalAccess/evaluate","Variants":["Evaluate","EvaluateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ConditionalAccess","Description":"Read your organization's conditional access policies","FullDescription":"Allows the app to read your organization's conditional access policies on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccessroot-evaluate?view=graph-rest-1.0"},{"Command":"Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationConfigurationValidation","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration","Variants":["Validate","Validate1","ValidateExpanded","ValidateViaIdentity"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.Read.All","Description":"Read all identity custom authentication extensions","FullDescription":"Allows the app to read your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0"},{"Command":"Test-MgOrganizationProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgServicePrincipalProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Test-MgServicePrincipalSynchronizationJobCredential","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0"},{"Command":"Test-MgShareListContentTypePublished","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0"},{"Command":"Test-MgSiteContentTypePublished","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0"},{"Command":"Test-MgSiteListContentTypePublished","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0"},{"Command":"Test-MgUserDriveItemPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgUserDriveListContentTypePublished","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished","Variants":["Is","IsViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"GET","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0"},{"Command":"Test-MgUserDriveRootPermission","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/validatePermission","Variants":["Validate","ValidateExpanded","ValidateViaIdentity","ValidateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Test-MgUserProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/validateProperties","Variants":["Validate","ValidateExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},{"Command":"Unblock-MgBetaUserManagedApp","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/unblockManagedApps","Variants":["Unblock","UnblockViaIdentity"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Undo-MgBetaChatMessageReplySoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaChatMessageSoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaGroupTeamChannelMessageReplySoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaGroupTeamChannelMessageSoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaGroupTeamPrimaryChannelMessageReplySoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaGroupTeamPrimaryChannelMessageSoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaTeamChannelMessageReplySoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaTeamChannelMessageSoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaTeamPrimaryChannelMessageSoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaTeamworkDeletedChatDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedChats/{deletedChat-id}/undoDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaUserChatMessageReplySoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgBetaUserChatMessageSoftDelete","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta"},{"Command":"Undo-MgChatMessageReplySoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgChatMessageSoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgGroupTeamChannelMessageReplySoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgGroupTeamChannelMessageSoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgGroupTeamPrimaryChannelMessageReplySoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgGroupTeamPrimaryChannelMessageSoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgTeamChannelMessageReplySoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgTeamChannelMessageSoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgTeamPrimaryChannelMessageReplySoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgTeamPrimaryChannelMessageSoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgTeamworkDeletedChatDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedChats/{deletedChat-id}/undoDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ManageDeletion.All","Description":"Delete and recover deleted chats","FullDescription":"Allows the app to delete and recover deleted chats, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ManageDeletion.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0"},{"Command":"Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgUserChatMessageReplySoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Undo-MgUserChatMessageSoftDelete","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete","Variants":["Undo","UndoViaIdentity"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"},{"Command":"Unpublish-MgBetaBookingBusiness","ApiVersion":"beta","OutputType":null,"Uri":"/bookingBusinesses/{bookingBusiness-id}/unpublish","Variants":["Unpublish","Unpublish1","UnpublishViaIdentity","UnpublishViaIdentity1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta"},{"Command":"Unpublish-MgBetaDriveListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta"},{"Command":"Unpublish-MgBetaGroupDriveListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta"},{"Command":"Unpublish-MgBetaGroupSiteContentType","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta"},{"Command":"Unpublish-MgBetaGroupSiteListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta"},{"Command":"Unpublish-MgBetaShareListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta"},{"Command":"Unpublish-MgBetaSiteContentType","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta"},{"Command":"Unpublish-MgBetaSiteListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta"},{"Command":"Unpublish-MgBetaUserDriveListContentType","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta"},{"Command":"Unpublish-MgBookingBusiness","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0"},{"Command":"Unpublish-MgDriveListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"},{"Command":"Unpublish-MgGroupDriveListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"},{"Command":"Unpublish-MgGroupSiteContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"},{"Command":"Unpublish-MgGroupSiteListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"},{"Command":"Unpublish-MgShareListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"},{"Command":"Unpublish-MgSiteContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"},{"Command":"Unpublish-MgSiteListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"},{"Command":"Unpublish-MgUserDriveListContentType","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish","Variants":["Unpublish","UnpublishViaIdentity"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"},{"Command":"Update-MgAdminEdge","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEdge","Uri":"/admin/edge","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgAdminEdgeInternetExplorerMode","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInternetExplorerMode","Uri":"/admin/edge/internetExplorerMode","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgAdminEdgeInternetExplorerModeSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSiteList","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0"},{"Command":"Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSharedCookie","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0"},{"Command":"Update-MgAdminEdgeInternetExplorerModeSiteListSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBrowserSite","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0"},{"Command":"Update-MgAdminPeopleItemInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInsightsSettings","Uri":"/admin/people/itemInsights","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0"},{"Command":"Update-MgAdminPeopleProfileCardProperty","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfileCardProperty","Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0"},{"Command":"Update-MgAdminPeoplePronoun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPronounsSettings","Uri":"/admin/people/pronouns","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0"},{"Command":"Update-MgAdminReportSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdminReportSettings","Uri":"/admin/reportSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"ReportSettings.ReadWrite.All","Description":"Read and write admin report settings","FullDescription":"Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ReportSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0"},{"Command":"Update-MgAdminSharepoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharepoint","Uri":"/admin/sharepoint","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgAdminSharepointSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharepointSettings","Uri":"/admin/sharepoint/settings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"SharePointTenantSettings.ReadWrite.All","Description":"Read and change SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0"},{"Command":"Update-MgAgreement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreement","Uri":"/agreements/{agreement-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgAgreementAcceptance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgAgreementFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFile","Uri":"/agreements/{agreement-id}/file","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgAgreementFileLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgAgreementFileLocalizationVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgAgreementFileVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgAppCatalogTeamApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgAppCatalogTeamAppDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0"},{"Command":"Update-MgAppCatalogTeamAppDefinitionBot","ApiVersion":"v1.0","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgApplication","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/applications/{application-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0"},{"Command":"Update-MgApplicationByAppId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/applications(appId='{appId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0"},{"Command":"Update-MgApplicationByUniqueName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplication","Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0"},{"Command":"Update-MgApplicationExtensionProperty","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExtensionProperty","Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgApplicationFederatedIdentityCredential","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0"},{"Command":"Update-MgApplicationFederatedIdentityCredentialByName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0"},{"Command":"Update-MgApplicationSynchronizationJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgApplicationSynchronizationJobBulkUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgApplicationSynchronizationJobSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgApplicationSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgApplicationSynchronizationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0"},{"Command":"Update-MgApplicationSynchronizationTemplateSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAccessReview","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReview","Uri":"/accessReviews/{accessReview-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.Membership","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.Membership","Description":"Manage access reviews for group and app memberships","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAccessReviewDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAccessReviewInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReview","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAccessReviewInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAccessReviewInstanceMyDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAccessReviewInstanceReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAccessReviewMyDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewDecision","Uri":"/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAccessReviewReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAdminEdge","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdge","Uri":"/admin/edge","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAdminEdgeInternetExplorerMode","ApiVersion":"beta","OutputType":"IMicrosoftGraphInternetExplorerMode","Uri":"/admin/edge/internetExplorerMode","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAdminEdgeInternetExplorerModeSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSiteList","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSharedCookie","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphBrowserSite","Uri":"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"BrowserSiteLists.ReadWrite.All","Description":"Read and write browser site lists for your organization","FullDescription":"Allows an app to read and write the browser site lists configured for your organization, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BrowserSiteLists.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/administrativeUnits/{administrativeUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdministrativeUnitExtension","ApiVersion":"beta","OutputType":null,"Uri":"/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAdministrativeUnitScopedRoleMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAdminPeople","ApiVersion":"beta","OutputType":"IMicrosoftGraphPeopleAdminSettings","Uri":"/admin/people","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAdminPeopleItemInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightsSettings","Uri":"/admin/people/itemInsights","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminPeopleNamePronunciation","ApiVersion":"beta","OutputType":"IMicrosoftGraphNamePronunciationSettings","Uri":"/admin/people/namePronunciation","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/namepronunciationsettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminPeoplePhotoUpdateSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphPhotoUpdateSettings","Uri":"/admin/people/photoUpdateSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/photoupdatesettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminPeopleProfileCardProperty","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfileCardProperty","Uri":"/admin/people/profileCardProperties/{profileCardProperty-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminPeopleProfilePropertySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePropertySetting","Uri":"/admin/people/profilePropertySettings/{profilePropertySetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilepropertysetting-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminPeopleProfileSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfileSource","Uri":"/admin/people/profileSources/{profileSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminPeopleProfileSourceBySourceId","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfileSource","Uri":"/admin/people/profileSources(sourceId='{sourceId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminPeoplePronoun","ApiVersion":"beta","OutputType":"IMicrosoftGraphPronounsSettings","Uri":"/admin/people/pronouns","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PeopleSettings.ReadWrite.All","Description":"Read and write tenant-wide people settings","FullDescription":"Allows the application to read and write tenant-wide people settings on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PeopleSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminReportSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdminReportSettings","Uri":"/admin/reportSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"ReportSettings.ReadWrite.All","Description":"Read and write admin report settings","FullDescription":"Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ReportSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAdminSharepoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharepoint","Uri":"/admin/sharepoint","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAdminSharepointSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharepointSettings","Uri":"/admin/sharepoint/settings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"SharePointTenantSettings.ReadWrite.All","Description":"Read and change SharePoint and OneDrive tenant settings","FullDescription":"Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SharePointTenantSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaAgreement","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreement","Uri":"/agreements/{agreement-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAgreementAcceptance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAgreementFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFile","Uri":"/agreements/{agreement-id}/file","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAgreementFileLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAgreementFileLocalizationVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAgreementFileVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAppCatalogTeamApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsApp","Uri":"/appCatalogs/teamsApps/{teamsApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAppCatalogTeamAppDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta"},{"Command":"Update-MgBetaAppCatalogTeamAppDefinitionBot","ApiVersion":"beta","OutputType":null,"Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAppCatalogTeamAppDefinitionColorIcon","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppIcon","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkHostedContent","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppDashboardCardDefinition","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppIcon","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkHostedContent","Uri":"/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaApplication","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/applications/{application-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta"},{"Command":"Update-MgBetaApplicationByAppId","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/applications(appId='{appId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta"},{"Command":"Update-MgBetaApplicationByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplication","Uri":"/applications(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta"},{"Command":"Update-MgBetaApplicationExtensionProperty","ApiVersion":"beta","OutputType":"IMicrosoftGraphExtensionProperty","Uri":"/applications/{application-id}/extensionProperties/{extensionProperty-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaApplicationFederatedIdentityCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta"},{"Command":"Update-MgBetaApplicationFederatedIdentityCredentialByName","ApiVersion":"beta","OutputType":"IMicrosoftGraphFederatedIdentityCredential","Uri":"/applications/{application-id}/federatedIdentityCredentials(name='{name}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta"},{"Command":"Update-MgBetaApplicationSynchronizationJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaApplicationSynchronizationJobBulkUpload","ApiVersion":"beta","OutputType":null,"Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaApplicationSynchronizationJobSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaApplicationSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaApplicationSynchronizationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Synchronization.ReadWrite.All","Description":"Read and write all Azure AD synchronization data","FullDescription":"Allows the app to configure the Azure AD synchronization service, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Synchronization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-beta"},{"Command":"Update-MgBetaApplicationSynchronizationTemplateSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaBookingBusiness","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingBusiness","Uri":"/bookingBusinesses/{bookingBusiness-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaBookingBusinessAppointment","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaBookingBusinessCalendarView","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaBookingBusinessCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCustomer","Uri":"/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaBookingBusinessCustomQuestion","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCustomQuestion","Uri":"/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaBookingBusinessService","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingService","Uri":"/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaBookingBusinessStaffMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingStaffMember","Uri":"/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaBookingCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphBookingCurrency","Uri":"/bookingCurrencies/{bookingCurrency-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaBusinessFlowTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessFlowTemplate","Uri":"/businessFlowTemplates/{businessFlowTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChat","Uri":"/chats/{chat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta"},{"Command":"Update-MgBetaChatInstalledApp","ApiVersion":"beta","OutputType":null,"Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta"},{"Command":"Update-MgBetaChatLastMessagePreview","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageInfo","Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaChatMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaChatMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.UpdatePolicyViolation.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaChatMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaChatOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaChatPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaChatPinnedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaChatTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-beta"},{"Command":"Update-MgBetaCompliance","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryEdiscoveryroot","Uri":"/compliance","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscovery","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryEdiscoveryroot","Uri":"/compliance/ediscovery","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCase","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCase","Uri":"/compliance/ediscovery/cases/{case-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-beta"},{"Command":"Update-MgBetaComplianceEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCustodian","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta"},{"Command":"Update-MgBetaComplianceEdiscoveryCaseCustodianIndex","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex","Variants":["Update","UpdateViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySiteSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUserSource","Uri":"/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseLegalHold","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryLegalHold","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-beta"},{"Command":"Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySiteSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUnifiedGroupSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryUserSource","Uri":"/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryNoncustodialDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex","ApiVersion":"beta","OutputType":null,"Uri":"/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex","Variants":["Update","UpdateViaIdentity"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCaseOperation","Uri":"/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryReviewSet","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryReviewSetQuery","Uri":"/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-update?view=graph-rest-beta"},{"Command":"Update-MgBetaComplianceEdiscoveryCaseSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryCaseSettings","Uri":"/compliance/ediscovery/cases/{case-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaComplianceEdiscoveryCaseSourceCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoverySourceCollection","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-beta"},{"Command":"Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryDataSource","Uri":"/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaComplianceEdiscoveryCaseTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphEdiscoveryTag","Uri":"/compliance/ediscovery/cases/{case-id}/tags/{tag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-beta"},{"Command":"Update-MgBetaContract","ApiVersion":"beta","OutputType":"IMicrosoftGraphContract","Uri":"/contracts/{contract-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDataPolicyOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataPolicyOperation","Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/devices/{device-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDeviceAppManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAppManagement","Uri":"/deviceAppManagement","Variants":["Update","UpdateExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgt","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementAndroidManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtAndroidManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementDefaultManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtDefaultManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnterpriseCodeSigningCertificate","Uri":"/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosLobAppProvisioningConfiguration","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementiOSManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosManagedAppProtection","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtiOSManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedAppPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedAppRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppLogCollectionRequest","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppOperation","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedAppStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppStatus","Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedAppStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedEBook","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBook","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBook","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedEBookAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBookAssignment","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedEBookCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedEBookCategory","Uri":"/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedEBookDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookDeviceState","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedEBookInstallSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphEBookInstallSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookInstallSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserInstallStateSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosVppAppAssignedLicense","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppCatalogPackage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCatalogPackage","Uri":"/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppCatalogPackage","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppCategory","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementMultiplePolicySet","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/policySets/{policySet-id}/update","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity1","UpdateViaIdentityExpanded1"],"CommandAlias":"Update-MgBetaDeviceAppMgtMultiplePolicySet","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementPolicySet","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySet","Uri":"/deviceAppManagement/policySets/{policySet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtPolicySet","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementPolicySetAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySetAssignment","Uri":"/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtPolicySetAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementPolicySetItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicySetItem","Uri":"/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtPolicySetItem","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSymantecCodeSigningCertificate","Uri":"/deviceAppManagement/symantecCodeSigningCertificate","Variants":["Update","UpdateExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAppManagementTask","Uri":"/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtTask","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementTaskStatus","ApiVersion":"beta","OutputType":null,"Uri":"/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtTaskStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementVppToken","ApiVersion":"beta","OutputType":"IMicrosoftGraphVppToken","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtVppToken","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWdacSupplementalPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWdacSupplementalPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus","Uri":"/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionDeviceRegistration","Uri":"/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionWipeAction","Uri":"/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWindowsManagedAppProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsManagedAppProtection","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWindowManagedAppProtection","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment","Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary","Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceByDeviceId","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/devices(deviceId='{deviceId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDeviceCommand","ApiVersion":"beta","OutputType":"IMicrosoftGraphCommand","Uri":"/devices/{device-id}/commands/{command-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceExtension","ApiVersion":"beta","OutputType":null,"Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagement","Uri":"/deviceManagement","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState","Uri":"/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile","Uri":"/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkAppConfigurationSchema","Uri":"/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkEnrollmentProfile","Uri":"/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAndroidForWorkSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidForWorkSettings","Uri":"/deviceManagement/androidForWorkSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings","Uri":"/deviceManagement/androidManagedStoreAccountEnterpriseSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema","Uri":"/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementApplePushNotificationCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphApplePushNotificationCertificate","Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppleUserInitiatedEnrollmentProfile","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppleEnrollmentProfileAssignment","Uri":"/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAssignmentFilter","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAndAppManagementAssignmentFilter","Uri":"/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAuditEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuditEvent","Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementAutopilotEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAutopilotEvent","Uri":"/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementCartToClassAssociation","ApiVersion":"beta","OutputType":"IMicrosoftGraphCartToClassAssociation","Uri":"/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingCategory","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/updateWindowsDeviceAccount","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsProtectionState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComanagementEligibleDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphComanagementEligibleDevice","Uri":"/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComplianceManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphComplianceManagementPartner","Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementCompliancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementCompliancePolicy","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementCompliancePolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementComplianceActionItem","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementCompliancePolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementComplianceSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementConditionalAccessSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementConfigurationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicy","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementConfigurationPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementConfigurationPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSetting","Uri":"/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementConfigurationPolicyTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingTemplate","Uri":"/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementConfigurationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDataSharingConsent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataSharingConsent","Uri":"/deviceManagement/dataSharingConsents/{dataSharingConsent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDepOnboardingSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDepOnboardingSetting","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentProfile","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedAppleDeviceIdentity","Uri":"/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDerivedCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementDerivedCredentialSettings","Uri":"/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDetectedApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization","Variants":["Refresh"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary","Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceDeviceOverview","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceComplianceUserOverview","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfiguration","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationConflictSummary","Uri":"/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStateSummary","Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceOverview","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationGroupAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedAllDeviceCertificateState","Uri":"/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestrictedAppsViolation","Uri":"/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationUserStateSummary","Uri":"/deviceManagement/deviceConfigurationUserStateSummaries","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationUserStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationUserOverview","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceHealthScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScript","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceHealthScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptAssignment","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptDeviceState","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementScripts.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptRunSummary","Uri":"/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.Read.All","Description":"Read Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceShellScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceShellScript","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceShellScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceShellScriptUserRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementDomainJoinConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementDomainJoinConnector","Uri":"/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePool","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmbeddedSimDeviceState","Uri":"/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementExchangeConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementExchangeOnPremisePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy","Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Uri":"/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyCategory","Uri":"/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyConfiguration","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyConfigurationAssignment","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentationValue","Uri":"/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinitionFile","Uri":"/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyDefinition","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyPresentation","Uri":"/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyMigrationReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyMigrationReport","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicySettingMapping","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnsupportedGroupPolicyExtension","Uri":"/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyObjectFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyObjectFile","Uri":"/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyUploadedDefinitionFile","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupPolicyOperation","Uri":"/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementImportedDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedDeviceIdentity","Uri":"/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntent","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntentAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentAssignment","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentSettingCategory","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntentCategorySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntentCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntentDeviceState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceState","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntentDeviceStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentDeviceStateSummary","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntentUserState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentUserState","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntentUserStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementIntentUserStateSummary","Uri":"/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntuneBrandingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphIntuneBrandingProfile","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIntuneBrandingProfileAssignment","Uri":"/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementIoUpdateStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateAccountSummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateCategorySummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphMacOSSoftwareUpdateStateSummary","Uri":"/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceCleanupRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceCleanupRule","Uri":"/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceEncryptionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceEncryptionState","Uri":"/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage","Uri":"/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsProtectionState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Uri":"/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelHealthThreshold","Uri":"/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse","Uri":"/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMicrosoftTunnelSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelSite","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelConfiguration","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftTunnelServer","Uri":"/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMobileThreatDefenseConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMonitoring","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementMonitoring","Uri":"/deviceManagement/monitoring","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMonitoringAlertRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAlertRecord","Uri":"/deviceManagement/monitoring/alertRecords/{alertRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementMonitoringAlertRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementAlertRule","Uri":"/deviceManagement/monitoring/alertRules/{alertRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDeviceManagementNdeConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphNdesConnector","Uri":"/deviceManagement/ndesConnectors/{ndesConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementNotificationMessageTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotificationMessageTemplate","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementPartner","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementRemoteActionAudit","ApiVersion":"beta","OutputType":"IMicrosoftGraphRemoteActionAudit","Uri":"/deviceManagement/remoteActionAudits/{remoteActionAudit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementRemoteAssistancePartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphRemoteAssistancePartner","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementReports","Uri":"/deviceManagement/reports","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementResourceAccessProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileBase","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementResourceAccessProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment","Uri":"/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementResourceOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceOperation","Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementReusableSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementConfigurationSettingDefinition","Uri":"/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleAssignment","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementRoleScopeTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTag","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementRoleScopeTagAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleScopeTagAutoAssignment","Uri":"/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementScript","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScript","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementScriptAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptAssignment","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementScriptDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementScriptGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptGroupAssignment","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementScriptUserRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptUserState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementScriptDeviceState","Uri":"/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementSettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTelecomExpenseManagementPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplate","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTemplateCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTemplateCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTemplateMigratableTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplate","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTemplateMigratableToCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTemplateSettingCategory","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingDefinition","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTemplateMigratableToSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTemplateSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementSettingInstance","Uri":"/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTermAndCondition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTermAndConditionAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTermAndConditionGroupAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermsAndConditionsGroupAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementUserPfxCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserPfxCertificate","Uri":"/deviceManagement/userPfxCertificates/{userPFXCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointBulkAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcBulkAction","Uri":"/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping","Uri":"/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointDeviceImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcDeviceImage","Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcExternalPartnerSetting","Uri":"/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcFrontLineServicePlan","Uri":"/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointGalleryImage","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcGalleryImage","Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcOrganizationSettings","Uri":"/deviceManagement/virtualEndpoint/organizationSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"CloudPC.Read.All","Description":"Read Cloud PCs","FullDescription":"Allows the app to read the properties of Cloud PCs, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcReports","Uri":"/deviceManagement/virtualEndpoint/reports","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointReportExportJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcExportJob","Uri":"/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointServicePlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcServicePlan","Uri":"/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointSnapshot","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcSnapshot","Uri":"/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcSupportedRegion","Uri":"/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointUserSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcUserSetting","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfile","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProperty","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment","Uri":"/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty","ApiVersion":"beta","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsAutopilotSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsAutopilotSettings","Uri":"/deviceManagement/windowsAutopilotSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfile","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsFeatureUpdateProfileAssignment","Uri":"/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsMalwareInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsMalwareInformation","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsQualityUpdateProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsQualityUpdateProfile","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsQualityUpdateProfileAssignment","Uri":"/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDeviceUsageRights","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRight","Uri":"/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectory","Uri":"/directory","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryAdministrativeUnitExtension","ApiVersion":"beta","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryAttributeSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttributeSet","Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryAuthenticationMethodDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodDevice","Uri":"/directory/authenticationMethodDevices","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/hardwareoathtokenauthenticationmethoddevice-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryAuthenticationMethodDeviceHardwareOathDeviceAssignToMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/directory/authenticationMethodDevices/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryCertificateAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateAuthorityPath","Uri":"/directory/certificateAuthorities","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedApplicationConfiguration","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateAuthorityAsEntity","Uri":"/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"AppCertTrustConfiguration.Read.All","Description":"Read the trusted certificate authority configuration for applications","FullDescription":"Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.Read.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Read and write the trusted certificate authority configuration for applications","FullDescription":"Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"AppCertTrustConfiguration.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthorityasentity-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryCertificateAuthorityMutualTlOauthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMutualTlsOauthConfiguration","Uri":"/directory/certificateAuthorities/mutualTlsOauthConfigurations/{mutualTlsOauthConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":"Read and write all device authentication certificate configurations.","FullDescription":"Allows the app to read and write all device authentication certificate configurations on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MutualTlsOauthConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mutualtlsoauthconfiguration-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryCustomSecurityAttributeDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue","ApiVersion":"beta","OutputType":"IMicrosoftGraphAllowedValue","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryDeviceLocalCredential","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryExternalUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalUserProfile","Uri":"/directory/externalUserProfiles/{externalUserProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"ExternalUserProfile.ReadWrite.All","Description":"Read and write external user profiles","FullDescription":"Allows the app to read and write available properties of external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externaluserprofile-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryFeatureRolloutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/directory/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryFederationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/impactedResources/{impactedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryInboundSharedUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphInboundSharedUserProfile","Uri":"/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryObject","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects/{directoryObject-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DirectoryObjects","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryOnPremiseSynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryOutboundSharedUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutboundSharedUserProfile","Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryOutboundSharedUserProfileTenant","ApiVersion":"beta","OutputType":null,"Uri":"/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryPendingExternalUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphPendingExternalUserProfile","Uri":"/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":"Read and write pending external user profiles","FullDescription":"Allows the app to read and write available properties of pending external user profiles, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PendingExternalUserProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/pendingexternaluserprofile-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryPublicKeyInfrastructure","ApiVersion":"beta","OutputType":"IMicrosoftGraphPublicKeyInfrastructureRoot","Uri":"/directory/publicKeyInfrastructure","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritydetail-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryRecommendation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecommendation","Uri":"/directory/recommendations/{recommendation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryRecommendationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecommendationConfiguration","Uri":"/directory/recommendationConfiguration","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DirectoryRecommendations.ReadWrite.All","Description":"Read and update Azure AD recommendations","FullDescription":"Allows the app to read and update Azure AD recommendations, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DirectoryRecommendations.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/recommendationconfiguration-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectoryRecommendationImpactedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphImpactedResource","Uri":"/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles/{directoryRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryRoleByRoleTemplateId","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryRoleScopedMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryRoleTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectorySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySetting","Uri":"/settings/{directorySetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDirectorySettingTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySettingTemplate","Uri":"/directorySettingTemplates/{directorySettingTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectorySharedEmailDomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedEmailDomain","Uri":"/directory/sharedEmailDomains/{sharedEmailDomain-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectorySubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectorySubscriptionByOcpSubscriptionId","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphTemplate","Uri":"/directory/templates","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDirectoryTemplateDeviceTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceTemplate","Uri":"/directory/templates/deviceTemplates/{deviceTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomain","Uri":"/domains/{domain-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDomainFederationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphInternalDomainFederation","Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-beta"},{"Command":"Update-MgBetaDomainServiceConfigurationRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDomainSharedEmailDomainInvitation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedEmailDomainInvitation","Uri":"/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDomainVerificationDnsRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-beta"},{"Command":"Update-MgBetaDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationClass","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/classes/{educationClass-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationClassAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationClassAssignmentCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationClassAssignmentDefault","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentDefaults","Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationClassAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationClassAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationClassAssignmentRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationClassAssignmentSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentSettings","Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationClassAssignmentSettingGradingCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationClassAssignmentSettingGradingScheme","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationGradingScheme","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationClassAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationClassAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationClassAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationClassModule","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationClassModuleResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationModuleResource","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationMe","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/me","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeAssignmentRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationMeRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationMeUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/education/me/user/mailboxSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphReportsRoot","Uri":"/education/reports","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationReportReadingAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationReportReadingCoachPassage","ApiVersion":"beta","OutputType":"IMicrosoftGraphReadingCoachPassage","Uri":"/education/reports/readingCoachPassages/{readingCoachPassage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationReportReflectCheck","ApiVersion":"beta","OutputType":"IMicrosoftGraphReflectCheckInResponse","Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationReportSpeakerAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphSpeakerAssignmentSubmission","Uri":"/education/reports/speakerAssignmentSubmissions/{speakerAssignmentSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRoot","Uri":"/education","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationSchool","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/schools/{educationSchool-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationSchoolAdministrativeUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/education/schools/{educationSchool-id}/administrativeUnit","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/users/{educationUser-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEducationUserAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserAssignmentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserAssignmentResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserAssignmentRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserAssignmentSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserAssignmentSubmissionOutcome","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserAssignmentSubmissionResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/education/users/{educationUser-id}/user/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEducationUserRubric","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEntitlementManagementAccessPackage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEntitlementManagementAccessPackageAssignment","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess","Variants":["Reprocess","ReprocessViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomExtensionHandler","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess","Variants":["Reprocess","ReprocessViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaEntitlementManagementAccessPackageByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEntitlementManagementAccessPackageCatalog","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAccessPackageWorkflowExtension","Uri":"/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEntitlementManagementAccessPackageResourceRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Uri":"/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaEntitlementManagementAssignmentRequest","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess","Variants":["Reprocess","ReprocessViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaEntitlementManagementConnectedOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectedOrganization","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEntitlementManagementSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphEntitlementManagementSettings","Uri":"/identityGovernance/entitlementManagement/settings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEntitlementManagementSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageSubject","Uri":"/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta"},{"Command":"Update-MgBetaEntitlementManagementSubjectByObjectId","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessPackageSubject","Uri":"/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta"},{"Command":"Update-MgBetaExternal","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternal","Uri":"/external","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalAuthorizationSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationSystem","Uri":"/external/authorizationSystems/{authorizationSystem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalAuthorizationSystemDataCollectionInfo","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataCollectionInfo","Uri":"/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Uri":"/external/connections/{externalConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-beta"},{"Command":"Update-MgBetaExternalConnectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalConnectionGroupMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalConnectionItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalConnectionOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalConnectionQuota","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsConnectionQuota","Uri":"/external/connections/{externalConnection-id}/quota","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalConnectionSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalConnectorsSchema","Uri":"/external/connections/{externalConnection-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta"},{"Command":"Update-MgBetaExternalIndustryDataConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataConnector","Uri":"/external/industryData/dataConnectors/{industryDataConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":"Manage data connector definitions","FullDescription":"Allows the app to read and write data connectors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-DataConnector.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-update?view=graph-rest-beta"},{"Command":"Update-MgBetaExternalIndustryDataInboundFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataInboundFlow","Uri":"/external/industryData/inboundFlows/{inboundFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":"Manage inbound flow definitions","FullDescription":"Allows the app to read and write inbound data flows on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-InboundFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta"},{"Command":"Update-MgBetaExternalIndustryDataOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/external/industryData/operations/{longRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataProvisioningFlow","Uri":"/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalIndustryDataReferenceDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataReferenceDefinition","Uri":"/external/industryData/referenceDefinitions/{referenceDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":"Manage reference definitions","FullDescription":"Allows the app to read and write reference definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-ReferenceDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalIndustryDataRoleGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataRoleGroup","Uri":"/external/industryData/roleGroups/{roleGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaExternalIndustryDataSourceSystem","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataSourceSystemDefinition","Uri":"/external/industryData/sourceSystems/{sourceSystemDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":"Manage source system definitions","FullDescription":"Allows the app to read and write source system definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-SourceSystem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta"},{"Command":"Update-MgBetaExternalIndustryDataYear","ApiVersion":"beta","OutputType":"IMicrosoftGraphIndustryDataYearTimePeriodDefinition","Uri":"/external/industryData/years/{yearTimePeriodDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":"Manage time period definitions","FullDescription":"Allows the app to read and write time period definitions on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IndustryData-TimePeriod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta"},{"Command":"Update-MgBetaFinancial","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinancials","Uri":"/financials","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCountryRegion","ApiVersion":"beta","OutputType":"IMicrosoftGraphCountryRegion","Uri":"/financials/companies/{company-id}/countriesRegions/{countryRegion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/currencies/{currency-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/customers/{customer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/customers/{customer-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPayment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPayment","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournal","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPaymentJournal","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomerPayment","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyEmployee","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmployee","Uri":"/financials/companies/{company-id}/employees/{employee-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyEmployeePicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphCompanyInformation","Uri":"/financials/companies/{company-id}/companyInformation/{companyInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/items/{item-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/itemCategories/{itemCategory-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyJournal","ApiVersion":"beta","OutputType":"IMicrosoftGraphJournal","Uri":"/financials/companies/{company-id}/journals/{journal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyJournalLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphJournalLine","Uri":"/financials/companies/{company-id}/journalLines/{journalLine-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoice","ApiVersion":"beta","OutputType":"IMicrosoftGraphPurchaseInvoice","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphPurchaseInvoiceLine","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceVendor","ApiVersion":"beta","OutputType":"IMicrosoftGraphVendor","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemo","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesCreditMemo","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesCreditMemoLine","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesCreditMemoLine","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoice","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesInvoice","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesInvoiceLine","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoicePaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrder","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesOrder","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesOrderLine","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleOrderPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuote","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesQuote","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomer","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteCustomerPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteLine","ApiVersion":"beta","OutputType":"IMicrosoftGraphSalesQuoteLine","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteLineItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphItem","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteLineItemCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemCategory","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteLineItemPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuotePaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanySaleQuoteShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyShipmentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphShipmentMethod","Uri":"/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyTaxArea","ApiVersion":"beta","OutputType":"IMicrosoftGraphTaxArea","Uri":"/financials/companies/{company-id}/taxAreas/{taxArea-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyTaxGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTaxGroup","Uri":"/financials/companies/{company-id}/taxGroups/{taxGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyUnitOfMeasure","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnitOfMeasure","Uri":"/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyVendor","ApiVersion":"beta","OutputType":"IMicrosoftGraphVendor","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[{"Name":"Financials.ReadWrite.All","Description":"Read and write financials data","FullDescription":"Allows the app to read and write financials data on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Financials.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyVendorCurrency","ApiVersion":"beta","OutputType":"IMicrosoftGraphCurrency","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/currency","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyVendorPaymentMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentMethod","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyVendorPaymentTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphPaymentTerm","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaFinancialCompanyVendorPicture","ApiVersion":"beta","OutputType":"IMicrosoftGraphPicture","Uri":"/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Financials","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta"},{"Command":"Update-MgBetaGroupAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroup","Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta"},{"Command":"Update-MgBetaGroupCalendarEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupCalendarPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupConversationThread","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupConversationThreadPost","ApiVersion":"beta","OutputType":"IMicrosoftGraphPost","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupConversationThreadPostExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupConversationThreadPostInReplyToExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/groups/{group-id}/endpoints/{endpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta"},{"Command":"Update-MgBetaGroupEventExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupLifecyclePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaGroupOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenotePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupOnenoteSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerGroup","Uri":"/groups/{group-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectorySetting","Uri":"/groups/{group-id}/settings/{directorySetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteContentModel","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentModel","Uri":"/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteDocumentProcessingJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentProcessingJob","Uri":"/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteGetByPathAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteGetByPathInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtection","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteGetByPathOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteGetByPathRecycleBin","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecycleBin","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteGetByPathTermStore","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtection","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionPolicy","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityPolicySettings","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenotePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOnenoteSectionPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayout","ApiVersion":"beta","OutputType":"IMicrosoftGraphCanvasLayout","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphVerticalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageAsSitePageWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPageTemplate","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageTemplateCanvaLayout","ApiVersion":"beta","OutputType":"IMicrosoftGraphCanvasLayout","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphVerticalSection","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePageTemplateWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pageTemplates/{pageTemplate-id}/webParts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSitePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteRecycleBin","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecycleBin","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteRecycleBinItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphRecycleBinItem","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStore","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreGroupSetParentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetParentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupSiteTermStoreSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsChannelPlanner","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamInstalledApp","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta"},{"Command":"Update-MgBetaGroupTeamMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamOwnerMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/team/owners/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/groups/{group-id}/team/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsChannelPlanner","Uri":"/groups/{group-id}/team/primaryChannel/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/groups/{group-id}/team/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamPrimaryChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleDayNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphDayNote","Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleOfferShiftRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleOpenShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShift","Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleSchedulingGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphShift","Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleShiftRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphShiftsRoleDefinition","Uri":"/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleTimeCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleTimeOff","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOff","Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleTimeOffReason","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamScheduleTimeOffRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupTeamTagMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupThread","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-beta"},{"Command":"Update-MgBetaGroupThreadPost","ApiVersion":"beta","OutputType":"IMicrosoftGraphPost","Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaGroupThreadPostExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-beta"},{"Command":"Update-MgBetaGroupThreadPostInReplyToExtension","ApiVersion":"beta","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityApiConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityAuthenticationEventFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication","ApiVersion":"beta","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityAuthenticationEventListener","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationEventListener","Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityB2CUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphB2CIdentityUserFlow","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityB2CUserFlowLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityB2CUserFlowLanguageOverridePage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityB2XUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityB2XUserFlowLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityB2XUserFlowLanguageOverridePage","ApiVersion":"beta","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityB2XUserFlowPostAttributeCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityB2XUserFlowPostFederationSignup","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityB2XUserFlowPreTokenIssuance","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityConditionalAccessAuthenticationStrength","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthRoot","Uri":"/identity/conditionalAccess/authenticationStrengths","Variants":["Update1","UpdateExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodModeDetail","Uri":"/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity1","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity1","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination","ApiVersion":"beta","OutputType":"IMicrosoftGraphUpdateAllowedCombinationsResult","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity1","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity1","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityContinuouAccessEvaluationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphContinuousAccessEvaluationPolicy","Uri":"/identity/continuousAccessEvaluationPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityCustomAuthenticationExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAccessReviewPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewPolicy","Uri":"/identityGovernance/accessReviews/policy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"Policy.ReadWrite.AccessReview","Description":"Read and write your organization's directory access review default policy","FullDescription":"Allows the app to read and write your organization's directory access review default policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AccessReview","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityGovernanceAppConsentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings","Uri":"/identityGovernance/lifecycleWorkflows/settings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsAnalyticsAggregation","Uri":"/identityGovernance/permissionsAnalytics","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAw","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsAnalytics","Uri":"/identityGovernance/permissionsAnalytics/aws","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAzure","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsAnalytics","Uri":"/identityGovernance/permissionsAnalytics/azure","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionAnalyticGcp","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsAnalytics","Uri":"/identityGovernance/permissionsAnalytics/gcp","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding","ApiVersion":"beta","OutputType":"IMicrosoftGraphFinding","Uri":"/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsCreepIndexDistribution","Uri":"/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsManagement","Uri":"/identityGovernance/permissionsManagement","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionsRequestChange","Uri":"/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePrivilegedAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessRoot","Uri":"/identityGovernance/privilegedAccess","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroup","Uri":"/identityGovernance/privilegedAccess/group","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceRoleManagementAlert","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh","Variants":["Refresh","Refresh1","RefreshExpanded","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertConfiguration","Uri":"/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":"Read all alert data, configure alerts, and take actions on all alerts for your company's directory","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagementAlert.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementAlertDefinition","Uri":"/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceRoleManagementAlertIncident","ApiVersion":"beta","OutputType":null,"Uri":"/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceRoleManagementAlertOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreement","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreement","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFile","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityProvider","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta"},{"Command":"Update-MgBetaIdentityUserFlow","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlow","Uri":"/identity/userFlows/{identityUserFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaIdentityUserFlowAttribute","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta"},{"Command":"Update-MgBetaInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtection","Uri":"/informationProtection","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionPolicy","Uri":"/informationProtection/policy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaInformationProtectionSensitivityPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityPolicySettings","Uri":"/informationProtection/sensitivityPolicySettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaInvitationInvitedUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/invitations/invitedUser/mailboxSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessAlert","Uri":"/networkAccess/alerts/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectivity","Uri":"/networkAccess/connectivity","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivityBranch","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessBranchSite","Uri":"/networkAccess/connectivity/branches/{branchSite-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-branchsite-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivityBranchDeviceLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-devicelink-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessConnectivityBranchForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessRemoteNetwork","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnectivityConfigurationLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessDeviceLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessFilteringPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessFilteringPolicy","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessFilteringPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessFilteringProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessFilteringProfile","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessFilteringProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessForwardingPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingPolicy","Uri":"/networkAccess/forwardingPolicies/{forwardingPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessForwardingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingProfile","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessForwardingProfilePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyLink","Uri":"/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessLog","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessLogs","Uri":"/networkAccess/logs","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessLogConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConnection","Uri":"/networkAccess/logs/connections/{connection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessLogRemoteNetwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent","Uri":"/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessLogTraffic","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessTraffic","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessLogTrafficUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}/user/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessReport","ApiVersion":"beta","OutputType":null,"Uri":"/networkAccess/reports","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessRootNetworkAccessRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessNetworkAccessRoot","Uri":"/networkAccess","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessSettings","Uri":"/networkAccess/settings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessSettingConditionalAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessConditionalAccessSettings","Uri":"/networkAccess/settings/conditionalAccess","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessSettingCrossTenantAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessCrossTenantAccessSettings","Uri":"/networkAccess/settings/crossTenantAccess","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessSettingForwardingOption","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessForwardingOptions","Uri":"/networkAccess/settings/forwardingOptions","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessTenantStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessTenantStatus","Uri":"/networkAccess/tenantStatus","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessThreatIntelligencePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessThreatIntelligencePolicy","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessThreatIntelligencePolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/threatIntelligencePolicies/{threatIntelligencePolicy-id}/policyRules/{policyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessTl","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessTlsTermination","Uri":"/networkAccess/tls","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaNetworkAccessTlExternalCertificateAuthorityCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessExternalCertificateAuthorityCertificate","Uri":"/networkAccess/tls/externalCertificateAuthorityCertificates/{externalCertificateAuthorityCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-externalcertificateauthoritycertificate-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessTlInspectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessTlsInspectionPolicy","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaNetworkAccessTlInspectionPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphNetworkaccessPolicyRule","Uri":"/networkAccess/tlsInspectionPolicies/{tlsInspectionPolicy-id}/policyRules/{policyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.NetworkAccess","Permissions":[{"Name":"NetworkAccess.ReadWrite.All","Description":"Read and write all network access information","FullDescription":"Allows the app to read and write all network access information and configuration settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"NetworkAccess.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionrule-update?view=graph-rest-beta"},{"Command":"Update-MgBetaOauth2PermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta"},{"Command":"Update-MgBetaOnPremisePublishingProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesPublishingProfile","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOnPremisePublishingProfileAgent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgent","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOnPremisePublishingProfileAgentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgentGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOnPremisePublishingProfileAgentGroupAgent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnPremisesAgent","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphPublishedResource","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOnPremisePublishingProfileConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnector","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOnPremisePublishingProfileConnectorGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphConnectorGroup","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOnPremisePublishingProfilePublishedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphPublishedResource","Uri":"/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganization","Uri":"/organization/{organization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta"},{"Command":"Update-MgBetaOrganizationBranding","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganizationalBranding","Uri":"/organization/{organization-id}/branding","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-beta"},{"Command":"Update-MgBetaOrganizationBrandingLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta"},{"Command":"Update-MgBetaOrganizationExtension","ApiVersion":"beta","OutputType":null,"Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOrganizationPartnerInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerInformation","Uri":"/organization/{organization-id}/partnerInformation","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOrganizationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphOrganizationSettings","Uri":"/organization/{organization-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOrganizationSettingContactInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightsSettings","Uri":"/organization/{organization-id}/settings/contactInsights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaOrganizationSettingItemInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightsSettings","Uri":"/organization/{organization-id}/settings/itemInsights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphMicrosoftApplicationDataAccessSettings","Uri":"/organization/{organization-id}/settings/microsoftApplicationDataAccess","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/microsoftapplicationdataaccesssettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaOrganizationSettingPersonInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphInsightsSettings","Uri":"/organization/{organization-id}/settings/peopleInsights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPlace","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlace","Uri":"/places/{place-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPlaceAsRoomListRoom","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoom","Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPlaceAsRoomListWorkspace","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkspace","Uri":"/places/{place-id}/roomList/workspaces/{workspace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPlaceByPlaceId","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlace","Uri":"/places(placeId='{placeId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlanner","Uri":"/planner","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPlannerBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPlannerRoster","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerRoster","Uri":"/planner/rosters/{plannerRoster-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPlannerRosterMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerRosterMember","Uri":"/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPlannerTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPlannerTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPlannerTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPlannerTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/planner/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPlannerTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyAccessReviewPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAccessReviewPolicy","Uri":"/policies/accessReviewPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AccessReview","Description":"Read and write your organization's directory access review default policy","FullDescription":"Allows the app to read and write your organization's directory access review default policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AccessReview","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyActivityBasedTimeoutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyAdminConsentRequestPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAdminConsentRequestPolicy","Uri":"/policies/adminConsentRequestPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyAuthenticationFlowPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationFlowsPolicy","Uri":"/policies/authenticationFlowsPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":"Read and write your authentication flow policies","FullDescription":"Allows the app to read and write the authentication flow policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyAuthenticationMethodPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodsPolicy","Uri":"/policies/authenticationMethodsPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyAuthenticationStrengthPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination","ApiVersion":"beta","OutputType":"IMicrosoftGraphUpdateAllowedCombinationsResult","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyAuthorizationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthorizationPolicy","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride","ApiVersion":"beta","OutputType":"IMicrosoftGraphDefaultUserRoleOverride","Uri":"/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyB2CAuthenticationMethodPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphB2CAuthenticationMethodsPolicy","Uri":"/policies/b2cAuthenticationMethodsPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyClaimMappingPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphClaimsMappingPolicy","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyCrossTenantAccessPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphCrossTenantAccessPolicy","Uri":"/policies/crossTenantAccessPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyCrossTenantAccessPolicyDefault","ApiVersion":"beta","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault","Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyCrossTenantAccessPolicyPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyCrossTenantAccessPolicyTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicyTemplate","Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyDefaultAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTenantAppManagementPolicy","Uri":"/policies/defaultAppManagementPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryRoleAccessReviewPolicy","Uri":"/policies/directoryRoleAccessReviewPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyExternalIdentityPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalIdentitiesPolicy","Uri":"/policies/externalIdentitiesPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.ExternalIdentities","Description":"Read and write your organization's external identities policy","FullDescription":"Allows the application to read and update the organization's external identities policy on your behalf. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ExternalIdentities","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyFeatureRolloutPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyFederatedTokenValidationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphFederatedTokenValidationPolicy","Uri":"/policies/federatedTokenValidationPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyHomeRealmDiscoveryPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy","Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":"Read and write your organization's security defaults policy","FullDescription":"Allows the app to read and write your organization's security defaults policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyMobileAppManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobilityManagementPolicy","Uri":"/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyMobileDeviceManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobilityManagementPolicy","Uri":"/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyPermissionGrantPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantPolicy","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyPermissionGrantPolicyExclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyPermissionGrantPolicyInclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyPermissionGrantPreApprovalPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermissionGrantPreApprovalPolicy","Uri":"/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyRoleManagementPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyRoleManagementPolicyAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyRoleManagementPolicyEffectiveRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyRoleManagementPolicyRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyServicePrincipalCreationPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationPolicy","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyServicePrincipalCreationPolicyExclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyServicePrincipalCreationPolicyInclude","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalCreationConditionSet","Uri":"/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPolicyTokenIssuancePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPolicyTokenLifetimePolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPrint","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrint","Uri":"/print","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintConnector","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/connectors/{printConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPrintOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintOperation","Uri":"/print/operations/{printOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintPrinter","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinter","Uri":"/print/printers/{printer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPrintPrinterJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPrintPrinterJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintPrinterJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintPrinterShare","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/printerShares/{printerShare-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintPrinterShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintPrinterShareJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintPrinterShareJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintPrinterTaskTrigger","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintService","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintService","Uri":"/print/services/{printService-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintServiceEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintServiceEndpoint","Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintShare","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/shares/{printerShare-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPrintShareAllowedUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintShareJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintShareJobDocument","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintShareJobTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrintTaskDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta"},{"Command":"Update-MgBetaPrintTaskDefinitionTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta"},{"Command":"Update-MgBetaPrivacySubjectRightsRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta"},{"Command":"Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivacySubjectRightsRequestNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccess","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedAccess","Uri":"/privilegedAccess/{privilegedAccess-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceResource","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceSubject","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceSubject","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessResourceRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessResourceRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignment","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleAssignmentRequest","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceSubject","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessRoleAssignmentSubject","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceSubject","Uri":"/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleSetting","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphGovernanceRoleDefinition","Uri":"/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedApproval","Uri":"/privilegedApproval/{privilegedApproval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedApprovalRoleInfo","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRole","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedApprovalRoleInfoSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedApprovalRoleInfoSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Uri":"/privilegedApproval/{privilegedApproval-id}/roleInfo/summary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedOperationEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedOperationEvent","Uri":"/privilegedOperationEvents/{privilegedOperationEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRole","Uri":"/privilegedRoles/{privilegedRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignment","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRoleAssignmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleAssignmentRequest","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRole","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Uri":"/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRoleAssignmentRoleInfo","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRole","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Uri":"/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRoleSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSettings","Uri":"/privilegedRoles/{privilegedRole-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaPrivilegedRoleSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPrivilegedRoleSummary","Uri":"/privilegedRoles/{privilegedRole-id}/summary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaProgram","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgram","Uri":"/programs/{program-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta"},{"Command":"Update-MgBetaProgramControl","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgramControl","Uri":"/programControls/{programControl-id}","Variants":["Update","Update1","Update2","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaProgramControlProgram","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgram","Uri":"/programControls/{programControl-id}/program","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaProgramControlType","ApiVersion":"beta","OutputType":"IMicrosoftGraphProgramControlType","Uri":"/programControlTypes/{programControlType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportAuthenticationMethodUserEventSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserEventsSummary","Uri":"/reports/authenticationMethods/userEventsSummary/{userEventsSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserMfaSignInSummary","Uri":"/reports/authenticationMethods/userMfaSignInSummary/{userMfaSignInSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserPasswordResetsAndChangesSummary","Uri":"/reports/authenticationMethods/userPasswordResetsAndChangesSummary/{userPasswordResetsAndChangesSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportAuthenticationMethodUserRegistrationDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserRegistrationDetails","Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportHealthMonitoringAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphHealthMonitoringAlert","Uri":"/reports/healthMonitoring/alerts/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[{"Name":"HealthMonitoringAlert.ReadWrite.All","Description":"Read and write all scenario monitoring alerts","FullDescription":"Allows the app to read and write all scenario monitoring alerts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"HealthMonitoringAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-alert-update?view=graph-rest-beta"},{"Command":"Update-MgBetaReportHealthMonitoringAlertConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphHealthMonitoringAlertConfiguration","Uri":"/reports/healthMonitoring/alertConfigurations/{alertConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/healthmonitoring-alertconfiguration-update?view=graph-rest-beta"},{"Command":"Update-MgBetaReportPartnerBilling","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBilling","Uri":"/reports/partners/billing","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportPartnerBillingManifest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingManifest","Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportPartnerBillingOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportPartnerBillingReconciliation","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingReconciliation","Uri":"/reports/partners/billing/reconciliation","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportPartnerBillingReconciliationBilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportPartnerBillingReconciliationUnbilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportPartnerBillingUsage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnersBillingAzureUsage","Uri":"/reports/partners/billing/usage","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportPartnerBillingUsageBilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/usage/billed","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportPartnerBillingUsageUnbilled","ApiVersion":"beta","OutputType":null,"Uri":"/reports/partners/billing/usage/unbilled","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportSlaAzureAdAuthentication","ApiVersion":"beta","OutputType":"IMicrosoftGraphAzureAdAuthentication","Uri":"/reports/sla/azureADAuthentication","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportUserInsightDaily","ApiVersion":"beta","OutputType":"IMicrosoftGraphDailyUserInsightMetricsRoot","Uri":"/reports/userInsights/daily","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportUserInsightDailyMfaTelecomFraud","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaTelecomFraudMetric","Uri":"/reports/userInsights/daily/mfaTelecomFraud/{mfaTelecomFraudMetric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportUserInsightMonthly","ApiVersion":"beta","OutputType":"IMicrosoftGraphMonthlyUserInsightMetricsRoot","Uri":"/reports/userInsights/monthly","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphMfaUserCountMetric","Uri":"/reports/userInsights/monthly/mfaRegisteredUsers/{mfaUserCountMetric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRiskDetection","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskDetection","Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRiskyServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyServicePrincipal","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRiskyServicePrincipalHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRiskyUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyUser","Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRiskyUserHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphRoleManagement","Uri":"/roleManagement","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementCloudPc","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplicationMultiple","Uri":"/roleManagement/cloudPC","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementCloudPcResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementCloudPcRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta"},{"Command":"Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementCloudPcRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta"},{"Command":"Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDeviceManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplicationMultiple","Uri":"/roleManagement/deviceManagement","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDeviceManagementResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDeviceManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentMultiple","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta"},{"Command":"Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDeviceManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":"Read and write Cloud PC RBAC settings","FullDescription":"Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"RoleManagement.ReadWrite.CloudPC","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/directory","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta"},{"Command":"Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagement","ApiVersion":"beta","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/entitlementManagement","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval","ApiVersion":"beta","OutputType":"IMicrosoftGraphApproval","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovalStep","Uri":"/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementExchange","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacApplication","Uri":"/roleManagement/exchange","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementExchangeCustomAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomAppScope","Uri":"/roleManagement/exchange/customAppScopes/{customAppScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta"},{"Command":"Update-MgBetaRoleManagementExchangeResourceNamespace","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRbacResourceScope","Uri":"/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementExchangeRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementExchangeRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[{"Name":"RoleManagement.ReadWrite.Exchange","Description":"Read and write Exchange Online RBAC configuration","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Exchange","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSchemaExtension","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchemaExtension","Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.SchemaExtensions","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSearchAcronym","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchAcronym","Uri":"/search/acronyms/{acronym-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSearchBookmark","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchBookmark","Uri":"/search/bookmarks/{bookmark-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSearchEntity","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchEntity","Uri":"/search","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSearchQna","ApiVersion":"beta","OutputType":"IMicrosoftGraphSearchQna","Uri":"/search/qnas/{qna-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityActionAutoGenerated","Uri":"/security/securityActions/{securityAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphAlert","Uri":"/security/alerts/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityAlertMultiple","ApiVersion":"beta","OutputType":"IMicrosoftGraphAlert","Uri":"/security/alerts/updateAlerts","Variants":["Update1","UpdateExpanded1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityAlertV2","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/alerts_v2/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityAttackSimulationAutomation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulationAutomation","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAttackSimulationAutomationRun","ApiVersion":"beta","OutputType":"IMicrosoftGraphSimulationAutomationRun","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAttackSimulationEndUserNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndUserNotification","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndUserNotificationDetail","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAttackSimulationLandingPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLandingPage","Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAttackSimulationLandingPageDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLandingPageDetail","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAttackSimulationLoginPage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLoginPage","Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAttackSimulationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttackSimulationOperation","Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAttackSimulationPayload","ApiVersion":"beta","OutputType":"IMicrosoftGraphPayload","Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAttackSimulationTraining","ApiVersion":"beta","OutputType":"IMicrosoftGraphTraining","Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAttackSimulationTrainingCampaign","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrainingCampaign","Uri":"/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"AttackSimulation.ReadWrite.All","Description":"Read, create, and update attack simulation data of an organization","FullDescription":"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AttackSimulation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrainingLanguageDetail","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAuditLog","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuditCoreRoot","Uri":"/security/auditLog","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAuditLogQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuditLogQuery","Uri":"/security/auditLog/queries/{auditLogQuery-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityAuditLogQueryRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuditLogRecord","Uri":"/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCase","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCasesRoot","Uri":"/security/cases","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCase","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryHoldPolicy","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseMember","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/caseMembers/{ediscoveryCaseMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex","ApiVersion":"beta","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCaseOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryFile","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseSearch","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseSettings","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityCaseEdiscoveryCaseTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityCloudAppSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphCloudAppSecurityProfile","Uri":"/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCollaboration","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCollaborationRoot","Uri":"/security/collaboration","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityCollaborationAnalyzedEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAnalyzedEmail","Uri":"/security/collaboration/analyzedEmails/{analyzedEmail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityDataDiscovery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDataDiscoveryRoot","Uri":"/security/dataDiscovery","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityDataDiscoveryCloudAppDiscovery","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDataDiscoveryReport","Uri":"/security/dataDiscovery/cloudAppDiscovery","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityDataDiscoveryCloudAppDiscoveryUploadedStream","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCloudAppDiscoveryReport","Uri":"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/{cloudAppDiscoveryReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityDataSecurityAndGovernance","ApiVersion":"beta","OutputType":"IMicrosoftGraphTenantDataSecurityAndGovernance","Uri":"/security/dataSecurityAndGovernance","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityDataSecurityAndGovernancePolicyFile","ApiVersion":"beta","OutputType":"IMicrosoftGraphPolicyFile","Uri":"/security/dataSecurityAndGovernance/policyFiles/{policyFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityDataSecurityAndGovernanceProtectionScope","ApiVersion":"beta","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityDomainSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphDomainSecurityProfile","Uri":"/security/domainSecurityProfiles/{domainSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityFileSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphFileSecurityProfile","Uri":"/security/fileSecurityProfiles/{fileSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityHostSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphHostSecurityProfile","Uri":"/security/hostSecurityProfiles/{hostSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityIdentity","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIdentityContainer","Uri":"/security/identities","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityIdentityAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIdentityAccounts","Uri":"/security/identities/identityAccounts/{identityAccounts-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityIdentityHealthIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityIdentitySensor","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensor","Uri":"/security/identities/sensors/{sensor-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityIncident","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIncident","Uri":"/security/incidents/{incident-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityIncidentTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIncidentTask","Uri":"/security/incidentTasks/{incidentTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtection","Uri":"/security/informationProtection","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityInformationProtectionLabelPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtectionPolicySetting","Uri":"/security/informationProtection/labelPolicySettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityInformationProtectionSensitivityLabelParent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityIPSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphIPSecurityProfile","Uri":"/security/ipSecurityProfiles/{ipSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityLabelsRoot","Uri":"/security/labels","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityLabelAuthority","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityLabelCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityLabelCategorySubcategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityLabelCitation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityCitationTemplate","Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityLabelDepartment","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityLabelFilePlanReference","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityLabelRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionLabel","Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityLabelRetentionLabelDescriptor","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFilePlanDescriptor","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityPartner","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurity","Uri":"/security/partner","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityPartnerSecurityAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityAlert","Uri":"/security/partner/securityAlerts/{partnerSecurityAlert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"PartnerSecurity.ReadWrite.All","Description":"Read security alerts and update status of security alerts of customer with CSP relationship","FullDescription":"Allows the app to read security alerts and update status of alerts of customer with CSP relationship on behalf of you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PartnerSecurity.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityPartnerSecurityScore","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityScore","Uri":"/security/partner/securityScore","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityPartnerSecurityScoreCustomerInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityCustomerInsight","Uri":"/security/partner/securityScore/customerInsights/{customerInsight-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityPartnerSecurityScoreHistory","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityScoreHistory","Uri":"/security/partner/securityScore/history/{securityScoreHistory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityPartnerSecurityScoreRequirement","ApiVersion":"beta","OutputType":"IMicrosoftGraphPartnerSecurityRequirement","Uri":"/security/partner/securityScore/requirements/{securityRequirement-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityProviderTenantSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphProviderTenantSetting","Uri":"/security/providerTenantSettings/{providerTenantSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRulesRoot","Uri":"/security/rules","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityRuleDetectionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityDetectionRule","Uri":"/security/rules/detectionRules/{detectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"CustomDetection.ReadWrite.All","Description":"Read and write custom detection rules","FullDescription":"Allows the app to read and write custom detection rules on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomDetection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecuritySecureScore","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecureScore","Uri":"/security/secureScores/{secureScore-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecuritySecureScoreControlProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecureScoreControlProfile","Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecuritySubjectRightsRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecuritySubjectRightsRequestNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligence","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityThreatIntelligence","Uri":"/security/threatIntelligence","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceArticleIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityArticleIndicator","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceHost","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceHostComponent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostComponent","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceHostCookie","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostCookie","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceHostPair","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceHostPort","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostPort","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceHostReputation","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostReputation","Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceHostSslCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceHostTracker","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityHostTracker","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceIntelProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceProfileIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceSslCertificate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySslCertificate","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceSubdomain","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceVulnerability","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityVulnerability","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatIntelligenceWhoisRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityWhoisRecord","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatSubmission","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityThreatSubmissionRoot","Uri":"/security/threatSubmission","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatSubmissionEmailThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEmailThreatSubmission","Uri":"/security/threatSubmission/emailThreats/{emailThreatSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityEmailThreatSubmissionPolicy","Uri":"/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":"Read and write all threat submission policies","FullDescription":"Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatSubmissionPolicy.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatSubmissionFileThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityFileThreatSubmission","Uri":"/security/threatSubmission/fileThreats/{fileThreatSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityThreatSubmissionUrlThreat","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityUrlThreatSubmission","Uri":"/security/threatSubmission/urlThreats/{urlThreatSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityTiIndicator","ApiVersion":"beta","OutputType":"IMicrosoftGraphTiIndicator","Uri":"/security/tiIndicators/{tiIndicator-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityTiIndicatorMultiple","ApiVersion":"beta","OutputType":"IMicrosoftGraphTiIndicator","Uri":"/security/tiIndicators/updateTiIndicators","Variants":["Update1","UpdateExpanded1"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":"Manage threat indicators this app creates or owns","FullDescription":"Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf. It cannot update any threat indicators that it is not an owner of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ThreatIndicators.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta"},{"Command":"Update-MgBetaSecurityTrigger","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityTriggersRoot","Uri":"/security/triggers","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityTriggerRetentionEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionEvent","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityTriggerType","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityTriggerTypesRoot","Uri":"/security/triggerTypes","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityTriggerTypeRetentionEventType","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSecurityUserSecurityProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSecurityProfile","Uri":"/security/userSecurityProfiles/{userSecurityProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipal","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta"},{"Command":"Update-MgBetaServicePrincipalAppRoleAssignedTo","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalByAppId","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals(appId='{appId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta"},{"Command":"Update-MgBetaServicePrincipalClaimPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphCustomClaimsPolicy","Uri":"/servicePrincipals/{servicePrincipal-id}/claimsPolicy","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customclaimspolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaServicePrincipalDelegatedPermissionClassification","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalLicenseDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLicenseDetails","Uri":"/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalPasswordSingleSignOnCredential","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":"Read directory data","FullDescription":"Allows the app to read data in your organization's directory.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta"},{"Command":"Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphRemoteDesktopSecurityConfiguration","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-beta"},{"Command":"Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphApprovedClientApp","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/approvedClientApps/{approvedClientApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTargetDeviceGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-beta"},{"Command":"Update-MgBetaServicePrincipalRiskDetection","ApiVersion":"beta","OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalSynchronizationJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalSynchronizationJobBulkUpload","ApiVersion":"beta","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalSynchronizationJobSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-beta"},{"Command":"Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalSynchronizationTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalSynchronizationTemplateSchema","ApiVersion":"beta","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/list/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSharePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaShareSharedDriveItemSharedDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedDriveItem","Uri":"/shares/{sharedDriveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSite","ApiVersion":"beta","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/sites/{site-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteAnalyticItemActivityStatActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivity","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSiteContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSiteContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteGetByPathAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteGetByPathOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteGetByPathTermStore","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListItemActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityOld","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/lists/{list-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/sites/{site-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteNotebookContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteNotebookSectionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteNotebookSectionGroupContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteNotebookSectionGroupSectionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteNotebookSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteOperationContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenotePageContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteResourceContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteSectionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteSectionGroupContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteSectionGroupSectionContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOnenoteSectionPageContent","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePage","ApiVersion":"beta","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageAsSitePageCanvaLayout","ApiVersion":"beta","OutputType":"IMicrosoftGraphCanvasLayout","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphVerticalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageAsSitePageWebPart","ApiVersion":"beta","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePageLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSitePermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta"},{"Command":"Update-MgBetaSiteTermStore","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreGroupSetParentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetParentGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetParentGroupSet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetParentGroupSetChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetParentGroupSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetParentGroupSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetTerm","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetTermChild","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetTermChildRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSiteTermStoreSetTermRelation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestore","ApiVersion":"beta","OutputType":"IMicrosoftGraphBackupRestoreRoot","Uri":"/solutions/backupRestore","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreDriveInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreDriveProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreEmailNotificationSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmailNotificationsSetting","Uri":"/solutions/backupRestore/emailNotificationsSetting","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailnotificationssetting-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBackupRestoreExchangeRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphExchangeRestoreSession","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreMailboxInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveRestoreArtifact","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestorePoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreServiceApp","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphRestoreSessionBase","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBackupRestoreSharePointRestoreSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharePointRestoreSession","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteRestoreArtifact","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreSiteInclusionRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreSiteProtectionUnit","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob","ApiVersion":"beta","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBusinessScenario","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenario","Uri":"/solutions/businessScenarios/{businessScenario-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBusinessScenarioByUniqueName","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenario","Uri":"/solutions/businessScenarios(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBusinessScenarioPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenarioPlanner","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanConfiguration","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanConfigurationLocalization","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBusinessScenarioPlannerTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphBusinessScenarioTask","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":"Read and write data for business scenarios this app creates or owns","FullDescription":"Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioData.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskConfiguration","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.OwnedBy","Description":"Read and write business scenario configurations this app creates or owns","FullDescription":"Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BusinessScenarioConfig.ReadWrite.All","Description":"Read and write business scenario configurations","FullDescription":"Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-beta"},{"Command":"Update-MgBetaSolutionBusinessScenarioPlannerTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.BusinessScenario","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSubscribedSku","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscribedSku","Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ChangeNotifications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeam","Uri":"/teams/{team-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsChannelPlanner","Uri":"/teams/{team-id}/channels/{channel-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teams/{team-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamInstalledApp","ApiVersion":"beta","OutputType":null,"Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, on your behalf. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, without a signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamOwnerMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/teams/{team-id}/owners/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/teams/{team-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamPrimaryChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/primaryChannel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsChannelPlanner","Uri":"/teams/{team-id}/primaryChannel/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teams/{team-id}/primaryChannel/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamPrimaryChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamScheduleDayNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphDayNote","Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamScheduleOfferShiftRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamScheduleOpenShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShift","Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamScheduleOpenShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamScheduleSchedulingGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamScheduleShift","ApiVersion":"beta","OutputType":"IMicrosoftGraphShift","Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamScheduleShiftRoleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphShiftsRoleDefinition","Uri":"/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"Schedule.ReadWrite.All","Description":"Read and write your schedule items","FullDescription":"Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Schedule.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SchedulePermissions.ReadWrite.All","Description":"Read/Write your schedule permissions for a role.","FullDescription":"Allows the app to read/write schedule permissions for a specific role in Shifts application on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SchedulePermissions.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamScheduleSwapShiftChangeRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamScheduleTimeCard","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamScheduleTimeOff","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOff","Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamScheduleTimeOffReason","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamScheduleTimeOffRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamTagMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamwork","Uri":"/teamwork","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedChat","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeletedTeam","Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannel","ApiVersion":"beta","OutputType":"IMicrosoftGraphChannel","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsChannelPlanner","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeletedTeamChannelTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDevice","Uri":"/teamwork/devices/{teamworkDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeviceActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDeviceActivity","Uri":"/teamwork/devices/{teamworkDevice-id}/activity","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeviceConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDeviceConfiguration","Uri":"/teamwork/devices/{teamworkDevice-id}/configuration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeviceHealth","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDeviceHealth","Uri":"/teamwork/devices/{teamworkDevice-id}/health","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeviceOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamworkDeviceOperation","Uri":"/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkDeviceSoftware","ApiVersion":"beta","OutputType":null,"Uri":"/teamwork/devices/{teamworkDevice-id}/updateSoftware","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"TeamworkDevice.ReadWrite.All","Description":"Read and write Teams devices","FullDescription":"Allow the app to read and write the management data for Teams devices on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkDevice.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamworkTeamAppSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAppSettings","Uri":"/teamwork/teamsAppSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTeamworkTeamTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamTemplate","Uri":"/teamwork/teamTemplates/{teamTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkTeamTemplateDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamTemplateDefinition","Uri":"/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTeamworkWorkforceIntegration","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkforceIntegration","Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTenantRelationshipDelegatedAdminCustomer","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipDelegatedAdminRelationship","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.Partner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenant","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenant","Uri":"/tenantRelationships/managedTenants/tenants/{tenant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance","Uri":"/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantAlert","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlert","Uri":"/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantAlertLog","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertLog","Uri":"/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantAlertRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRule","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition","Uri":"/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantApiNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantApiNotification","Uri":"/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantAppPerformance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAppPerformance","Uri":"/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantAuditEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsAuditEvent","Uri":"/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcConnection","Uri":"/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcDevice","Uri":"/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCloudPcOverview","Uri":"/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage","Uri":"/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary","Uri":"/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantCustomizedInformation","Uri":"/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTenantRelationshipManagedTenantDetailedInformation","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantDetailedInformation","Uri":"/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceAppPerformance","Uri":"/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary","Uri":"/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsDeviceHealthStatus","Uri":"/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantEmailNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantEmailNotification","Uri":"/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantGroup","Uri":"/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceCompliance","Uri":"/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend","Uri":"/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagementAction","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementAction","Uri":"/tenantRelationships/managedTenants/managementActions/{managementAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus","Uri":"/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagementIntent","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementIntent","Uri":"/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplate","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplate","Uri":"/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollection","Uri":"/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary","Uri":"/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStep","Uri":"/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary","Uri":"/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepVersion","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment","Uri":"/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantMyRole","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsMyRole","Uri":"/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantTag","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsTenantTag","Uri":"/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint","Uri":"/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState","Uri":"/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedTenantsWindowsProtectionState","Uri":"/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.ManagedTenants","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTenantRelationshipMultiTenantOrganization","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganization","Uri":"/tenantRelationships/multiTenantOrganization","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord","Uri":"/tenantRelationships/multiTenantOrganization/joinRequest","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant","ApiVersion":"beta","OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTrustFramework","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFramework","Uri":"/trustFramework","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaTrustFrameworkKeySet","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrustFrameworkKeySet","Uri":"/trustFramework/keySets/{trustFrameworkKeySet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":"Read and write trust framework key sets","FullDescription":"Allows the app to read or write trust framework key sets, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TrustFrameworkKeySet.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta"},{"Command":"Update-MgBetaTrustFrameworkPolicy","ApiVersion":"beta","OutputType":null,"Uri":"/trustFramework/policies/{trustFrameworkPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUser","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Set-MgBetaUser","Module":"Beta.Users","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-Mail.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-PasswordProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-Phone.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.EnableDisableAccount.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ManageIdentities.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-Mail.ReadWrite.All","Description":"Update other mails property for all users","FullDescription":"Allows the app to Update other mails property for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-PasswordProfile.ReadWrite.All","Description":"Update password profile property and reset password for all users","FullDescription":"Allows the app to update password profile property and reset password for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-Phone.ReadWrite.All","Description":"Update business phones and mobile phone properties for all users","FullDescription":"Allows the app to update business phones and mobile phone properties for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.EnableDisableAccount.All","Description":"Enable and disable user accounts","FullDescription":"Allows the app to enable and disable users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ManageIdentities.All","Description":"Manage user identities","FullDescription":"Allows the app to read, update and delete identities that are associated with a user's account that you have access to. This controls the identities users can sign-in with.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserActivityHistoryItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityHistoryItem","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserActivityStatistics","ApiVersion":"beta","OutputType":"IMicrosoftGraphActivityStatistics","Uri":"/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserAppRoleAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserAuthenticationEmailMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserAuthenticationExternalAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphExternalAuthenticationMethod","Uri":"/users/{user-id}/authentication/externalAuthenticationMethods/{externalAuthenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserAuthenticationHardwareOathMethodDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/assignTo/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphHardwareOathTokenAuthenticationMethodDevice","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/authentication/hardwareOathMethods/{hardwareOathAuthenticationMethod-id}/device/hardwareOathDevices/{hardwareOathTokenAuthenticationMethodDevice-id}/assignTo/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserAuthenticationMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphAuthenticationMethod","Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserAuthenticationOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserAuthenticationPhoneMethod","ApiVersion":"beta","OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserAuthenticationQrCodePinMethodPin","ApiVersion":"beta","OutputType":"IMicrosoftGraphQrPin","Uri":"/users/{user-id}/authentication/qrCodePinMethod/pin","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/qrpin-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode","ApiVersion":"beta","OutputType":"IMicrosoftGraphQrCode","Uri":"/users/{user-id}/authentication/qrCodePinMethod/standardQRCode","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/qrcode-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode","ApiVersion":"beta","OutputType":"IMicrosoftGraphQrCode","Uri":"/users/{user-id}/authentication/qrCodePinMethod/temporaryQRCode","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserAuthenticationRequirement","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/authentication/requirements","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserAuthenticationSignInPreference","ApiVersion":"beta","OutputType":"IMicrosoftGraphSignInPreferences","Uri":"/users/{user-id}/authentication/signInPreferences","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserByUserPrincipalName","ApiVersion":"beta","OutputType":"IMicrosoftGraphUser","Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserCalendarGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarGroup","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserCalendarPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserChat","ApiVersion":"beta","OutputType":"IMicrosoftGraphChat","Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserChatInstalledApp","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta"},{"Command":"Update-MgBetaUserChatLastMessagePreview","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserChatMember","ApiVersion":"beta","OutputType":"IMicrosoftGraphConversationMember","Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserChatMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserChatMessageHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserChatMessageReply","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserChatMessageReplyHostedContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserChatOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserChatPermissionGrant","ApiVersion":"beta","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserChatPinnedMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserChatTab","ApiVersion":"beta","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContactFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContactFolderChildFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContactFolderChildFolderContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContactFolderChildFolderContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContactFolderChildFolderContactPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContactFolderContact","ApiVersion":"beta","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContactFolderContactExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContactFolderContactPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserContactPhoto","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/devices/{device-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDeviceByDeviceId","ApiVersion":"beta","OutputType":"IMicrosoftGraphDevice","Uri":"/users/{user-id}/devices(deviceId='{deviceId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDeviceCommand","ApiVersion":"beta","OutputType":"IMicrosoftGraphCommand","Uri":"/users/{user-id}/devices/{device-id}/commands/{command-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDeviceEnrollmentConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDeviceEnrollmentConfigurationAssignment","ApiVersion":"beta","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDeviceExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/devices/{device-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDeviceManagementTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDeviceUsageRights","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsageRight","Uri":"/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.CrossDeviceExperiences","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDrive","ApiVersion":"beta","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveList","ApiVersion":"beta","OutputType":"IMicrosoftGraphList","Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListContentType","ApiVersion":"beta","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListContentTypeColumn","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListContentTypeColumnLink","ApiVersion":"beta","OutputType":"IMicrosoftGraphColumnLink","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveListSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRoot","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootAnalytic","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootAnalyticItemActivityStat","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootListItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootListItemDocumentSetVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootListItemDocumentSetVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootListItemField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootListItemPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootListItemVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootListItemVersionField","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootPermission","ApiVersion":"beta","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootRetentionLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootSubscription","ApiVersion":"beta","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootThumbnail","ApiVersion":"beta","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserDriveRootVersion","ApiVersion":"beta","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserEventExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInferenceClassification","ApiVersion":"beta","OutputType":"IMicrosoftGraphInferenceClassification","Uri":"/users/{user-id}/inferenceClassification","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInferenceClassificationOverride","ApiVersion":"beta","OutputType":"IMicrosoftGraphInferenceClassificationOverride","Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtection","Uri":"/users/{user-id}/informationProtection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInformationProtectionDataLossPreventionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphDataLossPreventionPolicy","Uri":"/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInformationProtectionPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionPolicy","Uri":"/users/{user-id}/informationProtection/policy","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInformationProtectionPolicyLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphInformationProtectionLabel","Uri":"/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInformationProtectionSensitivityLabelSublabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInformationProtectionSensitivityPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSensitivityPolicySettings","Uri":"/users/{user-id}/informationProtection/sensitivityPolicySettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInformationProtectionThreatAssessmentRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult","ApiVersion":"beta","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemInsights","Uri":"/users/{user-id}/insights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInsightShared","ApiVersion":"beta","OutputType":"IMicrosoftGraphSharedInsight","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInsightTrending","ApiVersion":"beta","OutputType":"IMicrosoftGraphTrending","Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserInsightUsed","ApiVersion":"beta","OutputType":"IMicrosoftGraphUsedInsight","Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserLicenseDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphLicenseDetails","Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailboxSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailFolderChildFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailFolderChildFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailFolderChildFolderMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailFolderChildFolderMessageReadState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/updateAllMessagesReadState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailFolderChildFolderMessageRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailFolderMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailFolderMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailFolderMessageReadState","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/updateAllMessagesReadState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMailFolderMessageRule","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssignmentFilterEvaluationStatusDetails","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceCompliancePolicyState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceHealthScriptState","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceHealthScriptPolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceLogCollectionResponse","ApiVersion":"beta","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceMobileAppConfigurationState","ApiVersion":"beta","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceSecurityBaselineState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityBaselineSettingState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceWindowsDeviceAccount","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceWindowsProtectionState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsProtectionState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMessage","ApiVersion":"beta","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMessageExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMobileAppIntentAndState","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppIntentAndState","Uri":"/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMobileAppTroubleshootingEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"beta","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserNotification","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotification","Uri":"/users/{user-id}/notifications/{notification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenote","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenote","Uri":"/users/{user-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteNotebook","ApiVersion":"beta","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteNotebookSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteNotebookSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteNotebookSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteNotebookSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteOperation","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenotePage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteSectionGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteSectionGroupSection","ApiVersion":"beta","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteSectionGroupSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOnenoteSectionPage","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOutlookMasterCategory","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookCategory","Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOutlookTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/tasks/{outlookTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOutlookTaskFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskFolder","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOutlookTaskFolderTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOutlookTaskGroup","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskGroup","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOutlookTaskGroupTaskFolder","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTaskFolder","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserOutlookTaskGroupTaskFolderTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphOutlookTask","Uri":"/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserPassword","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/changePassword","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta"},{"Command":"Update-MgBetaUserPlanner","ApiVersion":"beta","OutputType":"IMicrosoftGraphPlannerUser","Uri":"/users/{user-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Planner","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfile","ApiVersion":"beta","OutputType":"IMicrosoftGraphProfile","Uri":"/users/{user-id}/profile","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfileAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserAccountInformation","Uri":"/users/{user-id}/profile/account/{userAccountInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfileAddress","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemAddress","Uri":"/users/{user-id}/profile/addresses/{itemAddress-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemaddress-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserProfileAnniversary","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAnnualEvent","Uri":"/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfileAward","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAward","Uri":"/users/{user-id}/profile/awards/{personAward-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/personaward-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserProfileCertification","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonCertification","Uri":"/users/{user-id}/profile/certifications/{personCertification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/personcertification-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserProfileEducationalActivity","ApiVersion":"beta","OutputType":"IMicrosoftGraphEducationalActivity","Uri":"/users/{user-id}/profile/educationalActivities/{educationalActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfileEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemEmail","Uri":"/users/{user-id}/profile/emails/{itemEmail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itememail-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserProfileInterest","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonInterest","Uri":"/users/{user-id}/profile/interests/{personInterest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfileLanguage","ApiVersion":"beta","OutputType":"IMicrosoftGraphLanguageProficiency","Uri":"/users/{user-id}/profile/languages/{languageProficiency-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfileName","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonName","Uri":"/users/{user-id}/profile/names/{personName-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfileNote","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonAnnotation","Uri":"/users/{user-id}/profile/notes/{personAnnotation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.Read","Description":"Sign you in and read your profile","FullDescription":"Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadBasic.All","Description":"Read all users' basic profiles","FullDescription":"Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address, photo, id and security identifier. Also allows the app to read the full profile of the signed-in user.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.Read.All","Description":"Read all users' full profiles and company properties","FullDescription":"Allows the app to read the full set of user properties of all users in the organization and read company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/personannotation-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserProfilePatent","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPatent","Uri":"/users/{user-id}/profile/patents/{itemPatent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itempatent-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserProfilePhone","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPhone","Uri":"/users/{user-id}/profile/phones/{itemPhone-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itemphone-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserProfilePosition","ApiVersion":"beta","OutputType":"IMicrosoftGraphWorkPosition","Uri":"/users/{user-id}/profile/positions/{workPosition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfileProject","ApiVersion":"beta","OutputType":"IMicrosoftGraphProjectParticipation","Uri":"/users/{user-id}/profile/projects/{projectParticipation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfilePublication","ApiVersion":"beta","OutputType":"IMicrosoftGraphItemPublication","Uri":"/users/{user-id}/profile/publications/{itemPublication-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/itempublication-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserProfileSkill","ApiVersion":"beta","OutputType":"IMicrosoftGraphSkillProficiency","Uri":"/users/{user-id}/profile/skills/{skillProficiency-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfileWebAccount","ApiVersion":"beta","OutputType":"IMicrosoftGraphWebAccount","Uri":"/users/{user-id}/profile/webAccounts/{webAccount-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserProfileWebsite","ApiVersion":"beta","OutputType":"IMicrosoftGraphPersonWebsite","Uri":"/users/{user-id}/profile/websites/{personWebsite-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.People","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserScopedRoleMemberOf","ApiVersion":"beta","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSecurity","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurity1","Uri":"/users/{user-id}/security","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSecurityInformationProtection","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtection","Uri":"/users/{user-id}/security/informationProtection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecurityInformationProtectionPolicySetting","Uri":"/users/{user-id}/security/informationProtection/labelPolicySettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSecurityInformationProtectionSensitivityLabel","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent","ApiVersion":"beta","OutputType":"IMicrosoftGraphSecuritySensitivityLabel","Uri":"/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserSettings","Uri":"/users/{user-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSettingContactMergeSuggestion","ApiVersion":"beta","OutputType":"IMicrosoftGraphContactMergeSuggestions","Uri":"/users/{user-id}/settings/contactMergeSuggestions","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSettingItemInsight","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserInsightsSettings","Uri":"/users/{user-id}/settings/itemInsights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-beta"},{"Command":"Update-MgBetaUserSettingRegionalAndLanguageSetting","ApiVersion":"beta","OutputType":"IMicrosoftGraphRegionalAndLanguageSettings","Uri":"/users/{user-id}/settings/regionalAndLanguageSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSettingShiftPreference","ApiVersion":"beta","OutputType":"IMicrosoftGraphShiftPreferences","Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserShiftPreferences.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-beta"},{"Command":"Update-MgBetaUserSettingStorage","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserStorage","Uri":"/users/{user-id}/settings/storage","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSettingStorageQuota","ApiVersion":"beta","OutputType":"IMicrosoftGraphUnifiedStorageQuota","Uri":"/users/{user-id}/settings/storage/quota","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSettingStorageQuotaService","ApiVersion":"beta","OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSettingWindows","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsSetting","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserSettingWindowsInstance","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsSettingInstance","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserTeamwork","ApiVersion":"beta","OutputType":"IMicrosoftGraphUserTeamwork","Uri":"/users/{user-id}/teamwork","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserTeamworkAssociatedTeam","ApiVersion":"beta","OutputType":"IMicrosoftGraphAssociatedTeamInfo","Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserTodoList","ApiVersion":"beta","OutputType":"IMicrosoftGraphTodoTaskList","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserTodoListExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserTodoListTask","ApiVersion":"beta","OutputType":"IMicrosoftGraphTodoTask","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserTodoListTaskAttachmentSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttachmentSession","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserTodoListTaskChecklistItem","ApiVersion":"beta","OutputType":"IMicrosoftGraphChecklistItem","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserTodoListTaskExtension","ApiVersion":"beta","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaUserTodoListTaskLinkedResource","ApiVersion":"beta","OutputType":"IMicrosoftGraphLinkedResource","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEvent","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEvent","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventSessionByJoinWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventTownhall","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta"},{"Command":"Update-MgBetaVirtualEventTownhallPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventTownhallSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventTownhallSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventWebinar","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta"},{"Command":"Update-MgBetaVirtualEventWebinarPresenter","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta"},{"Command":"Update-MgBetaVirtualEventWebinarRegistration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventWebinarRegistrationByEmail","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventWebinarRegistrationByUserId","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventWebinarRegistrationConfiguration","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventWebinarSession","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventWebinarSessionAttendanceReport","ApiVersion":"beta","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord","ApiVersion":"beta","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl","ApiVersion":"beta","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Beta.Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesDeployment","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesDeployment","Uri":"/admin/windows/updates/deployments/{deployment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuDeployment","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta"},{"Command":"Update-MgBetaWindowsUpdatesDeploymentAudience","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuDeploymentAudience","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta"},{"Command":"Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuDeploymentAudienceApplicableContent","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesDeploymentAudienceById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuDeploymentAudienceGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta"},{"Command":"Update-MgBetaWindowsUpdatesPolicy","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesUpdatePolicy","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuPolicy","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta"},{"Command":"Update-MgBetaWindowsUpdatesPolicyAudience","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesDeploymentAudience","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuPolicyAudience","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContent","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuPolicyAudienceApplicableContent","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesPolicyAudienceById","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuPolicyAudienceGraphBPreId","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta"},{"Command":"Update-MgBetaWindowsUpdatesPolicyAudienceExclusion","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuPolicyAudienceExclusion","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesPolicyAudienceMember","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuPolicyAudienceMember","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesPolicyComplianceChange","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesComplianceChange","Uri":"/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuPolicyComplianceChange","Module":"Beta.WindowsUpdates","Permissions":[{"Name":"WindowsUpdates.ReadWrite.All","Description":"Read and write all Windows update deployment settings","FullDescription":"Allows the app to read and write all Windows update deployment settings for the organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WindowsUpdates.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta"},{"Command":"Update-MgBetaWindowsUpdatesProduct","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesProduct","Uri":"/admin/windows/updates/products/{product-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuProduct","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesProductEdition","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesEdition","Uri":"/admin/windows/updates/products/{product-id}/editions/{edition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuProductEdition","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesProductKnownIssue","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnownIssue","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuProductKnownIssue","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Uri":"/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesProductRevision","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesProductRevision","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuProductRevision","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesCatalogEntry","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuProductRevisionCatalogEntry","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle","Uri":"/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuProductRevisionKnowledgeBaseArticle","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesResourceConnection","ApiVersion":"beta","OutputType":"IMicrosoftGraphWindowsUpdatesResourceConnection","Uri":"/admin/windows/updates/resourceConnections/{resourceConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuResourceConnection","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBetaWindowsUpdatesUpdatableAsset","ApiVersion":"beta","OutputType":null,"Uri":"/admin/windows/updates/updatableAssets/{updatableAsset-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgBetaWuUpdatableAsset","Module":"Beta.WindowsUpdates","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBookingBusiness","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingBusiness","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0"},{"Command":"Update-MgBookingBusinessAppointment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0"},{"Command":"Update-MgBookingBusinessCalendarView","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingAppointment","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgBookingBusinessCustomer","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"BookingsAppointment.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0"},{"Command":"Update-MgBookingBusinessCustomQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingCustomQuestion","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"BookingsAppointment.ReadWrite.All","Description":"Read and write booking appointments","FullDescription":"Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0"},{"Command":"Update-MgBookingBusinessService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingService","Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0"},{"Command":"Update-MgBookingBusinessStaffMember","ApiVersion":"v1.0","OutputType":null,"Uri":"/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[{"Name":"Bookings.ReadWrite.All","Description":"Read and write bookings information","FullDescription":"Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Bookings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Bookings.Manage.All","Description":"Manage bookings information","FullDescription":"Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Bookings.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0"},{"Command":"Update-MgBookingCurrency","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBookingCurrency","Uri":"/solutions/bookingCurrencies/{bookingCurrency-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgChat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChat","Uri":"/chats/{chat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChatSettings.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0"},{"Command":"Update-MgChatInstalledApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForChat","Description":"Allow the Teams app to manage itself in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForChat","Description":"Manage installed Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat","Description":"Allow the Teams app to manage itself and its permission grants in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat","Description":"Manage installation and permission grants of Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat","Description":"Manage installation and permission grants of selected Teams apps in chats","FullDescription":"Allows the app to read, install, upgrade, and uninstall selected Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.Manage.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0"},{"Command":"Update-MgChatLastMessagePreview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageInfo","Uri":"/chats/{chat-id}/lastMessagePreview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgChatMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/chats/{chat-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgChatMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"Chat.ReadWrite","Description":"Read and write your chat messages","FullDescription":"Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Chat.UpdatePolicyViolation.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Chat.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgChatMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgChatPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgChatPinnedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgChatTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.ReadWriteSelfForChat","Description":"Allow the Teams app to manage only its own tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteSelfForChat.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForChat","Description":"Allow the Teams app to manage all tabs in chats","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForChat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.Chat","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0"},{"Command":"Update-MgCommunicationCallAudioRoutingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAudioRoutingGroup","Uri":"/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.InitiateGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0"},{"Command":"Update-MgCommunicationCallContentSharingSession","ApiVersion":"v1.0","OutputType":null,"Uri":"/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationCallOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCommsOperation","Uri":"/communications/calls/{call-id}/operations/{commsOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationCallParticipant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphParticipant","Uri":"/communications/calls/{call-id}/participants/{participant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationCallRecordingStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUpdateRecordingStatusOperation","Uri":"/communications/calls/{call-id}/updateRecordingStatus","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"Calls.AccessMedia.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Calls.JoinGroupCall.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0"},{"Command":"Update-MgCommunicationCallRecordOrganizerV2","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsOrganizer","Uri":"/communications/callRecords/{callRecord-id}/organizer_v2","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationCallRecordParticipantV2","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsParticipant","Uri":"/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationCallRecordSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecordsSession","Uri":"/communications/callRecords/{callRecord-id}/sessions/{session-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationOnlineMeeting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnlineMeeting","Uri":"/communications/onlineMeetings/{onlineMeeting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationOnlineMeetingAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationOnlineMeetingRecording","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationOnlineMeetingTranscript","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCommunicationPresence","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPresence","Uri":"/communications/presences/{presence-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgCompliance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCompliance","Uri":"/compliance","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgContract","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContract","Uri":"/contracts/{contract-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDataPolicyOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDataPolicyOperation","Uri":"/dataPolicyOperations/{dataPolicyOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/devices/{device-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Device.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceAppManagement","Uri":"/deviceAppManagement","Variants":["Update","UpdateExpanded"],"CommandAlias":"Update-MgDeviceAppMgt","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementAndroidManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAndroidManagedAppProtection","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtAndroidManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementAndroidManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtAndroidManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementDefaultManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDefaultManagedAppProtection","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtDefaultManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementDefaultManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtDefaultManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementiOSManagedAppProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosManagedAppProtection","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtiOSManagedAppProtection","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementiOSManagedAppProtectionApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtiOSManagedAppProtectionApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementManagedAppPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedAppPolicy","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementManagedAppRegistration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppRegistration","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedAppRegistration","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicy","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementManagedAppRegistrationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppOperation","Uri":"/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedAppRegistrationOperation","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementManagedAppStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppStatus","Uri":"/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedAppStatus","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementManagedEBook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedEBook","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedEBook","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementManagedEBookAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedEBookAssignment","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedEBookAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementManagedEBookDeviceState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedEBookDeviceState","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementManagedEBookInstallSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEBookInstallSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedEBookInstallSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementManagedEBookUserStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserInstallStateSummary","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedEBookUserStateSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceInstallState","Uri":"/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMdmWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileApp","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-managediosstoreapp-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContent","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppContentFile","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppAssignment","Uri":"/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementMobileAppCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppCategory","Uri":"/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppCategory","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementMobileAppConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfiguration","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementMobileAppConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppConfigurationAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementMobileAppConfigurationUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppConfigurationUserStatus","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary","Uri":"/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceAppManagementMultipleMobileAppRelationship","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppRelationship","Uri":"/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtMultipleMobileAppRelationship","Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementTargetedManagedAppConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppConfiguration","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtTargetedManagedAppConfiguration","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedMobileApp","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedAppPolicyDeploymentSummary","Uri":"/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementVppToken","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVppToken","Uri":"/deviceAppManagement/vppTokens/{vppToken-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtVppToken","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementWindowsInformationProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionPolicy","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtWindowInformationProtectionPolicy","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetedManagedAppPolicyAssignment","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLockerFile","Uri":"/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile","Module":"Devices.CorporateManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceByDeviceId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDevice","Uri":"/devices(deviceId='{deviceId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/devices/{device-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagement","Uri":"/deviceManagement","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementApplePushNotificationCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApplePushNotificationCertificate","Uri":"/deviceManagement/applePushNotificationCertificate","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementAuditEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuditEvent","Uri":"/deviceManagement/auditEvents/{auditEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementComplianceManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphComplianceManagementPartner","Uri":"/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementConditionalAccessSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnPremisesConditionalAccessSettings","Uri":"/deviceManagement/conditionalAccessSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementDetectedApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDetectedApp","Uri":"/deviceManagement/detectedApps/{detectedApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/deviceCategories/{deviceCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicy","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyAssignment","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary","Uri":"/deviceManagement/deviceCompliancePolicyDeviceStateSummary","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceDeviceStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceDeviceOverview","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceScheduledActionForRule","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceActionItem","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicySettingStateSummary","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceSettingState","Uri":"/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicyUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceUserStatus","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceComplianceUserOverview","Uri":"/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfiguration","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10teamgeneralconfiguration-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationAssignment","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSettingStateDeviceSummary","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStateSummary","Uri":"/deviceManagement/deviceConfigurationDeviceStateSummaries","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceConfigurationDeviceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationDeviceOverview","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceConfigurationUserStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationUserStatus","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceConfigurationUserStatusOverview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationUserOverview","Uri":"/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementDeviceEnrollmentConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceEnrollmentConfiguration","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEnrollmentConfigurationAssignment","Uri":"/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementExchangeConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementExchangeConnector","Uri":"/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity","Uri":"/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementIoUpdateStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIosUpdateDeviceStatus","Uri":"/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementManagedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/deviceManagement/managedDevices/{managedDevice-id}","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementManagedDeviceCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementManagedDeviceCompliancePolicyState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementManagedDeviceConfigurationState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementManagedDeviceLogCollectionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":"Perform user-impacting remote actions on Microsoft Intune devices","FullDescription":"Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.PrivilegedOperations.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementManagedDeviceWindowsProtectionState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsProtectionState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementMobileAppTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileAppTroubleshootingEvent","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppLogCollectionRequest","Uri":"/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementMobileThreatDefenseConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMobileThreatDefenseConnector","Uri":"/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementNotificationMessageTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotificationMessageTemplate","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLocalizedNotificationMessage","Uri":"/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementPartner","Uri":"/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementRemoteAssistancePartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRemoteAssistancePartner","Uri":"/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementReports","Uri":"/deviceManagement/reports","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementResourceOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceOperation","Uri":"/deviceManagement/resourceOperations/{resourceOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceAndAppManagementRoleAssignment","Uri":"/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleDefinition","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementRoleDefinitionRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleAssignment","Uri":"/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementTelecomExpenseManagementPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTelecomExpenseManagementPartner","Uri":"/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementTermAndCondition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditions","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementTermAndConditionAcceptanceStatus","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditionsAcceptanceStatus","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementTermAndConditionAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermsAndConditionsAssignment","Uri":"/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementVirtualEndpointDeviceImage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcDeviceImage","Uri":"/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementVirtualEndpointGalleryImage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcGalleryImage","Uri":"/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementVirtualEndpointOnPremiseConnection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcOnPremisesConnection","Uri":"/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementVirtualEndpointProvisioningPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicy","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[{"Name":"CloudPC.ReadWrite.All","Description":"Read and write Cloud PCs","FullDescription":"Allows the app to read and write the properties of Cloud PCs, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CloudPC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcProvisioningPolicyAssignment","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementVirtualEndpointUserSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcUserSetting","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementVirtualEndpointUserSettingAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCloudPcUserSettingAssignment","Uri":"/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Administration","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty","ApiVersion":"v1.0","OutputType":null,"Uri":"/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionAppLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary","Uri":"/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementWindowsMalwareInformation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsMalwareInformation","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0"},{"Command":"Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMalwareStateForWindowsDevice","Uri":"/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DeviceManagement","Permissions":[{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0"},{"Command":"Update-MgDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectory","Uri":"/directory","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectoryAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/directory/administrativeUnits/{administrativeUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"AdministrativeUnit.ReadWrite.All","Description":"Read and write administrative units","FullDescription":"Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AdministrativeUnit.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0"},{"Command":"Update-MgDirectoryAdministrativeUnitExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectoryAdministrativeUnitScopedRoleMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectoryAttributeSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttributeSet","Uri":"/directory/attributeSets/{attributeSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0"},{"Command":"Update-MgDirectoryCustomSecurityAttributeDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomSecurityAttributeDefinition","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0"},{"Command":"Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAllowedValue","Uri":"/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":"Read and write custom security attribute definitions","FullDescription":"Allows the app to read and write custom security attribute definitions for the tenant on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomSecAttributeDefinition.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0"},{"Command":"Update-MgDirectoryDeviceLocalCredential","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLocalCredentialInfo","Uri":"/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectoryFederationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/directory/federationConfigurations/{identityProviderBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectoryObject","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryObject","Uri":"/directoryObjects/{directoryObject-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"DirectoryObjects","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectoryOnPremiseSynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnPremisesDirectorySynchronization","Uri":"/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0"},{"Command":"Update-MgDirectoryPublicKeyInfrastructure","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPublicKeyInfrastructureRoot","Uri":"/directory/publicKeyInfrastructure","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateBasedAuthPki","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificatebasedauthpki-update?view=graph-rest-1.0"},{"Command":"Update-MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCertificateAuthorityDetail","Uri":"/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/{certificateBasedAuthPki-id}/certificateAuthorities/{certificateAuthorityDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":"Read and write all certificate based authentication configurations","FullDescription":"Allows the application to read and write certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"PublicKeyInfrastructure.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/certificateauthoritydetail-update?view=graph-rest-1.0"},{"Command":"Update-MgDirectoryRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles/{directoryRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectoryRoleByRoleTemplateId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRole","Uri":"/directoryRoles(roleTemplateId='{roleTemplateId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectoryRoleScopedMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectoryRoleTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryRoleTemplate","Uri":"/directoryRoleTemplates/{directoryRoleTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectorySubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions/{companySubscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDirectorySubscriptionByCommerceSubscriptionId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCompanySubscription","Uri":"/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomain","Uri":"/domains/{domain-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.AccessAsUser.All","Description":"Access the directory as you","FullDescription":"Allows the app to have the same access to information in your work or school directory as you do.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0"},{"Command":"Update-MgDomainFederationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInternalDomainFederation","Uri":"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"Domain.ReadWrite.All","Description":"Read and write domains","FullDescription":"Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Domain.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0"},{"Command":"Update-MgDomainServiceConfigurationRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDomainVerificationDnsRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDomainDnsRecord","Uri":"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Files.ReadWrite","Description":"Have full access to your files","FullDescription":"Allows the app to read, create, update, and delete your files.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Files.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Files.ReadWrite.All","Description":"Have full access to all files you have access to","FullDescription":"Allows the app to read, create, update and delete all files that you can access.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":false},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0"},{"Command":"Update-MgDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationClass","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationClass","Uri":"/education/classes/{educationClass-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationClassAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationClassAssignmentCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationCategory","Uri":"/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationClassAssignmentDefault","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentDefaults","Uri":"/education/classes/{educationClass-id}/assignmentDefaults","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationClassAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationClassAssignmentRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0"},{"Command":"Update-MgEducationClassAssignmentSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentSettings","Uri":"/education/classes/{educationClass-id}/assignmentSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationClassAssignmentSettingGradingCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationGradingCategory","Uri":"/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationClassAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationClassAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationClassAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationClassAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationClassModule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModule","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationClassModuleResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationModuleResource","Uri":"/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduCurricula.ReadWrite","Description":"Read and write your class modules and resources","FullDescription":"Allows the app to read and write modules and resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduCurricula.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationMe","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/me","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationMeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/me/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationMeAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationMeAssignmentRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationMeAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationMeAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationMeAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationMeAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationMeRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/me/rubrics/{educationRubric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[{"Name":"EduAssignments.ReadWriteBasic","Description":"View and modify your assignments without impacting or reading any feedback or outcomes","FullDescription":"Allows the app to view and modify your assignments on your behalf without affecting or reading any feedback or outcomes.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EduAssignments.ReadWrite","Description":"View and modify your assignments and grades","FullDescription":"Allows the app to view and modify your assignments on your behalf including grades.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationMeUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/education/me/user/mailboxSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReportsRoot","Uri":"/education/reports","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationReportReadingAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReadingAssignmentSubmission","Uri":"/education/reports/readingAssignmentSubmissions/{readingAssignmentSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationReportReflectCheck","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphReflectCheckInResponse","Uri":"/education/reports/reflectCheckInResponses/{reflectCheckInResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRoot","Uri":"/education","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationSchool","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSchool","Uri":"/education/schools/{educationSchool-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationSchoolAdministrativeUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdministrativeUnit","Uri":"/education/schools/{educationSchool-id}/administrativeUnit","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationUser","Uri":"/education/users/{educationUser-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0"},{"Command":"Update-MgEducationUserAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignment","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationUserAssignmentResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationAssignmentResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationUserAssignmentRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationUserAssignmentSubmission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmission","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationUserAssignmentSubmissionOutcome","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationOutcome","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationUserAssignmentSubmissionResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationUserAssignmentSubmissionSubmittedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationSubmissionResource","Uri":"/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/education/users/{educationUser-id}/user/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEducationUserRubric","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEducationRubric","Uri":"/education/users/{educationUser-id}/rubrics/{educationRubric-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Education","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementAccessPackage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackage","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0"},{"Command":"Update-MgEntitlementManagementAccessPackageAssignmentApproval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0"},{"Command":"Update-MgEntitlementManagementAccessPackageAssignmentPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageAssignmentPolicy","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementAccessPackageResourceRoleScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Uri":"/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementAssignment","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess","Variants":["Reprocess","ReprocessViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0"},{"Command":"Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomExtensionStageSetting","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementAssignmentPolicyQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageQuestion","Uri":"/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementAssignmentRequest","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess","Variants":["Reprocess","ReprocessViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0"},{"Command":"Update-MgEntitlementManagementCatalog","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0"},{"Command":"Update-MgEntitlementManagementCatalogCustomWorkflowExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0"},{"Command":"Update-MgEntitlementManagementCatalogResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementCatalogResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}","Variants":["Update","Update1","Update2","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementCatalogResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementCatalogResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementCatalogResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}","Variants":["Update","Update1","Update2","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementCatalogResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementCatalogResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementConnectedOrganization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConnectedOrganization","Uri":"/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0"},{"Command":"Update-MgEntitlementManagementResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceEnvironment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceEnvironment","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceEnvironmentResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceEnvironmentResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceEnvironmentResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRequest","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalog","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageCatalog","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomCalloutExtension","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}","Variants":["Update","Update1","Update2","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}","Variants":["Update","Update1","Update2","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","Refresh1","RefreshViaIdentity","RefreshViaIdentity1","Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRoleScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceScope","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceScopeResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceScopeResourceRole","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessPackageResourceRole","Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementResourceScopeResourceRoleResource","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/refresh","Variants":["Refresh","RefreshViaIdentity","Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgEntitlementManagementSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEntitlementManagementSettings","Uri":"/identityGovernance/entitlementManagement/settings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"EntitlementManagement.ReadWrite.All","Description":"Read and write entitlement management resources","FullDescription":"Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EntitlementManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0"},{"Command":"Update-MgExternal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Uri":"/external","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgExternalConnection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalConnection","Uri":"/external/connections/{externalConnection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0"},{"Command":"Update-MgExternalConnectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalGroup","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":"Read and write external items","FullDescription":"Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalItem.ReadWrite.All","Description":"Read and write all external items","FullDescription":"Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalItem.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0"},{"Command":"Update-MgExternalConnectionGroupMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsIdentity","Uri":"/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgExternalConnectionItemActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsExternalActivity","Uri":"/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgExternalConnectionOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsConnectionOperation","Uri":"/external/connections/{externalConnection-id}/operations/{connectionOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgExternalConnectionSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExternalConnectorsSchema","Uri":"/external/connections/{externalConnection-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":"Read and write external connections","FullDescription":"Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"ExternalConnection.ReadWrite.All","Description":"Read and write all external connections","FullDescription":"Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"ExternalConnection.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0"},{"Command":"Update-MgGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups/{group-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0"},{"Command":"Update-MgGroupAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupByUniqueName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroup","Uri":"/groups(uniqueName='{uniqueName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0"},{"Command":"Update-MgGroupCalendarEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/calendar/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0"},{"Command":"Update-MgGroupCalendarPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupConversationThread","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupConversationThreadPostExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupConversationThreadPostInReplyToExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/groups/{group-id}/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/groups/{group-id}/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/groups/{group-id}/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/groups/{group-id}/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupEventExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/events/{event-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupLifecyclePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupLifecyclePolicy","Uri":"/groupLifecyclePolicies/{groupLifecyclePolicy-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgGroupOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenotePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgGroupOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgGroupPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupPlanner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerGroup","Uri":"/groups/{group-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupPlannerPlanDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/groups/{group-id}/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupSetting","Uri":"/groups/{group-id}/settings/{groupSetting-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"GroupSettings.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0"},{"Command":"Update-MgGroupSettingTemplateGroupSettingTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGroupSettingTemplate","Uri":"/groupSettingTemplates/{groupSettingTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/groups/{group-id}/sites/{site-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/sites/{site-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteGetByPathAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteGetByPathOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteGetByPathTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/groups/{group-id}/sites/{site-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenotePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOnenoteSectionPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenotePage","Uri":"/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageAsSitePageCanvaLayout","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCanvasLayout","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVerticalSection","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageAsSitePageWebPart","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePageLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSitePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/groups/{group-id}/sites/{site-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/groups/{group-id}/sites/{site-id}/termStore","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreGroupSetParentGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetParentGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetParentGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetParentGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetParentGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetParentGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupSiteTermStoreSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamInstalledApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0"},{"Command":"Update-MgGroupTeamMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/groups/{group-id}/team/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/groups/{group-id}/team/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/groups/{group-id}/team/primaryChannel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/groups/{group-id}/team/primaryChannel/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamPrimaryChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamPrimaryChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamPrimaryChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamPrimaryChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamPrimaryChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleDayNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDayNote","Uri":"/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleOfferShiftRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleOpenShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShift","Uri":"/groups/{group-id}/team/schedule/openShifts/{openShift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleOpenShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleSchedulingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphShift","Uri":"/groups/{group-id}/team/schedule/shifts/{shift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleSwapShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/groups/{group-id}/team/schedule/timeCards/{timeCard-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleTimeOff","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOff","Uri":"/groups/{group-id}/team/schedule/timesOff/{timeOff-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleTimeOffReason","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamScheduleTimeOffRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupTeamTagMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgGroupThread","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationThread","Uri":"/groups/{group-id}/threads/{conversationThread-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[{"Name":"Group-Conversation.ReadWrite.All","Description":"Read and write group conversations","FullDescription":"Allows the app to read and write group conversations that the signed-in user has access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group-Conversation.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0"},{"Command":"Update-MgGroupThreadPostExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0"},{"Command":"Update-MgGroupThreadPostInReplyToExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Groups","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityApiConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/apiConnectors/{identityApiConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"APIConnectors.ReadWrite.All","Description":"Read and write API connectors for authentication flows","FullDescription":"Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"APIConnectors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityAuthenticationEventFlow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationEventsFlow","Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityAuthenticationEventFlowIncludeApplication","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityAuthenticationEventListener","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationEventListener","Uri":"/identity/authenticationEventListeners/{authenticationEventListener-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"EventListener.ReadWrite.All","Description":"Read and write all identity authentication event listeners","FullDescription":"Allows the app to read and write your organization's authentication event listeners, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"EventListener.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityB2XUserFlow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphB2XIdentityUserFlow","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityB2XUserFlowLanguage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserFlowLanguageConfiguration","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityB2XUserFlowLanguageDefaultPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityB2XUserFlowLanguageOverridePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0"},{"Command":"Update-MgIdentityB2XUserFlowPostAttributeCollection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityB2XUserFlowPostFederationSignup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityApiConnector","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityB2XUserFlowUserAttributeAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityUserFlowAttributeAssignment","Uri":"/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityConditionalAccessAuthenticationContextClassReference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationContextClassReference","Uri":"/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"AuthenticationContext.ReadWrite.All","Description":"Read and write all authentication context information","FullDescription":"Allows the app to read and update all authentication context information in your organization on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AuthenticationContext.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityConditionalAccessNamedLocation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNamedLocation","Uri":"/identity/conditionalAccess/namedLocations/{namedLocation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityConditionalAccessPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConditionalAccessPolicy","Uri":"/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Application.Read.All","Description":"Read applications","FullDescription":"Allows the app to read applications and service principals on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityCustomAuthenticationExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCustomAuthenticationExtension","Uri":"/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":"Read and write all identity custom authentication extensions","FullDescription":"Allows the app to read and write your organization's custom authentication extensions, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"CustomAuthenticationExtension.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstance","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewReviewer","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewStage","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"AccessReview.ReadWrite.All","Description":"Manage access reviews that you can access","FullDescription":"Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"AccessReview.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewInstanceDecisionItem","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGovernanceInsight","Uri":"/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceAccessReviewHistoryDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewHistoryDefinition","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAccessReviewHistoryInstance","Uri":"/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceAppConsentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserConsentRequest","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflow","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceWorkflow","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceCustomTaskExtension","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-CustomExt.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowInsight","ApiVersion":"v1.0","OutputType":null,"Uri":"/identityGovernance/lifecycleWorkflows/insights","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings","Uri":"/identityGovernance/lifecycleWorkflows/settings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows-Workflow.ReadWrite.All","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":"Read and write all lifecycle workflows resources","FullDescription":"Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"LifecycleWorkflows.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowVersionTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityGovernanceTask","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernancePrivilegedAccess","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessRoot","Uri":"/identityGovernance/privilegedAccess","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernancePrivilegedAccessGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroup","Uri":"/identityGovernance/privilegedAccess/group","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApproval","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphApprovalStage","Uri":"/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule","Uri":"/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule","Uri":"/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest","Uri":"/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceTermsOfUseAgreement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreement","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementAcceptance","Uri":"/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceTermsOfUseAgreementFile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFile","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileLocalization","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAgreementFileVersion","Uri":"/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgIdentityProvider","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityProviderBase","Uri":"/identity/identityProviders/{identityProviderBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityProvider.ReadWrite.All","Description":"Read and write identity providers","FullDescription":"Allows the app to read and write your organization's identity (authentication) providers' properties on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityProvider.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0"},{"Command":"Update-MgIdentityUserFlowAttribute","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentityUserFlowAttribute","Uri":"/identity/userFlowAttributes/{identityUserFlowAttribute-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"IdentityUserFlow.ReadWrite.All","Description":"Read and write all identity user flows","FullDescription":"Allows the app to read or write your organization's user flows, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"IdentityUserFlow.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0"},{"Command":"Update-MgInformationProtection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInformationProtection","Uri":"/informationProtection","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgInformationProtectionThreatAssessmentRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThreatAssessmentRequest","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgInformationProtectionThreatAssessmentRequestResult","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThreatAssessmentResult","Uri":"/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgInvitationInvitedUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/invitations/invitedUser/mailboxSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgOauth2PermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOAuth2PermissionGrant","Uri":"/oauth2PermissionGrants/{oAuth2PermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":"Manage all delegated permission grants","FullDescription":"Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedPermissionGrant.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0"},{"Command":"Update-MgOrganization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrganization","Uri":"/organization/{organization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0"},{"Command":"Update-MgOrganizationBranding","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrganizationalBranding","Uri":"/organization/{organization-id}/branding","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0"},{"Command":"Update-MgOrganizationBrandingLocalization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOrganizationalBrandingLocalization","Uri":"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[{"Name":"OrganizationalBranding.ReadWrite.All","Description":"Read and write organizational branding information","FullDescription":"Allows the app to read and write the organizational branding resources, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OrganizationalBranding.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Organization.ReadWrite.All","Description":"Read and write organization information","FullDescription":"Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Organization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0"},{"Command":"Update-MgOrganizationExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/organization/{organization-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPlace","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlace","Uri":"/places/{place-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0"},{"Command":"Update-MgPlaceAsRoomListRoom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoom","Uri":"/places/{place-id}/roomList/rooms/{room-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPlanner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlanner","Uri":"/planner","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPlannerBucket","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerBucket","Uri":"/planner/buckets/{plannerBucket-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0"},{"Command":"Update-MgPlannerPlan","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlan","Uri":"/planner/plans/{plannerPlan-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0"},{"Command":"Update-MgPlannerPlanDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerPlanDetails","Uri":"/planner/plans/{plannerPlan-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0"},{"Command":"Update-MgPlannerTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerTask","Uri":"/planner/tasks/{plannerTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0"},{"Command":"Update-MgPlannerTaskAssignedToTaskBoardFormat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0"},{"Command":"Update-MgPlannerTaskBucketTaskBoardFormat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerBucketTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0"},{"Command":"Update-MgPlannerTaskDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerTaskDetails","Uri":"/planner/tasks/{plannerTask-id}/details","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0"},{"Command":"Update-MgPlannerTaskProgressTaskBoardFormat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerProgressTaskBoardTaskFormat","Uri":"/planner/tasks/{plannerTask-id}/progressTaskBoardFormat","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyActivityBasedTimeoutPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActivityBasedTimeoutPolicy","Uri":"/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyAdminConsentRequestPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAdminConsentRequestPolicy","Uri":"/policies/adminConsentRequestPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyAppManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppManagementPolicy","Uri":"/policies/appManagementPolicies/{appManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyAuthenticationFlowPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationFlowsPolicy","Uri":"/policies/authenticationFlowsPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":"Read and write your authentication flow policies","FullDescription":"Allows the app to read and write the authentication flow policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationFlows","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyAuthenticationMethodPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationMethodsPolicy","Uri":"/policies/authenticationMethodsPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationMethodConfiguration","Uri":"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPolicyAuthenticationStrengthPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationStrengthPolicy","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUpdateAllowedCombinationsResult","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":"Read and write your authentication method policies ","FullDescription":"Allows the app to read and write the authentication method policies for your tenant, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.AuthenticationMethod","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0"},{"Command":"Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthenticationCombinationConfiguration","Uri":"/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPolicyAuthorizationPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthorizationPolicy","Uri":"/policies/authorizationPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.Authorization","Description":"Read and write your organization's authorization policy","FullDescription":"Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.Authorization","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyClaimMappingPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphClaimsMappingPolicy","Uri":"/policies/claimsMappingPolicies/{claimsMappingPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyCrossTenantAccessPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCrossTenantAccessPolicy","Uri":"/policies/crossTenantAccessPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyCrossTenantAccessPolicyDefault","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault","Uri":"/policies/crossTenantAccessPolicy/default","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyCrossTenantAccessPolicyPartner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner","Uri":"/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":"Read and write your organization's cross tenant access policies","FullDescription":"Allows the app to read and write your organization's cross tenant access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.CrossTenantAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyCrossTenantAccessPolicyTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPolicyTemplate","Uri":"/policies/crossTenantAccessPolicy/templates","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate","Uri":"/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyDefaultAppManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTenantAppManagementPolicy","Uri":"/policies/defaultAppManagementPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyFeatureRolloutPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphFeatureRolloutPolicy","Uri":"/policies/featureRolloutPolicies/{featureRolloutPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.HybridAuthentication","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyHomeRealmDiscoveryPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHomeRealmDiscoveryPolicy","Uri":"/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy","Uri":"/policies/identitySecurityDefaultsEnforcementPolicy","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.All","Description":"Read your organization's policies","FullDescription":"Allows the app to read your organization's policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":"Read and write your organization's security defaults policy","FullDescription":"Allows the app to read and write your organization's security defaults policy on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":"Read and write your organization's conditional access policies","FullDescription":"Allows the app to read and write your organization's conditional access policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.SecurityDefaults","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ConditionalAccess","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyPermissionGrantPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantPolicy","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.ReadWrite.PermissionGrant","Description":"Manage consent and permission grant policies","FullDescription":"Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.PermissionGrant","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyPermissionGrantPolicyExclude","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPolicyPermissionGrantPolicyInclude","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermissionGrantConditionSet","Uri":"/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPolicyRoleManagementPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicy","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPolicyRoleManagementPolicyAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyAssignment","Uri":"/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPolicyRoleManagementPolicyEffectiveRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPolicyRoleManagementPolicyRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleManagementPolicyRule","Uri":"/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"RoleManagementPolicy.ReadWrite.Directory","Description":"Read, update, and delete all policies for privileged role assignments of your company's directory","FullDescription":"Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyTokenIssuancePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenIssuancePolicy","Uri":"/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPolicyTokenLifetimePolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTokenLifetimePolicy","Uri":"/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Policy.Read.ApplicationConfiguration","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":"Read and write your organization's application configuration policies","FullDescription":"Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Policy.ReadWrite.ApplicationConfiguration","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgPrint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrint","Uri":"/print","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintConnector","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintConnector","Uri":"/print/connectors/{printConnector-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0"},{"Command":"Update-MgPrintOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintOperation","Uri":"/print/operations/{printOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintPrinter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrinter","Uri":"/print/printers/{printer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"Printer.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Printer.ReadWrite.All","Description":"Read and update printers","FullDescription":"Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Printer.FullControl.All","Description":"Register, read, update, and unregister printers","FullDescription":"Allows the application to create (register), read, update, and delete (unregister) printers on your behalf. ","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0"},{"Command":"Update-MgPrintPrinterJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[{"Name":"PrintJob.ReadWriteBasic.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"PrintJob.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"PrintJob.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0"},{"Command":"Update-MgPrintPrinterJobDocument","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintPrinterJobTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintPrinterTaskTrigger","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskTrigger","Uri":"/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintService","Uri":"/print/services/{printService-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintServiceEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintServiceEndpoint","Uri":"/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintShare","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrinterShare","Uri":"/print/shares/{printerShare-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0"},{"Command":"Update-MgPrintShareAllowedUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintShareJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintJob","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintShareJobDocument","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintDocument","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintShareJobTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrintTaskDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTaskDefinition","Uri":"/print/taskDefinitions/{printTaskDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0"},{"Command":"Update-MgPrintTaskDefinitionTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPrintTask","Uri":"/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CloudPrint","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0"},{"Command":"Update-MgPrivacySubjectRightsRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0"},{"Command":"Update-MgPrivacySubjectRightsRequestApproverMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgPrivacySubjectRightsRequestNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Compliance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgReportAuthenticationMethodUserRegistrationDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserRegistrationDetails","Uri":"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgReportPartnerBilling","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBilling","Uri":"/reports/partners/billing","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgReportPartnerBillingManifest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingManifest","Uri":"/reports/partners/billing/manifests/{manifest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgReportPartnerBillingOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingOperation","Uri":"/reports/partners/billing/operations/{operation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgReportPartnerBillingReconciliation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingReconciliation","Uri":"/reports/partners/billing/reconciliation","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgReportPartnerBillingReconciliationBilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/billed","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgReportPartnerBillingReconciliationUnbilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/reconciliation/unbilled","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgReportPartnerBillingUsage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPartnersBillingAzureUsage","Uri":"/reports/partners/billing/usage","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgReportPartnerBillingUsageBilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/usage/billed","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgReportPartnerBillingUsageUnbilled","ApiVersion":"v1.0","OutputType":null,"Uri":"/reports/partners/billing/usage/unbilled","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Reports","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRiskDetection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskDetection","Uri":"/identityProtection/riskDetections/{riskDetection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRiskyServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyServicePrincipal","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRiskyServicePrincipalHistory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyServicePrincipalHistoryItem","Uri":"/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRiskyUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyUser","Uri":"/identityProtection/riskyUsers/{riskyUser-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRiskyUserHistory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRiskyUserHistoryItem","Uri":"/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRoleManagement","Uri":"/roleManagement","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"DeviceManagement.Enrollment","Permissions":[{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":"Read and write Microsoft Intune RBAC settings","FullDescription":"Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementRBAC.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/directory","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryResourceNamespace","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryResourceNamespaceResourceAction","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryRoleAssignmentAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryRoleAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[{"Name":"RoleManagement.ReadWrite.Directory","Description":"Read and write directory RBAC settings","FullDescription":"Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RoleManagement.ReadWrite.Directory","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0"},{"Command":"Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryRoleEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagement","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRbacApplication","Uri":"/roleManagement/entitlementManagement","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementResourceNamespace","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceNamespace","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRbacResourceAction","Uri":"/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignment","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppScope","Uri":"/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentSchedule","Uri":"/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementRoleDefinition","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleDefinition","Uri":"/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilitySchedule","Uri":"/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest","Uri":"/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Governance","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSchemaExtension","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchemaExtension","Uri":"/schemaExtensions/{schemaExtension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"SchemaExtensions","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0"},{"Command":"Update-MgSearchAcronym","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchAcronym","Uri":"/search/acronyms/{acronym-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0"},{"Command":"Update-MgSearchBookmark","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchBookmark","Uri":"/search/bookmarks/{bookmark-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[{"Name":"SearchConfiguration.Read.All","Description":"Read your organization's search configuration","FullDescription":"Allows the app to read search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SearchConfiguration.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"SearchConfiguration.ReadWrite.All","Description":"Read and write your organization's search configuration","FullDescription":"Allows the app to read and write search configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"SearchConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0"},{"Command":"Update-MgSearchEntity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchEntity","Uri":"/search","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSearchQna","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSearchQna","Uri":"/search/qnas/{qna-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Search","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityAlert","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAlert","Uri":"/security/alerts/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityAlertV2","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAlert","Uri":"/security/alerts_v2/{alert-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityAlert.ReadWrite.All","Description":"Read and write all alerts","FullDescription":"Allows the app to read and write all alerts that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityAlert.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityAttackSimulationAutomation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulationAutomation","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityAttackSimulationAutomationRun","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSimulationAutomationRun","Uri":"/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityAttackSimulationEndUserNotification","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndUserNotification","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityAttackSimulationEndUserNotificationDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndUserNotificationDetail","Uri":"/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityAttackSimulationLandingPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLandingPage","Uri":"/security/attackSimulation/landingPages/{landingPage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityAttackSimulationLandingPageDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLandingPageDetail","Uri":"/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityAttackSimulationLoginPage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLoginPage","Uri":"/security/attackSimulation/loginPages/{loginPage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityAttackSimulationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttackSimulationOperation","Uri":"/security/attackSimulation/operations/{attackSimulationOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityAttackSimulationPayload","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPayload","Uri":"/security/attackSimulation/payloads/{payload-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityAttackSimulationTraining","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTraining","Uri":"/security/attackSimulation/trainings/{training-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityAttackSimulationTrainingLanguageDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTrainingLanguageDetail","Uri":"/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityCase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCasesRoot","Uri":"/security/cases","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityCaseEdiscoveryCase","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryCase","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityCaseEdiscoveryCaseCustodian","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryCustodian","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityCaseEdiscoveryCaseCustodianIndex","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex","Variants":["Update","UpdateViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0"},{"Command":"Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySiteSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityUnifiedGroupSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityUserSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex","Variants":["Update","UpdateViaIdentity"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0"},{"Command":"Update-MgSecurityCaseEdiscoveryCaseOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCaseOperation","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityCaseEdiscoveryCaseReviewSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSet","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewSetQuery","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityCaseEdiscoveryCaseSearch","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoverySearch","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDataSource","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityCaseEdiscoveryCaseSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryCaseSettings","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityCaseEdiscoveryCaseTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityEdiscoveryReviewTag","Uri":"/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"eDiscovery.Read.All","Description":"Read all eDiscovery objects","FullDescription":"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"eDiscovery.Read.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"eDiscovery.ReadWrite.All","Description":"Read and write all eDiscovery objects","FullDescription":"Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"eDiscovery.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityDataSecurityAndGovernance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTenantDataSecurityAndGovernance","Uri":"/security/dataSecurityAndGovernance","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityDataSecurityAndGovernanceProtectionScope","ApiVersion":"v1.0","OutputType":null,"Uri":"/security/dataSecurityAndGovernance/protectionScopes","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityDataSecurityAndGovernanceSensitivityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityDataSecurityAndGovernanceSensitivityLabelSublabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSensitivityLabel","Uri":"/security/dataSecurityAndGovernance/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityIdentity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIdentityContainer","Uri":"/security/identities","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityIdentityHealthIssue","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHealthIssue","Uri":"/security/identities/healthIssues/{healthIssue-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":"Read and write identity security health issues","FullDescription":"Allows the app to read and write identity security health issues on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesHealth.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityIdentitySensor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySensor","Uri":"/security/identities/sensors/{sensor-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":"Read and write identity security sensors","FullDescription":"Allows the app to read and write identity security sensors on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIdentitiesSensors.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-sensor-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityIncident","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIncident","Uri":"/security/incidents/{incident-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityIncident.ReadWrite.All","Description":"Read and write to security incidents","FullDescription":"Allows the app to read and write to all security incidents that you have access to.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityIncident.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityLabelsRoot","Uri":"/security/labels","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityLabelAuthority","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityAuthorityTemplate","Uri":"/security/labels/authorities/{authorityTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityLabelCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityLabelCategorySubcategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySubcategoryTemplate","Uri":"/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityLabelCitation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityCitationTemplate","Uri":"/security/labels/citations/{citationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityLabelDepartment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDepartmentTemplate","Uri":"/security/labels/departments/{departmentTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityLabelFilePlanReference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityFilePlanReferenceTemplate","Uri":"/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityLabelRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionLabel","Uri":"/security/labels/retentionLabels/{retentionLabel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0"},{"Command":"Update-MgSecurityLabelRetentionLabelDescriptor","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityFilePlanDescriptor","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/descriptors","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityLabelRetentionLabelDispositionReviewStage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityDispositionReviewStage","Uri":"/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecuritySecureScore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecureScore","Uri":"/security/secureScores/{secureScore-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecuritySecureScoreControlProfile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecureScoreControlProfile","Uri":"/security/secureScoreControlProfiles/{secureScoreControlProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"SecurityEvents.ReadWrite.All","Description":"Read and update your organization's security events","FullDescription":"Allows the app to read your organization's security events on your behalf. Also allows you to update editable properties in security events.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"SecurityEvents.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0"},{"Command":"Update-MgSecuritySubjectRightsRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubjectRightsRequest","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecuritySubjectRightsRequestApproverMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecuritySubjectRightsRequestNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAuthoredNote","Uri":"/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligence","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityThreatIntelligence","Uri":"/security/threatIntelligence","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceArticle","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityArticle","Uri":"/security/threatIntelligence/articles/{article-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceArticleIndicator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityArticleIndicator","Uri":"/security/threatIntelligence/articleIndicators/{articleIndicator-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceHost","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHost","Uri":"/security/threatIntelligence/hosts/{host-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceHostComponent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostComponent","Uri":"/security/threatIntelligence/hostComponents/{hostComponent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceHostCookie","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostCookie","Uri":"/security/threatIntelligence/hostCookies/{hostCookie-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceHostPair","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPair","Uri":"/security/threatIntelligence/hostPairs/{hostPair-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceHostPort","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostPort","Uri":"/security/threatIntelligence/hostPorts/{hostPort-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceHostReputation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostReputation","Uri":"/security/threatIntelligence/hosts/{host-id}/reputation","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceHostSslCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostSslCertificate","Uri":"/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceHostTracker","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityHostTracker","Uri":"/security/threatIntelligence/hostTrackers/{hostTracker-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceIntelProfile","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIntelligenceProfile","Uri":"/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligencePassiveDnsRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityPassiveDnsRecord","Uri":"/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceProfileIndicator","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityIntelligenceProfileIndicator","Uri":"/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceSslCertificate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySslCertificate","Uri":"/security/threatIntelligence/sslCertificates/{sslCertificate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceSubdomain","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecuritySubdomain","Uri":"/security/threatIntelligence/subdomains/{subdomain-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceVulnerability","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityVulnerability","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceVulnerabilityComponent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityVulnerabilityComponent","Uri":"/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceWhoisHistoryRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisHistoryRecord","Uri":"/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityThreatIntelligenceWhoisRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityWhoisRecord","Uri":"/security/threatIntelligence/whoisRecords/{whoisRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityTrigger","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityTriggersRoot","Uri":"/security/triggers","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityTriggerRetentionEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionEvent","Uri":"/security/triggers/retentionEvents/{retentionEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityTriggerType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityTriggerTypesRoot","Uri":"/security/triggerTypes","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSecurityTriggerTypeRetentionEventType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSecurityRetentionEventType","Uri":"/security/triggerTypes/retentionEventTypes/{retentionEventType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Security","Permissions":[{"Name":"RecordsManagement.ReadWrite.All","Description":"Read and write Records Management configuration, labels, and policies","FullDescription":"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"RecordsManagement.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipal","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals/{servicePrincipal-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0"},{"Command":"Update-MgServicePrincipalAppRoleAssignedTo","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipalAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipalByAppId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipal","Uri":"/servicePrincipals(appId='{appId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0"},{"Command":"Update-MgServicePrincipalDelegatedPermissionClassification","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedPermissionClassification","Uri":"/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipalEndpoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEndpoint","Uri":"/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipalRemoteDesktopSecurityConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRemoteDesktopSecurityConfiguration","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0"},{"Command":"Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTargetDeviceGroup","Uri":"/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":"Read and write the remote desktop security configuration for apps","FullDescription":"Allows the app to read and write other apps' remote desktop security configuration, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Application-RemoteDesktopConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":"Read and write applications","FullDescription":"Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.OwnedBy","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Application.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0"},{"Command":"Update-MgServicePrincipalRiskDetection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServicePrincipalRiskDetection","Uri":"/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipalSynchronizationJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationJob","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipalSynchronizationJobBulkUpload","ApiVersion":"v1.0","OutputType":null,"Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipalSynchronizationJobSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0"},{"Command":"Update-MgServicePrincipalSynchronizationJobSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipalSynchronizationTemplate","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationTemplate","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipalSynchronizationTemplateSchema","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSynchronizationSchema","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDirectoryDefinition","Uri":"/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/shares/{sharedDriveItem-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/shares/{sharedDriveItem-id}/listItem","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSharePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/shares/{sharedDriveItem-id}/permission","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgShareSharedDriveItemSharedDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedDriveItem","Uri":"/shares/{sharedDriveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSite","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSite","Uri":"/sites/{site-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/sites/{site-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteAnalyticItemActivityStatActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivity","Uri":"/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0"},{"Command":"Update-MgSiteContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0"},{"Command":"Update-MgSiteContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteGetByPathAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/sites/{site-id}/getByPath(path='{path}')/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteGetByPathOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/sites/{site-id}/getByPath(path='{path}')/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteGetByPathTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/getByPath(path='{path}')/termStore","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/sites/{site-id}/lists/{list-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.Manage.All","Description":"Create, edit, and delete items and lists in all your site collections","FullDescription":"Allow the application to create or delete document libraries and lists in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.Manage.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Sites.FullControl.All","Description":"Have full control of all your site collections","FullDescription":"Allow the application to have full control of all site collections on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Sites.FullControl.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0"},{"Command":"Update-MgSiteListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/sites/{site-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteNotebookContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteNotebookSectionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteNotebookSectionGroupContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteNotebookSectionGroupSectionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteNotebookSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteOperationContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/sites/{site-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenotePageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteResourceContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/sites/{site-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteSectionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteSectionGroupContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteSectionGroupSectionContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteSectionGroupSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgSiteOnenoteSectionPageContent","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgSiteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/sites/{site-id}/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBaseSitePage","Uri":"/sites/{site-id}/pages/{baseSitePage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[{"Name":"Sites.ReadWrite.All","Description":"Edit or delete items in all site collections","FullDescription":"Allow the application to edit or delete documents and list items in all site collections on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Sites.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageAsSitePageCanvaLayout","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCanvasLayout","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphHorizontalSectionColumn","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageAsSitePageCanvaLayoutVerticalSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVerticalSection","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageAsSitePageCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageAsSitePageWebPart","ApiVersion":"v1.0","OutputType":null,"Uri":"/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePageLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSitePermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/sites/{site-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0"},{"Command":"Update-MgSiteTermStore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStore","Uri":"/sites/{site-id}/termStore","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0"},{"Command":"Update-MgSiteTermStoreGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups/{group-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreGroupSetParentGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0"},{"Command":"Update-MgSiteTermStoreSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetParentGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreGroup","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetParentGroupSet","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreSet","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetParentGroupSetChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetParentGroupSetChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","Update2","Update3","UpdateExpanded","UpdateExpanded1","UpdateExpanded2","UpdateExpanded3","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentity2","UpdateViaIdentity3","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1","UpdateViaIdentityExpanded2","UpdateViaIdentityExpanded3"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetParentGroupSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetParentGroupSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetParentGroupSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetParentGroupSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetParentGroupSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetTerm","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0"},{"Command":"Update-MgSiteTermStoreSetTermChild","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreTerm","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetTermChildRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSiteTermStoreSetTermRelation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTermStoreRelation","Uri":"/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Sites","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestore","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphBackupRestoreRoot","Uri":"/solutions/backupRestore","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreDriveInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionRule","Uri":"/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreDriveProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnit","Uri":"/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/driveProtectionUnitsBulkAdditionJobs/{driveProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreExchangeProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExchangeProtectionPolicy","Uri":"/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgSolutionBackupRestoreExchangeRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphExchangeRestoreSession","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-1.0"},{"Command":"Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphGranularMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxRestoreArtifact","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifactsBulkAdditionRequests/{mailboxRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreMailboxInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionRule","Uri":"/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreMailboxProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnit","Uri":"/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/mailboxProtectionUnitsBulkAdditionJobs/{mailboxProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOneDriveForBusinessProtectionPolicy","Uri":"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOneDriveForBusinessRestoreSession","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-1.0"},{"Command":"Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveRestoreArtifact","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestorePoint","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestorePoint","Uri":"/solutions/backupRestore/restorePoints/{restorePoint-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProtectionPolicyBase","Uri":"/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreServiceApp","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceApp","Uri":"/solutions/backupRestore/serviceApps/{serviceApp-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRestoreSessionBase","Uri":"/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreSharePointProtectionPolicy","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharePointProtectionPolicy","Uri":"/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-1.0"},{"Command":"Update-MgSolutionBackupRestoreSharePointRestoreSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharePointRestoreSession","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteRestoreArtifact","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteRestoreArtifactsBulkAdditionRequest","Uri":"/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/{siteRestoreArtifactsBulkAdditionRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreSiteInclusionRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionRule","Uri":"/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreSiteProtectionUnit","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnit","Uri":"/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSiteProtectionUnitsBulkAdditionJob","Uri":"/solutions/backupRestore/siteProtectionUnitsBulkAdditionJobs/{siteProtectionUnitsBulkAdditionJob-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"BackupRestore","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSubscribedSku","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscribedSku","Uri":"/subscribedSkus/{subscribedSku-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"ChangeNotifications","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0"},{"Command":"Update-MgTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeam","Uri":"/teams/{team-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamSettings.ReadWrite.All","Description":"Read and change teams' settings","FullDescription":"Read and change all teams' settings, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0"},{"Command":"Update-MgTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"ChannelSettings.ReadWrite.All","Description":"Read and write the names, descriptions, and settings of channels","FullDescription":"Read and write the names, descriptions, and settings of all channels, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"ChannelSettings.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"ChannelSettings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0"},{"Command":"Update-MgTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0"},{"Command":"Update-MgTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsTab.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage only its own tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWrite.Group","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsTab.ReadWriteForTeam","Description":"Allow the app to manage all tabs in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":"Read and write tabs in Microsoft Teams.","FullDescription":"Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsTab.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0"},{"Command":"Update-MgTeamInstalledApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam","Description":"Allow the Teams app to manage itself in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamsAppInstallation.ReadWriteForTeam","Description":"Manage installed Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam","Description":"Allow the Teams app to manage itself and its permission grants in teams","FullDescription":"Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam","Description":"Manage installation and permission grants of Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam","Description":"Manage installation and permission grants of selected Teams apps in teams","FullDescription":"Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ReadWriteAndConsentForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"TeamsAppInstallation.ManageSelectedForTeam.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Group.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0"},{"Command":"Update-MgTeamMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, on your behalf. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWriteNonOwnerRole.All","Description":"Add and remove members with non-owner role for all teams","FullDescription":"Add and remove members from all teams, without a signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"TeamMember.ReadWrite.All","Description":"Add and remove members from teams and channels","FullDescription":"Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"TeamMember.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0"},{"Command":"Update-MgTeamOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAsyncOperation","Uri":"/teams/{team-id}/operations/{teamsAsyncOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/teams/{team-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0"},{"Command":"Update-MgTeamPrimaryChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teams/{team-id}/primaryChannel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamPrimaryChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teams/{team-id}/primaryChannel/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamPrimaryChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamPrimaryChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamPrimaryChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamPrimaryChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamPrimaryChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamScheduleDayNote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDayNote","Uri":"/teams/{team-id}/schedule/dayNotes/{dayNote-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamScheduleOfferShiftRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOfferShiftRequest","Uri":"/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamScheduleOpenShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShift","Uri":"/teams/{team-id}/schedule/openShifts/{openShift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0"},{"Command":"Update-MgTeamScheduleOpenShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOpenShiftChangeRequest","Uri":"/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamScheduleSchedulingGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSchedulingGroup","Uri":"/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0"},{"Command":"Update-MgTeamScheduleShift","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphShift","Uri":"/teams/{team-id}/schedule/shifts/{shift-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0"},{"Command":"Update-MgTeamScheduleSwapShiftChangeRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSwapShiftsChangeRequest","Uri":"/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamScheduleTimeCard","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeCard","Uri":"/teams/{team-id}/schedule/timeCards/{timeCard-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamScheduleTimeOff","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOff","Uri":"/teams/{team-id}/schedule/timesOff/{timeOff-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0"},{"Command":"Update-MgTeamScheduleTimeOffReason","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffReason","Uri":"/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0"},{"Command":"Update-MgTeamScheduleTimeOffRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTimeOffRequest","Uri":"/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamTag","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTag","Uri":"/teams/{team-id}/tags/{teamworkTag-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"TeamworkTag.ReadWrite","Description":"Read and write tags in Teams","FullDescription":"Allows the app to read and write tags in Teams, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"TeamworkTag.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0"},{"Command":"Update-MgTeamTagMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamworkTagMember","Uri":"/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamwork","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamwork","Uri":"/teamwork","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkDeletedChat","ApiVersion":"v1.0","OutputType":null,"Uri":"/teamwork/deletedChats/{deletedChat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkDeletedTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeletedTeam","Uri":"/teamwork/deletedTeams/{deletedTeam-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkDeletedTeamChannel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChannel","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkDeletedTeamChannelMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/allMembers/{conversationMember-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkDeletedTeamChannelMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkDeletedTeamChannelMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkDeletedTeamChannelMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkDeletedTeamChannelSharedWithTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedWithChannelTeamInfo","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkDeletedTeamChannelTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTeamworkTeamAppSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsAppSettings","Uri":"/teamwork/teamsAppSettings","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0"},{"Command":"Update-MgTeamworkWorkforceIntegration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWorkforceIntegration","Uri":"/teamwork/workforceIntegrations/{workforceIntegration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"WorkforceIntegration.ReadWrite.All","Description":"Read and write workforce integrations","FullDescription":"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0"},{"Command":"Update-MgTenantRelationshipDelegatedAdminCustomer","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminCustomer","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminServiceManagementDetail","Uri":"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTenantRelationshipDelegatedAdminRelationship","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationship","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0"},{"Command":"Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminAccessAssignment","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":"Manage Delegated Admin relationships with customers","FullDescription":"Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"DelegatedAdminRelationship.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0"},{"Command":"Update-MgTenantRelationshipDelegatedAdminRelationshipOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipOperation","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTenantRelationshipDelegatedAdminRelationshipRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDelegatedAdminRelationshipRequest","Uri":"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.Partner","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgTenantRelationshipMultiTenantOrganization","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganization","Uri":"/tenantRelationships/multiTenantOrganization","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0"},{"Command":"Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord","Uri":"/tenantRelationships/multiTenantOrganization/joinRequest","Variants":["Update","UpdateExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0"},{"Command":"Update-MgTenantRelationshipMultiTenantOrganizationTenant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMultiTenantOrganizationMember","Uri":"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"MultiTenantOrganization.ReadWrite.All","Description":"Read and write multi-tenant organization details and tenants","FullDescription":"Allows the app to read multi-tenant organization details and tenants on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MultiTenantOrganization.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUser","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users/{user-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":"Set-MgUser","Module":"Users","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.CrossCloud","Description":"Consent name unavailable","FullDescription":"Consent description unavailable","IsAdmin":false,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-Mail.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-PasswordProfile.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User-Phone.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.EnableDisableAccount.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"User.ManageIdentities.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":"Read and write Microsoft Intune apps","FullDescription":"Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementConfiguration.ReadWrite.All","Description":"Read and write Microsoft Intune Device Configuration and Policies","FullDescription":"Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementManagedDevices.ReadWrite.All","Description":"Read and write Microsoft Intune devices","FullDescription":"Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementServiceConfig.ReadWrite.All","Description":"Read and write Microsoft Intune configuration","FullDescription":"Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"Directory.ReadWrite.All","Description":"Read and write directory data","FullDescription":"Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-Mail.ReadWrite.All","Description":"Update other mails property for all users","FullDescription":"Allows the app to Update other mails property for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-PasswordProfile.ReadWrite.All","Description":"Update password profile property and reset password for all users","FullDescription":"Allows the app to update password profile property and reset password for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User-Phone.ReadWrite.All","Description":"Update business phones and mobile phone properties for all users","FullDescription":"Allows the app to update business phones and mobile phone properties for all users, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.EnableDisableAccount.All","Description":"Enable and disable user accounts","FullDescription":"Allows the app to enable and disable users' accounts, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ManageIdentities.All","Description":"Manage user identities","FullDescription":"Allows the app to read, update and delete identities that are associated with a user's account that you have access to. This controls the identities users can sign-in with.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":false},{"Name":"DeviceManagementApps.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0"},{"Command":"Update-MgUserActivity","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserActivity","Uri":"/users/{user-id}/activities/{userActivity-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserActivityHistoryItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphActivityHistoryItem","Uri":"/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CrossDeviceExperiences","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserAppRoleAssignment","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAppRoleAssignment","Uri":"/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Applications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserAuthenticationEmailMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEmailAuthenticationMethod","Uri":"/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0"},{"Command":"Update-MgUserAuthenticationMethod","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/authentication/methods/{authenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserAuthenticationOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLongRunningOperation","Uri":"/users/{user-id}/authentication/operations/{longRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserAuthenticationPhoneMethod","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPhoneAuthenticationMethod","Uri":"/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.SignIns","Permissions":[{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite.All","Description":"Read and write all users' authentication methods","FullDescription":"Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserAuthenticationMethod.ReadWrite","Description":"Read and write your authentication methods","FullDescription":"Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0"},{"Command":"Update-MgUserByUserPrincipalName","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUser","Uri":"/users(userPrincipalName='{userPrincipalName}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0"},{"Command":"Update-MgUserCalendarGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarGroup","Uri":"/users/{user-id}/calendarGroups/{calendarGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserCalendarPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCalendarPermission","Uri":"/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}","Variants":["Update","Update1","UpdateExpanded","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded","UpdateViaIdentityExpanded1"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0"},{"Command":"Update-MgUserChat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChat","Uri":"/users/{user-id}/chats/{chat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserChatInstalledApp","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade","Variants":["Upgrade","UpgradeExpanded","UpgradeViaIdentity","UpgradeViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0"},{"Command":"Update-MgUserChatLastMessagePreview","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/lastMessagePreview","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserChatMember","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphConversationMember","Uri":"/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserChatMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserChatMessageHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserChatMessageReply","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessage","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserChatMessageReplyHostedContent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChatMessageHostedContent","Uri":"/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserChatPermissionGrant","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphResourceSpecificPermissionGrant","Uri":"/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserChatPinnedMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPinnedChatMessageInfo","Uri":"/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserChatTab","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTeamsTab","Uri":"/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContactFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContactFolderChildFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContactFolder","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContactFolderChildFolderContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContactFolderChildFolderContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContactFolderChildFolderContactPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContactFolderContact","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContact","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContactFolderContactExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContactFolderContactPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserContactPhoto","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphProfilePhoto","Uri":"/users/{user-id}/contacts/{contact-id}/photo","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"PersonalContacts","Permissions":[{"Name":"Contacts.ReadWrite","Description":"Have full access of your contacts ","FullDescription":"Allows the app to read, update, create and delete contacts in your contact folders. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Contacts.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDeviceManagementTroubleshootingEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceManagementTroubleshootingEvent","Uri":"/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDrive","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDrive","Uri":"/users/{user-id}/drives/{drive-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphList","Uri":"/users/{user-id}/drives/{drive-id}/list","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListContentType","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphContentType","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListContentTypeColumn","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnDefinition","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListContentTypeColumnLink","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphColumnLink","Uri":"/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphRichLongRunningOperation","Uri":"/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveListSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRoot","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItem","Uri":"/users/{user-id}/drives/{drive-id}/root","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootAnalytic","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemAnalytics","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootAnalyticItemActivityStat","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemActivityStat","Uri":"/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootListItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItem","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootListItemCreatedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootListItemDocumentSetVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDocumentSetVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootListItemDocumentSetVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootListItemField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootListItemVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphListItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootListItemVersionField","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootPermission","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPermission","Uri":"/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootRetentionLabel","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemRetentionLabel","Uri":"/users/{user-id}/drives/{drive-id}/root/retentionLabel","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootSubscription","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSubscription","Uri":"/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootThumbnail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphThumbnailSet","Uri":"/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserDriveRootVersion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDriveItemVersion","Uri":"/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Files","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphEvent","Uri":"/users/{user-id}/events/{event-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":"Have full access to your calendars ","FullDescription":"Allows the app to read, update, create and delete events in your calendars. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Calendars.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserEventExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/events/{event-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Calendar","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserInferenceClassification","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInferenceClassification","Uri":"/users/{user-id}/inferenceClassification","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserInferenceClassificationOverride","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphInferenceClassificationOverride","Uri":"/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphItemInsights","Uri":"/users/{user-id}/insights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserInsightShared","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSharedInsight","Uri":"/users/{user-id}/insights/shared/{sharedInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserInsightTrending","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTrending","Uri":"/users/{user-id}/insights/trending/{trending-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserInsightUsed","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUsedInsight","Uri":"/users/{user-id}/insights/used/{usedInsight-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserLicenseDetail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLicenseDetails","Uri":"/users/{user-id}/licenseDetails/{licenseDetails-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMailboxSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailboxSettings","Uri":"/users/{user-id}/mailboxSettings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMailFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMailFolderChildFolder","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMailFolder","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMailFolderChildFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMailFolderChildFolderMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMailFolderChildFolderMessageRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMailFolderMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMailFolderMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMailFolderMessageRule","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessageRule","Uri":"/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserManagedDevice","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphManagedDevice","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}","Variants":["Update","Update1","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentity1","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserManagedDeviceCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCategory","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserManagedDeviceCompliancePolicyState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceCompliancePolicyState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserManagedDeviceConfigurationState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceConfigurationState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserManagedDeviceLogCollectionResponse","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphDeviceLogCollectionResponse","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserManagedDeviceWindowsDeviceAccount","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0"},{"Command":"Update-MgUserManagedDeviceWindowsProtectionState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsProtectionState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsDeviceMalwareState","Uri":"/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Devices.CorporateManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMessage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMessage","Uri":"/users/{user-id}/messages/{message-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":"Read and write access to your mail ","FullDescription":"Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Mail.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserMessageExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/messages/{message-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Mail","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenote","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenote","Uri":"/users/{user-id}/onenote","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteNotebook","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphNotebook","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteNotebookSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteNotebookSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteNotebookSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteNotebookSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteNotebookSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteOperation","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteOperation","Uri":"/users/{user-id}/onenote/operations/{onenoteOperation-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenotePage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteResource","Uri":"/users/{user-id}/onenote/resources/{onenoteResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteSectionGroup","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphSectionGroup","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteSectionGroupSection","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnenoteSection","Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteSectionGroupSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgUserOnenoteSectionPage","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent","Variants":["Patch","PatchExpanded","PatchViaIdentity","PatchViaIdentityExpanded"],"CommandAlias":null,"Module":"Notes","Permissions":[],"Method":"POST","ApiReferenceLink":null},{"Command":"Update-MgUserOnlineMeeting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOnlineMeeting","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[{"Name":"OnlineMeetings.ReadWrite","Description":"Read and create your online meetings","FullDescription":"Allows the app to read and create online meetings on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"OnlineMeetings.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnlineMeetingAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnlineMeetingRecording","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallRecording","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOnlineMeetingTranscript","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphCallTranscript","Uri":"/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserOutlookMasterCategory","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphOutlookCategory","Uri":"/users/{user-id}/outlook/masterCategories/{outlookCategory-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":"Read and write to your mailbox settings","FullDescription":"Allows the app to read, update, create, and delete your mailbox settings.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"MailboxSettings.ReadWrite","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserPassword","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/changePassword","Variants":["Change","ChangeExpanded","ChangeViaIdentity","ChangeViaIdentityExpanded"],"CommandAlias":null,"Module":"Users.Actions","Permissions":[],"Method":"POST","ApiReferenceLink":"https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0"},{"Command":"Update-MgUserPlanner","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPlannerUser","Uri":"/users/{user-id}/planner","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Planner","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Group.ReadWrite.All","Description":"Read and write all groups","FullDescription":"Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserPresence","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphPresence","Uri":"/users/{user-id}/presence","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"CloudCommunications","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserScopedRoleMemberOf","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphScopedRoleMembership","Uri":"/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Identity.DirectoryManagement","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserSetting","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserSettings","Uri":"/users/{user-id}/settings","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadWrite","Description":"Read and update your profile","FullDescription":"Allows the app to read your profile and basic company information, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true},{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":false}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserSettingItemInsight","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserInsightsSettings","Uri":"/users/{user-id}/settings/itemInsights","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-1.0"},{"Command":"Update-MgUserSettingShiftPreference","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphShiftPreferences","Uri":"/users/{user-id}/settings/shiftPreferences","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"User.ReadWrite.All","Description":"Read and write all users' full profiles","FullDescription":"Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, and read basic company properties, on your behalf.","IsAdmin":true,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"UserShiftPreferences.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0"},{"Command":"Update-MgUserSettingStorage","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserStorage","Uri":"/users/{user-id}/settings/storage","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserSettingStorageQuota","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUnifiedStorageQuota","Uri":"/users/{user-id}/settings/storage/quota","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserSettingStorageQuotaService","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphServiceStorageQuotaBreakdown","Uri":"/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserSettingWindows","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsSetting","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserSettingWindowsInstance","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphWindowsSettingInstance","Uri":"/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserTeamwork","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphUserTeamwork","Uri":"/users/{user-id}/teamwork","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserTeamworkAssociatedTeam","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAssociatedTeamInfo","Uri":"/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Teams","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserTodoList","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTodoTaskList","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserTodoListExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserTodoListTask","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphTodoTask","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserTodoListTaskAttachmentSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttachmentSession","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserTodoListTaskChecklistItem","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphChecklistItem","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserTodoListTaskExtension","ApiVersion":"v1.0","OutputType":null,"Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgUserTodoListTaskLinkedResource","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphLinkedResource","Uri":"/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Users","Permissions":[{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedWork","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite","Description":"Create, read, update, and delete your tasks and task lists","FullDescription":"Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.","IsAdmin":false,"PermissionType":"DelegatedPersonal","IsLeastPrivilege":true},{"Name":"Tasks.ReadWrite.All","Description":null,"FullDescription":null,"IsAdmin":true,"PermissionType":"Application","IsLeastPrivilege":true}],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEvent","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEvent","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}","Variants":["Update1","UpdateExpanded1","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventTownhall","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventTownhall","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-1.0"},{"Command":"Update-MgVirtualEventTownhallPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventTownhallSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventTownhallSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventWebinar","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventWebinar","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-1.0"},{"Command":"Update-MgVirtualEventWebinarPresenter","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventPresenter","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":"https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-1.0"},{"Command":"Update-MgVirtualEventWebinarRegistration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventWebinarRegistrationByEmail","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventWebinarRegistrationByUserId","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventWebinarRegistrationConfiguration","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventWebinarRegistrationConfigurationQuestion","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventRegistrationQuestionBase","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventWebinarSession","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphVirtualEventSession","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventWebinarSessionAttendanceReport","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphMeetingAttendanceReport","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord","ApiVersion":"v1.0","OutputType":"IMicrosoftGraphAttendanceRecord","Uri":"/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}","Variants":["Update","UpdateExpanded","UpdateViaIdentity","UpdateViaIdentityExpanded"],"CommandAlias":null,"Module":"Bookings","Permissions":[],"Method":"PATCH","ApiReferenceLink":null},{"Command":"Connect-MgGraph","Method":"POST","Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Object","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/connect-mggraph?view=graph-powershell-1.0","Uri":null},{"Command":"Add-MgEnvironment","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.Models.GraphEnvironment","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/add-mgenvironment?view=graph-powershell-1.0","Uri":null},{"Command":"Get-MgEnvironment","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.Models.GraphEnvironment","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgenvironment?view=graph-powershell-1.0","Uri":null},{"Command":"Remove-MgEnvironment","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Object","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/remove-mgenvironment?view=graph-powershell-1.0","Uri":null},{"Command":"Set-MgEnvironment","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Object","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mgenvironment?view=graph-powershell-1.0","Uri":null},{"Command":"Disconnect-MgGraph","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.IAuthContext","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/disconnect-mggraph?view=graph-powershell-1.0","Uri":null},{"Command":"Find-MgGraphCommand","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.Models.IGraphCommand","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/find-mggraphcommand?view=graph-powershell-1.0","Uri":null},{"Command":"Find-MgGraphPermission","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Array","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/find-mggraphpermission?view=graph-powershell-1.0","Uri":null},{"Command":"Get-MgContext","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.IAuthContext","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgcontext?view=graph-powershell-1.0","Uri":null},{"Command":"Get-MgGraphOption","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.IGraphOption","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mggraphoption?view=graph-powershell-1.0","Uri":null},{"Command":"Get-MgRequestContext","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.Core.Interfaces.IRequestContext","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgrequestcontext?view=graph-powershell-1.0","Uri":null},{"Command":"Invoke-MgGraphRequest","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Object","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/invoke-mggraphrequest?view=graph-powershell-1.0","Uri":null},{"Command":"Set-MgGraphOption","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"System.Object","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mggraphoption?view=graph-powershell-1.0","Uri":null},{"Command":"Set-MgRequestContext","Method":null,"Module":"Authentication","CommandAlias":null,"Permissions":[],"ApiVersion":null,"OutputType":"Microsoft.Graph.PowerShell.Authentication.Core.Interfaces.IRequestContext","Variants":[],"ApiReferenceLink":"https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mgrequestcontext?view=graph-powershell-1.0","Uri":null}] diff --git a/src/ChangeNotifications/beta/examples/Get-MgBetaSubscriptionVapidPublicKey.md b/src/ChangeNotifications/beta/examples/Get-MgBetaSubscriptionVapidPublicKey.md new file mode 100644 index 00000000000..7f4fe7cf528 --- /dev/null +++ b/src/ChangeNotifications/beta/examples/Get-MgBetaSubscriptionVapidPublicKey.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.ChangeNotifications + +Get-MgBetaSubscriptionVapidPublicKey + +``` +This example shows how to use the Get-MgBetaSubscriptionVapidPublicKey Cmdlet. + diff --git a/src/Education/v1.0/examples/Get-MgEducationReportReadingAssignmentSubmission.md b/src/Education/v1.0/examples/Get-MgEducationReportReadingAssignmentSubmission.md new file mode 100644 index 00000000000..aea54676868 --- /dev/null +++ b/src/Education/v1.0/examples/Get-MgEducationReportReadingAssignmentSubmission.md @@ -0,0 +1,22 @@ +### Example 1: Get a list of the reading assignment submissions from the last 24 hours + +```powershell + +Import-Module Microsoft.Graph.Education + +Get-MgEducationReportReadingAssignmentSubmission + +``` +This example will get a list of the reading assignment submissions from the last 24 hours + +### Example 2: Get a list of the reading assignment submissions for a specific date using $filter + +```powershell + +Import-Module Microsoft.Graph.Education + +Get-MgEducationReportReadingAssignmentSubmission -Filter "submissionDateTime gt 2025-06-10T00:00:00.000Z and submissionDateTime lt 2025-06-11T00:00:00Z" + +``` +This example will get a list of the reading assignment submissions for a specific date using $filter + diff --git a/src/Education/v1.0/examples/Get-MgEducationReportReflectCheck.md b/src/Education/v1.0/examples/Get-MgEducationReportReflectCheck.md new file mode 100644 index 00000000000..bdfe88535e2 --- /dev/null +++ b/src/Education/v1.0/examples/Get-MgEducationReportReflectCheck.md @@ -0,0 +1,22 @@ +### Example 1: Get a list of the Reflect check-in responses from the last 24 hours + +```powershell + +Import-Module Microsoft.Graph.Education + +Get-MgEducationReportReflectCheck + +``` +This example will get a list of the reflect check-in responses from the last 24 hours + +### Example 2: Get a list of the Reflect check-in responses for a specific date using $filter + +```powershell + +Import-Module Microsoft.Graph.Education + +Get-MgEducationReportReflectCheck -Filter "submitDateTime gt 2025-06-11T00:00:00.000Z and submitDateTime lt 2025-06-12T00:00:00Z" + +``` +This example will get a list of the reflect check-in responses for a specific date using $filter + diff --git a/src/Files/beta/examples/Get-MgBetaShareListSubscriptionVapidPublicKey.md b/src/Files/beta/examples/Get-MgBetaShareListSubscriptionVapidPublicKey.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Files/beta/examples/Get-MgBetaUserDriveItemSubscriptionVapidPublicKey.md b/src/Files/beta/examples/Get-MgBetaUserDriveItemSubscriptionVapidPublicKey.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Files/beta/examples/Get-MgBetaUserDriveListSubscriptionVapidPublicKey.md b/src/Files/beta/examples/Get-MgBetaUserDriveListSubscriptionVapidPublicKey.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Files/beta/examples/Get-MgBetaUserDriveRootSubscriptionVapidPublicKey.md b/src/Files/beta/examples/Get-MgBetaUserDriveRootSubscriptionVapidPublicKey.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md index 5fc3017c21b..69bd4e30360 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md @@ -45,7 +45,7 @@ Update-MgPolicyAuthorizationPolicy -BodyParameter $params ``` This example will disable default user role's permission to create applications -### Example 4: Enable default user role to use Self-Serve Password Reset feature +### Example 4: Enable administrators to use Self-Serve Password Reset feature ```powershell @@ -58,7 +58,7 @@ $params = @{ Update-MgPolicyAuthorizationPolicy -BodyParameter $params ``` -This example will enable default user role to use self-serve password reset feature +This example enables administrators to use Self-Serve Password Reset feature. To disable this feature, set `allowedToUseSSPR` to `$false`. ### Example 5: Disable user consent to apps for default user role diff --git a/src/Security/v1.0/examples/Get-MgSecurityAttackSimulationEndUserNotification.md b/src/Security/v1.0/examples/Get-MgSecurityAttackSimulationEndUserNotification.md index eaf5088fddb..b71cffa5b27 100644 --- a/src/Security/v1.0/examples/Get-MgSecurityAttackSimulationEndUserNotification.md +++ b/src/Security/v1.0/examples/Get-MgSecurityAttackSimulationEndUserNotification.md @@ -4,7 +4,7 @@ Import-Module Microsoft.Graph.Security -Get-MgSecurityAttackSimulationEndUserNotification -Filter "source eq 'global'" +Get-MgSecurityAttackSimulationEndUserNotification ``` This example shows how to use the Get-MgSecurityAttackSimulationEndUserNotification Cmdlet. diff --git a/src/Security/v1.0/examples/Get-MgSecurityAttackSimulationTrainingLanguageDetail.md b/src/Security/v1.0/examples/Get-MgSecurityAttackSimulationTrainingLanguageDetail.md new file mode 100644 index 00000000000..dc78afe0a8d --- /dev/null +++ b/src/Security/v1.0/examples/Get-MgSecurityAttackSimulationTrainingLanguageDetail.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Security + +Get-MgSecurityAttackSimulationTrainingLanguageDetail -TrainingId $trainingId -TrainingLanguageDetailId $trainingLanguageDetailId -Filter "locale eq 'en'" + +``` +This example shows how to use the Get-MgSecurityAttackSimulationTrainingLanguageDetail Cmdlet. + diff --git a/src/Security/v1.0/examples/Get-MgSecurityDataSecurityAndGovernanceSensitivityLabel.md b/src/Security/v1.0/examples/Get-MgSecurityDataSecurityAndGovernanceSensitivityLabel.md new file mode 100644 index 00000000000..9b70f13730e --- /dev/null +++ b/src/Security/v1.0/examples/Get-MgSecurityDataSecurityAndGovernanceSensitivityLabel.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Security + +Get-MgSecurityDataSecurityAndGovernanceSensitivityLabel -Filter "applicableTo has 'file' and id in ('4e4234dd-377b-42a3-935b-0e42f138fa23','b7a21bba-8197-491f-a5d6-0d0f955397ca')" + +``` +This example shows how to use the Get-MgSecurityDataSecurityAndGovernanceSensitivityLabel Cmdlet. + diff --git a/src/Security/v1.0/examples/Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelRight.md b/src/Security/v1.0/examples/Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelRight.md new file mode 100644 index 00000000000..07cd6072713 --- /dev/null +++ b/src/Security/v1.0/examples/Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelRight.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Security + +Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelRight -SensitivityLabelId $sensitivityLabelId -Owneremail "bob@contoso.com" + +``` +This example shows how to use the Get-MgSecurityDataSecurityAndGovernanceSensitivityLabelRight Cmdlet. + diff --git a/src/Sites/beta/examples/Get-MgBetaSiteListSubscriptionVapidPublicKey.md b/src/Sites/beta/examples/Get-MgBetaSiteListSubscriptionVapidPublicKey.md new file mode 100644 index 00000000000..e69de29bb2d